/* variables */
:root{
    --primary-color: #fff;
    --secondary-color: #eee;
    --tertiary-color: #ccc;
    --text-color: #333;
    --sub-text-color: #333;
    --msg-client-color: #bf0807;
    --msg-client-font-color: #ffffff;
    --msg-brand-color: #ebebeb;
    --answer-box-bg-color: #ccc;
    --darkmode-button-color:#ccc;
    --darkmode-bg-color:#eee;
    --red-color-1: #bf0707;
    --red-color-2: #bf1c08;
    --white-color-1: #e5e5e5;
    --yellow-color-1: #aea794;
    --button-color-1: #36ae11;
    --button-text-color-1: #fff;
    --button-color-2: #47be8a;
    
}

.dark{
    --primary-color: #1e1e1e;
    --secondary-color: #3c3e40;
    --tertiary-color: #1e1e1e;
    /* --text-color: rgba(255, 255, 255, 0.871); */
    --text-color: #f1f1f1;
    --sub-text-color: #aaa;
    --msg-client-color: #3b3b3c;
    --msg-client-font-color: rgba(255,255,255,0.8);
    --msg-brand-color: #153b2a;
    --answer-box-bg-color: #1e1e1e;
    --darkmode-button-color:#ebebeb;
    --darkmode-bg-color:#48494b;
    --red-color-1: #aaa;
    --red-color-2: #aaa;
    --white-color-1: #3c3e40;
    --yellow-color-1: #3c3e40;
    --button-color-1: #3c3e40;
    --button-text-color-1: #f1f1f1;
    --button-color-2: #3c3e40;
}


