@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700;800&display=swap');

/*For Developer Use*/
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    color: currentColor;
    min-width: 16px;
    min-height: 16px;
    border-radius: 2px;
    border: solid 1px #999;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    box-shadow: none !important;
}
input[type="checkbox"]::before {
    content: '\f00c';
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
    font-weight: 400;
    transform: scale(0);
    color: #fff;
    transition: transform ease-in-out 0.3s;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    margin: auto;
}
input[type="checkbox"]:checked {
    background: #a4c748;
    border-color: #a4c748;
}
input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    font: inherit;
    color: currentColor;
    min-width: 16px;
    min-height: 16px;
    border-radius: 2px;
    border: solid 1px #999;
    transform: translateY(-0.075em);
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    box-shadow: none !important;
}
input[type="radio"]::before {
    content: '\f111';
    font-size: 8px !important;
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
    font-weight: 400;
    transform: scale(0);
    color: #fff;
    transition: transform ease-in-out 0.3s;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    margin: auto;
}
input[type="radio"]:checked {
    background: #a4c748;
    border-color: #a4c748;
}
input[type="radio"]:checked::before {
    transform: scale(1);
}

form .form-group.form-checkbox .custom-checkbox {
    position: relative;
}
.btn.btn_default {
    color: #fff;
    background: #A4C748;
    border-radius: 6px;
    display: inline-flex;
    padding: 7px 20px;
    column-gap: 8px;
    align-items: center;
    line-height: 1.9;
    justify-content: center;
    transition: all 0.4s;
    border: none;
}
.btn.btn_grey {
    color: #333;
    background: #EDECEC;
    border-radius: 6px;
    display: inline-flex;
    padding: 7px 20px;
    column-gap: 8px;
    align-items: center;
    line-height: 1.9;
    justify-content: center;
    transition: all 0.4s;
}
.btn.btn_default:hover, .btn.btn_grey:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.top-form-bar .elem-right .search-fields {
    display: flex;
}
.top-form-bar .elem-right .search-fields .form-group {
    margin-left: 1rem;
    margin-bottom: 0;
    width: 100%;
}

.checktd .form-group.form-checkbox input[type=checkbox] {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.checktd label {
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    margin-bottom: 0.625rem;
}
.block .white-box table tr th a,.block .white-box table tr td a{
    color: #999;
}


#media_page_sect {
    background: #fff;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
}
.product_list_listing.medialibrary #mediagallerywrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    max-height: 100vh;
    overflow-y: scroll;
}
#media_page_sect .image-load-area > .buttonsection {
    width: 100%;
    display: inline-block;
    background: #F8F8F8;
    padding: 20px;
}
#media_page_sect .image-load-area > .buttonsection .btn {
    padding: 10px 25px;
    display: inline-block;
    height: auto;
    line-height: 1.6;
    width: auto;
    min-width: auto;
}
#media_page_sect .image-load-area > .pagination {
    margin-top: 0px;
}
.product_list_listing.medialibrary #mediagallerywrapper li {
    flex: 0 0 auto;
    width: calc(16.666667% - 20px);
    max-width: 100%;
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.product_list_listing.medialibrary #mediagallerywrapper li .product_img {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.product_list_listing.medialibrary #mediagallerywrapper li label {
    padding-top: 100%;
}
.product_list_listing.medialibrary #mediagallerywrapper li label::before {
    padding: 0px !important;
}
.product_list_listing.medialibrary #mediagallerywrapper li input[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
    opacity: 0.4;
}
.product_list_listing.medialibrary #mediagallerywrapper li input[type=checkbox]+label:after {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../images/check-mark-green.png);
    border: none !important;
    box-shadow: none;
    background-size: 60%;
    background-position: center;
}
.product_list_listing.medialibrary #mediagallerywrapper li label .product_img > div {
    background-size: cover;
    background-position: center;
}



.options_col {
    position: relative;
}
.options_col #other_options {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 45px;
    z-index: 99;
    background: #fff;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 8%);
    border-radius: 8px;
    padding: 0px;
    border: 2px solid #e0e0e0;
    list-style: none;
    row-gap: 0px;
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 14px;
}
#other_options::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    display: inline-block;
    filter: drop-shadow(2px 0px 0px #ccc);
    transform: translateY(-50%);
}
.block .white-box table tr .options_col {
    min-width: 170px;
    width: 170px;
    max-width: 170px;
}
.options_col .more_option {
    position: absolute;
    z-index: 999;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 10px;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
}
.options_col #other_options li {
    width: 100%;
    flex: 0 0 100%;
    position: relative; 
}
.options_col #other_options li::after{
    content: "";
    border-bottom: 1px solid #ddd;
    width: 80%;
    display: block;
    margin-left: auto;
}
.options_col #other_options li:last-child::after{
    border-bottom: 0px;
}
.options_col #other_options li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.8;
    color: #333;
}
.options_col #other_options li a:hover {
    background: #eee;
}
.options_col .more_option:focus ~ #other_options, .options_col .more_option:active ~ #other_options, #other_options:hover {
    display: flex;
}


.dropdown_btn.form-control {
    text-align: left;
    position: relative;
    box-shadow: none;
    border: 2px solid #e0e0e0;
}
.dropdown_btn.form-control::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666;
}
.dropdown_menu {
    position: absolute;
    top: calc(100% - 3px);
    right: 0px;
    width: 100%;
    z-index: 9999999;
    background: #fff;
    box-shadow: 0px 2px 16px rgb(0 0 0 / 8%);
    border-radius: 0px 0px 8px 8px;
    padding: 0px;
    border: 2px solid #e0e0e0;
    list-style: none;
    row-gap: 0px;
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
    font-size: 14px;
    margin: 0px;
}
.dropdown_menu.dropdown_intern {
    position: relative;
    top: 0px;
    box-shadow: none;
    border: none;
}
.dropdown_menu .drop_item {
    width: 100%;
    flex: 0 0 100%;
    position: relative;
}
.dropdown_menu .drop_item::after, .logo_item::after {
    content: "";
    border-bottom: 1px solid #ddd;
    width: calc(100% - 20px);
    display: block;
    margin-left: auto;
}
.dropdown_menu .drop_item:last-child::after{
    display: none;
}
.dropdown_menu.categ_dropdown .drop_item:nth-last-child(2)::after{
    width: 100%;
}
.dropdown_menu.categ_dropdown .drop_item:last-child a::before {
    content: "\f013";
    font-family: fontawesome;
    color: #888;
    font-size: 150%;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}
