/*material-icons css*/
/*material-icons css*/

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.font22 {
    font-size: 22px;
}

.hiddendiv {
    display: none;
}

body,
html {
    background: #ebedf0;
}

.sidebar-dashboard nav.main-menu.expanded {
    width: 200px;
    overflow: visible;
}

.sidebar-dashboard .main-menu {
    background: #2b3640;
    box-shadow: 0.2rem 1px 5px 0 rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 60px;
    overflow: hidden;
    -webkit-transition: width .2s linear;
    transition: width .2s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 9999;
}

.sidebar-dashboard .main-menu>ul {
    margin: 0;
}

.sidebar-dashboard .main-menu li {
    position: relative;
    display: block;
    width: 200px;
}

.sidebar-dashboard .main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: rgba(255, 255, 255, .55);
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.sidebar-dashboard .main-menu li>a>i {
    position: relative;
    display: table-cell;
    width: 60px;
    min-width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 20px !important;
    color: rgba(255, 255, 255, .55);
}

.sidebar-dashboard .main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.sidebar-dashboard .main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 190px;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

.sidebar-dashboard nav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.sidebar-dashboard nav ul,
.sidebar-dashboard nav li {
    outline: 0;
    margin: 0;
    padding: 0;
}

.sidebar-dashboard nav.main-menu li.active>a,
.sidebar-dashboard .dropdown-menu>li>a:focus,
.sidebar-dashboard .dropdown-menu>.active>a,
.sidebar-dashboard .dropdown-menu>.active>a:focus,
.sidebar-dashboard .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: #ff4713;
}

.sidebar-dashboard .main-menu li:hover>a,
.sidebar-dashboard .dropdown-menu>li>a:hover,
.sidebar-dashboard .dropdown-menu>.active>a:hover,
.sidebar-dashboard .no-touch .dashboard-page nav.dashboard-menu ul li:hover a {
    color: #fff;
    background-color: #4c5862;
}

.sidebar-dashboard nav.main-menu li.active>a>i,
.sidebar-dashboard .dropdown-menu>li>a:focus>i,
.sidebar-dashboard .dropdown-menu>.active>a>i,
.sidebar-dashboard .dropdown-menu>.active>a:focus>i,
.sidebar-dashboard .dashboard-page nav.dashboard-menu ul li.active a>i,
.sidebar-dashboard .main-menu li:hover>a>i,
.sidebar-dashboard .dropdown-menu>li>a:hover>i,
.sidebar-dashboard .dropdown-menu>.active>a:hover>i,
.sidebar-dashboard .no-touch .dashboard-page nav.dashboard-menu ul li:hover a>i {
    color: #fff;
}

.sidebar-dashboard ul.subnav-menu {
    background: #546b7e;
    display: none;
}

.sidebar-dashboard ul.subnav-menu li a {
    width: 100%;
    padding: 10px 10px 10px 20px;
    display: inline-block;
}

.sidebar-dashboard nav.main-menu li.has-subnav>a:after {
    content: '\02C5';
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 35%;
    transition: .2s ease;
}

.sidebar-dashboard nav.main-menu li.has-subnav.turn>a:after {
    transform: rotate(-180deg);
    transition: .2s ease;
}

.sidebar-dashboard nav.main-menu li.has-subnav.turn>a {
    background: #4c5862;
    color: #fff;
}

.menu-extras ul.navbar-nav li.dropdown>a {
    padding-right: 25px !important;
    font-size: 12px;
}

.menu-extras ul.navbar-nav li.dropdown ul.dropdown-menu li a {
    font-size: 12px;
}

.menu-extras ul.navbar-nav li.dropdown>a:after {
    content: '\02C5';
    position: absolute;
    font-size: 14px;
    right: 10px;
    top: 35%;
    transition: .2s ease;
    line-height: normal;
    transition: .2s ease;
}

.menu-extras ul.navbar-nav li.dropdown.open>a:after {
    transform: rotate(-180deg);
    transition: .2s ease;
}


/* toolbar css */

.newtoolbar.card-box {
    position: fixed;
    width: 100%;
    left: 0;
    top: 60px;
    z-index: 999;
    padding: 8px 80px;
    margin: 0;
    border-radius: 0;
}

.newtoolbar.card-box h1.font-600.custommargin {
    margin: 0;
    font-size: 24px !important;
}

.newtoolbar.card-box .btn-group {
    /*padding: 4px 0;*/
}

.newtoolbar.card-box .btn-group button#button-location,
a.btn-default.floatright {
    background-color: #eeeeee !important;
    border: 1px solid #c3c3c3 !important;
    color: #555555 !important;
}

a.btn-default.floatright {
    margin-top: 4px;
}

.newtoolbar.card-box #date_range.form-control {
    display: inline-block;
    width: auto;
    background-color: #eeeeee;
    border: 1px solid #c3c3c3;
    color: #555555;
}

.newtoolbar.card-box .col-sm-8.text-right button {
    margin-left: 10px;
}

.newtoolbar.card-box .col-sm-8.text-right ul li img {
    width: 20px;
    margin-right: 8px;
}

.modal-footer-1 button.btn-primary {
    color: #fff !important;
}

.modal-footer-1 button.btn-default {
    color: #fff !important;
    background-color: #2b3640 !important;
    border: 1px solid #2b3640 !important;
}

.modal-footer-1 {
    text-align: right;
}

div.text-right button.btn-default,
.modal-footer-1 button.btn-primary,
div.text-right button.btn-warning,
span.group-span-filestyle label.btn-default,
button.btn-default,
.pagination>.active>a {
    background-color: #ff9933 !important;
    border: 1px solid #ff9933 !important;
}