/****** later added for hector*******/
.ui-draggable-handle {-ms-touch-action: none;touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {display: none;
}
.ui-helper-hidden-accessible {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;
}
.ui-helper-reset {margin: 0;padding: 0;border: 0;outline: 0;line-height: 1.3;text-decoration: none;font-size: 100%;list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;
}
.ui-helper-clearfix:after {clear: both;
}
.ui-helper-zfix {width: 100%;height: 100%;top: 0;left: 0;position: absolute;opacity: 0;filter: Alpha(Opacity=0); /* support: IE8 */
}
.ui-front {z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {cursor: default !important;pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {display: inline-block;vertical-align: middle;margin-top: -.25em;position: relative;text-indent: -99999px;overflow: hidden;background-repeat: no-repeat;
}
.ui-widget-icon-block {left: 50%;margin-left: -8px;display: block;
}
/* Misc visuals
----------------------------------*/

.ui-datepicker {width: 17em;padding: .2em .2em 0;display: none;
}
.ui-datepicker .ui-datepicker-header {position: relative;padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {position: absolute;top: 12px;font-size: 11px
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {cursor: pointer;color: red;
}
.ui-datepicker .ui-datepicker-prev {left: 15px;
}
.ui-datepicker .ui-datepicker-next {right: 25px;
}
.ui-datepicker .ui-datepicker-prev-hover {left: 15px;top: 12px;
}
.ui-datepicker .ui-datepicker-next-hover {right: 25px;top: 12px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {display: block;position: absolute;left: 50%;margin-left: -8px;top: 50%;margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {margin: 0 2.3em;line-height: 1.8em;text-align: center;
}
.ui-datepicker .ui-datepicker-title select {font-size: 1em;margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {width: 45%;
}
.ui-datepicker table {width: 100%;font-size: .9em;border-collapse: collapse;margin: 0 0 .4em;
}
.ui-datepicker th {padding: .7em .3em;text-align: center;font-weight: bold;border: 0;
}
.ui-datepicker td {border: 0;padding: 1px;
}
.ui-datepicker td span, .ui-datepicker td a {display: block;padding: .2em;text-align: right;text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {background-image: none;margin: .7em 0 0 0;padding: 0 .2em;border-left: 0;border-right: 0;border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {float: right;margin: .5em .2em .4em;cursor: pointer;padding: .2em .6em .3em .6em;width: auto;overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {width: 95%;margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {clear: left;
}
.ui-datepicker-row-break {clear: both;width: 100%;font-size: 0;
}
.ui-datepicker {border: 1px solid var(--yellow-color-1);background: var(--primary-color);border-radius: 4px;
}
.ui-datepicker td span, .ui-datepicker td a {display: block;padding: .2em;text-align: center;border: 1px solid #c5c5c5;background: var(--primary-color);color: var(--text-color)
}
.ui-datepicker td span, .ui-datepicker td a.ui-state-active {background: var(--text-color);color: var(--primary-color);
}
.ui-datepicker-header {border: 1px solid #dddddd;background: #e9e9e9;color: var(--text-color);font-weight: bold;
}
/* Icons */
.ui-datepicker .ui-icon {display: block;text-indent: inherit;overflow: hidden;background-repeat: no-repeat;left: .5em;top: .3em;font-weight: normal;
}
.ui-tabs .ui-tabs-nav {margin: 0;
}
.ui-tabs .ui-tabs-nav li {list-style: none;float: left;position: relative;top: 0;border-bottom-width: 0;padding: 0;white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {float: left;padding: .5em 1em;text-decoration: none;background: var(--tertiary-color);color: var(--text-color);border: solid 1px var(--yellow-color-1);border-right: 0;border-bottom: 0;border-radius: 4px 4px 0 0;
}
/* .ui-tabs li:last-child .ui-tabs-anchor {border-right: solid 1px #aca592;
} */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {margin-bottom: -1px;padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor, .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {color: var(--text-color);font-weight: bold;background: var(--secondary-color);cursor: pointer;position: relative;top: 1px;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {cursor: pointer;
}
.ui-tabs .ui-tabs-panel {display: block;background: var(--secondary-color);overflow: hidden;padding: 0px;
    /* border: solid 1px #aca592; */
}
.ui-tooltip {padding: 8px;position: absolute;z-index: 9999;max-width: 300px;
}
body .ui-tooltip {border-width: 2px;
}
html {font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%
}
body {margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block
}
audio, canvas, progress, video {display: inline-block;vertical-align: baseline
}
audio:not([controls]) {display: none;height: 0
}
[hidden], template {
display:none
}
a {background-color: transparent
}
a:active, a:hover {outline: 0
}
abbr[title] {border-bottom: 1px dotted
}
b, strong {font-weight: 700
}
dfn {font-style: italic
}
sub, sup {position: relative;font-size: 75%;line-height: 0;vertical-align: baseline
}
sup {top: -.5em
}
sub {bottom: -.25em
}
img {border: 0
}
svg:not(:root) {overflow: hidden
}
hr {height: 0;-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box
}
pre {overflow: auto
}
code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em
}
button, input, optgroup, select, textarea {margin: 0;font: inherit;color: inherit
}
button {overflow: visible
}
button, select {text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    appearance: none;
    -webkit-appearance: button;cursor: pointer
}
button[disabled], html input[disabled] {cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0
}
input {line-height: normal
}
input[type=checkbox], input[type=radio] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
height:auto
}
input[type=search] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;
    appearance: textfield;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    appearance: none;
-webkit-appearance:none
}
legend {padding: 0;border: 0
}
textarea {overflow: auto
}
optgroup {font-weight: 700
}
table {border-spacing: 0;border-collapse: collapse
}
td, th {padding: 0
}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box
}
:after, :before {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box
}
html {-webkit-tap-highlight-color: rgba(0,0,0,0)
}
button, input, select, textarea {font-family: inherit;font-size: inherit;line-height: inherit
}
.container {padding-right: 10px;padding-left: 10px;margin-right: auto;margin-left: auto
}
table {font-family: Arial, Helvetica, sans-serif;
}
tbody td, thead th {padding: 10px 15px;border: 1px solid var(--white-color-1);text-align: left;color: var(--text-color);
}
tbody td:last-child a {color: var(--red-color-1);
}
tbody td:last-child a:hover {color: var(--text-color);
}
.pagination {clear: both;padding-top: 25px;
}
.pagination li {display: inline-block;border: solid 1px #f1f1f1;height: 30px;text-align: center;color: #000;line-height: 30px;margin: 0 2px 2px 0;padding: 0 10px;
}
.pagination li a {color: #000;display: block;line-height: 30px;
}
.pagination li.active, .pagination li a:hover {color: var(--red-color-1);
}
 @media (min-width:768px) {
.container {width: 750px
}
}
@media (min-width:992px) {
.container {width: 970px
}
}
@media (min-width:1200px) {
.container {width: 1100px
}
}
.row {margin-right: -5px;margin-left: -5px
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {position: relative;min-height: 1px;padding-right: 5px;padding-left: 5px
}
@media (min-width:768px) {

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {float: left
}
.col-sm-12 {width: 100%
}
.col-sm-11 {width: 91.66666667%
}
.col-sm-10 {width: 83.33333333%
}
.col-sm-9 {width: 75%
}
.col-sm-8 {width: 66.66666667%
}
.col-sm-7 {width: 58.33333333%
}
.col-sm-6 {width: 50%
}
.col-sm-5 {width: 41.66666667%
}
.col-sm-4 {width: 33.33333333%
}
.col-sm-3 {width: 25%
}
.col-sm-2 {width: 16.66666667%
}
.col-sm-1 {width: 8.33333333%
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {float: left
}
.col-md-12 {width: 100%
}
.col-md-11 {width: 91.66666667%
}
.col-md-10 {width: 83.33333333%
}
.col-md-9 {width: 75%
}
.col-md-8 {width: 66.66666667%
}
.col-md-7 {width: 58.33333333%
}
.col-md-6 {width: 50%
}
.col-md-5 {width: 41.66666667%
}
.col-md-4 {width: 33.33333333%
}
.col-md-3 {width: 25%
}
.col-md-2 {width: 16.66666667%
}
.col-md-1 {width: 8.33333333%
}
.col-md-offset-1 {margin-left: 8.33333333%;
}
}
/*@font-face {font-family: 'gotham_bookregular';src: url('../fonts/ufonts.com_gotham-book-webfont.woff2') format('woff2'), url('../fonts/ufonts.com_gotham-book-webfont.woff') format('woff');font-weight: normal;font-style: normal;
}
*/*, html {margin: 0;padding: 0;
}
body {/*	font: normal 14px/28px 'gotham_bookregular', sans-serif;
*/font: normal 14px/28px Arial, Helvetica, sans-serif;color: var(--text-color);background: var(--primary-color);
}
img {border: none;max-width: 100%;width: auto;height: auto;
}
strong {font-weight: normal;
}
a {text-decoration: none;color: var(--text-color);
}
a:hover {text-decoration: none;color: var(--red-color-1);
}
ul, li {list-style: none;
}
select[multiple], select[size] {height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;
}
output {display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857143;color: #555;
}
.form-control {display: block;width: 100%;height: 34px;padding: 6px 12px;font-size: 14px;line-height: 1.42857143;color: var(--text-color);background-color: var(--primary-color);background-image: none;border: 1px solid var(--yellow-color-1);border-radius: 4px;
}
.form-control:focus {border-color: #66afe9;outline: 0;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}
.form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {background-color: var(--secondary-color);opacity: 1;
}
.input-group .form-control, .input-group-addon, .input-group-btn {display: table-cell;
}
.input-group-addon, .input-group-btn {width: 1%;white-space: nowrap;vertical-align: middle;
}
.input-group-addon {padding: 6px 15px;font-size: 0;font-weight: 400;line-height: 1;color: #555;text-align: center;border: 1px solid var(--yellow-color-1);border-radius: 0 4px 4px 0;position: relative;left: -3px;background: var(--primary-color) url(../images/calendar.png) no-repeat center center;
}
.input-group {position: relative;display: table;border-collapse: separate;
}
.control_ {margin-bottom: 10px;overflow: hidden;
}
.label_ {margin-bottom: 0;
}
.label_last {margin-bottom: 20px;
}
.control_ label {text-align: right;margin-top: 5px;color: var(--text-color);
}
.number_ {overflow: hidden;margin: 0 0 20px;
}
.number_ label {font-size: 25px;font-weight: bold;
}
.label_ label {text-align: left;
}
#tabs {overflow: hidden;
}
.control_ textarea {height: 150px;
}
.control_ .textarea_main {height: 325px;
}

.control_ .general-notes {height: 400px;
}
.section_ {clear: both;overflow: hidden;padding: 20px 0;
}
body.page-template-text-messages .section_ {padding: 4px;
}
.header_ {border-bottom: 1px solid var(--white-color-1);height: 85px;
}
.text_call {float: right;color: var(--red-color-1);display: block;
}
.logo {float: left;display: block;font-size: 25px;line-height: 85px;
}
.main-nav {float: right;margin-top: 45px;
}
.main-nav li {float: left;margin-left: 25px;position: relative;
}
.main-nav li a {color: var(--text-color);text-transform: uppercase;line-height: 38px;
}
.main-nav li:hover {border-bottom: 2px solid var(--red-color-1);
}
.main-nav li.active {border-bottom: 2px solid var(--red-color-1);
}
.main-nav .main-nav li a:hover {text-decoration: none;
}
.main-nav ul {float: none;margin: 0;background: var(--primary-color);padding: 15px;width: 250px;position: absolute;left: 0;top: 39px;z-index: 99;display: none;
}
.main-nav ul li {float: none;margin: 0;
}
.main-nav li li:hover, .main-nav li.active li {border: 0;
}
.footer_ {background-color: var(--msg-brand-color);padding: 40px 0;overflow: hidden;
}
.footer_ h4 {font-size: 15px;font-weight: bold;text-transform: capitalize;margin-bottom: 20px;color: var(--red-color-1);
}
.footer_ ul li {line-height: 25px;
}
.footer_ ul li a {text-transform: capitalize;color: #787878;
}
.footer_ ul li a:hover {color: var(--red-color-1);text-decoration: none;
}
form input[type=submit], form input[type=button], button {background-color: var(--button-color-1);color: var(--button-text-color-1);text-align: center;font-size: 14px;height: 35px;line-height: 35px;border: 0;padding: 0 20px;border-radius: 4px;
}
form input[type=submit]:hover, form input[type=button]:hover, button:hover {background: #000;color: var(--button-text-color-1);
}
.push_ {margin-top: 5px;display: block;
}
.premium-table {clear: both;
}
.payment-form p {margin-bottom: 15px;
}
.payment-form label a {float: right;color: #337ab7;
}
.payment-form h3 {font-size: 18px;margin-bottom: 15px;
}
.payment-form label {display: block;font-weight: 700;margin-bottom: 5px;
}
.payment-form input[type=submit], .payment-form input[type=button] {width: 100%;
}
.order_nm h4, .order_ed h4 {font-size: 18px;margin: 20px 0 10px;
}
.order_nm strong a, .order_ed strong a {color: var(--red-color-1);
}
.order_nm strong a:hover, .order_ed strong a:hover {color: var(--text-color);
}
.order_nm li span, .order_ed li span {font-weight: bold;color: var(--button-color-1);margin: 0 0 0 5px;
}
.order_nm_failed li span {font-weight: bold;color: var(--red-color-1);margin: 0 0 0 5px;
}
.error-messages li, .invalid_ {padding: 5px 10px;background: #f2dede;border: solid 1px #ebccd1;border-radius: 4px;color: #a94442;margin-bottom: 15px;
}
.success-messages li, p.success-messages {padding: 5px 10px;background: #eff8e6;border: solid 1px #c9e8a9;border-radius: 4px;margin-bottom: 5px;
}
.title_form {margin-bottom: 20px;
}
.order-details_, .ui-accordion-content p strong {font-size: 18px;display: block;margin-top: 10px;
}
.order-details_ strong {font-weight: 700;
}
.accordion h4 {font-size: 15px;margin: 0 0 2px;border: solid 1px #ddd;padding: 5px 10px;
}
.accordion h4:after {content: "+";color: var(--text-color);float: right;font-weight: 700;
}
.accordion h4.ui-accordion-header-active:after {content: "-";
}
.ui-accordion-content {padding: 15px;margin: -3px 0 3px;line-height: 26px;border: solid 1px #ddd;
}
.accordion .ui-accordion-content h4 {border: 0;padding: 0;margin: 0 0 10px;
}
.accordion .ui-accordion-content h4:after {content: "";
}
.accordion .ui-accordion-content h4.ui-accordion-header-active:after {content: "";
}
.ctl_btn {text-align: center;
}
.ctr_row {position: relative;left: -43px;
}
.form_hector {margin-bottom: 40px;overflow: hidden;
}
 @media only screen and (max-width: 1000px) {
.ctr_row {left: -27px;
}
}
 @media only screen and (max-width: 767px) {
         .contacts{
         height: 205px !important;
     }
     .contact-msg{
         border-top: 1px solid var(--secondary-color);
     }
     .chat-body .answer-add input{
         padding-right: 20px;
     }
     .write-new-msg-field{
        padding-right: 35px;
    }
.control_ label {margin: 0 0 5px;display: block;text-align: left;
}
.control_ .col-sm-9 .col-sm-4 {margin-bottom: 5px;
}
.text_call {float: left;
}
#menu {width: 30px;height: 25px;position: relative;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .5s ease-in-out;-moz-transition: .5s ease-in-out;-o-transition: .5s ease-in-out;transition: .5s ease-in-out;cursor: pointer;float: right;cursor: pointer;margin: 25px 10px 0 0;
}
.shrink #menu {margin: 25px 0 0;
}
#menu span {display: block;position: absolute;height: 5px;width: 50%;background: var(--text-color);opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;float: none;
}
#menu span:nth-child(even) {left: 50%;
}
#menu span:nth-child(odd) {left: 0px;
}
#menu span:nth-child(1), #menu span:nth-child(2) {top: 0px;
}
#menu span:nth-child(3), #menu span:nth-child(4) {top: 10px;
}
#menu span:nth-child(5), #menu span:nth-child(6) {top: 20px;
}
#menu.open span:nth-child(1), #menu.open span:nth-child(6) {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);
}
#menu.open span:nth-child(2), #menu.open span:nth-child(5) {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);
}
#menu.open span:nth-child(1) {left: 5px;top: 8px;
}
#menu.open span:nth-child(2) {left: calc(50% - 5px);top: 8px;
}
#menu.open span:nth-child(3) {left: -50%;opacity: 0;
}
#menu.open span:nth-child(4) {left: 100%;opacity: 0;
}
#menu.open span:nth-child(5) {left: 5px;top: 13px;
}
#menu.open span:nth-child(6) {left: calc(50% - 5px);top: 13px;
}
.main-nav {background: var(--primary-color);padding: 15px;position: absolute;left: 0;right: 0;top: 70px;z-index: 99;display: none;margin: 0;
}
.main-nav li {display: block;float: none;text-align: left;margin: 0;
}
.main-nav li a {line-height: 30px;
}
.logo {float: none;overflow: hidden;padding: 20px 0;line-height: normal;
}
.ui-tabs .ui-tabs-panel {padding: 15px 10px;
}
.main-nav li:hover, .main-nav li.active, .main-nav li a:hover, .main-nav li.active a {border-bottom: 0;color: var(--red-color-1);
}