.dropdown_menu .drop_item a, .logo_item a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.8;
    color: #333;
    position: relative;
    transition: all 0.4s;
}
.dropdown_menu .drop_item a:hover {
    background: #eee;
}
.dropdown_menu {
    display: none;
}
    
.dropdown_menu.active_dropdown {
    display: flex;
}
.dropdown_btn.form-control.active_btn::after{
    transform: translateY(-50%) scaleY(-1);
}
.dropdown_menu.classisettings_dropdown > .drop_item > .dropdown_btn::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    margin-left: auto;
    width: 100%;
    display: none;
}
.dropdown_menu.classisettings_dropdown > .drop_item > a.active_btn::before {
    display: inline-block;
}
.dropdown_menu.classisettings_dropdown .dropdown_btn.dropdown_btn_intern::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #666;
}
.dropdown_menu.classisettings_dropdown .dropdown_btn.dropdown_btn_intern.active_btn::after {
    transform: translateY(-50%) rotate(90deg);
}
.daterangepicker.opensright tr > td {
    color: #888;
    margin: 0px;
    border-radius: 0px;
}
.daterangepicker.opensright tr > td.available {
    color: #000;
}
.daterangepicker.opensright tr > td.in-range{
    background: #EDECEC;
}
.daterangepicker.opensright tr > td.in-range:first-child {
    border-radius: 50% 0px 0px 50%;
}
.daterangepicker.opensright tr > td.in-range:last-child {
    border-radius: 0px 50% 50% 0px;
}
.daterangepicker.opensright .start-date.available, .daterangepicker.opensright .end-date.available { 
    background: transparent;
    color: #fff;
    position: relative;
    z-index: 111;
}
.daterangepicker.opensright .start-date.available::before, .daterangepicker.opensright .end-date.available::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #A4C748;
    top: 0px;
    right: 0px;
    z-index: -1;
}
.daterangepicker.opensright .start-date.available::after, .daterangepicker.opensright .end-date.available::after {
    content: "";
    position: absolute;
    width: calc(50% + 1px);
    height: calc(100% + 2px);
    background: #EDECEC;
    top: -1px;
    z-index: -11;
}
.daterangepicker.opensright .start-date.available::after{
    right: -1px !important;
    left: auto !important;
}
.daterangepicker.opensright .end-date.available::after {
    right: auto;
    left: -1px;
}
.daterangepicker.opensright > .drp-buttons button {
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 10px 20px;
    line-height: 1.2;
    border-radius: 5px;
    font-weight: 400;
    background: transparent;
    border: 2px solid #bbb;
    color: #000;
    font-size: 14px;
    margin: 0px 15px;
}
.daterangepicker.opensright > .drp-buttons button.applyBtn {
    background: #a4c748;
    border-color: #a4c748;
    color: #fff;
}

.search-fields select.form-control {
    background: #fff url(../images/down-arrow.png) no-repeat;
    background-position: center right;
    padding-right: 22px;
    background-size: 18px;
}

.top-form-bar .elem-right .search-fields  .form-group {
    margin-left: 1rem;
    margin-bottom: 0;
    width: 100%;
}

.block .white-box table tr td.title a {
    display: inline-block;
    white-space: normal;
    max-width: calc(100% - 75px);
    vertical-align: middle;
    line-height: 1.3;
}
#actionform .top-form-bar .form-group [type=submit] {
    background: #a4c748;
    color: #fff;
    max-width: none !important;
    width: 100%;
    box-shadow: none;
}

#main > section.notification .alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    width: calc(100% - 30px);
    max-width: 550px;
    border-radius: 10px;
    padding: 30px;
    color: #fff;
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    column-gap: 20px;
    text-transform: capitalize;
    font-weight: 600;
    background: #a4c748 !important;
    background: rgb(125,145,72);
    background: linear-gradient(45deg, rgba(138,163,71,1) 0%, rgba(164,199,72,1) 100%) !important;
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 80%);
    z-index: 9999999;
    border: none;
}
#main > section.notification .alert svg {
    max-width: 45px;
    margin: 0px;
    height: 45px;
}
#main > section.notification .alert a.pull-right {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #a4c748;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    transform: translateY(-50%);
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
}

/*body > .note-popover.popover.bottom {
    display: none !important;
}*/
form#mediaform .form-group > .col-md-12 {
    margin: 10px -15px;
    padding: 0px;
    width: auto;
    display: flex;
}
form#mediaform .form-group > .col-md-12 .control-label-right .checkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
form#mediaform .form-group .checkbox label::after {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    line-height: 1;
}
.note-popover.in.note-image-popover .popover-content.note-children-container {
    display: flex;
    background: #fff;
    width: 100%;
    padding: 0;
    border-radius: 5px;
}
.note-popover.in.note-image-popover .popover-content.note-children-container .note-btn-group.btn-group {
    margin: 0px;
    padding: 0px;
    background: #fff;
}
.note-popover.in.note-image-popover .popover-content.note-children-container .note-btn-group.btn-group .btn {
    height: 40px !important;
}
/*
.note-popover.note-image-popover {
    display: none;
    position: sticky;
    background: #fff;
    z-index: 99999999;
    max-width: max-content !important;
    top: 50% !important;
    left: 50% !important;
    transform: translateY(-50%) translateX(-50%);
    height: 0px !important;
    margin: 0px;
    padding: 0px;
    border: none;
    box-shadow: none;
}*/
.note-popover.in.note-image-popover .arrow {
    width: auto !important;
    height: auto !important;
    border: none !important;
    background: #fff !important;
    padding: 5px;
    position: absolute;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
    margin-top: -100px;
    left: 50%;
    transform: translateX(-50%);
}
.note-popover.in.note-image-popover .arrow::after {
    margin: 0px;
    top: -10px;
    filter: drop-shadow(0px -1px 1px rgb(0 0 0 / 20%));
}
.note-popover.in.note-image-popover .popover-content.note-children-container button.note-btn {
    width: auto;
    min-width: auto;
    width: 50px;
    height: 40px;
    border-radius: 0px;
    background: #fff;
    color: #000;
    border: 1px solid #ccc;
    padding: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}
