.alert {
    display: none;
}

.font-22 {
    font-size: 22px !important;
}

.w-30 {
    width: 30%!important;
}
.brand-link .brand-image {
    float: none;
    line-height: .8;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-height: initial;
    width: 50%;
}
a {
    color: #7f7f7f;
    cursor: pointer;
}
a:hover {
    color: #7f7f7f;
    text-decoration: none;
    cursor: pointer;
}
.span-color{
    color:#da3439 !important;
}

.card-purple.card-outline {
    border-top: 3px solid #35ac7a;
}

.brand-link {
    transition: width .3s, text-align .3s ease-in-out;
}

.sidebar-dark-purple .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-purple .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #35ac7a;
}
.page-item.active .page-link {
    background-color: #35ac7a;
    border-color: #35ac7a;
}

/*.btn-primary {
    background-color: #35ac7a;
    border-color: #35ac7a;
}

.btn-primary:hover {
    background-color: #58aba3;
    border-color: #58aba3;
}*/

@media (min-width: 992px){
    .sidebar-mini .brand-link {
        text-align: center;
    }
    .sidebar-mini.sidebar-collapse.layout-fixed .brand-link {
        text-align: inherit;
        width: 8.5rem;
    }
    .sidebar-mini.sidebar-collapse.layout-fixed .main-sidebar:hover .brand-link {
        text-align: center;
    }
}

.delete_service {
    margin-top: 3px;
    display: block;
}

.createAgreementField img {
    vertical-align: middle;
    border-style: none;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.removeElement.closebtn {
    margin-top: 2.5em;
}
.removeElement.trashbtn {
    margin-top: 1.3em;
}
.agreement-box-border {
    border: 1px solid #ced4da;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 1em;
}

.delete_service {
    margin-top: 3px;
    display: block;
}

.hms-field-div{
    width: 100%;
    display: block;
}

.save_send_group {
    display: inherit;
}
.save_send_group .btn{
    margin-right: 5px;
}
.mypagination .hidden div:nth-child(2){
    display: none;
}
.mypagination .text-sm {
    margin-top: 15px;
}
#btnMarkAsRead {
    margin: 30px 0;
}
.appointment-detail-box {
    background: #edf1f9;
    padding: 20px;
    margin-right: 10px;
    border-radius: 15px;
}

/*02.02.2023*/
.table th {
    margin-bottom: 10px !important;
    background: #f0fbfa;
    border: transparent !important;
    padding: 15px 27px;
    transform: translate(0px, -5px);
}

.table {
    border: transparent;
}
.table td {
    border: transparent;
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding: 15px;
    border-bottom: solid #eee 0.5px !important;

}
.table tbody {
    background: rgb(251 251 251 / 82%) !important;
}
.nav-treeview li {
    padding-left: 14px;
}
.nav-treeview li .nav-link {
    font-size: 15px;
}

.nav-treeview li .nav-link i {
    font-size: 13px !important;
}
.nav-treeview li .nav-link.active {
    background: #35ac7a !important;
    color: #fff !important;
}

.new-btns {
    background-color: #35ac7a;
    border-color: #35ac7a;
    padding: 8px 23px;
}
[class*=sidebar-light-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-light-] .nav-sidebar>.nav-item:hover>.nav-link {
    /*background-color: #35ac7ab8;*/
    background-color: #35ac7a;
    color: #fff;
}
.nav-treeview li .nav-link.active {
    background: #f0fbfa !important;
    color: #000 !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #35ac7a !important;
    border-color: #35ac7a !important;
    padding: 8px 23px;
    box-shadow: none;
}

.btn-outline-primary {
    color: #35ac7a;
    border-color: #35ac7a;
}
.btn-outline-primary:hover {
    color: #FFF;
    background-color: #35ac7a;
}

.new-btns {
    background-color: #35ac7a;
    border-color: #35ac7a;
    padding: 8px 23px;
}
.new-btns:hover {
    background-color: #35ac7a !important;
    border-color: #35ac7a !important;
    padding: 8px 23px;
}

.edit-button-2 {

    margin: 0px;
    display: inline-block;padding: 4px 10px !important;min-height: auto; font-size: 12px; flex: 0 0 auto !important;
    justify-content: center;
    align-items: center;
    background-color: #35ac7a !important;
    border-color: #35ac7a !important;
    border-radius: 5px !important;
}
.edit-button-2:focus, hover {
    background-color: #35ac7a !important;
    border-color: #35ac7a !important;
}




.assign-button {

    margin: 0px;
    display: inline-block;padding: 4px 10px !important;min-height: auto; font-size: 12px; flex: 0 0 auto !important;
    justify-content: center;
    align-items: center;
    background-color: #adadad !important;
    border-color: #adadad !important;
    border-radius: 5px !important;
}
.assign-button:focus, hover {
    background-color: #878282 !important;
    border-color: #878282 !important;
}


.view-button {

    margin: 0px;
    display: inline-block;padding: 4px 10px !important;min-height: auto; font-size: 12px; flex: 0 0 auto !important;
    justify-content: center;
    align-items: center;
    background-color: #3bcbbe !important;
    border-color: #3bcbbe !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.view-button:focus, hover {
    background-color: #219d91 !important;
    border-color: #219d91;
}

.vehicle-button {

    margin: 0px;
    display: inline-block;padding: 4px 10px !important;min-height: auto; font-size: 12px; flex: 0 0 auto !important;
    justify-content: center;
    align-items: center;
    background-color: #F7BF33 !important;
    border-color: #F7BF33 !important;
    border-radius: 5px !important;
    color: #fff !important;
}
.vehicle-button:focus, hover {
    background-color: #CF990E !important;
    border-color: #CF990E;
}

.delete-button {

    margin: 0px;
    display: inline-block;padding: 4px 10px !important;min-height: auto; font-size: 12px; flex: 0 0 auto !important;
    justify-content: center;
    align-items: center;
    background-color: #f5495a !important;
    border-color: #f5495a !important;
    border-radius: 5px !important;
    color: #fff;
}
.delete-button:focus, hover {
    background-color: #d33545 !important;
    border-color: #d33545 !important;
}

.intake-button {

    margin: 0px;
    display: inline-block;padding: 4px 10px !important;min-height: auto; font-size: 12px; flex: 0 0 auto !important;
    justify-content: center;
    align-items: center;
    background-color: #96bfaa !important;
    border-color: #96bfaa !important;
    border-radius: 5px !important;
    color: #fff;
}
.intake-button:focus, hover {
    background-color: #668d79 !important;
    border-color: #668d79 !important;
}

.clyesno label{
    margin-right: 50px !important;
}

.createAgreementField img {
    vertical-align: middle;
    border-style: none;
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}
