@media (min-width: 992px) {
    main {
        /* 280px is left slider width  */
        width: calc(100% - 280px) !important;
    }
    main.grow {
        width: calc(100% - 80px) !important;
    }
}

.content-header-title {
    font-weight: 500;
    color: #495057;
}

.border-none {
    border: none;
}

.content-header-title {
    padding-bottom: 15px;
}

.tabs-list .nav-tabs {
    height: auto;
    border-bottom: 1px solid transparent;
}

.tabs-list .nav-tabs li>a.active,
.tabs-list .nav-tabs li>a:hover {
    color: #fff;
    background: #13bae4;
}

.tabs-list .nav-tabs li>a {
    color: #000;
    padding: 2px 8px;
    margin: 15px 0px 0 15px;
    border: none;
    text-decoration: none;
}

.border-orange {
    border: 1px solid #13bae4 !important;
    border-radius: 5px !important;
}

@keyframes spinner-circle {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    width: 50px;
    height: 50px;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-width: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    border-radius: 50%;
    animation: spinner-circle 0.75s linear infinite;
}

.spinner-border-lg {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-width: 5px;
    border-radius: 50%;
    animation: spinner-circle 0.75s linear infinite;
    float: left !important;
}

.order_btn_group .list-inline-item {
    margin-right: 0px !important;
}

.order_btn_group .list-inline-item a.btn {
    font-size: 0.9rem;
    font-weight: 400;
}

.btn-show-custom-mention {
    font-weight: 400px !important;
    font-size: 10px !important;
}

.order_btn_group .nav-link.btn-info {
    color: #fff;
}

.order_btn_group .nav-link .badge.badge-error-orders {
    position: relative;
    left: 5px;
}

.order_btn_group .nav-link {
    color: #467fcf;
}


/*tickets*/

.ticket-lists .item {
    padding: 10px 0px;
    border-bottom: 1px solid #e6e9ed;
}

.ticket-lists .item .content .subject {
    font-size: 16px !important;
    color: black;
}

.ticket-lists .item .content .email,
.ticket-lists .item .content .time {
    color: #9da2a7;
}

.ticket-lists .item .subject {
    max-width: 550px;
    word-break: break-all;
    white-space: normal;
}

.ticket-lists .item .avatar-md {
    width: 40px;
}

.ticket-lists .item .avatar {
    position: relative;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    display: inline-block;
}

.ticket-lists .item .avatar-md span.text-circle {
    width: 40px;
    height: 40px;
}

.ticket-lists .item .avatar span.text-circle {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    background: #2DCEE3;
    display: table-cell;
}

.ticket-lists .item .avatar span.text-circle.closed {
    color: #fff;
    background: #9da2a7;
}

.ticket-lists .item .avatar span.text-circle.pending {
    color: #fff;
    background: #2dcee3;
}

.rounded-circle {
    border-radius: 50%!important;
}

.ticket-lists .item:hover {
    background: #eceff1;
}

.ticket-lists .item {
    position: relative;
}

.ticket-lists .item .action {
    position: absolute;
    top: 0px;
    right: 0px;
}


/*ticket-contents*/

#frame .content {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#frame .content .messages {
    height: auto;
    min-height: calc(100% - 93px);
    max-height: calc(100% - 93px);
}

@media screen and (max-width: 735px) {
    #frame .content .messages {
        max-height: calc(100% - 105px);
    }
}

#frame .content .messages::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#frame .content .messages::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#frame .content .messages ul li {
    display: inline-block;
    clear: both;
    margin: 20px 15px 15px 15px;
    width: calc(100% - 25px);
    font-size: 0.9em;
}

#frame .content .messages ul li:nth-last-child(1) {
    margin-bottom: 20px;
}

#frame .content .messages ul li.sent img {
    margin: 0px 8px 0 0;
}

#frame .content .messages ul li.sent .msg-content {
    background: #f0f2f7;
}

#frame .content .messages ul li.replies img {
    float: right;
    margin: 0px 0 0 8px;
}

#frame .content .messages ul li.replies .message {
    float: right;
}

#frame .content .messages ul li.replies .msg-content {
    color: #fff;
    background: #567af4;
}

#frame .content .messages ul li.sent .message .msg-footer {
    position: absolute;
    left: 90px;
}