.note-popover.in.note-image-popover .popover-content.note-children-container button.note-btn:hover, .note-popover.in.note-image-popover .popover-content.note-children-container button.note-btn:focus {
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
}
#edit_news .edit_column {
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
}
#edit_news .edit_column .header_col {
    position: relative;
    cursor: pointer;
}
#edit_news .edit_column .header_col::before {
    content: "\f106";
    font-family: 'FontAwesome';
    font-weight: bold;
    position: absolute;
    font-size: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    line-height: 0.8;
    transform: scaleY(-1);
    color: rgba(0,0,0,0.5);
    transition: all 0.5s;
    height: auto;
}
#edit_news .edit_column.active_item .header_col::before {
    transform: scaleY(1);
    color: rgba(0,0,0,0.95);
}
#edit_news .edit_column .header_col h4 {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-bottom: 5px;
}
#edit_news .edit_column .header_col h2 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
}
#edit_news .edit_column .header_col .completed_icon {
    color: #A4C748;
    display: inline-block;
    margin-left: 5px;
}
#edit_news .edit_column .content_col {
    padding-top: 20px;
    display: none;
}
#edit_news .edit_column .content_col .basic_img {
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    width:100%;
}
#edit_news .edit_column .content_col .basic_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#edit_news .edit_column .content_col .basic_img a.view-image{
    right: 75px;
}
#edit_news .edit_column .content_col .basic_img a {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #666;
    font-size: 18px;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#edit_news .edit_column .content_col .editor-box .note-editor {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    border: solid 1px #e0e0e0;
    border-radius: 6px;
    
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-statusbar {
    order: 15;
    display: none !important;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-toolbar.panel-heading {
    order: 14;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: none;
    border-radius: 0px;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-editing-area .note-editable.panel-body {
    height: 200px;
    border: none;
    box-shadow: none;
    margin-bottom: 15px;
}
#edit_news .edit_column .content_col .textarea_post .textarea_opt {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0px;
    background: #EDECEC;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-toolbar > .note-btn-group.note-fontname {
    display: none;
    margin: 0px;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group.note-color .note-btn.dropdown-toggle {
    display: none;
}
#edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-style, #edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-table, #edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-insert, #edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-view {
    display: flex !important;
    flex-wrap: wrap;
}
/*#edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-style {
    order: 1;
}
#edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-insert {
    order: 2;
}
#edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-table {
    order: 3;
}
#edit_news .edit_column .note-editor .note-toolbar .note-btn-group.note-view {
    order: 4;
    flex-direction: row-reverse;
}*/
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    line-height: 1;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #333;
    flex: none;
    max-width: 50px;
    min-width: auto;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px !important;
    font-size: 16px;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn[data-original-title="Style"] i::before {
    content: "\f031";
    font-family: "FontAwesome";
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn[data-original-title="Help"] i::before {
    content: "\f29c";
    font-family: "FontAwesome";
    font-size: 20px;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn[data-original-title="Video"], #edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn[data-original-title="Full Screen"] {
    display: none;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn::after {
    display: none;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn .note-icon-caret {
    display: none;
}
#edit_news .edit_column .content_col .editor-box .note-editor .note-btn-group .note-btn.btn:hover {
    background: rgba(0,0,0,0.15);
}


#edit_news .edit_column .media_head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
#edit_news .edit_column .media_head p {
    margin-bottom: 0px;
}
#edit_news .edit_column .media_head .right_options {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 25px;
    margin-left: auto;
}
#edit_news .edit_column .media_head .right_options label {
    margin: 0px;
}
#edit_news .edit_column .media_head .right_options label input {
    width: 15px;
    height: 15px;
    vertical-align: bottom;
}
#edit_news .edit_column .inner_block {
    display: flex;
    column-gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}
#edit_news .edit_column .inner_block .img_block {
    width: 100%;
    max-width: 140px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
#edit_news .edit_column .inner_block .img_block img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
#edit_news .edit_column .inner_block .img_block a {
    display: flex;
    flex-wrap: wrap;
    height: 140px;
}
#edit_news .edit_column .inner_block .img_block i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #999;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 0;
    cursor: pointer;
}
#edit_news .edit_column .inner_block .img_block .image_media {
    width: 100%;
    object-fit: cover;
}
#edit_news .edit_column .inner_block .cont_block {
    /*padding: 10px;
    border: 1px solid #E0E0E0;*/
    box-sizing: border-box;
    border-radius: 6px;
    border: none;
    padding: 0px;
    width: 100%;
}
#edit_news .edit_column .inner_block .cont_block .form-control {
    height: auto;
    min-height: 40px;
    white-space: normal;
}
#edit_news .edit_column .inner_block p {
    margin: 0px;
    font-size: 14px;
}
#edit_news .edit_column .btn_grey {
    color: #333;
    background: #EDECEC;
    border-radius: 6px;
    display: inline-flex;
    padding: 7px 20px;
    column-gap: 8px;
    margin-right: 20px;
    align-items: center;
    line-height: 1.9;
    justify-content: center;
}
#edit_news .edit_column .btn_grey:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#edit_news .edit_column .audio_media {
    margin-bottom: 10px;
}
#newsform .form-group.from-group-check {
    display: flex;
    align-items: center;
    width: initial;
    column-gap: 20px;
    row-gap: 20px;
}
.multi-inner-select {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    margin-bottom: 0px;
    width: 100%;
    max-width: 400px;
}
.form-group-inner {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 200px;
}
.form-group-inner label {
    white-space: nowrap;
    margin-bottom: 0px;
}
#edit_news .edit_column .audio_media .attach_name {
    opacity: 0.6;
}
#edit_news .edit_column .audio_media .attach_name.attached {
    cursor: pointer;
    opacity: 1;
}
#edit_news .edit_column.settings_col .content_col > .main_block {
    max-width: 600px;
}
#edit_news .edit_column .tags_block label span {
    opacity: 0.7;
}
#edit_news .edit_column .tags_block .hint_tags {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-top: 15px;
}
#edit_news .edit_column .tags_block .hint_tags a {
    background: #EDECEC;
    border-radius: 6px;
    color: #333;
    padding: 8px 15px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 8px;
}
#edit_news .edit_column  .placement_block input[type=checkbox], #edit_news .edit_column  .comment_block input[type=checkbox] {
    display: inline-block;
    margin: 0px !important;
    width: 15px;
    height: 15px;
    margin-right: 10px !important;
    vertical-align: middle;
}
#edit_news .edit_column .placement_block .form-group {
    margin-bottom: 0px;
}
#edit_news .edit_column .create_block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
#edit_news .edit_column .create_block .form-group {
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 15px;
}
.image-editor-container.fade.in{
    opacity:1 !important;
}

