/*
    Created on : Nov 18, 2020, 11:13:06 AM
    Author     : ekosantoso
*/

/* global placeholder */
input::placeholder {
    color: var(--accentColorGrey) !important;
    opacity: 1;
}
input:-ms-input-placeholder {
    color: var(--accentColorGrey) !important;
}
input::-ms-input-placeholder {
    color: var(--accentColorGrey) !important;
}
input:focus::placeholder {
    color: var(--accentColorLightGrey) !important;
    opacity: 1;
}
input:focus::-ms-input-placeholder {
    color: var(--accentColorLightGrey) !important;
}
input:focus::-ms-input-placeholder {
    color: var(--accentColorLightGrey) !important;
}
/* end global placeholder */

/*  form search in feed home tribe */
.search-wrap {
    margin-bottom: 10px;
}

.ui-input-search .input-group{
    background-color: #fff;
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 5px;
    padding: 3px 0;
}
.ui-input-search .input-group input {
    border: none;
    font-size: 14px;
}
.ui-input-search .input-group input:focus,
.ui-input-search .input-group input:visited {
    outline: none;
    box-shadow: none;
}
.ui-input-search .input-group .input-group-append {}
.ui-input-search .input-group .input-group-append button {
    padding: 0px 10px;
    display: flex;
    align-items: center;
}
.ui-input-search .input-group .input-group-append button .icon {
    width: 21px;
    height: 21px;
}
/*  end form search in feed home tribe */

/*  form post in feed home tribe */
.write-wrap {}
.post-write {
    background-color: #fff;
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
}
.post-write .btn-event-wrapper {
    position: absolute;
    width: calc(100% - 40px);
    height: 60px;
    top: 20px;
    z-index: 1;
    opacity: 0;
    border: 0;
    background-color: transparent;
}
.post-write .post-write-form {
    position: relative;
    height: 60px;
}
.post-write .post-write-form .content-editor {
    color: var(--accentColorGrey);
}
.post-write .button-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-area button.btn {
    font-size: 12px;
    height: 30px;
    width: 80px;
}
.post-form-toolbar {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
}
.post-form-toolbar li {
    padding: 0 10px;
}
.post-form-toolbar li:first-child {
    padding-left: 0;
}
.post-form-toolbar li:last-child {
    padding-right: 0;
}
.post-form-toolbar li a {
    margin: 0;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}
.post-form-toolbar li a:focus {
    outline: none;
}
.post-form-toolbar li a .icon {
    width: inherit;
    height: inherit;
}
.post-form-toolbar li a.disabled {
    opacity: 0.5;
}
/*  end form post in feed home tribe */