.section_ {padding: 20px 0;
}
body.page-template-text-messages .section_{
    padding: 4px;
}
.number_ label {display: block;margin-bottom: 10px;
}
input[type=checkbox], input[type=radio] {position: relative;top: 2px;
}
.header_ {height: auto;position: relative;
}
.main-nav ul {background: none;padding: 10px 15px;width: auto;position: inherit;left: 0;top: 0;display: block;
}
.main-nav ul li {float: none;margin: 0;
}
.ctr_row {left: 0;
}
.title_form {margin: 0 0 10px;
}
.push_ {margin: 0 0 10px;
}
.form_hector {margin-bottom: 25px;
}
.form_hector input[type=submit] {margin: 10px 0 0;width: 100%;
}
.form-control {padding: 6px 5px;
}
}
 @media only screen and (max-width: 650px) {
tbody td, thead th {padding: 5px;font-size: 12px;
}
}
 @media only screen and (max-width: 500px) {
tbody td, thead th {font-size: 0.70em;
}
}
/** added by bibek **/
ul.customer-edit li label {float: left;clear: left;text-align: right;margin-right: 5px;font-weight: bold;
}
ul.customer-edit li strong {float: left;
}

ul.order-details li label {float: left;clear: left;width: 177px;text-align: right;margin-right: 5px;font-weight: bold;
}
ul.order-details li strong {float: left;
}
div.clear {clear: both;
}

