html {
    overflow-x: hidden;
}
body {
    background-color: #fff;
}
.header .wsmenu>.wsmenu-list>li>ul.sub-menu {
    min-width: 170px;
    right: 0; 
}
.headtoppart {
    height: auto;
}
#content {
    background-color: #ebebeb;
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

#content .headerwp,
#content .wsmainwp {
    max-width: 100%;
}

.desktoplogo,
.footer-logo {
    font-size: 1.75rem;
    font-weight: 700;
}

.page-wrapper {
    //height: calc(100% - 110px);
}

.page-wrapper-inner {
    background-color: #fff;
    border-radius: 6px !important;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(102,102,102,1);
    -moz-box-shadow: 0px 0px 7px 3px rgba(102,102,102,1);
    box-shadow: 0px 0px 7px 3px rgba(102,102,102,1);
    height: calc(100% - 155px);
    width: calc(100% - 16px);
}

.page-wrapper-inner.form-outer-wrapper {
    background-color: transparent;
    box-shadow: none;
}

.form-outer-wrapper .form-cards-wrapper {
    //gap: 1rem;
    row-gap: 30px;
}

.form-outer-wrapper .form-card {
    border-radius: 6px !important;
    -webkit-box-shadow: 0px 0px 7px 3px rgba(102,102,102,1);
    -moz-box-shadow: 0px 0px 7px 3px rgba(102,102,102,1);
    box-shadow: 0px 0px 7px 3px rgba(102,102,102,1);
    height: 100%;
}

.main-wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    background: #00a3c8;
    color: #fff;
    transition: all 0.3s;
}

#sidebar .sidebar-header {
    padding: 1rem; 
}

#sidebar .page-sidebar {
    background: #00a3c8;
    margin-right: auto;
    width: auto;
}

#sidebar .page-sidebar i {
    color: #fff;

}

#sidebar .page-sidebar .page-sidebar-menu li > a > .arrow:before {
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#sidebar.active .page-sidebar .page-sidebar-menu li > a > .arrow:before {
    top: auto;
    right: auto;
    bottom: 8px;
    left: 38%;
}

#sidebar .page-sidebar .page-sidebar-menu>li.active.open>a, 
#sidebar .page-sidebar .page-sidebar-menu>li.active>a, 
#sidebar .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active.open>a, 
#sidebar .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.active>a,
#sidebar .page-sidebar .page-sidebar-menu>li.open>a, 
#sidebar .page-sidebar .page-sidebar-menu>li:hover>a, 
#sidebar .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li.open>a, 
#sidebar .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu>li:hover>a,
#sidebar .page-sidebar .page-sidebar-menu .sub-menu>li:hover>a {
   background-color:  #0e8eab !important;
}
#sidebar .page-sidebar .page-sidebar-menu > li.active > a > .selected {
  border-right-color: #ebebeb;
}

/* Shrinking the sidebar from 250px to 80px and center aligining its content*/
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header {
   padding: 0.5rem;
}

#sidebar.active .desktoplogo {
    font-size: 1.25rem; 
}

/* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/
#sidebar .sidebar-header strong {
    display: none;
}
#sidebar.active .sidebar-header h3 {
    display: none;
}
#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    border-color: #fff;
    color: #fff;
    text-align: left;
}
#sidebar ul.list-unstyled {
    padding-left: 1rem;
}
#sidebar.active ul.list-unstyled {
    padding-left: 0;
}
#sidebar.active .page-sidebar {
    max-width: 80px;
    overflow-x: hidden;
}
#sidebar.active ul li a {
    padding: 20px 5px;
    text-align: center;
    font-size: 12px;
}

#sidebar.active ul li a i {
    margin: auto;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

/* Same dropdown links padding*/
#sidebar.active ul ul a {
    padding: 10px !important;
}

/* Changing the arrow position to bottom center position, 
   translateX(50%) works with right: 50% 
   to accurately  center the arrow */
#sidebar .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .list-unstyled li > .list-unstyled {
    margin-left: 0;
    padding-left: 5px;
}

.page-wrapper .heading-top {
    padding-top: 1rem;
    padding-left: 1rem;
}

.page-wrapper .page-title {
    color: #004861;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: -0.25px;
}

.page-wrapper label.control-label,
.account-wrapper .account-box .control-label {
    display: inline-flex;
    line-height: 22px;
}

.page-wrapper label.control-label .red-star {
    margin-left: 4px;
}