#edit_news > .buttons-col label {
    display: none;
}
#edit_news .buttons-col {
    padding-bottom: 30px;
}
#edit_news .buttons-col .discard-btn label {
    display: none;
}
#edit_news .buttons-col button {
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    line-height: 1.6;
    padding: 8px 20px;
    letter-spacing: 0.5px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    border-radius: 6px;
    margin-left: 20px;
}
#edit_news .buttons-col #submitbtn {
    background: #a4c748;
    color: #fff;
}
#edit_news.advertisement .media_col .small_img {
    margin-bottom: 25px;
}
#edit_news.advertisement .edit_column.media_col .content_col img {
    max-width: 250px;
}
#edit_news.advertisement .media_col .small_img .showmediagallery {
    margin-left: 15px;
    color: #333;
    font-size: 20px;
}
#edit_news.advertisement .media_col .box.featured-box {
    box-shadow: none;
    background: transparent;
    padding: 0;
}
#edit_news.advertisement .media_col .box.featured-box .box-body {
    padding: 0px;
    padding-bottom: 30px;
}
#edit_news.advertisement .media_col .box.featured-box .featuremediawrap, #edit_news.advertisement .media_col .box.featured-box .singlemedia {
    max-width: 250px;
    display: inline-block;
    width: 100%;
    margin-right: 20px;
}


#featureModal .modal-dialog {
    transform: none;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#featureModal .modal-dialog .modal-body {
    padding-bottom: 5px;
}
#featureModal .modal-dialog .showmorewrap {
    margin-top: 10px;
}
#featureModal .modal-dialog .showmorewrap button {
    margin: 0px;
}
#featureModal .modal-dialog .modal-footer .image-load-actions button, #featureModal .modal-dialog .modal-body .header-right .btn {
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    line-height: 1.6;
    padding: 8px 20px;
    letter-spacing: 0.5px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #333;
    border-radius: 6px;
}
#featureModal .modal-dialog .modal-footer .image-load-actions button.feature {
    background: #a4c748;
    color: #fff;
}
#featureModal .modal-dialog .modal-header button.close {
    width: 35px;
    height: 35px;
    border: 2px solid #333;
    background: #333;
    color: #fff;
    box-shadow: none;
    opacity: 1;
    font-size: 30px;
    border-radius: 6px;
}


.upload_image {
    border: 2px dashed #999999;
    width: 100%;
    border-radius: 6px;
    border-spacing: 25px;
    background: #F8F8F8;
    text-align: center;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    row-gap: 8px;
    position: relative;
    overflow: hidden;
}
.upload_image > p {
    margin-bottom: 0px;
}
.upload_image img {
    max-height: 50px !important;
    width: auto !important;
    min-width: auto !important;
}
.upload_image button.btn.btn_grey {
    width: auto;
    margin: 0px !important;
}
.upload_image > input[type="file"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 11;
    cursor: pointer;
}


.dropdown_menu.mediacateg_dropdown .form-group {
    margin: 0px;
}
.dropdown_menu.mediacateg_dropdown .form-group label {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 1.8;
    color: #333;
    transition: all 0.4s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    margin: 0px;
}
.dropdown_menu.mediacateg_dropdown .drop_item:last-child a::before {
    content: "\f013";
    font-family: fontawesome;
    color: #888;
    font-size: 150%;
    vertical-align: middle;
    line-height: 1;
    display: inline-block;
    margin-right: 5px;
}
.dropdown_menu.mediacateg_dropdown .form-group label input {
    margin: 0px;
    vertical-align: sub;
}
.dropdown_menu.mediacateg_dropdown .form-group label input::before {
    font-size: 10px;
}


.note-editor.note-frame .modal-dialog {
    left: 0px;
}
.note-editor.note-frame .link-dialog .modal-header {
    flex-direction: row-reverse;
}
.note-editor.note-frame .modal-body input {
    position: relative;
    z-index: 99;
    opacity: 1;
    margin: 0px;
    vertical-align: middle;
    margin-right: 8px;
    top: 2px;
}
.note-editor.note-frame .modal-body .checkbox label {
    width: auto;
    height: auto;
}
.note-editor.note-frame .modal-body label::before {
    display: none;
}
.note-editor.note-frame .modal-body input {
    position: relative;
    margin: 0px;
    margin-right: 15px;
    z-index: 9999;
    opacity: 1;
}
.note-editor.note-frame .modal-footer button {
    background: #a4c748;
    border-color: #a4c748;
    min-height: auto;
    line-height: 1.6;
    width: auto;
    min-width: auto;
    padding: 8px 20px;
}


#media_columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
#media_columns.hide_captions {
    flex-direction: row;
    margin: 0 -10px;
    margin-bottom: 20px;
    column-gap: 0px;
    row-gap: 20px;
}
#media_columns.hide_captions .inner_block > .cont_block {
    display: none;
}
#media_columns.hide_captions .inner_block {
    flex: 1 0 0%;
    min-width: 160px;
    width: 25%;
    max-width: 165px;
    margin: 0px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px 10px;
    justify-content: flex-start;
}

input#audio, input#videoupload {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 40px;
    padding: 5px 0px;
    padding-left: 26px;
    cursor: pointer;
    width: auto;
    display: inline-block;
    min-width: auto;
}
input#audio::before, input#videoupload::before {
    content: "Select a File";
    color: #333;
    background: #EDECEC;
    border-radius: 6px;
    display: inline-flex;
    padding: 7px 20px;
    column-gap: 8px;
    align-items: center;
    line-height: 1.9;
    justify-content: center;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}


