.login-page, .register-page {
    background: #F6F9FF;
}
.btn{
    padding: 0.375rem 0.75rem 0.4rem;
}
.btn-system-1{
    background: #E85222;
    border: none;
    color: #ffffff;
    border-radius: 30px;

}
.btn-system-2{
    background: #3F4C5C;
    border: none;
    color: #ffffff;
    border-radius: 30px;
}
.btn-system-1:hover{
    background: #e2420f;
    border: none;
    color: #ffffff;

}
.btn-system-2:hover{
    background: #29323c;
    border: none;
    color: #ffffff;
}
.login-page .card{
    border:none;
    box-shadow: none;
    border-radius: 53px;
    background: linear-gradient(180deg, #EDF1FB 0%, #E2E9FC 100%)
}
.card-body{
    padding: 2.25rem;
}
.resetPswd a{
    color: #E85222;
}
.resetPswd a:hover{
    text-decoration: underline;
}
.input-group-text{
    padding: 0 10px 0 13px;
    border-radius: 30px 0 0 30px;
    background-color: #3F4C5C;
    color: #ffffff;
}
#loginForm .fa{
    width: 16px;
}
.alert{
    border-radius: 0.8rem;
}
.alert-danger, .alert-error, .bg-danger, .label-danger {
    border:none;
    background-color: #E85222;

}
#delete_form{
    display: inline-block;
}
#delete_form .delete{
    border: none;
    background-color: transparent;
    color: #dc3545;
    display: inline-block;
    cursor: pointer;
}
#delete_form .delete:hover,#delete_form .delete:active,#delete_form .delete:focus{
    color: #c82333;
    outline: none;
}

.delete_form{
    display: inline-block;
}
.delete_form .delete{
    border: none;
    background-color: transparent;
    color: #dc3545;
    display: inline-block;
    cursor: pointer;
}
.delete_formdelete_form .delete:hover,.delete_form .delete:active,.delete_form .delete:focus{
    color: #c82333;
    outline: none;
}

.table td, .table th{
    vertical-align: middle;
}
#message-box{
    position: fixed;
    top:5px;
    right:5px;
    z-index: 10000;
    width: 25%;
}
.sidebar-dark-primary {
    background-color: #3F4C5C;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    color: #3F4C5C;
    background-color: #E7EDFE;
    border-radius: 30px;
}
.nav-pills .nav-link {
    border-radius: 0;
}

.sidebar .nav-item a{
    border-radius: 30px;
}
[class*=sidebar-dark] .brand-link {
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid #586b82;
}
[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #586b82;
}
.form-control,.form-control-sm{
    border-radius: 30px;
    -webkit-appearance: none;
    background: #fff;
}

textarea.form-control{
    border-radius: 10px;
}

#loginForm .form-control{
    border:1px solid #fff;
}
select{
    border-radius: 0;
}
.badge{
    border-radius: 5rem;
    padding: 0.25em 0.9em;
}
.badge-green {
    color: #fff;
    background-color: #6B9F6A;
}

.badge-danger{
    background-color: #E85222;
}
.bootstrap-datetimepicker-widget .picker-switch td a,
.bootstrap-datetimepicker-widget .picker-switch td a:hover {
    color: #E85222;
}
.bootstrap-datetimepicker-widget table td.today>div:before {
    border-bottom-color: #E85222;
}
.bootstrap-datetimepicker-widget table td.active>div,
.bootstrap-datetimepicker-widget table td.active:hover>div {
    background-color: #E85222;
    color: #FFFFFF;
}
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #E85222;
    color: #FFFFFF;
}
.bootstrap-select .btn-group{
    gap:1rem;
}

.toolbar{
    padding: 0 0 15px;
}
.register-box {
    width: 360px;
    margin: 2% auto;
}
.page-item:first-child .page-link{
    border-radius: 30px 0 0 30px;
}
.page-item:last-child .page-link{
    border-radius: 0 30px 30px 0;
}
.page-item.active .page-link{
    background-color: #3F4C5C;
    border-color: #3F4C5C;
}

.form-control[readonly] {
    background-color: #fff;
    opacity: 1;
}
.btn-outline-secondary{
    border-radius: 30px;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    display: block;
    padding: 0 10px;
}
.dropdown-menu.show{
    border-radius: 20px;
}
.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child){
    border-radius: 30px;
}
.bootstrap-select .bs-placeholder{
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.bootstrap-select .filter-option{
    color:#757e85;
}
.navbar-expand .navbar-nav{
    align-items: center;
}
/*.btn-group-sm>.btn, .btn-sm{*/
/*    border-radius: 0;*/
/*}*/
.btn.disabled, .btn:disabled {
    opacity: .25;
    box-shadow: none;
}
.bootstrap-select .dropdown-toggle:focus{
    outline:none !important;
}
.btn-group.show .dropdown-toggle {
    box-shadow: none;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #ced4da;
}
.bootstrap-select.btn-group .dropdown-menu.inner li{
    margin-bottom: 5px;
}
.bootstrap-select.btn-group .dropdown-menu.inner li a{
    color: #495057;
    display: block;
    padding-left: 5px;
}
.bootstrap-select.btn-group .dropdown-menu.inner li a:hover,
.bootstrap-select.btn-group .dropdown-menu.inner li a:focus,
.bootstrap-select.btn-group .dropdown-menu.inner li a:active,
.bootstrap-select.btn-group .dropdown-menu.inner li.selected a{

    outline: none !important;
    display: block;
    background-color:#3F4C5C;
    color: #fff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active{
   border-radius: 30px;
}
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.bootstrap-select > .dropdown-toggle {
    box-shadow: none;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #ced4da;
}
#datatables.tickets>tbody>tr:hover{
    background-color: rgba(161, 193, 53, .3);
    color: #000;
    cursor: pointer;
}
.ticketInfo{
    font-size: 20px;
}