/*  form post as modal */
.modal-form-post {
    overflow:hidden;
    border-radius: 10px;
}
.modal-form-post .button-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal-form-post .modal-body {
    padding: 0;
    position:static;
}
.modal-form-post .modal-body .post-write-toolbar {
    height: 35px;
    background-color: var(--accentColorExtraLightGrey);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: fixed;
    width: 590px;
    z-index: 1000;
}
.modal-form-post .modal-body .post-write-toolbar .selectize-control.input-select-topic{
    margin-right: 25px;
}
.modal-form-post .modal-body .post-write-toolbar .selectize-control.input-select-topic .selectize-input{
    border: none;
    width: 180px;
    background-color: var(--accentColorExtraLightGrey);
    background: var(--accentColorExtraLightGrey);

}
.modal-form-post .modal-body .post-select-topic {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-right: 10px;
}
.modal-form-post .modal-body .post-select-topic .selectize-control .selectize-input{
    width: 140px;
    border: none;
}
.modal-form-post .modal-body .post-select-topic .selectize-control .selectize-input.focus{
    box-shadow: none;
}
.modal-form-post .modal-body.has-post-scheduled .post-write-content {
    margin-top: 50px;
}
.modal-form-post .modal-body .post-write-content {
    min-height: 280px;
    padding: 1rem;
    padding-top: 40px;
    line-height: 1.5;
}
.modal-form-post .modal-body .post-write-content.medium-editor-placeholder:after {
    margin: 0;
}
.modal-form-post .modal-body .post-write-content p {
    margin-bottom: 0;
}
.modal-form-post .modal-body .post-write-content:focus,
.modal-form-post .modal-body .post-write-content:visited {
    outline: none;
}
/*.modal-form-post .modal-body .post-write-content:empty:before {
    content: attr(data-placeholder);
    color: var(--accentColorGrey);
}*/
.medium-editor-toolbar.post-writer-toolbar {
/*    background-color: transparent;
    background: transparent;*/
    background-color: var(--accentColorExtraLightGrey);
    background: var(--accentColorExtraLightGrey);
    box-shadow: none;
    border: 0;
    padding: 0 1rem;
    height: 35px;
    border-radius: 0;
    font-size: 12px;
    color: var(--mainColorDark);
    align-items: center;
}
.medium-editor-toolbar.post-writer-toolbar label {
    margin-right: 10px;
    padding-top: 8px;
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions {
    height: 35px;
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li {}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button {
    background-color: transparent;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    height: auto;
    width: 35px;
    min-width: 35px;
    padding: 8px 5px;
    color: transparent;
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button.medium-editor-button-active {
    background-color: var(--accentColorLightGrey);
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button.medium-editor-button-active .icon {}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button .icon {
    position: relative;
    width: 15px;
    height: 15px;
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button .icon:before {
    position: absolute;
    width: 15px;
    height: 15px;
    content: "";
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
    left: 0;
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button .icon.icon-bold:before {
    background-image: url("../../img/light/icon/bold.svg");
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button .icon.icon-italic:before {
    background-image: url("../../img/light/icon/italic.svg");
}
.medium-editor-toolbar.post-writer-toolbar .medium-editor-toolbar-actions li button .icon.icon-underline:before {
    background-image: url("../../img/light/icon/underline.svg");
}

.modal-form-post .emoji-wrapper {
    position: absolute;
    /*bottom: -40px;*/
    bottom: 15px;
    left: 20px;
    right:20px;
    background-color: #fff;
    z-index: 1;
}
.emoji-wrapper {
    border: 1px solid var(--accentColorLightGrey);
    border-radius: 5px;
    padding: 15px 25px;
}
.emoji-wrapper .header {}
.emoji-wrapper .header label {
    font-size: 14px;
    font-weight: 600;
}
.emoji-wrapper .header .close {}
.emoji-wrapper .header .emoji-category-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.emoji-wrapper .header .emoji-category-list li {
    margin-right: 20px;
}
.emoji-wrapper .header .emoji-category-list li.active {}
.emoji-wrapper .header .emoji-category-list li > label {
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
}
.emoji-wrapper .header .emoji-category-list li.active > label {
    color: var(--colorOrange);
}
.emoji-wrapper .body {}
.emoji-wrapper .body .emoji-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-height: 100px;
    overflow-y: scroll;
    padding: 5px 0;
}
.emoji-wrapper .body .emoji-list.active {
    /*display: flex;*/
}
.emoji-wrapper .body .emoji-list span {
    margin-right: 2px;
    cursor: pointer;
}
.emoji-wrapper .body .emoji-list span img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px;
}

/* drop image   */

.modal-form-post .modal-body .form-post-dropzone {
    margin: 0 1rem;
    min-height: 100px;
}
.modal-form-post .modal-body .form-post-dropzone .dz-message {}
.modal-form-post .modal-body .form-post-dropzone .dz-message.btn-upload-image {
    border: 3px dashed #E5E5E5;
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.modal-form-post .modal-body .form-post-dropzone .dz-message .dropzone-content-outer {}
.modal-form-post .modal-body .form-post-dropzone .dz-message .dropzone-content-outer .dropzone-content-info {
    color: var(--accentColorLightGrey);
}
.modal-form-post .modal-body .form-post-dropzone .dz-message .dropzone-content-outer .dropzone-content-info .title {
    font-size: 20px;
    font-weight: 700;
}
.modal-form-post .modal-body .form-post-dropzone .dz-image-preview {
    display: flex;
    flex-wrap: wrap;
}
.modal-form-post .modal-body .form-post-dropzone .dz-image-preview .dz-image {
    position: relative;
    width: 78px;
    height: 78px;
    background-color: var(--accentColorLightGrey2);
    margin-right: 6px;
    margin-bottom: 6px;
}
.modal-form-post .modal-body .form-post-dropzone .dz-image-preview .dz-image img {
    width: 100%;
    height: 100%;
}

.modal-form-post .modal-body .form-post-dropzone.dropzone-component .dz-image-preview .dz-image .dz-remove-file {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    background-color: var(--accentColorLightGrey2);
    color: var(--accentColorGrey);
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.modal-form-post .modal-body .form-post-dropzone .dz-image-preview .btn-upload-image {
    width: 78px;
    height: 78px;
    background-color: var(--accentColorLightGrey2);
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-form-post .modal-body .form-post-dropzone .dz-image-preview .btn-upload-image .icon {
    width: 30px;
    height: 30px;
}

.modal-form-post .modal-footer {}



/*schedule */
.schedule-wrapper {
    position:absolute;
    left:100%;
    transition:left .5s ease;
    top:0;
    background:#fff;
    width:100%;
    height:100%;
    padding: 20px 30px;
}

.schedule-wrapper.active {
    left:0;
}
.schedule-wrapper .header {
    position: relative;
    margin-bottom: 15px;
}
.schedule-wrapper .header label {
    font-weight: 700;
    display: flex;
    align-items: center;
}
.schedule-wrapper .header label .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.schedule-wrapper .header button.close {
    position: absolute;
    top: 0;
    right: 0;
}

.schedule-wrapper .body {}
.schedule-wrapper .body .info {
    color: var(--accentColorDarkGrey);
}
.schedule-wrapper .body .schedule-section {
    margin-top: 20px;
}
.schedule-wrapper .body .schedule-section .schedule-preview,
.schedule-wrapper .body .schedule-section .schedule-picker-time .popover .popover-title,
.schedule-setting .schedule-section .schedule-preview,
.schedule-setting .schedule-section .schedule-picker-time .popover .popover-title {
    background-color: var(--accentColorLightGrey2);
    font-size: 14px;
    border-radius: 5px;
    color: var(--accentColorDarkGrey);
    line-height: 2.5;
}
.schedule-wrapper .body .schedule-section .schedule-picker {}
.schedule-wrapper .body .schedule-section .schedule-picker.schedule-picker-date {
    margin-top: 10px;
}

.schedule-wrapper .body .schedule-section .schedule-picker .datepicker {}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker .datepicker-days {}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table thead tr th {
    font-size: 11px;
    font-weight: 600;
}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table thead tr th.switch {
    font-size: 13px;
    font-weight: 700;
}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table tr td {
    font-size: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table tr td.day:hover {
    /*border-radius: 50%;*/
}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table tr td.active {
    background-color: var(--mainColorOrange);
    background: var(--mainColorOrange);
    color: var(--mainColorLight);
}
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table tr td.old,
.schedule-wrapper .body .schedule-section .schedule-picker .datepicker table tr td.new {
    opacity: 0;
}

.schedule-wrapper .footer {
    text-align: right;
    margin-top: 10px;
    display: block;
}

.schedule-wrapper #schedule-time-picker .popover {
    position:static;
    top:auto;
    left:auto;
    border: 0;
    text-align:center;
}
.schedule-wrapper #schedule-time-picker .popover .clockpicker-plate {
    margin:auto;
    background-color: #EBEEF0;
}
.schedule-wrapper #schedule-time-picker .popover .clockpicker-plate .clockpicker-tick {
    font-size: 11px;
}
.clockpicker-canvas line {
    stroke: var(--mainColorOrange) !important;
}
.clockpicker-canvas-bg {
    fill: rgba(235, 105, 43, 0.4) !important;
}
.clockpicker-canvas-bearing, .clockpicker-canvas-fg {
    fill: none !important;
}
.clockpicker-tick.active, .clockpicker-tick:hover {
    background-color: rgba(235, 105, 43, 0.2) !important;
}
.schedule-wrapper #schedule-time-picker .popover .popover-content {
    background:#fff;
    margin-top: 10px;
}
.schedule-wrapper #schedule-time-picker .popover .clockpicker-button {
    display:none;
}

.schedule-wrapper .schedule-preview-date {
    text-align: center;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}

.schedule-setting #schedule-time-picker .popover .popover-content {
    background:#fff;
    margin-top: 10px;
}
.schedule-setting #schedule-time-picker .popover .clockpicker-button {
    display:none;
}

.schedule-setting .schedule-preview-date {
    text-align: center;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}

.schedule-setting .schedule-section {
    margin-top: 20px;
}
.schedule-setting .schedule-section .schedule-preview,
.schedule-setting .schedule-section .schedule-picker-time .popover .popover-title {
    background-color: var(--accentColorLightGrey2);
    font-size: 14px;
    border-radius: 5px;
    color: var(--accentColorDarkGrey);
    line-height: 2.5;
}
.schedule-setting .schedule-section .schedule-picker {}
.schedule-setting .schedule-section .schedule-picker.schedule-picker-date {
    margin-top: 10px;
}

.schedule-setting .schedule-section .schedule-picker .datepicker {}
.schedule-setting .schedule-section .schedule-picker .datepicker .datepicker-days {}
.schedule-setting .schedule-section .schedule-picker .datepicker table thead tr th {
    font-size: 11px;
    font-weight: 600;
}
.schedule-setting .schedule-section .schedule-picker .datepicker table thead tr th.switch {
    font-size: 13px;
    font-weight: 700;
}
.schedule-setting .schedule-section .schedule-picker .datepicker table tr td {
    font-size: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.schedule-setting .schedule-section .schedule-picker .datepicker table tr td.day:hover {
    /*border-radius: 50%;*/
}
.schedule-setting .schedule-section .schedule-picker .datepicker table tr td.active {
    background-color: var(--mainColorOrange);
    background: var(--mainColorOrange);
    color: var(--mainColorLight);
}
.schedule-setting .schedule-section .schedule-picker .datepicker table tr td.old,
.schedule-setting .schedule-section .schedule-picker .datepicker table tr td.new {
    opacity: 0;
}

.schedule-setting .footer {
    text-align: right;
    margin-top: 10px;
    display: block;
}

.schedule-setting #schedule-time-picker .popover {
    position:static;
    top:auto;
    left:auto;
    border: 0;
    text-align:center;
}
.schedule-setting #schedule-time-picker .popover .clockpicker-plate {
    margin:auto;
    background-color: #EBEEF0;
}
.schedule-setting #schedule-time-picker .popover .clockpicker-plate .clockpicker-tick {
    font-size: 11px;
}

