
/******** кастомизация цвета *********/
body {
  color: var(--cse_text_color);
}
.table {
  color: var(--cse_text_color);
}
.form-control {
  color: var(--cse_text_color) !important;
}


/******** исправление косяков bs5 при костомизации темы + кастом прелоадера *********/
.btn-primary, .btn-primary:focus, .btn-outline-primary:hover, 
.btn-secondary, .btn-secondary:focus, .btn-outline-secondary:hover, .btn-outline-secondary:focus,
.btn-success, .btn-success:focus, .btn-outline-success:hover,
.btn-info, .btn-info:focus, .btn-outline-info:hover,
.btn-danger, .btn-danger:focus, .btn-outline-danger:hover {
    color: #fff !important;
}
.table-primary, .table-secondary, .table-success, .table-danger, 
.table-warning, .table-info, .table-light, .table-dark {
    color: #858796 !important;
}

/*
.dmxPreloader {
    left: 80px !important;
}
*/

#dmxValidatorErrorform_create_messagetextarea_messageArea {
    position: absolute;
    z-index: 1999;
    bottom: 10px;
    left: 1em;
}

/******** Смайлики *********/

#modal_emoji .modal-dialog {
  height: 300px;
  width: 300px;
}

/******** область контента и спинер *********/
#content {
  width: 100%;
}
.cse_spiner {
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 23px);
    z-index: 1045;
}


#chat_label_nomessages {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 90px);
    z-index: 1039;
}


/******** меню и сайдбар *********/
#wrapper_selfsidebar {
    width: 80px;
    background: #4e73df;
}
#selfsidebar {
    width: 80px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    background: #4e73df;
}
.sidebar {
    width: 250px !important;
    background-color: #4e73df !important;
}
#sidebaravatar_noneimg {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #fff;
}
#sidebaravatar_img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.cse_btn_fastsidebar {
    border-radius: 0;
    color: #fff;
}
a.cse_btn_fastsidebar.disabled {
    border-radius: 0;
    color: #4e73df !important;
    background-color: #fff;
}
.cse_btn_fastsidebar:hover {
    color:#4e73df;
    background-color: #fff;   
}
.cse_btn_fastsidebar:active {
    color:#4e73df;
    background-color: #fff;
}


/******** отключение обводки *********/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0!important;
  outline-color: transparent!important;
  outline-width: 0!important;
  outline-style: none!important;
  -webkit-box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
          box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

/*************   ****************/
.cse_tab_project_title {
  height: 60px;
  width: 100%;
  position: absolute;
  background-color: #f8f9fc;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  right: calc(-100% - 1px);
  z-index: 1099;
}
/*
.cse_tab_project_title.cse_active {
  right: 0;
  -webkit-transition: 0.5s;
   transition: 0.5s;
}
*/
.cse_tab_project_title.cse_active {
  right: 0;
}

.cse_wrapper_main {
  background-color: #f8f9fc;
  height: calc(100vh - 64px);
}