.ui-datepicker-week-end a {
    color: red !important;
}


td.price, td.aq-price, td.dn{
    width: 20px;
}
input.price, input.aq-price{
    width: 100px;
}
input.dn{
    width: 140px;
}

table.custom-table td{
    padding: 10px;
}

table th a.active{
    text-decoration: none;
    color: var(--red-color-1);
}

.btn-info {
    color: var(--primary-color);
    background-color: #5bc0de;
    border-color: #46b8da;
}

table td input.input-price{
    width: 60px;
}
table td input.input-number{
    width: 100px;
}

.all-caps{
    text-transform: uppercase;
}

.btn-red{
    background-color: var(--red-color-1) !important;
    color: var(--primary-color) !important;
}

th.header {background-image: url(../images/bg.gif);cursor: pointer;font-weight: bold;background-repeat: no-repeat;background-position: right center;border-right: 1px solid var(--white-color-1);
}
th.headerSortUp {background-image: url(../images/asc.gif);background-color: #f0f0f0;
}
th.headerSortDown {background-image: url(../images/desc.gif);background-color: #f0f0f0;
}

table.revshare tbody td, table.revshare thead th{
    padding: 9px 11px !important;
}


td.theprice{
    text-align: right;
}

.make_me_red{
    color: var(--red-color-1) !important;
}