.page-wrapper .form-control,
.page-wrapper .select2-container,
.account-wrapper .account-box .form-control {
    background-color: #fff;
    border: 1px solid #bbb;
    color: #333;
    height: 36px;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
    padding: 4px 5px;
    margin-bottom: 10px;
    border-radius: 4px !important;
    box-shadow: none;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

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

.page-wrapper .form-group textarea.form-control {
    min-height: 112px;
}

.page-wrapper .form-group .form-control,
.page-wrapper .form-group .select2-container,
.page-wrapper .form-group .select2-container--default {
    width: 100% !important;
}

.page-wrapper .select2-container--default,
.page-wrapper .select2-container--bootstrap {
    height: auto;
    min-height: 36px;
    display: block;
    width: 100% !important;
}

.page-wrapper .select2-container .select2-selection {
    height: auto;
    margin-top: 1px;
}

.page-wrapper .select2-container .select2-selection .select2-selection__rendered {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding-left: 0;
    color: #333;
    line-height: 25px;
}

.page-wrapper .select2-container .select2-selection .select2-selection__arrow {
    top: 3px;
}

.page-wrapper .form-control:focus {
    background-color: #fff;
    border-color: #00a3c8;
    outline: 0px none;
    box-shadow: none;
}

.page-wrapper .table-bordered {
    table-layout: fixed;
    max-width: 100%;
}

.page-wrapper .table-bordered th,
.page-wrapper .table-bordered td {
   word-wrap: break-word;
}

.page-wrapper table.table td {
    vertical-align: middle;
}

.page-wrapper table.table td .btn {
    margin: auto;
}

.page-wrapper table.table td .btn span {
    font-weight: bold;
}

.btn-primary {
    color: #fff;
    background-color: #00a3c8;
    border-color: #00a3c8;
}

.btn-danger {
    background-color: #bd2130;
    border-color: #bd2130;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-success {
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn:hover,
.btn:focus {
    color: #fff;
}

#btn-search {
    padding-block: 5px;
}

ul.tsc_pagination li a.current {
    background-color: #00a3c8;
    border-color: #00a3c8;
}

ul.tsc_pagination li a.current:hover {
    color: #fff;
}
.page-wrapper .select2-container--default .select2-selection--multiple {
    border-color: transparent;
    margin-top: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #00a3c8;
    border-color: #00a3c8;
    color: #fff;
    padding: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}
.token-no {
    font-size: 170px;
    line-height: 1;
}
.nav-tabs.template-nav .nav-item .nav-link {
    border-color: #212529;
}
.nav-tabs.template-nav .nav-item .nav-link.active {
    border-color: #0e8eab;
    background-color: #0e8eab;
    color: #fff;
}
b, strong {
    font-weight: 700;
}
.table-mxw {
    min-width: max-content;
}
.bulk-wrapper {
    max-height: 600px;
    overflow: auto;
}
.col-gap-30 {
    column-gap: 30px;
}
.multiple-select-dropdown.w-100 + .select2-container {
    width: 100%;
}
@media (max-width: 991.98px) {
    .headtoppart.mob {
        height: auto;
    }
    .headtoppart.mob .callusbtn {
        position: relative;
    }
    .wsmainfull {
        height: 80px;
    }
    .wsmobileheader {
        position: relative;
    }
    .mob-logo {
        font-size: 22px;
        font-weight: 700;
    }
    .wsmobileheader .wsmenu {
        color: #fff;
        font-size: 14.5px;
        font-weight: 400;
        padding: 0;
        float: right;
        display: block;
        position: relative;
        left: auto;
        right: 0;
        overflow: auto;
    }
    .wsmobileheader .wsmenu>.wsmenu-list {

    }
    .wsmobileheader .dropdown > .dropdown-menu:before,
    .wsmobileheader .dropdown > .dropdown-menu:after {
        left: auto;
        right: 6px;
    }
    .wsmobileheader .dropdown > .dropdown-menu {
        right: 0;
        left: auto !important;
        transform: translate3d(12px, 25px, 0px) !important;
    }
    #sidebar .page-sidebar {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100%;
    }
    #sidebar.active .page-sidebar {
        display: block !important;
    }
     /* 80px and its content aligned to centre. Pushing it off the screen with the
       negative left margin
    */
    #sidebar.active {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: 0 !important;
    }


    /* Reappearing the sidebar on toggle button click */
    #sidebar {
        //margin-left: -150px; 
    }


    /* Toggling the sidebar header content, 
       hide the big heading [h3] and showing the small heading [strong] and vice versa
    */
    #sidebar .sidebar-header strong {
        display: none;
    }
    #sidebar.active .sidebar-header h3 {
        display: none;
    }
    #sidebar.active .sidebar-header strong {
        display: block;
    }

    /* Downsize the navigation links font size */
    #sidebar.active ul li a {
        padding: 20px 10px;
        font-size: 14px;
    }

    #sidebar.active ul li a i {
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 1rem;
        margin-bottom: 5px;
    }

    /* Adjust the dropdown links padding*/
    #sidebar.active ul ul a {
        padding: 10px !important;
    }

    .page-sidebar .page-sidebar-menu .sidebar-search input, 
    .page-sidebar .page-sidebar-menu>li .sub-menu {
        background-color:  #0e8eab !important; 
    }

    #sidebar .page-sidebar .page-sidebar-menu li > a > .arrow:before {
        top: auto;
        left: 38%;
        right: auto;
        bottom: 8px;
    }

    body.sidebar-collapsed .page-wrapper {
        width: calc(100vw - 80px);
    }

    /* Changing the arrow position to bottom center position, 
      translateX(50%) works with right: 50% 
      to accurately  center the arrow */
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
}
@media (max-width: 767.98px) {
    #pagination {
        float: none;
    }
    .mw-120 {
        min-width: 120px;
    }
}
@media (min-width : 992px) {
    #sidebar {
        min-width: 250px;
        max-width: 250px;
    }
    .page-wrapper {
        width: calc(100vw - 250px);
    }
    body.sidebar-collapsed .page-wrapper {
        width: calc(100vw - 80px);
    }
    .page-sidebar-menu.page-sidebar-menu-closed>li:hover,
    .page-sidebar-menu.page-sidebar-menu-closed>li:hover>.sub-menu {
        box-shadow: none;
    }
    .form-outer-wrapper .form-card {
        //min-height: 350px;
    }
}