#frame .content .messages ul li.replies .message .msg-footer {
    position: absolute;
    right: 70px;
}

@media (max-width: 576px) {
    #frame .content .messages ul li.replies .message .msg-footer {
        right: 15px;
    }
}

#frame .content .messages ul li img {
    width: 50px;
    border-radius: 50%;
    float: left;
}

#frame .content .messages ul li .msg-content {
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
    max-width: 255px;
    min-width: 255px;
    line-height: 130%;
}

@media screen and (min-width: 735px) {
    #frame .content .messages ul li .msg-content {
        max-width: 390px;
        min-width: 390px;
    }
}

.ticket-contents .item {
    padding: 10px 0px;
    border-bottom: 1px solid #e6e9ed;
}

.ticket-contents .item .content {
    line-height: 15px;
    display: table-cell;
    vertical-align: top;
}

.ticket-contents .item .avatar-md {
    width: 40px;
}

.ticket-contents .item .avatar {
    position: relative;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    display: inline-block;
}

.ticket-contents .item .avatar-md span.text-circle {
    width: 40px;
    height: 40px;
}

.ticket-contents .item .avatar span.text-circle {
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    background: #2DCEE3;
    display: table-cell;
}

.ticket-contents .item .avatar span.text-circle.admin {
    background: #ff6f61;
}

.ticket-contents .item .content .username {
    font-size: 15px;
    color: black;
    display: inline-block;
}

.ticket-contents .item .content .username .time {
    font-size: 11px;
    color: #adadad;
}

.ticket-contents .item .content .message {
    font-size: 14px;
    color: #565d67;
}

@media (max-width: 720px) {
    .ticket-lists .item .subject {
        max-width: 160px;
        white-space: normal;
    }
}

.api-documentation pre {
    border-radius: 2px !important;
    padding-left: 5px !important;
}