div.num_class p:hover{
    color: var(--red-color-1);
    cursor: pointer;
}
ul.num_class_nums{
    margin-left: 30px;
    list-style: square;
}

table.call-logs tbody td, table.call-logs thead th{
        padding: 10px 18px !important; 
}

 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: var(--primary-color);
    border-color: var(--tertiary-color);
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: var(--primary-color);
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

button.remove_btn{
    background-color: var(--red-color-1);
    color: var(--primary-color);
    text-align: center;
    font-size: 14px;
    height: 25px;
    border: 0;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 25px
}

.delete_btn{
    background-color: var(--red-color-1) !important;
}

.sully-tab {background: lightgrey !important;
}

.sully-page .form-control {color: black !important;
}

.sully-page form input[type=submit], .sully-page form input[type=button], .sully-page button {background-color: var(--red-color-1) !important; color: var(--primary-color) !important;
}

.sully-page .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .sully-page .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor, .sully-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor:hover {color: black !important;background: lightgrey !important;
}

.sully-page .ui-tabs .ui-tabs-nav .ui-tabs-anchor {background: white !important;
}

.sully-page .control_ label {color: black !important;
}
/** bibek **/
.messages{
    border: 1px solid var(--white-color-1);
}
.messages tr {
    border-bottom: 1px solid var(--white-color-1);
    border-top: 1px solid var(--white-color-1);
    border-collapse: collapse;
}
.messages td, .messages th{
    border: 0 none !important;
}
.messages tr:odd {
    background-color: var(--white-color-1);
}


.message_box{
    border-bottom:  1px solid var(--white-color-1);
    padding: 0;
    cursor: pointer;
    position: relative;
}
.message_date{
    text-align: right;
}
.message_number{
    font-weight: bold;
    font-size: 17px;
}
/** bibek later added **/