.agentPhone{
    font-size: 30px;
}
.ticketInfo .badge{
    font-size:20px;
    font-weight:normal;
}

.btn.edit{
    color:#023F88;
}
.badge-brown{
     color:#fff;
     background-color: #45352f;
 }

.badge-green{
    color:#fff;
    background-color: #6B9F6A;
}
.badge-info {
    color: #fff;
    background-color: #023F88;
}
.badge-warning {
    color: #023F88;
    background-color: #E7EDFE;
}
.small-box{
    border-radius: 20px;
    color:#fff;
    overflow: hidden;
}
.small-box h3 {
    font-size: 28px;
}
.small-box>.small-box-footer{
    font-size:13px;
}
button.small-box-footer{
    border-radius: 0 0 20px 20px;
}
.bg-brown{
    background-color: #3F4C5C!important;
}
.bg-green{
    background-color: #6B9F6A !important;
}
.bg-warning{

    background-color: #E7EDFE !important;
}
.modal-content{
    border-radius: 20px;
}
.alert-warning {
    border:none;
    background-color: #E7EDFE;
}
.content-wrapper>.content {
    padding: 0 1rem;
}
#editProcessedForm button, #statusBtn, #real_servicesBtn{
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255,255,255,.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,.1);
    text-decoration: none;
    border: none;
    width: 100%;
    cursor: pointer;
}

#editProcessedForm button:hover,#statusBtn:hover{
    background: rgba(0,0,0,.15);
    color: #fff;
}
#editProcessedForm button:focus,#editProcessedForm button:active,
#statusBtn:focus,#statusBtn:active{
    outline: none !important;
}
#changeStatusModal .modal-content{
    border-radius: 0;
}

.badge-active{
    background-color: #E85222;
    color:#fff;
}
/*.nav-item{*/
/*    margin-left: 20px !important;*/
/*}*/
.datatablesHistory{
    width: 100%;
}
#datatablesTickets tbody tr:hover,
#datatableAdminCheckups tbody tr:hover{
    cursor: pointer;
    background-color: #d7d7d7;
}
#datatablesTickets_processing{

    background-color: #d7d7d7;
}
.feedback-list-contact{
    font-size: 12px;
}
.feedback-list-text{
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -moz-box;*/
    /*-moz-box-orient: vertical;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
    /*line-clamp: 3;*/
    /*box-orient: vertical;*/
    font-size: 13px;
}
.table-price .table thead th{
    vertical-align: middle;
    border-bottom: 1px solid #93c117;
}
.accordion-price .card{
    box-shadow: none;

}
.accordion-price .card-header{
    border-bottom: 1px solid #93c117;
    padding: .75rem;
}
.accordion-price .card-header h5{
    font-size: 16px;
    color: #493028;
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
}
.accordion-price .card-body-price{
    padding: 0 0 1.25rem 0;
}
/*.table-price{*/
/*    padding: 0 10px;*/
/*}*/
.table-price thead{
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #93c117;
}
.table-price .table td, .table th{
    border-top: none;
    border-bottom: 1px solid #93c117;
}

.table-responsive>.table-bordered {
    border: 1px solid #dee2e6;
}
.logo-guest{
    max-width: 250px;
    margin-top: 30px;
}

.footer-copyright{
    color:#3F4C5C;
}
.footer-copyright:hover{
    color:#3F4C5C;
}
.bg-primary, .label-primary {
    background-color: #023F88!important;
}

.form-inline-export{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline-export .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
}

.form-inline-export label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.form-inline-export .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.dropdown-menu .hidden{
    display: none !important;
}


.chat-box-custom {
    max-height: 350px;
    overflow-y: auto;
    padding: 0;
    display: flex;
    flex-direction: column-reverse;
}
.chat-list {
    list-style: none;
}
.chat-list li .chat-content {
    width: calc(100% - 100px);
    display: inline-block;
}
.chat-list li.odd .chat-content {
    /* width: 100%; */
    margin-left: 100px;
}
.bg-light-info{
    background-color: #f6f6f6;
}
.bg-light-inverse{
    background-color: #9fbce0;
    color:#fff;
}
.rounded-xs{
    border-radius: 20px;
}
.chat-box-custom h5{
    font-size:12px;
}

.row-manager{
    cursor: pointer;
}
.row-manager:hover{
    background-color: #dedfde !important;
}


@media screen and (max-width: 1440px){
    .small-box h3 {
        font-size: 21px;
    }
}

@media screen and (max-width: 1190px){
    .form-inline-export{
        flex-direction: column;
        gap: 1rem;
        align-items: baseline;
    }
}

@media screen and (max-width: 770px) {
   .ticketInfoItem{
       margin-bottom: 15px;
       text-align: left;
   }
    .agentPhone{
        font-size: 20px;
    }
    .main-header{
       font-size: 11px;
    }
    .nav-menu-icon{
        font-size: 16px !important;
    }
    .navbar-nav .nav-item:first-child{
        margin-left: 0 !important;
    }
    .dataTables_paginate{
        margin: 20px auto !important;
        display: flex;
        /* width: 100%; */
        justify-content: center;
    }

}


@media screen and (min-width: 645px) {
    .mobile{
        display: none!important;
    }
    .desktop{
        display: block!important;
    }

}
@media screen and (max-width: 640px) {
    .mobile{
        display: block!important;
    }
    .desktop{
        display: none!important;
    }
    body{
        zoom: 80%;
    }
    .pagination a{
        font-size: 13px;
    }
    .card-body {
        padding: 2.25rem 1rem;
    }

}