.auth-login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-image: url(../../../assets/images/login-background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.auth-login-form .form-login {
    width: 850px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.bg-form-signin {
    background: #41ce34;
    background: -webkit-linear-gradient(to right, #18a770, #41ce34);
    background: linear-gradient(to right, #18a770, #41ce34);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: 0 0;
}

.auth-login-form button {
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #3dca63;
    background-color: #2cba52;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.bg-form-signup {
    background: #349dce;
    background: -webkit-linear-gradient(to right, #0c93b4, #2b6db9);
    background: linear-gradient(to right, #0c93b4, #2b6db9);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: 0 0;
}

.bg-form-forgot {
    background: #349dce;
    background: -webkit-linear-gradient(to right, #19ccbd, #349dce);
    background: linear-gradient(to right, #19ccbd, #349dce);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: 0 0;
}

.auth-login-form button:active {
    transform: scale(0.95);
}

.auth-login-form button:focus {
    outline: none;
}

.auth-login-form button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.auth-login-form a.ghost {
    cursor: pointer;
    border-radius: 20px;
    border: 1px solid #3dca63;
    color: #3dca63;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    background-color: transparent;
}

.auth-login-content {
    min-height: 420px;
}

.p-login {
    padding: 3.5rem !important;
}

@media (min-width: 1200px) {
    .p-login {
        padding: 5.5rem !important;
    }
}

.input-icon {
    position: relative;
}

.input-icon input,
.input-icon select {
    padding-left: 2.5rem;
}

.input-icon-addon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    color: #9aa0ac;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 2.5rem;
    pointer-events: none;
}

.input-icon-addon:last-child {
    left: auto;
    right: 0;
}

.auth-login-form .form-login .btn-submit {
    height: 50px;
    color: #fff;
    text-transform: uppercase;
}

.statistics .item .stamp {
    color: #6b6b6b;
    font-size: 30px;
    background: #fff;
}

.statistics .item .stamp-md {
    min-width: 3.5rem! important;
    height: 3.5rem !important;
    line-height: 3.5rem !important;
}

.bg-success-gradient {
    background-image: linear-gradient( 120deg, #84fab0 0%, #8fd3f4 100%) !important;
}

.bg-info-gradient {
    background-image: linear-gradient( 120deg, #89f7fe 0%, #66a6ff 100%) !important;
}

.bg-warning-gradient {
    background-image: linear-gradient( 120deg, #f6d365 0%, #fda085 100%) !important;
}

.bg-danger-gradient {
    background-image: linear-gradient(to right, #fa709a 0%, #fe8f40 100%) !important;
}

.text-white {
    color: white;
}

.stamp-md {
    min-width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
}

.stamp {
    color: #fff;
    background: #868e96;
    display: inline-block;
    min-width: 2rem;
    height: 2rem;
    padding: 0 .25rem;
    line-height: 2rem;
    text-align: center;
    border-radius: 3px;
    font-weight: 600;
}

.fancybox__container {
    overflow: hidden !important;
}

.fancybox__carousel {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox__spinner {
    color: red !important;
}

.fancybox__slide {
    padding: 0 !important;
    padding-top: 50px !important;
}

.fancybox__content {
    padding: 0px !important;
    height: 100% !important;
    width: 100% !important;
    pointer-events: all !important;
    -webkit-touch-callout: unset;
    -webkit-user-select: unset;
    -khtml-user-select: unset;
    -moz-user-select: unset;
    -ms-user-select: unset;
    user-select: unset;
}

.fancybox__carousel {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.fancybox__viewport {
    /* padding-top: 50px !important; */
    width: 80% !important;
    height: 80% !important;
    background-color: #eee !important;
}

.carousel__button {
    color: red !important;
    position: fixed !important;
    top: 5px !important;
}

.g-recaptcha iframe {
    max-width: 100% !important;
    transform: scale(0.77) !important;
    -webkit-transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
    margin-left: 5px;
}

@media (max-width: 575.98px) {

    .g-recaptcha iframe {
        /* max-width: 100% !important; */
        transform: scale(0.77) !important;
        -webkit-transform: scale(0.77) !important;
        transform-origin: unset !important;
        -webkit-transform-origin: unset !important;
        margin-left: unset !important;
    }

    .g-recaptcha>div {
        width: unset !important;
    }
    .g-recaptcha>div>div {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

#rc-imageselect {
    transform: scale(0.77) !important;
    -webkit-transform: scale(0.77) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
}

.service_desc {
    background-color: #f8f9fa;
}

@keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-double-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes lds-double-ring_reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.overlay .lds-double-ring {
    position: relative;
    margin-top: -48px;
}

.overlay .lds-double-ring div {
    box-sizing: border-box;
}

.overlay .lds-double-ring>div {
    position: absolute;
    width: 44px;
    height: 44px;
    /* top: 78px;
    left: 78px; */
    border-radius: 50%;
    border: 4px solid #000;
    border-color: #2196f3 transparent #2196f3 transparent;
    -webkit-animation: lds-double-ring 1s linear infinite;
    animation: lds-double-ring 1s linear infinite;
}

.overlay .lds-double-ring>div:nth-child(2),
.overlay .lds-double-ring>div:nth-child(4) {
    width: 32px;
    height: 32px;
    top: 6px;
    left: 6px;
    -webkit-animation: lds-double-ring_reverse 1s linear infinite;
    animation: lds-double-ring_reverse 1s linear infinite;
}

.overlay .lds-double-ring>div:nth-child(2) {
    border-color: transparent #2196f3 transparent #2196f3;
}

.overlay .lds-double-ring>div:nth-child(3) {
    border-color: transparent;
}

.overlay .lds-double-ring>div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay .lds-double-ring>div:nth-child(3) div:before,
.overlay .lds-double-ring>div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -4px;
    left: 16px;
    background: #2196f3;
    border-radius: 50%;
    box-shadow: 0 40px 0 0 #2196f3;
}

.overlay .lds-double-ring>div:nth-child(3) div:after {
    left: -4px;
    top: 16px;
    box-shadow: 40px 0 0 0 #2196f3;
}

.overlay .lds-double-ring>div:nth-child(4) {
    border-color: transparent;
}

.overlay .lds-double-ring>div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.overlay .lds-double-ring>div:nth-child(4) div:before,
.overlay .lds-double-ring>div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: -4px;
    left: 10px;
    background: #2196f3;
    border-radius: 50%;
    box-shadow: 0 28px 0 0 #2196f3;
}

.overlay .lds-double-ring>div:nth-child(4) div:after {
    left: -4px;
    top: 10px;
    box-shadow: 28px 0 0 0 #2196f3;
}

.select2-container {
    width: 100% !important;
}

select:not(multiply) .select2-selection {
    height: 38px !important;
    line-height: unset !important;
}

.onesignal-bell-container {
    display: none !important;
}

a#menu-contact+ul {
    visibility: hidden;
}

ul.contact-child {
    position: fixed;
    padding: 0;
    padding-bottom: 40px;
    z-index: 1000;
    bottom: 15px;
    right: 0.5rem;
}

ul.contact-child li {
    list-style: none;
    margin-bottom: 10px;
}

ul.contact-child li a {
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    width: 55px;
    height: 55px;
    display: block;
    padding-top: 6px;
}

ul.contact-child li:first-child a {
    background-color: #8068b6;
}

a#menu-contact:hover+ul {
    visibility: visible;
    animation: scale-in .5s;
}

ul.contact-child:hover {
    visibility: visible!important;
    opacity: 1!important;
}

#crisp-chatbox>div>a {
    display: none!important;
}

.my-float {
    font-size: 28px;
    color: #fff;
}

.float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 15px;
    right: 0.5rem;
    background-color: #3d6fb0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 1px 2px #3b5998;
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
    padding-top: 8px;
}

a#menu-contact i {
    animation: rotate-in .5s;
}

@media (max-width: 767.98px) {
    ul.contact-child {
        bottom: 64px;
    }
    .float {
        bottom: 64px;
    }
}

.footer-socials a {
    padding: 0.15rem 0.6rem !important;
}

.footer-socials i {
    font-size: 1.5rem !important;
}

.bg-instagram {
    background-color: #e1306c!important;
    color: #FFFFFF;
}

.bg-phone {
    background-color: #27aea7 !important;
    color: #FFFFFF;
}

.bg-anchorup {
    background-color: #4A89DC !important;
}

.bg-red2-dark {
    background-color: #DA4453 !important;
    color: #FFFFFF !important;
}

.bg-skype {
    background-color: #12A5F4 !important;
    color: #FFFFFF;
}

.icon {
    display: inline-block;
    position: relative;
    text-align: center;
}

.icon-xs i {
    width: 2.375em;
    line-height: 2.375em;
    font-size: .875em;
    display: inline-block;
}

.icon-s i {
    width: 2.375em;
    line-height: 2.375em;
    font-size: 1rem;
    display: inline-block;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:hover {
    color: #fff;
    background-color: #30497c;
    border-color: #2d4373;
}

.btn-facebook:focus,
.btn-facebook.focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
    color: #fff;
    background-color: #3b5998;
    border-color: #3b5998;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2d4373;
    border-color: #293e6a;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(59, 89, 152, 0.5);
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:hover {
    color: #fff;
    background-color: #0d8ddc;
    border-color: #0c85d0;
}

.btn-twitter:focus,
.btn-twitter.focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #0c85d0;
    border-color: #0b7ec4;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(29, 161, 242, 0.5);
}

.btn-instagram {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:hover {
    color: #fff;
    background-color: #de1f44;
    border-color: #d31e40;
}

.btn-instagram:focus,
.btn-instagram.focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
    color: #fff;
    background-color: #e4405f;
    border-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show>.btn-instagram.dropdown-toggle {
    color: #fff;
    background-color: #d31e40;
    border-color: #c81c3d;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show>.btn-instagram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(228, 64, 95, 0.5);
}

.btn-pinterest {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:hover {
    color: #fff;
    background-color: #980617;
    border-color: #8c0615;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
    color: #fff;
    background-color: #bd081c;
    border-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show>.btn-pinterest.dropdown-toggle {
    color: #fff;
    background-color: #8c0615;
    border-color: #800513;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show>.btn-pinterest.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(189, 8, 28, 0.5);
}

.btn-youtube {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:hover {
    color: #fff;
    background-color: #d90000;
    border-color: #cc0000;
}

.btn-youtube:focus,
.btn-youtube.focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
    color: #fff;
    background-color: #f00;
    border-color: #f00;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show>.btn-youtube.dropdown-toggle {
    color: #fff;
    background-color: #cc0000;
    border-color: #bf0000;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show>.btn-youtube.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
}

.btn-telegram {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-telegram:hover {
    color: #fff;
    background-color: #527093;
    border-color: #4d6a8b;
}

.btn-telegram:focus,
.btn-telegram.focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-telegram.disabled,
.btn-telegram:disabled {
    color: #fff;
    background-color: #6383a8;
    border-color: #6383a8;
}

.btn-telegram:not(:disabled):not(.disabled):active,
.btn-telegram:not(:disabled):not(.disabled).active,
.show>.btn-telegram.dropdown-toggle {
    color: #fff;
    background-color: #4d6a8b;
    border-color: #496482;
}

.btn-telegram:not(:disabled):not(.disabled):active:focus,
.btn-telegram:not(:disabled):not(.disabled).active:focus,
.show>.btn-telegram.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(99, 131, 168, 0.5);
}

.btn-whatsapp {
    color: #fff;
    background-color: #3dcb44;
    border-color: #3dcb44;
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #32b639;
    border-color: #32b639;
}

.btn-whatsapp:focus,
.btn-whatsapp.focus {
    box-shadow: 0 0 0 2px rgba(76, 234, 97, 0.5);
}

.btn-whatsapp.disabled,
.btn-whatsapp:disabled {
    color: #fff;
    background-color: #3dcb44;
    border-color: #3dcb44;
}

.btn-whatsapp:not(:disabled):not(.disabled):active,
.btn-whatsapp:not(:disabled):not(.disabled).active,
.show>.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #1ee56a;
    border-color: #1ee56a;
}

.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.show>.btn-whatsapp.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px rgba(76, 234, 97, 0.5);
}

.cart_products .cart_product {
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
}

.cart_products .cart_product.admin-order {
    padding-bottom: 0;
    border-bottom: 3px #4db4e5 solid;
}

.cart_products img {
    max-height: 85px;
    border-radius: 10px;
}

.cart_product>d-flex:not(.cart_na) i.text-danger {
    color: #ffb9b9 !important;
}

.cart_products .cart_product:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.text-price {
    color: #2ba6e1;
}

.bg-silver-dark {
    background: #eee !important;
}

.order_btn_group .list-inline-item a.btn.text-white {
    color: #ffffff !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
}

.btn-market {
    position: relative;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    border: none;
    background: linear-gradient(135deg, #424f59 0, #000 100%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 24%);
    overflow: hidden;
    transition: .3s;
    min-width: 170px;
    font-size: 1.1rem;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.btn-market.white {
    background: #ffffff !important;
    color: #212121 !important;
}

.btn-market.blue {
    background: linear-gradient(135deg, #42a5f5 0, #1972f5 100%) !important;
}

.btn-market:hover,
.btn-market.white:hover {
    color: #57a1eb !important;
}

.btn-market.blue:hover {
    color: #283949 !important;
}

.btn-market i {
    font-size: 1.3rem;
}

.language-section .dropdown-item {
    cursor: pointer !important;
}

.serp-preview[data-v-66c4c5ab] {
    border-radius: 2px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 12%);
    background-color: #ffffff;
    border: solid 1px #e7e7e7;
    padding: 30px;
    /* max-width: 700px; */
}

.serp-preview .serp-title[data-v-66c4c5ab] {
    color: #1A0DAB;
    cursor: pointer;
    font-family: arial, regular;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    visibility: visible;
    white-space: nowrap;
}

.serp-preview .serp-url[data-v-66c4c5ab] {
    color: #202124;
    font-family: arial, regular;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    visibility: visible;
}

.serp-preview .serp-description[data-v-66c4c5ab] {
    color: #545454;
    font-family: arial, regular;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    visibility: visible;
    word-wrap: break-word;
    max-width: 42em;
}

.serp-preview .serp-arrow[data-v-66c4c5ab] {
    border-bottom-color: #006621;
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 4px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 4px;
    border-top-color: #006621;
    border-top-style: solid;
    border-top-width: 5px;
    color: gray;
    cursor: default;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 0px;
    position: absolute;
    line-height: 27px;
    margin-left: 3px;
    margin-top: 6px;
    text-align: center;
    user-select: none;
    visibility: visible;
    white-space: nowrap;
    width: 0px;
}

.bootstrap-tagsinput {
    width: 100%;
}

.label-info {
    background-color: #2ba5c4;
    margin-bottom: 2px;
    margin-top: 2px;
}