.messages-container{
    margin-top:0px;
    background:var(--secondary-color);
    padding: 15px;
}
.row.row-broken {
    padding-bottom: 0;
}
.col-inside-lg {
    padding: 20px;
}
.chat {
    height: calc(100vh - 180px);
    overflow: scroll;
    outline: none;
}
.decor-default {
    background-color: var(--primary-color);
}
.chat-users h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-users .user {
    position: relative;
    padding: 0 0 2px 8px;
    display: block;
    cursor: pointer;
    margin: 5px 0 5px;
    border-bottom: 1px solid var(--secondary-color);
}
.chat-users .user:hover{
    background: var(--secondary-color);
}

.chat-users .user .avatar {
    top: 0;
    left: 0;
}
.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}
.chat .avatar .status.off {
    border: 1px solid #5a5a5a;
    background: var(--primary-color);
}
.chat .avatar .status.online {
    background: #4caf50;
}
.chat .avatar .status.busy {
    background: #ffc107;
}
.chat .avatar .status.offline {
    background: #ed4e6e;
}
.chat-users .user .status {
    bottom: 0;
    left: 28px;
}
.chat .avatar .status {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
}
.chat-users .user .name {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.chat-users .user .mood {
    font: 200 14px/20px "Raleway", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--sub-text-color);
}

/*****************CHAT BODY *******************/
.chat-body h6 {
    font-size: 20px;
    margin: 0 0 20px;
}
.chat-body .answer.left {
    padding: 0 0 0 15px;
    text-align: left;
    float: left;
}
.chat-body .answer {
    position: relative;
    max-width: 80%;
    overflow: hidden;
    clear: both;
}
.chat-body .mms{
    max-width: 40%;
}
.chat-body .answer.left .avatar {
    left: 0;
}
.chat-body .answer .avatar {
    bottom: 36px;
}
.chat .avatar {
    width: 40px;
    height: 40px;
    position: absolute;
}
.chat .avatar img {
    display: block;
    border-radius: 20px;
    height: 100%;
}
.chat-body .answer .name {
    font-size: 12px;
    line-height: 36px;
    color: var(--sub-text-color);
}
.chat-body .answer.left .avatar .status {
    right: 4px;
}
.chat-body .answer .avatar .status {
    bottom: 0;
}
.chat-body .answer.left .text {
    background: var(--msg-client-color);
    color: var(--msg-client-font-color);
    border-radius: 8px 8px 8px 0;
}
.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.chat-body .mms .text{
    padding: 4px;
}
.chat-body .answer.left .text:before {
    left: -30px;
    border-right-color: var(--msg-client-color);
    border-right-width: 12px;
}
.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}
.chat-body .answer.left .time {
    padding-left: 12px;
    color: var(--sub-text-color);
}
.chat-body .answer .time {
    font-size: 12px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}
/*RIGHT*/
.chat-body .answer.right {
    padding: 0 15px 0 0;
    text-align: right;
    float: right;
}

.chat-body .answer.right .avatar {
    right: 0;
}
.chat-body .answer.right .avatar .status {
    left: 4px;
}
.chat-body .answer.right .text {
    background: var(--msg-brand-color);
    color: var(--text-color);
    border-radius: 8px 8px 0 8px;
    text-align: left;
}
.chat-body .answer.right .text:before {
    right: -30px;
    border-left-color: var(--msg-brand-color);
    border-left-width: 12px;
}
.chat-body .answer.right .time {
    padding-right: 12px;
    color: var(--sub-text-color);
}

/**************ADD FORM ***************/
.chat-body .answer-add {
    clear: both;
    position: relative;
    margin: 20px -20px -20px;
    padding: 0 22px 10px 8px;
    background: var(--answer-box-bg-color);
    border-top: solid 1px var(--secondary-color);
}
.chat-body .answer-add input {
    border: none;
    /* background: none; */
    display: block;
    width: 97%;
    font-size: 16px;
    line-height: 30px;
    padding-right: 5px;
    color: var(--primary-color);
}
.chat input {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}
.chat-body .answer-add .answer-btn-1 {
    background: url("../images/send-icon.png") 50% 50% no-repeat;
    right: 56px;
}
.chat-body .answer-add .answer-btn {
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 29%;
}
.chat-body .answer-add .answer-btn-2 {
    /* background: url("../images/send-icon.png") 50% 50% no-repeat; */
    right: 7px;
    color: #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 40px;
    height: 44px;
    width: 44px;
    background-color: var(--button-color-2);
}
.chat-body .answer-add .answer-btn-2:hover {
    background-color: var(--red-color-2);
}
.chat input::-webkit-input-placeholder {
   color: var(--primary-color);
}

.chat input:-moz-placeholder { /* Firefox 18- */
   color: var(--primary-color);  
}