.datepicker-inline {
    /* width: 100%; */
    margin:auto;
}
.datepicker table {
     width: 100%;
}
.datepicker th.switch {
    position:static;
    display:table-cell;
}
.modal-form-post .modal-body .schedule-set-wrapper {
    width: calc(100% - 40px);
    margin: 0px 20px 10px 20px;
}
.schedule-set-wrapper {
    background-color: var(--accentColorLightGrey2);
    /* color: var(--accentColorDarkGrey); */
    font-size: 14px;
    font-weight: 600;
    /* position: relative; */
    border-radius: 5px;

    color: #87B1DC;
    position: absolute;
    top: 102px;
    font-weight: 400;
}
.schedule-set-wrapper .schedule-info {
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;

    background-color: #F3F6F9;
    border: 1px solid #EDEDED;
    border-radius: 5px;
    font-size: 12px;
}
.schedule-set-wrapper .schedule-info label {
    padding: 0 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.schedule-set-wrapper .schedule-info label:first-child {
    /* border-right: 1px solid var(--accentColorDarkGrey); */
    border-right: 1px solid #87B1DC;
}
.schedule-set-wrapper .schedule-info label .icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.schedule-set-wrapper .close {
    position: absolute;
    /* right: 5px;
    top: 5px; */
    right: 10px;
    top: 14px;
    font-size: 20px;
}
.embed-container {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.tb-iframe-remove-embed {
    border: none;
    background-color: rgba(255,255,255,0.3);
    font-size: inherit;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: 1px 1px 1px #ccc;
}
.tb-iframe-remove-embed:hover {
    background-color: rgba(255,255,255,0.6);
}
.tb-iframe-remove-embed.instagram{
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
/*  end form post as modal */

/*form edit as modal*/
.modal.post-form-edit {}
.modal.post-form-edit .modal-content{
    background-color: transparent;
}
.box-feed {
    transition: opacity 1s ease;
}


.modal-form-post .modal-body.dragging .form-post-dropzone.d-none {
    display:block!important;

}
/* polling setting */
.polling-setting-wrapper {
    position: absolute;
    left:100%;
    transition:left .5s ease;
    top:0;
    background:#fff;
    width:100%;
    height:100%;
    padding: 20px 30px;
}

.polling-setting-wrapper.active {
    left: 0;
    display: flex;
    flex-direction: column;
}
.polling-setting-wrapper .header {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #ededed;
}
.polling-setting-wrapper .header label {
    font-weight: 700;
    display: flex;
    align-items: center;
}
.polling-setting-wrapper .header label .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.polling-setting-wrapper .header button.close {
    position: absolute;
    top: 0;
    right: 40px;
}

.polling-setting-wrapper .body {
    flex: 1 0 0;
    overflow-y: auto;
}


/* polling */
.polling-wrapper {
    display: none;
    left:100%;
    transition:left .5s ease;
    top:0;
    background:#fff;
    width:100%;
    height:100%;
    padding: 10px 20px;
}

.polling-wrapper.active {
    left: 0;
    display: flex;
    flex-direction: column;
}
.polling-wrapper .header {
    position: relative;
    margin-bottom: 15px;
}
.polling-wrapper .header label {
    font-weight: 700;
    display: flex;
    align-items: center;
}
.polling-wrapper .header label .icon {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.polling-wrapper .header button.close {
    position: absolute;
    top: 0;
    right: 0;
}

.polling-wrapper .body {
    flex: 1 0 0;
    overflow-y: auto;
}
.polling-wrapper .body .polling-question {}
.polling-wrapper .body .polling-option-header {
    border: 1px solid var(--accentColorLightGrey2);
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin: 10px 10px 0px 10px;
    padding: 10px 10px 10px 10px;
}
.polling-wrapper .body .polling-option {
    border : 1px solid var(--accentColorLightGrey2);
    border-top: none;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin: 0px 10px 10px 10px;
    padding: 15px 20px 20px 20px;
}
.polling-wrapper .btn-poll-setting{
    background-color: #F6F5F5;
    color: #707070;
}
.polling-question-wrapper {
    margin-bottom: 15px;
    height: 45px;
}
.polling-question-wrapper .polling-question-input-wrapper {
    width: 100%;
    height: inherit;
    position: relative;
}
.polling-question-wrapper .polling-question-input-wrapper .btn-question-delete{
    position: absolute;
    top: 5px;
    right: 5px;
}
.polling-question-wrapper .polling-question-input-wrapper input {
    height: inherit;
    font-size: 14px;
    border-radius: 10px;
}
.polling-question-wrapper .polling-question-action-wrapper {
    min-width: 41px;
}
.polling-wrapper input:focus,
.polling-wrapper input:hover,
.polling-wrapper input:active {
    outline: none;
    box-shadow: none;
}
.polling-wrapper .body .info {
    color: var(--accentColorDarkGrey);
}
.polling-wrapper .body .polling-section {
    margin-top: 20px;
}
.polling-wrapper .body .polling-section .polling-preview,
.polling-wrapper .body .polling-section .polling-picker-time .popover .popover-title {
    background-color: var(--accentColorLightGrey2);
    font-size: 14px;
    border-radius: 5px;
    color: var(--accentColorDarkGrey);
    line-height: 2.5;
}
.polling-wrapper .body .polling-section .polling-picker {}
.polling-wrapper .body .polling-section .polling-picker.polling-picker-date {
    margin-top: 10px;
}

.polling-wrapper .body .polling-section .polling-picker .datepicker {}
.polling-wrapper .body .polling-section .polling-picker .datepicker .datepicker-days {}
.polling-wrapper .body .polling-section .polling-picker .datepicker table thead tr th {
    font-size: 11px;
    font-weight: 600;
}
.polling-wrapper .body .polling-section .polling-picker .datepicker table thead tr th.switch {
    font-size: 13px;
    font-weight: 700;
}
.polling-wrapper .body .polling-section .polling-picker .datepicker table tr td {
    font-size: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.polling-wrapper .body .polling-section .polling-picker .datepicker table tr td.day:hover {
    /*border-radius: 50%;*/
}
.polling-wrapper .body .polling-section .polling-picker .datepicker table tr td.active {
    background-color: var(--mainColorOrange);
    background: var(--mainColorOrange);
    color: var(--mainColorLight);
}
.polling-wrapper .body .polling-section .polling-picker .datepicker table tr td.old,
.polling-wrapper .body .polling-section .polling-picker .datepicker table tr td.new {
    opacity: 0;
}
.form-control-polling-tag{
    min-height: 40px !important;
    border-radius: 10px;
}
.ui-timepicker-container{
    z-index: 10000 !important;
}

.polling-wrapper .footer {
    text-align: right;
    margin-top: 10px;
    display: block;
}

.polling-wrapper #polling-time-picker .popover {
    position:static;
    top:auto;
    left:auto;
    border: 0;
    text-align:center;
}
.polling-wrapper #polling-time-picker .popover .clockpicker-plate {
    margin:auto;
    background-color: #EBEEF0;
}
.polling-wrapper #polling-time-picker .popover .clockpicker-plate .clockpicker-tick {
    font-size: 11px;
}
.clockpicker-canvas line {
    stroke: var(--mainColorOrange) !important;
}
.clockpicker-canvas-bg {
    fill: rgba(235, 105, 43, 0.4) !important;
}
.clockpicker-canvas-bearing, .clockpicker-canvas-fg {
    fill: none !important;
}
.clockpicker-tick.active, .clockpicker-tick:hover {
    background-color: rgba(235, 105, 43, 0.2) !important;
}
.polling-wrapper #polling-time-picker .popover .popover-content {
    background:#fff;
    margin-top: 10px;
}
.polling-wrapper #polling-time-picker .popover .clockpicker-button {
    display:none;
}
.polling-wrapper .polling-preview-date {
    text-align: center;
    color: #999;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px
}
.polling-tag-input-wrapper{
    margin-bottom: 10px;
}
.polling-tag-input-wrapper .selectize-control.multi .selectize-input{
    font-size: 13px;
    border-radius: 8px;
}
.polling-tag-input-wrapper .selectize-control.multi .selectize-input>div{
    background: #000000;
    color: #ffffff;
}