#edit_media_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
#edit_media_popup .edit_media_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    max-width: 450px;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
#edit_media_popup .editmedia_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
}
#edit_media_popup .editmedia_header h2 {
    font-size: 20px;
    color: #333;
    margin: 0px;
}
#edit_media_popup .btn-back-edit-image {
    margin-left: auto;
    display: inline-block;
    cursor: pointer;
}
#edit_media_popup .overlay_edtmed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#edit_media_popup .image_edtmedia .image-preview {
    max-height: 50vh;
    max-width: 100%;
    border-radius: 8px;
    object-fit: contain;
    box-shadow: 0 0 4px 0px rgba(0,0,0,0.6);
}
#edit_media_popup .image_edtmedia .buttons-container {
    padding: 20px 0px;
    display: flex;
    column-gap: 20px;
}
#edit_media_popup .image_edtmedia .buttons-container button {
    width: 100%;
    font-size: 16px;
}
#edit_media_popup .image_edtmedia .buttons-container button .right_rot {
    transform: scaleX(-1);
}
#edit_media_popup .editmedia_footer {
    margin: 0px -25px;
    padding: 20px 25px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid #e0e0e0;
}

.modal-dialog{
    left:0;
}

#newsform .form-group {
    display: inline-block;
    width: 100%;
}

#manage_catg .content-header .other_elements {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/* New Categories section */
#manage_catg {margin-bottom: 100px;}
  #manage_catg .content-header {margin-top: 40px;}
  #manage_catg .content-header .other_elements h4 {margin: 0px;}
  #manage_catg .content-header .other_elements .header-right {margin-left: auto;}
  #manage_catg .content-header .other_elements .btn {height: auto;}
  #categories_list .carg_item {display: flex;flex-wrap: wrap;align-items: center;background: #FFFFFF;box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);border-radius: 8px;padding: 20px;margin-bottom: 25px;}
  #categories_list .carg_item .catg_left {width: 100%;max-width: 450px;display: flex;flex-wrap: wrap;align-items: center;column-gap: 15px;position:relative;padding: 7px 0;overflow-x: hidden;}
  #categories_list .carg_item .catg_left .category_title {margin: 0px;font-size: 20px;}
  #categories_list .carg_item .catg_left .open_catgform {color: #666;display: none;}
  #categories_list .carg_item:hover .open_catgform {display: inline-block;}
  #categories_list .carg_item .catg_form {display: flex;align-items: center;width: 100%;max-width: 450px;position: absolute;top: 50%;left: -100%;transform: translateY(-50%);transition: all 0.5s;opacity: 0;z-index: 11;}
  #categories_list .carg_item .catg_form.active {left: 0px;opacity: 1;}
  #categories_list .carg_item .catg_form .form-group {display: flex;width: 100%;margin: 0px;}
  #categories_list .carg_item .catg_form .form-group .form-control {width: 100%;flex: 0 0 100%;max-width: calc(100% - 80px);border-radius: 6px 0px 0px 6px;height: auto;}
  #categories_list .carg_item .catg_form .close_form {font-size: 20px;color: #BABABA;margin-left: 16px;}
  #categories_list .carg_item .catg_form .form-group button {width: 80px;min-width: auto;border-radius: 0px 6px 6px 0px;}
  #categories_list .carg_item .catg_right {margin-left: auto;}
  #categories_list .carg_item .catg_right .delete_catg {font-size: 22px;vertical-align: middle;margin-right: 15px;color: #BABABA;}
  #categories_list .carg_item .catg_right .delete_catg:hover {color: #a4c748;}
  #categories_list .catg_right .switch {position: relative;display: inline-block;width: 44px;height: 24px;}
  #categories_list .catg_right .switch input {opacity: 0;width: 0;height: 0;}
  #categories_list .catg_right .slider {background: #ccc;border: none;width: 44px;height: 24px;}
  #categories_list .catg_right .slider:before {position: absolute;content: "";height: 20px;width: 20px;left: 2px;top: 50%;transform: translateY(-50%);background-color: white;-webkit-transition: .4s;transition: .4s;border-radius: 50%;}
  #categories_list .catg_right input:checked + .slider {background-color: #a4c748;}
  #categories_list .catg_right input:focus + .slider {box-shadow: 0 0 1px #a4c748;}
  #categories_list .catg_right input:checked + .slider:before {-webkit-transform: translateX(100%) translateY(-50%);-ms-transform: translateX(100%) translateY(-50%);transform: translateX(100%) translateY(-50%);}

  #create_catgpop {position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background: rgba(0,0,0,0.4);z-index: 99999;display: none;justify-content: center;align-items: center;}
  #create_catgpop.active_popup {display: flex;}
  #create_catgpop .inner_block {width: calc(100% - 30px);max-width: 350px;background: #FFFFFF;padding: 25px;border-radius: 8px;position: relative;
    z-index: 99;}
  #create_catgpop > .close_create_catgpop {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;opacity: 0;}
  #create_catgpop .inner_block .head_block {display: flex;flex-wrap: wrap;align-items: center;padding-bottom: 15px;}
  #create_catgpop .inner_block .head_block .pop_head {margin: 0px;font-size: 20px;}
  #create_catgpop .inner_block .head_block .close_create_catgpop {margin-left: auto;color: #999999;font-size: 20px;line-height: 1;}
  #create_catgpop .inner_block .form-group .radio_type {display: inline-block;position: relative;padding-left: 26px;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
  #create_catgpop .inner_block .form-group .radio_type:last-child{margin-left: 15px;}
  #create_catgpop .inner_block .form-group .radio_type input {position: absolute;opacity: 0;cursor: pointer;}
  #create_catgpop .inner_block .form-group .radio_type .checkmark {position: absolute;top: 50%;left: 0;height: 16px;width: 16px;background-color: #eee;border-radius: 50%;transform: translateY(-50%);}
  #create_catgpop .inner_block .form-group .radio_type:hover input ~ .checkmark {background-color: #ccc;}
  #create_catgpop .inner_block .form-group .radio_type input:checked ~ .checkmark {background-color: #a4c748;}
  #create_catgpop .inner_block .form-group .radio_type .checkmark:after {content: "";position: absolute;display: none;}
  #create_catgpop .inner_block .form-group .radio_type input:checked ~ .checkmark:after {display: block;}
  #create_catgpop .inner_block .form-group .radio_type .checkmark:after {top: 50%;left: 50%;width: 6px;height: 6px;border-radius: 50%;background: #fff;transform: translateY(-50%) translateX(-50%);}
  form#add_catg .btn[type=submit] {width: 100%;} 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