.chat input::-moz-placeholder {  /* Firefox 19+ */
   color: var(--primary-color);  
}

.chat input:-ms-input-placeholder {  
   color: var(--primary-color);  
}
.chat input {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.ui-widget-header{
    background: none !important;
}

.btn_text_tone_play{
    color: #47be8a;
    border: solid 1px #47be8a;
    border-radius: 4px;
    width: 33px;
    text-align: center;
    transition: width 0.4s;
    display: block;
}
.btn_text_tone_play span{
    font-size: 30px;
}
.compose-msg, .settings-icon{
    margin-left: 7px;
    margin-bottom: 13px;
    height: 28px;
    color: #47be8a;
    border: solid 1px #47be8a;
    border-radius: 4px;
    width: 33px;
    text-align: center;
    transition: width 0.4s;
}
.compose-msg:hover, .settings-icon:hover, .btn_text_tone_play:hover{
    color: var(--red-color-2);
    border-color: var(--red-color-2);
    width: 40px;
}

.write-new-msg-field{
    padding-right: 35px;
}
.send-new-msg-icon{
    bottom: 2px;
    right: 2px;
    position: absolute;
    font-size: 40px;
    border: solid 1px #47be8a;
    color: #47be8a;
    width: 50px;
    height: 44px;
    text-align: center;
    border-radius: 4px;
}
.send-new-msg-icon:hover{
    color: var(--red-color-2);
    border-color: var(--red-color-2);
}

.msg-sent-icon{
    margin-left: 5px;
    position: absolute;
    font-size: 20px;
    top: 3px;
    color: #47be8a;
}
.msg-sent{
    margin-left: 10px;
}
.cancel-msg span{
    position: absolute;
    margin-left: 113px;
    font-size: 20px;
    margin-top: 3px;
    color: var(--red-color-2);
}
.cancel-msg span:hover{
    border: solid 1px var(--red-color-2);
    border-radius: 4px;
}

.selected{
    background: var(--secondary-color);
}

.new-contact-icon{
    height: 30px;
}

.form-new-contact-cont, .form-new-contact, .form-new-contact-settings, .contacts-list, .search-contact-cont{
    margin: 10px 0 10px 0;
}
.chat-body h6{
    background: var(--tertiary-color);
    padding: 18px;
    border-bottom: solid 1px var(--secondary-color);
}

.msg-notification{
    font-size: 30px;
}

/* Define how each icon button should look like */
.button {
  color:rgba(71, 190, 138, 0.5);
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 0px 5px; /* Add some padding so it looks nice */
  top: 5px;
}

/* Make the badge float in the top right corner of the button */
.button__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
 
  padding: 1px 3px;
  font-size: 10px;
  
  position: absolute; /* Position the badge within the relatively positioned button */
  top: 0;
  right: 0;
}

.dot {
    height: 7px;
    width: 7px;
    background-color: #fa3e3e;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.form-chat-msg{
    margin: 9px 0;
}

.add-note img{
    height: 25px;
    position: relative;
    top: 24px;
}

.note-box{
    margin-top: 23px;
}
.note-box h6{
    padding: 5px 0 5px 10px;
}
.note-field textarea{
    width: 100px;
}

.arc-img{
    float: right;
    margin-right: 5px;
    cursor: pointer;
}



.arc-img{
    display: none;
}

/** end bibek **/


/*** img uploader **/

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
    max-width: 70%;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    /* .inputfile-5 + label */
    overflow: hidden;
    /* overflow: visible; */
    padding: 5px;
    /* 10px 20px */
    margin: 5px;
}
    
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}
    
.inputfilelbl:focus,
.inputfilelbl:hover {
    background-color: red;
}
    
.inputfilelbl:focus{
    outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
    
    
/* style 5 */

.inputfile-5 + label {
    color: #ccc;
    background-color: var(--button-color-2);
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
}

.inputfile-5:focus + label,
.inputfile-5.has-focus + label,
.inputfile-5 + label:hover {
    background-color: var(--red-color-2);
}

.inputfile-5 + label figure {
    width: 100px;
    height: 135px;
    background-color: #d3394c;
    display: block;
    position: relative;
    padding: 30px;
    margin: 0 auto 10px;
}

.inputfile-5:focus + label figure,
.inputfile-5.has-focus + label figure,
.inputfile-5 + label:hover figure {
    background-color: #722040;
}

.inputfile-5 + label figure::before,
.inputfile-5 + label figure::after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
}

.inputfile-5 + label figure::before {
    border-top: 20px solid #dfc8ca;
    border-left: 20px solid transparent;
}

.inputfile-5 + label figure::after {
    border-bottom: 20px solid #722040;
    border-right: 20px solid transparent;
}

.inputfile-5:focus + label figure::after,
.inputfile-5.has-focus + label figure::after,
.inputfile-5 + label:hover figure::after {
    border-bottom-color: #d3394c;
}