div.text-right.col-sm-12 button.btn-danger,
button.btn-danger.deleteuserclass {
    background-color: #cc0000 !important;
    border: 1px solid #cc0000 !important;
}

div.text-right button.btn-info,
div.text-right button.btn-default.dropdown-toggle {
    background-color: #eeeeee !important;
    border: 1px solid #c3c3c3 !important;
    color: #555555 !important;
}

div.text-right button.btn-info i.text-white {
    color: #555555 !important;
}

#topnav .topbar-main .logo {
    margin-bottom: 0;
}

#topnav .topbar-main .navbar-nav {
    margin: 0;
}

#topnav .topbar-main div.logo {
    margin-top: 0;
}

#topnav .topbar-main .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
}

button i span {
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.wrapper {
    margin: 150px 12px 0 75px;
}

.wrapper .container {
    width: 100%;
}

.wrapper .footer .container {
    width: 90%;
}

.aa {
    cursor: pointer;
}

#ui-datepicker-div .ui-datepicker-header {
    background: #e4e4e4;
}

#ui-datepicker-div a.ui-state-default {
    background: #e4e4e4;
}

#ui-datepicker-div a.ui-state-default.ui-state-highlight {
    border: 1px solid #ff9933;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}

@media(max-width:1143px) {
    .panel-body.ht200.pad45new {
        min-height: 408px;
    }
}

@media (max-width: 1053px) {
    .panel-body.ht200.pad45new {
        min-height: 450px;
    }
}

@media (max-width: 1029px) {
    .panel-body.ht200.pad45new {
        min-height: 495px;
    }
}

@media(max-width:767px) {
    .newtoolbar.card-box h1.font-600.custommargin {
        font-size: 17px !important;
    }

    .newtoolbar.card-box .col-sm-6.pull-right.margincust {
        float: none !important;
    }

    .newtoolbar.card-box .col-sm-6 .text-right {
        text-align: left !important;
    }

    .newtoolbar.card-box .col-sm-8.text-right {
        text-align: left;
        padding: 0;
    }

    .newtoolbar.card-box>.col-sm-6 {
        padding: 0;
    }

    #topnav .topbar-main div.logo img {
        width: 95px;
        height: auto;
    }

    .menu-extras ul.navbar-nav li.dropdown>a {
        font-size: 10px;
    }

    .newtoolbar.card-box {
        padding-right: 15px;
    }

    .newtoolbar.card-box #date_range.form-control {
        font-size: 12px;
        margin-left: 5px;
    }

    .newtoolbar.card-box .col-sm-8.text-right button {
        margin-left: 5px;
        margin-top: 5px;
        font-size: 12px;
    }

    .wrapper {
        margin: 220px 12px 0 75px;
    }
}

.email-switch {
    position: relative;
    display: inline-block;
    width: 46px;
    height: 24px;
    margin-left: 10px;
}

.email-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.email-switch .slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.email-switch .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.email-switch input:checked+.slider {
    background-color: #28a745;
}

.email-switch input:checked+.slider:before {
    transform: translateX(22px);
}

.custom-d-flex {
    margin-bottom: 10px;
}

.custom-d-flex,
.custom-d-flex .dt-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 20px !important;
    justify-content: space-between !important;
    margin-left: auto;
}

.custom-d-flex label {
    margin-bottom: 0 !important;
}

.custom-d-flex .dt-button {
    border: solid 1px;
    background: #000 !important;
    padding: 5px !important;
    color: #fff !important;
    border-color: #000 !important;
    border-radius: 4px !important;
}

.custom-d-flex .dt-button:hover,
.custom-d-flex .dt-button:active,
.custom-d-flex .dt-button:focus {
    opacity: 0.8;
}

.info-popup-div {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 10px;
    padding-bottom: 20px;
}

.info-popup-seciton {
    padding-bottom: 20px;
}

.info-text-popup .info-popup-title {
    text-align: start;
    font-weight: 600;
    padding-bottom: 0;
    color: #000;
}

.info-popup-title-header {
    color: #000;
    margin-bottom: 20px;
    font-size: 22px;
    text-align: left;
    font-weight: 600;
}

.info-img-popup img,
.info-img-popup {
    width: 20px;
}

.info-text-popup p {
    text-align: start;
    margin: 0 !important;
    color: #000;
}

table.table.no-border tr>td {
    border-top: 0 !important;
}

.change-log {
    font-family: Arial, sans-serif;
    padding: 24px;
    background-color: #f9fafb;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    max-height: 400px;
    overflow-y: auto;
}

.change-log .history-entries {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
}

.change-log .history-entry {
    background-color: #f3f4f6;
    border-left: 4px solid #ff9933;
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #1f2937;
    line-height: 1.6;
    transition: background-color 0.3s;
}

.change-log .history-entry:hover {
    background-color: #e5e7eb;
}
.custom-dropdown-app{
    display: flex;   
    width: auto;
    gap: 10px;   
    align-items: center;
}
.form-control.h-auto{
    height: auto !important;
    padding: 5px;
    font-size: 12px;
}
.pt-2-a{
    padding-top: 15px !important;
}
.table.mb-0{margin-bottom: 0 !important;}
#appointment_table_wrapper .status-action{min-width: 170px !important;}
#appointment_table_wrapper .status-apptneedsfollowup{min-width: 100px !important;}
#appointment_table_wrapper .phone-column{min-width: 80px !important;}