.datepicker-inline {
    /* width: 100%; */
    margin:auto;
}
.datepicker table {
     width: 100%;
}
.datepicker th.switch {
    position:static;
    display:table-cell;
}
.modal-form-post .modal-body .polling-set-wrapper {
    width: calc(100% - 40px);
    margin: 0px 20px 10px 20px;
}
.polling-set-wrapper {
    background-color: var(--accentColorLightGrey2);
    color: var(--accentColorDarkGrey);
    font-size: 14px;
    font-weight: 600;
    position: relative;
    border-radius: 5px;
}
.polling-set-wrapper .polling-info {
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
}
.polling-set-wrapper .polling-info label {
    padding: 0 20px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.polling-set-wrapper .polling-info label:first-child {
    border-right: 1px solid var(--accentColorDarkGrey);
}
.polling-set-wrapper .polling-info label .icon {
    width: 20px;
    height: 20px;
    margin-right: 20px;
}
.polling-set-wrapper .close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
}
.polling-schedule-container {}
.polling-schedule-container input,
.polling-schedule-container select {
    font-size: 12px;
    height: 40px;
    border-radius: 10px;
    padding: .375rem .75rem;
    text-align: center;
}
.polling-schedule-container select{
    background: url("../../img/light/icon/icon-caret-down.svg") 0 0 no-repeat;
    background-position: 90% 50%;
    -webkit-appearance: none;
}
.polling-schedule-container .form-group-date i, .polling-schedule-container .form-group-time i {
    position: absolute;
    top : 14px;
    right : 25px;
}
.selectize-dropdown-content{
    background-color: #fff;
}
/* .selectize-dropdown, .selectize-dropdown.form-control{
    top: 0px !important;
    left: 150px !important;
    width: 380px !important;
} */
/*  Polling datepicker */
.polling-setting-wrapper .datepicker {}
.polling-setting-wrapper .datepicker .datepicker-days {}
.polling-datepicker.datepicker table thead tr th {
    font-size: 11px;
    font-weight: 600;
}
.polling-datepicker.datepicker table thead tr th.switch {
    font-size: 13px;
    font-weight: 700;
}
.polling-datepicker.datepicker table tr td {
    font-size: 10px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.polling-datepicker.datepicker table tr td.day:hover {}
.polling-datepicker.datepicker table tr td.active {
    background-color: var(--mainColorOrange);
    background: var(--mainColorOrange);
    color: var(--mainColorLight);
}
.polling-datepicker.datepicker table tr td.old,
.polling-datepicker.datepicker table tr td.new {
    opacity: 0;
}





.tb-post-attachment-wrapper {
    background: #F4F4F4;
    border: 0.512567px solid #DDDDDD;
    min-height: 49px;
    border-radius: 5px;
    padding: 15px 20px;

}
.tb-post-attachment-wrapper i {
    margin-right: 30px;
}

.tb-post-attachment-wrapper .tb-post-attachment-filename {
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;

    color: #707070;
}

.modal-form-post .modal-body .form-post-dropzone.dropzone-component .dz-attachment-preview .dz-attachment {
    position:relative;
}
.modal-form-post .modal-body .form-post-dropzone.dropzone-component .dz-attachment-preview .dz-attachment .dz-remove-file {
    position: absolute;
    right: 4px;
    top: 4px;
    left: auto;
    background-color: var(--accentColorLightGrey2);
    color: var(--accentColorGrey);
    font-size: 14px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.dz-attachment-default {
    display: none;
}

.embed-meta-wrapper.attachment{
    background-color: #F4F4F4;
}
/*end form edit as modal*/