.inputfile-5 + label svg {
    width: 100%;
    height: 100%;
    fill: #f1e5e6;
}
/**/

.attach-box input[type=submit]{
   width: 62px;
   padding: 0;
   background-color: var(--button-color-2);
   color: #ccc;
   display: inline-block;
}
.span-attached-name{
    font-size: 14px;
    font-style: italic;
}

form.form-chat-msg textarea{
    width: 95%;
    padding: 9px;
    min-height: 80px;
    line-height: 15px;
    background-color: var(--primary-color);
    border-color: var(--white-color-1);
    border-radius: 4px;
}

form.form-chat-msg textarea:focus{
    outline: none;
    border-color: #47be8a;
    box-shadow: 0 0 4px #47be8a;
}
textarea.write-new-msg-field{
    max-width: 90%;
}

.chat-body h6{
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 9;
    padding-bottom: 21px;
}
.big{
    font-size: 18px;
}

.small{
    font: 200 14px/28px "Raleway", sans-serif;
    position: absolute;
    top: 39px;
    left: 20px;
}
.form-new-contact-cont{
    padding: 15px;
    border: solid 1px var(--white-color-1);
}
.small a{
    margin-left: 5px;
    color: var(--red-color-2);
}
.chat{
    min-height: 85vh;
}
.pop-container-settings {
    background: var(--primary-color);
    padding: 0 25px;
    position: fixed;
    left: -400px;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 400px;
    -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -ms-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    border: 1px solid var(--white-color-1);
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pop-container {
    background: var(--primary-color);
    padding: 0 25px;
    position: fixed;
    right: -400px;
    top: 0;
    bottom: 0;
    z-index: 99999;
    width: 400px;
    -webkit-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -moz-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -ms-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    -o-transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    border: 1px solid var(--white-color-1);
    overflow: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.pop-block h3 {
    border-bottom: 1px solid var(--white-color-1);
    margin: 25px 0 0;
    padding: 0 0 20px;
}

.pop-close, .pop-close-settings {
    float: right;
}

.pop-content{
    margin-top: 20px;
    width: 100%;
    font-size: 12px;
}

.block{
    color: #47be8a !important;
}

.unblock{
    color: var(--red-color-2) !important;
}

.header-control-icons{
    float: right;
}

.header-control-icons a{
    color: #47be8a;
    margin: 0 8px;
    font-size: 32px;
}

.header-control-icons a:hover{
    color: var(--red-color-2);
}

.customer_lookup{
    font-size: 27px !important;
}

.form-note-box{
    margin-top: inherit;
}

@media only screen and (max-width: 767px) {
    .chat-body h6 {
        height: 105px;
    }
    .header-control-icons {
        margin-top: 21px;
    }
    p.loading, div.no-chat{
        height: 70vh;
    }
    .send-new-msg-icon{
        position: static;
        margin: 2px;
    }

    form.form-chat-msg textarea{
        width: 90%;
    }
    .header-control-icons a{
        margin: 5px;
        font-size: 27px;
    }
    .btn_text_tone_play{
        margin: 4px;
    }
}

/* overwriting jquery ui css */
.ui-widget-content {
    border: 1px solid #ddd !important;
    background: var(--primary-color);
    color: var(--text-color);
}
.dark .ui-widget-content {
    border: 1px solid #3c3e40 !important;
}

.write-new-msg form{
    margin-top: 9px;
}

.chat-body .answer .text img{
    cursor: pointer;
    transition: 0.3s;
}

.chat-body .answer .text img:hover{
    opacity: 0.7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

  /* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 81%;
    max-width: 900px;
}
  
  /* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}
  
  /* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}
  
@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
      width: 100%;
    }
}


/* dark mode toggle button */
.darkmodebtn{
    appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: 50px;
    height: 15px;
    border-radius: 50px;
    outline: none;
    background-color: var(--darkmode-bg-color);
    transition: 0.5s;
    cursor: pointer;
}

.darkmodebtn::before{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0px;
    right: 0px;
    height: 23px;
    width: 23px;
    background-color: var(--darkmode-button-color);
    border-radius: 50px;
    transition: 0.5s;
}

.darkmodebtn:checked:before{
    transform: translate(100%);
    transition: 0.5s;
    left: 5px;
}

.darkmodebtn:focus{
    outline: none !important;
}

.darkcont{
    margin-top: 12px;
}

/* dark mode toggle button */


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid var(--secondary-color) !important;
    background: none !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: 1px solid var(--secondary-color) !important;
    background: none !important;
    color: var(--sub-text-color) !important;
}

.no-chat p, .chat-users p {
    color: var(--sub-text-color);
}

.cont-alert-sound{
    display: none;
}
.brand-num{
    margin: 26px;
}