body.login_temp > .container.clearfix > .row {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    justify-content: center;
    min-height: 100vh;
    padding: 50px 15px;
    width: 100%;
    margin: 0px;
}
body.login_temp .loginblock {
    width: 100%;
    max-width: 450px;
}
body.login_temp .loginblock .panel-heading {
    text-align: center;
}
body.login_temp .loginblock h1 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif !important;
    text-align: left !important;
}
body.login_temp .loginblock .login-panel.panel {
    background: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 25px;
    margin-top: 20px;
}
body.login_temp .loginblock .login-panel.panel .form-control {
    font-size: 14px;
}
body.login_temp .loginblock .login-panel.panel input[type="text"], body.login_temp .loginblock .login-panel.panel input[type="password"] {
    height: 40px;
}
body.login_temp .loginblock .panel-heading img.img-responsive.text-center {
    max-width: 250px !important;
}
body.login_temp .loginblock .login-panel.panel input::placeholder {
    color: rgba(0,0,0,0.4);
    font-weight: 500;
}
body.login_temp .loginblock .login-panel.panel input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-right: 5px;
}
body.login_temp .loginblock .login-panel.panel .login-btn {
    width: 100%;
    margin-top: 0px;
    background: #A4C748;
    border: none;
    outline: none;
    padding: 10px 15px;
    border-radius: 6px;
    text-transform: capitalize;
}
body.login_temp .loginblock .login-panel.panel .forgot {
    text-align: center;
}
body.login_temp .loginblock .login-panel.panel .forgot a {
    color: #333;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
body.login_temp .loginblock .panel-body .alert {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    align-items: center;
    column-gap: 10px;
    text-transform: capitalize;
}
body.login_temp .loginblock .alert svg {
    max-width: 30px;
    margin: 0px;
    height: 30px;
}
body.login_temp .loginblock .alert a.pull-right {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    transform: translateY(-50%);
    box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
    border: 1px solid #fff;
    display: none !important;
}

/* category section end */

#create_catgpop.simcha-add-pop > .inner_block {
    max-width: 365px;
    padding-bottom: 5px;
}
#create_catgpop.simcha-add-pop > .inner_block .head_block {
    padding-bottom: 10px;
}
#create_catgpop.simcha-add-pop  .head_block .subtitle {
    margin: 0px;
    font-size: 14px;
    color: #333;
}
#create_catgpop.simcha-add-pop .head_block .close_create_catgpop {
    position: absolute;
    top: 26px;
    right: 25px;
    font-size: 20px;
}
#create_catgpop.simcha-add-pop .options {
    padding: 0px;
    list-style: none;
    margin: 0px;
}
#create_catgpop.simcha-add-pop .options li {
    border-bottom: 2px solid #E0E0E0;
}
#create_catgpop.simcha-add-pop .options li:last-child {
    border-bottom: none;
}
#create_catgpop.simcha-add-pop .options li a {
    display: inline-block;
    width: 100%;
    padding: 12px 0px;
    font-size: 20px;
    color: #333;
    line-height: 1.5;
    position: relative;
}
#create_catgpop.simcha-add-pop .options li a::before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 0px;
    line-height: 1;
    transform: translateY(-50%);
    font-size: 140%;
    font-weight: 700;
    color: #999;
}


.sidebar_trgt {
    width: 55px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 30px;
    border: 1px solid #a4c748;
    color: #fff !important;
    background: #a4c748;
    border-radius: 5px;
    display: none;
}
#sidebar_inner > nav.menu {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
#sidebar_inner > nav.menu .logo {
    padding: 0px 1.5rem;
}
#sidebar_inner > nav.menu .menu__list {
    max-height: calc(100vh - 105px);
    overflow-y: scroll;
    padding-bottom: 50px;
    overflow-x: hidden;
}
#sidebar_inner > nav.menu .menu__list li {
    margin: 0px;
}
#sidebar_inner > nav.menu .menu__list li a {
    padding: 10px 24px;
    width: 100%;
    display: inline-block;
    background: #fff;
    transition: all 0.5s;
}
#sidebar_inner > nav.menu .menu__list li a:hover, #sidebar_inner > nav.menu .menu__list li.active a {
    background: #f2f2f2;
}
#sidebar_inner .sidebar_trgt {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vh;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: -1;
}
#sidebar_inner .menu__list .manage-categories-sidebar > a{
    position: relative;
}
#sidebar_inner .menu__list .manage-categories-sidebar > a::before {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 22px;
    right: 15px;
    color: #666;
    top: 50%;
    transform: translateY(-50%) scaleY(1);
    line-height: 0;
    transition: all 0.5s;
}
#sidebar_inner .menu__list .manage-categories-sidebar > a.menu_opened::before {
    transform: translateY(-50%) scaleY(-1);
}
#sidebar_inner .menu__list .dropdown-content {
    padding: 8px 0px;
    margin: 0px 0px;
    background: #f2f2f2;
}
#sidebar_inner > nav.menu .menu__list .dropdown-content li a {
    padding-left: 65px;
    background: #f2f2f2;
}
#sidebar_inner > nav.menu .menu__list .dropdown-content li a:hover {
    background: #fff;
}
#sidebar_inner > nav.menu .menu__list .admin-id img {
    min-width: 45px;
    height: 45px;
    object-fit: cover;
    border-radius: 50%;
}
#sidebar_inner > nav.menu .menu__list .admin-id {
    padding-top: 35px;
}
#sidebar_inner > nav.menu .menu__list .admin-id .content-admin {
    column-gap: 10px;
}
#sidebar_inner > nav.menu .menu__list .admin-id .content-admin h6 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
}
#sidebar_inner > nav.menu .menu__list .admin-id .content-admin a {
    font-size: 12px;
    padding: 0px;
}
#sidebar_inner > nav.menu .menu__list .admin-id img {
    min-width: 40px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