.dropdown.cse_noarrow .dropdown-toggle::after {
  display: none;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.cse_animated_growin {
  -webkit-animation-name: growIn;
          animation-name: growIn;
  -webkit-animation-duration: 200ms;
          animation-duration: 200ms;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
          animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

/*===================================================*/

.a0 {
    position: relative;  
}
.a0::before { 
    background-image: url('../assets/background_pattern2.jpg');
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.40;
}
.a1 {
    height: 100vh}
.a2 {
    width: 300px;
    margin-left: auto;
    margin-right: auto}

.cse_tasksbody {
  height: calc(100vh - 6rem - 130px);
  overflow: auto;
}

.cse_title_list_group {
    border: 1px solid rgba(0,0,0,.325);
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.cse_title_list_group_item {
    border: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.cse_body_list_group {
    height: calc(100vh - 10rem - 64px);
    overflow: auto;
    border: 1px solid rgba(0,0,0,.325);
    border-top: 0;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
} 
.cse_dropdown_no_arrow::after {
    content: none;
}
.cse_button_no_outline:active, :focus {
    outline: none;
}
.cse_button_no_outline::-moz-focus-inner {    
    border: 0;
}
.cse_vertical_divider {
    border: none;
    border-left: 1px solid hsla(200, 10%, 50%,100);
    height: 40px;
    width: 1px; 
    margin-left: 20px;
    margin-right: 20px;
}
.cse_scrollbar_hidden {    
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;
}
.cse_scrollbar_hidden::-webkit-scrollbar {
    display: none;
}
.cse_modal_tabContent {
    height: calc(100vh - 8rem - 150px);
    overflow: auto;
}

/********* chat *************/

.cse_project_info {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:solid #cdcdcd; border-width:0 0 1px; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 0 0;
  width: 100%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}

/******** end chat ***********/

/******** custom chat ***********/
.cse_content_fix {  
  //width: calc(100vw - 80px);
}

.cse_mess_container {
  height: 100vh;
}

.cse_mess_body {
  border: 1px solid rgba(0,0,0,0.125);
  position: relative;
  overflow: hidden;
}

.cse_mess_headingSide {
  height: 60px;
  background-color: #f8f9fc;
  z-index: 1000;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.cse_mess_head_button {
  color: #4e73df !important;
  width: 40px;
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cse_mess_head_button:hover {
  text-decoration: none;
  background-color: #e9ecef !important;
}
.cse_mess_head_button.cse_active {
  color: #fff !important;
  background-color: #4e73df !important;
}
.cse_mess_head_button.disabled {
  color: #fff !important;
  background-color: #4e73df !important;
}

.cse_mess_head_buttonBadge {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: -0.5rem;
  margin-top: -.25rem;
}
.cse_indicator_mark {
  height: 100%;
  width: 20px;
  position: relative;
}
.cse_mark_head_buttonBadge_top {
  height: 15px;
  width: 20px;
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  left: -0.5rem;
  top: 0.5rem;
  border: 1px solid #7e7f81 !important;
  //background-color: var(--bs-danger);
}
.cse_mark_head_buttonBadge_center {
  height: 15px;
  width: 20px;
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top left;
          transform-origin: left center;
  left: -0.5rem;
  border: 1px solid #7e7f81 !important;
}
.cse_mark_head_buttonBadge_bottom {
  height: 15px;
  width: 20px;
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top left;
          transform-origin: bottom left;
  left: -0.5rem;
  bottom: 0.5rem;
  border: 1px solid #7e7f81 !important;
  //background-color: var(--bs-dark);
}

.cse_mess_head_avatarBadge1 {
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top right;
          transform-origin: top left;
  left: -0.5rem;
  margin-top: -2.0rem;
}
.cse_mess_head_avatarBadge2 {
  height: 22px;
  width: 12px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  left: 0;
  bottom: 0;
  margin-left: -0.7rem;
  margin-bottom: -0.5rem;
}
.cse_mess_head_avatarBadge3 {
  position: absolute;
  -webkit-transform: scale(.7);
          transform: scale(.7);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  right: -0.13rem;
  bottom: 0;
  font-size: small;  
}

.cse_mess_searchBox {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  background-color: #fbfbfb;
}

.cse_dflexborder {
  border-left: 1px solid rgba(0, 0, 0, .08);
}

.cse_mess_listThread {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  height: calc(100% - 138px);
}

.cse_mess_thread {
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  height: 100px;
  min-height: 100px;
  margin: 0 !important;
  cursor: pointer;
}
.cse_badges_pointer {
  cursor: alias;
}
.cse_badges_pointer2 {
  cursor: pointer;
}
.cse_mess_thread:hover {
  background-color: #f2f2f2;
}
.cse_mess_thread.active {
  background-color: #f2f2f2;
}
.cse_mess_thread_title {
    width: 350px !important;
}
.cse_mess_thread_title2 {
    max-width: 500px !important;
}
.cse_mess_contact {
  position: relative;
  border-bottom: 1px solid #f7f7f7;
  height: 72px;
  margin: 0 !important;
  cursor: pointer;
}
.cse_bg_alert15 {
  background-color: #9c4cb9;
}
.cse_bg_alert7 {
  background-color: #501b63;
}
.cse_bg_alert0 {
  background-color: #e74a3b;
}
.cse_mess_contact:hover {
  background-color: #f2f2f2;
}
.cse_mess_contact.activ {
  background-color: #f2f2f2;
}

.cse_mess_avatarContact {
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 50%;  
  background-size: cover;
  background-color: #E0E4EF;
}

.cse_mess_quote {
  height: 60px;
  border-top: 1px solid rgba(0, 0, 0, .08);
  background-color: #fbfbfb;
}

.cse_mess_body_leftside {
  width: 600px;
  height: 100%;
  position:relative;
}

.cse_mess_body_rigtside {
  width: calc(100vw - 680px - 3rem);
  height: 100%;
  border-left: 1px solid rgba(0, 0, 0, .08);
  position:relative;
}



.cse_mess_body_messageArea {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: #f8f9fc;
  border-top: 1px solid rgba(0, 0, 0, .08);
  -webkit-transition-property: width, height, padding;
  transition-property: width, height, padding;
  -webkit-transition-duration: 1ms;
          transition-duration: 1ms;
}

.cse_messages_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
  flex-direction: column-reverse;
  overflow: auto;
}

#textarea_messageArea {
  height: 89px;
  resize: none;
}
.cse_textarea_messageArea_emoji {
  height: 89px; 
  max-height: 89px !important; 
  width: 20px;
  position: absolute;
  left: 0;
  z-index: 80;
  cursor: pointer;
}

.cse_mess_body_listMessages {
  overflow-y: auto;
  background-color: #fff;  
}
.generalchat_quote {
  height: calc(100% - 250px);
}
.generalchat_quote_accoun {
  height: calc(100vh - 253px);
}

.generalchat_noquote {
  height: calc(100% - 190px);
}
.generalchat_noquote_accoun {
  height: calc(100vh - 193px);
}

.generalchat_owner {
  height: 100%;
}

.cse_mess_opentask {
  height: calc(100% - 228px) !important;
}

.cse_mess_listMessages_downarrow {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 999;
  margin-bottom: 145px;
}

.cse_mess_downarrow_quote {
    bottom: 60px;
}

.cse_mess_avatarMessage {
  position: relative;
  height: 45px;
  width: 45px;
  border-radius: 50%;  
  background-size: cover;
  background-color: #E0E4EF;
}

.cse_mess_inmessage_body {
  position: relative;
  border-radius: 3px;
  background-color: #eceff5;
}
.cse_mess_inmessage_body::before {
  left: -18px;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #eceff5;
  content: "";
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
}

.cse_mess_outmessage_body {
  position: relative;
  border-radius: 3px;
  background-color: #36b9cc;
}
.cse_mess_outmessage_body::before {
  right: -18px;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #36b9cc;
  content: "";
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
}

.cse_side_one {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  top: 0;
}

.cse_side_two {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
  top: -100%;
  left: -100%;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.ss1 {
  width: 60px;
  background-color: #8c3b3b;
  z-index: 5;
}
.ss2 {
  width: 100%;
  height: 60px;
  background-color: #000;
  z-index: 99;
}

/******************* Catalog Page *******************/

.cse_stableblock_tables {
    height: 1rem;
    background-color: white;
}

.cse_sticky_top {
    position: sticky;
    top: 1rem;
    z-index: 1020;
}

.catalog_table {
  border-collapse: separate;
  border-spacing: 0;
}

.catalog_table th {
  position: sticky;
  top: 20px;
  background-color: #4e73df;
  color: #fff;
}

.cse_standart_table {
  border-collapse: separate;
  border-spacing: 0;
}

.cse_standart_table th {
  /*position: -webkit-sticky;
  position: sticky;*/
  top: 20px;
  background-color: #4e73df;
  color: #fff;
}

.cse_pagedetail_body {
  padding: 0 !important;
  margin: 0 !important;
  background-color: #fff;
  overflow-y: auto;
  height: calc(100% - 70px);
}
/******************* Tables Page *******************/

.cse_table th:first-child,
.cse_table td:first-child {
  position: sticky;
  left: 0;
  background-color: #fff;
}

/******************* Admin Page *******************/

.cse_users_listAdmin {  
  background-color: #fff;
  overflow-y: auto;
  height: calc(100% - 138px);
  max-width: 400px;
}
.cse_content_info {  
  background-color: #fff;
  overflow-y: auto;
  height: calc(100% - 60px);max-width: 600px;
}


@media (max-width: 1560px) {
    .cse_mess_body_leftside {
        width: 500px;
    }
    .cse_mess_body_rigtside {
        width: calc(100vw - 580px - 3rem);
    }
    .cse_mess_thread_title {
        width: 300px !important;
    }
}

@media (max-width: 1330px) {
    .cse_mess_body_leftside {
        width: 420px;
    }
    .cse_mess_body_rigtside {
        width: calc(100vw - 500px - 3rem);
    }
    .cse_mess_thread_title {
        width: 250px !important;
    }
}
@media (max-width: 1200px) {
    .cse_mess_thread_title2 {
        max-width: 400px !important;
    }
}
@media (max-width: 1100px) {
    .cse_mess_thread_title2 {
        max-width: 350px !important;
    }
}
@media (max-width: 1050px) {
    .cse_mess_thread_title2 {
        max-width: 300px !important;
    }
}
@media (max-width: 999px) {
    .cse_mess_body_leftside {
        width: calc(100vw - 80px - 3rem);
        min-width: 200px;
    }
    .cse_mess_body_rigtside {
        width: calc(100vw - 80px - 3rem);
        position: absolute;
        z-index: 1030;
        top: 0;
        left: calc(3rem - 80px - 100vw);
        -webkit-transition: all 0.5s;
            transition: all 0.5s;
    }
    .cse_mess_body_rigtside.active {
        left: 0;
    }
    .cse_mess_thread_title {
        width: 500px !important;
    }
    .cse_mess_thread_title2 {
        max-width: 600px !important;
    }
}
@media (max-width: 870px) {
    .cse_mess_thread_title2 {
        max-width: 500px !important;
    }
}
@media (max-width: 840px) {
    .cse_mess_thread_title {
        width: 400px !important;
    }
}
@media (max-width: 770px) {
    .cse_mess_thread_title2 {
        max-width: 450px !important;
    }
}
@media (max-width: 740px) {
    .cse_mess_thread_title {
        width: 350px !important;
    }
    .cse_mess_thread_title2 {
        max-width: 400px !important;
    }
}

@media (max-width: 680px) {
    .cse_mess_thread_title {
        width: 280px !important;
    }
    .cse_mess_thread_title2 {
        max-width: 280px !important;
    }
}

@media (max-width: 680px){
  .cse_mess_body_leftside {
        width: 100%;
        //width: calc(100vw - 3rem);
        //min-width: 200px;
    }
  .cse_mess_body_rigtside {
        width: 100%;
    }
  .cse_content_fix {
      width: 100vw;
      padding: 0;
  }
}

@media (min-width: 680px){
/* W3C standard сейчас только для Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #888888 #eeeeee;  
  }

/* для Chrome/Edge/Safari */
  ::-webkit-scrollbar {
      width: 12px;
      background: #eeeeee;
  }
  
  ::-webkit-scrollbar-thumb {
      background: #888888;
      -webkit-border-radius: 1ex;
      border:2px solid #eeeeee;
  }
  ::-webkit-scrollbar-thumb:hover {
      background: #ccc;
      -webkit-border-radius: 1ex;
      border:2px solid #eeeeee;
  }
/* Preloader */  
  .dmxPreloader {
    left: 80px !important;
  }
  .cse_content_fix {
    width: calc(100vw - 80px);
    padding: 1.5rem;
  }
}