.dash-header p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 20px;
}
.multi-choice .audio_media a {
    float: right;
}
.multi-choice .audio_media {
    border-bottom: 1px solid #dedede;
}
.block .white-box {
    overflow-x: auto;
}
.product_img svg {
    font-size: 16px;
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 5px;
    left: 5px;
    z-index: 999;
    fill: #a4c748;
}
.block .white-box {
    overflow-x:auto
}
    
.copy-slug {
    position:absolute;
    top:32px;
    right:20px;
    cursor:pointer
}
    
.copy-slug path {
    fill:#595959
}
    
#snackbar {
    visibility:hidden;
    min-width:150px;
    background-color:#a4c748;
    color:#fff;
    text-align:center;
    padding:6px;
    position:absolute;
    z-index:1;
    right:0;
    bottom:40px;
    font-size:17px;
    border-radius:6px
}
    
#snackbar.show {
    visibility:visible;
    -webkit-animation:fadein 0.5s,fadeout .5s 2.5s;
    animation:fadein 0.5s,fadeout .5s 2.5s
}
    
@keyframes fadein {
    from {
    bottom:0;
    opacity:0
    }
    
    to {
    bottom:30px;
    opacity:1
    }
}
    
@keyframes fadeout {
    from {
    bottom:30px;
    opacity:1
    }
    
    to {
    bottom:0;
    opacity:0
    }
}
/* 29/02/23 */
.pin-wrapper {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-right: 22px;
}
.article-wrap .pin-wrapper {
    gap: 27px;
    margin-top: 10px;
    width: auto;
    padding-right: 0px;
}
.article-wrap .pin-text {
    order: 1;
}
.right-pin {
    width: 25px;
    height: 12px;
    background: #A7C551;
    display: inline-block;
}
.left-side-pin {
    display: inline-block;
}
.left-top-pin {
    width: 20px;
    height: 6px;
    background: #999999;
}
.left-bottom-wrap {
    display: flex;
    gap: 2px;
    margin-top: 2px;
}
.left-bottom-pin {
    width: 9px;
    height: 4px;
    background: #999999;
}
.pin-right .left-top-pin {
    background: #A7C551;
}
.pin-right .right-pin {
    background: #999999;
}
.options_col #other_options.more-option li a {
    padding: 8px 13px;
}
.options_col #other_options.more-option li::after {
    width: calc(100% - 16px);
    margin: 0 auto;
}
.note-editor .panel-heading.note-toolbar>.btn-group {
    margin-top: 0px;
}
/* .dropzoneForm .form-group i {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #999;
    border-radius: 50%;
    font-size: 14px;
    line-height: 0;
    cursor: pointer;
} */
.remove_polls {
    width: 20px;
    height: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #999;
    border-radius: 50%;
    font-size: 14px;
    line-height: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
#edit_news .edit_column .upload_contnt .form-group .btn {
    display: inline-flex;
    min-width: auto;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    line-height: 1;
    font-size: 22px;
    border-radius: 3px;
}
#edit_news .edit_column .upload_contnt .form-group i {
    position: absolute;
    top: 10px;
    right: 10px;
}
#edit_news .edit_column .upload_contnt .form-group .dropdown_search  i {
    position: relative;
    top: auto;
    right: auto;
}
@media (max-width:  1025px) {

    .top-status-bar ul {
        flex-wrap: wrap;
        column-gap: 15px;
        row-gap: 15px;
    }
    .top-status-bar ul li {
        justify-content: flex-start;
    }
    
}

@media (max-width:  767px) {

    main#main {
        max-width: 100%;
        width: 100%;
        margin: 0px;
    }
    #sidebar {
        width: 100%;
        position: relative;
        height: auto;
        left: 0px;
        top: 0px;
        padding-top: 12px;
        padding-bottom: 12px;
        height: 70px;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }
    #sidebar_inner {
        background: #fff;
        width: calc(100% - 30px);
        padding: 0px;
        max-width: 280px;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 999999;
        border-right: none;
        display: inline-block;
        -webkit-transform: translate(-280px, 0);
        -ms-transform: translate(-280px, 0);
        -o-transform: translate(-280px, 0);
        transform: translate(-280px, 0);
        transition-delay: 2s;
        transition: all 0.6s;
    }   
    .active_sidebar #sidebar_inner{
        -webkit-transform: translate(0px, 0);
        -ms-transform: translate(0px, 0);
        -o-transform: translate(0px, 0);
        transform: translate(0px, 0);
    } 
    .sidebar_trgt {
        display: flex;
    }
    #sidebar_inner nav.menu {
        padding: 1.5rem;
        background: #fff;
        min-height: 100vh;
        overflow-y: auto;
        
        
    }
    #sidebar_inner .sidebar_trgt {
        display: none;
    }
    .active_sidebar #sidebar_inner .sidebar_trgt {
        display: inline-block;
    }

    
    .dropdown .dropdown_btn.form-control{
        background: #a4c748 !important;
    }


}

@media (max-width: 575px ) {

    .top-form-bar {
        flex-direction: column;
        justify-content: flex-start;
        text-align: left;
        row-gap: 20px;
    }
    .top-form-bar .elem-left {
        width: 100%;
        text-align: right;
    }
    .top-form-bar .elem-right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .top-form-bar .elem-right .search-fields {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
        row-gap: 20px;
    }
    .top-form-bar .elem-right .search-fields .form-group {
        margin: 0;
        flex: 0 0 50%;
        max-width: calc(50% - 10px);
    }
    header.dash-header.flex {
        padding-bottom: 15px;
        flex-wrap: wrap;
        row-gap: 15px;
    }
    header.dash-header.flex .elem-right {
        width: 100%;
    }
    header.dash-header .elem-right > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        column-gap: 10px;
    }
    header.dash-header .elem-right > ul li{
        margin: 0;
    }
    

}

.note-editor .dropdown-menu{
    bottom:55px!important;top:auto!important;
}

div#modalPreview {
    opacity: 1;
}


#modalPreview .modal-dialog {
    width: 1375px;
    max-width: 100%;
}


/* New CSS */
#newsform .added_video_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}
#newsform .form-group.video_vw_btn {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    align-items: center;
    width: 100%;
    max-width: 200px;
    row-gap: 5px;
}
#newsform .form-group.video_vw_btn .video_thumb {
    width: 100%;
    max-width: 200px;
}
#newsform .video_vw_btn .vd_thmb_inner {
    display: block;
    padding-top: 65%;
    position: relative;
}
#newsform .video_vw_btn .vd_thmb_inner video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#newsform .video_vw_btn .vd_thmb_inner a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    background: rgba(0,0,0,0.3);
    color: #ccc;
    font-size: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: all 0.4s;
    align-items: center;
}
#newsform .video_vw_btn .vd_thmb_inner a:hover {
    background: rgba(0,0,0,0.55);
    color: #eee;
}
#newsform .form-group.video_vw_btn .remove-othervideo , #newsform .form-group.video_vw_btn .remove-video {
    width: 100%;
    background: #d9534f;
    border-color: #d9534f;
    border-radius: 3px;
    font-size: 22px;
    line-height: 1.6;
}
#newsform .form-group.video_vw_btn .remove-othervideo:hover, #newsform .form-group.video_vw_btn .remove-othervideo:focus ,#newsform .form-group.video_vw_btn .remove-video:hover,#newsform .form-group.video_vw_btn .remove-video:focus {
    background: #c9302c;
    border-color: #ac2925;
}
#edit_news .edit_column .upload_contnt .form-group > .remove-othervideo.btn.btn-danger, #edit_news .edit_column .upload_contnt .form-group > .remove-audio.btn.btn-danger {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    line-height: 1.3;
    background: #d9534f;
    border-color: #d9534f;
    border-radius: 3px;
    min-width: auto;
    font-size: 22px;
}
#edit_news .edit_column .upload_contnt .form-group > .remove-othervideo.btn.btn-danger:hover, #edit_news .edit_column .upload_contnt .form-group > .remove-othervideo.btn.btn-danger:focus, #edit_news .edit_column .upload_contnt .form-group > .remove-audio.btn.btn-danger:hover, #edit_news .edit_column .upload_contnt .form-group > .remove-audio.btn.btn-danger:focus {
    background: #c9302c;
    border-color: #ac2925;
}
#newsform .form-group.video_vw_btn.audio_vw_btn {
    max-width: 100%;
}
#newsform .form-group.video_vw_btn.audio_vw_btn .remove-audio.btn.btn-danger {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    line-height: 1.5;
    background: #d9534f;
    border-color: #d9534f;
    border-radius: 3px;
    min-width: auto;
    font-size: 22px;
}
#newsform .form-group.video_vw_btn.audio_vw_btn .remove-audio.btn.btn-danger:hover, #newsform .form-group.video_vw_btn.audio_vw_btn .remove-audio.btn.btn-danger:focus {
    background: #c9302c;
    border-color: #ac2925;
}


#edit_news .edit_column .content_col.step_two .content_col {
    display: block !important;
}

#edit_news .edit_column .upload_contnt .form-group {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}
#edit_news .edit_column .upload_contnt .form-control {
    padding: 10px;
    max-width: 400px;
    position: relative;
    z-index: 11;
    overflow: hidden;
    min-width: 400px;
}
/* #edit_news .edit_column .upload_contnt .form-control::before {
    content: "";
    background: #e9ecef;
    width: 105px;
    height: 100%;
    top: 0px;
    left: 0px;
    display: block;
    position: absolute;
    z-index: -1;
} */
#edit_news .edit_column .upload_contnt .form-group .addnewaudio, #edit_news .edit_column .upload_contnt .form-group .addnewvideo {
    display: inline-flex;
    min-width: auto;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    line-height: 1;
    background: #5cb85c;
    border-color: #5cb85c;
    font-size: 22px;
    border-radius: 3px;
}
#edit_news .edit_column .upload_contnt .form-group .addnewaudio:hover, #edit_news .edit_column .upload_contnt .form-group .addnewaudio:focus {
    background: #449d44;
    border-color: #449d44;
}
#edit_news .edit_column .upload_contnt .form-group .addnewvideo:hover, #edit_news .edit_column .upload_contnt .form-group .addnewvideo:focus {
    background: #449d44;
    border-color: #449d44;
}

.uploadmedia > form#mediaform .checkbox label[for="checkbox-watermark-feature"] {
    display: flex;
    width: 110px;
    column-gap: 10px;
    align-items: center;
    height: auto;
    margin: 0;
}
.uploadmedia > form#mediaform .checkbox label[for="checkbox-watermark-feature"]::before {
    position: relative;
}
.no-word-wrap tr td {
    word-wrap:break-word!important;
    white-space:initial!important;
    line-height:2!important;
    }
    
    .article-wrapper {
    display:flex;
    align-items:center;
    }
    
    .article-wrapper .article-wrap {
    display:inline-flex;
    width:calc(100% - 0px);
    flex-direction:column;
    }
    
    .article-wrapper .article-wrap .pinarticle-content i {
    padding-right:12px;
    font-size:14px;
    color:#cbcace;
    }
    
    .article-wrapper .article-wrap a {
    padding-left:20px;
    }
    
    form label.pin-checkbox {
    position:relative;
    padding:10px;
    cursor:pointer;
    margin-bottom:0;
    }
    
    .pin-checkbox input[type="checkbox"] {
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    width:100%;
    height:100%;
    cursor:pointer;
    }
    
    form label.pin-checkbox i {
    color:#cbcace;
    }
    
    form label.pin-checkbox:hover {
    background:#eee;
    }

/* 12-dec */
.view_video_link {
    color: #fff;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 1px;
}
a.view_video_link:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    opacity: 0.4;
}
.view_video_link i {
    color: #fff;
    font-size: 25px;
    position: absolute;
}
/* 22/02/2024 */

.dropdown_menu .logo_item i.fa.fa-thumbs-up, .dropdown_menu .logo_item  i.fa.fa-thumbs-down, .dropdown_menu .logo_item  i.fa.fa-hand-o-right {
    color: #999;
    font-size: 16px;
}
.dropdown_search {
    position: relative;
}
@media screen and (max-width: 575px) {
    #edit_news .edit_column .upload_contnt .form-control {
        min-width: 200px;
    }
}