
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

/* dashboard css */

body {
    overflow-x: hidden;
}

html, body {
    height: 100%;
    font-family: 'Roboto', sans-serif;
}

.pageTitle {
    color: #436c4a;
    padding: 10px 25px;
    border-radius: 10px;
    box-shadow: 1px -1px 3px 0 #c3c0c0;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #e8e8e8;
}

    .pageTitle .fa {
        font-size: 20px;
        padding-right: 10px;
    }

.table-content {
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 10px 0 #ececec;
    padding: 20px;
    border: 1px solid #e8e8e8;
}

.hambergerMenu {
    /*  background: #708e75;*/
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*  color:#fff;*/
    font-size: 25px;
    line-height: 0px;
    padding: 0 2px 2px 0;
    cursor: pointer;
}

.customIcons .fa {
}

.customIcons .fa {
    font-size: 25px;
    position: relative;
    top: 3px;
    left: 7px;
    margin: 0;
    padding: 0;
    line-height: 0;
    /* font-size: 30px;
  position: relative;
  top: 6px;
  margin: 0;
  padding: 0;
  line-height: 0;*/
}

.customIcons li.activeMenu {
    color: #fff;
    background: #708e75;
    border-radius: 15px;
}

.customIcons li:hover {
    color: #fff;
    background: #708e75;
    border-radius: 15px;
}

.customIcons a {
    color: #fff;
}

.list-group-item {
    padding: 4px 0 4px 0;
    margin: .75rem 1.25rem;
    width: 83%;
}

.customIcons li a:hover {
    text-decoration: none;
}

.menuText {
    margin-left: 15px;
}

.customIcons a {
    font-size: 14px;
    font-weight: 300;
}

.customIcons {
    padding-top: 15px;
}

.toggled .fa-angle-left:before {
    content: "\f105";
    padding: 0 0px 2px 2px;
}

#manageClient th:nth-of-type(3),
#manageClient td:nth-of-type(3) {
    max-width: 185px !important;
    width: 165px !important;
    min-width: 100px !important;
}

table#manageClient.dataTable.nowrap td {
    /* white-space: pre-wrap;*/
    white-space: inherit;
}

table#manageClient {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

    table#manageClient th,
    table.dataTable.nowrap th {
        color: #436c4a !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

#manageClientList th:nth-of-type(3),
#manageClientList td:nth-of-type(3) {
    max-width: 185px !important;
    width: 165px !important;
    min-width: 100px !important;
}

table#manageClientList.dataTable.nowrap td {
    /* white-space: pre-wrap;*/
    white-space: inherit;
}

table#manageClientList {
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

    table#manageClientList th,
    table.dataTable.nowrap th {
        color: #436c4a !important;
        font-size: 13px !important;
        font-weight: 500 !important;
    }

table.dataTable thead .sorting_asc {
    /*    background-image: url("img/rowUp.png");*/
    background-image: url('../img/rowup.png');
}

table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
    /*background-image: url("img/rowDown.png");*/
    background-image: url('../img/rowdown.png');
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: linear-gradient(to bottom, white 0%, #ffffff 100%);
    border-color: #7a8e7e;
    padding: 0px;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 12px; /* width of the entire scrollbar */
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    background: #fff; /* color of the tracking area */
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #436c4a; /* color of the scroll thumb */
    border-radius: 20px; /* roundness of the scroll thumb */
    border: 3px solid #fff; /* creates padding around scroll thumb */
}

#manageClient_filter input {
    border-radius: 20px;
}

#manageClientList_filter input {
    border-radius: 20px;
}

.nav-logo {
    width: 200px;
}

#sidebar-wrapper {
    min-height: 100vh;
    position: fixed;
    /* height: 100%; */
    width: 220px;
}

.main-content {
    margin-left: 220px;
    margin-top: 57px;
}

.toggled .dataTables_scrollHeadInner {
    width: 100% !important;
}

.toggled table {
    width: 100% !important;
}


#sidebar-wrapper .sidebar-heading {
    padding: 7px 10px;
    font-size: 1.2rem;
    background: #fff;
}

/*#sidebar-wrapper .list-group {
  width: 15rem;
}*/
#page-content-wrapper .navbar {
    position: fixed;
    background-color: white;
    z-index: 1;
    width: calc(100% - 220px);
    margin-left: 220px;
}

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

.toggled #page-content-wrapper .navbar {
    margin-left: 0;
    width: 100%;
}

.toggled .main-content {
    margin-left: 0px;
}

.sidebar-wrapper, .sidebar-wrapper .list-group-item {
    background: #436c4a;
    color: #fff;
}

    .sidebar-wrapper .list-group-item {
        /* border-bottom:1px solid #900c3f; */
        border: 0;
    }

        .sidebar-wrapper .list-group-item:hover {
            /* background: #c70039; */
        }

.topColor {
    /* background: #ff5733;
  color:#fff; */
}

    .topColor .navbar-toggler-icon, .topColor li a {
        color: #000 !important;
        font-size: 12px;
        font-weight: 500;
    }

.dropdown-toggle::after {
    color: #436c4a;
    font-size: 18px;
    position: relative;
    top: 3px;
}

.navbar {
    padding: .7rem 1rem;
}

.topColor .dropdown-menu.dropdown-menu-right a.dropdown-item {
    color: #000 !important;
}

.subMenu li {
    padding: 5px 0px;
    border-width: 1px 0 0px 0;
    border-style: solid;
    margin-top: 10px;
    border-color: #900c3f;
}

.main-login {
    display: flex;
    align-items: center;
    height: 100vh;
}

    .main-login .login-image {
        width: 60%;
        display: flex;
        justify-content: center;
    }

        .main-login .login-image img {
            width: 80%;
            margin-top: -3%;
        }

    .main-login .login-form {
        width: 40%;
    }

.login-box {
    background-color: #ffffff;
    border: 1px solid #d5d4d4;
    border-radius: 15px;
    padding: 30px;
    width: 500px;
    margin: 0 auto;
}

    .login-box input {
        height: 50px;
        border-radius: 50px;
        padding: 3px 0 3px 64px;
    }

    .login-box select {
        height: 50px;
        border-radius: 50px;
        padding: 3px 0 3px 64px;
    }

    .login-box select {
        -webkit-appearance: none;
        -moz-appearance: none;
        background: transparent;
        background-image: url('img/rowDown.png');
        background-repeat: no-repeat;
        background-position-x: 95%;
        background-position-y: 20px;
        margin-right: 2rem;
        padding-right: 5rem;
    }

    .login-box label {
        font-weight: 500;
    }

    .login-box p {
        font-size: 10px;
        color: #848080;
        margin-bottom: 30px;
    }

.loginicon {
    position: relative;
}

    .loginicon .icon-img {
        position: absolute;
        width: 40px;
        height: 40px;
        top: 37px;
        left: 5px;
    }

.login-box h2 {
    font-weight: 800;
    font-size: 34px;
    color: #2a2a2a;
    margin-bottom: 12px;
}

.savePassword [type="checkbox"]:checked,
.savePassword [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .savePassword [type="checkbox"]:checked + label,
    .savePassword [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000000;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
    }

        .savePassword [type="checkbox"]:checked + label:before,
        .savePassword [type="checkbox"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: -3px;
            width: 24px;
            height: 24px;
            /* border: 1px solid #ddd; */
            border-radius: 100%;
            background: #eaf4ed;
        }

        .savePassword [type="checkbox"]:checked + label:after,
        .savePassword [type="checkbox"]:not(:checked) + label:after {
            content: "";
            width: 14px;
            height: 14px;
            background: #436c4a;
            position: absolute;
            top: 3px;
            left: 5px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .savePassword [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .savePassword [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.forgotpssword {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px;
}

    .forgotpssword a {
        color: #000000;
        font-size: 14px;
        font-weight: 400;
    }

.submintlogin .btn {
    background-color: #436c4a;
    color: #ffffff;
    border-radius: 30px;
    min-width: 190px;
    padding: 10px 10px;
    margin-top: 30px;
    font-size: 20px;
}

.signup-link {
    text-align: center;
    margin-top: 30px;
}

#sidebar-wrapper {
    margin-left: 0;
}

#page-content-wrapper {
    min-width: 0;
    width: 100%;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
}

.icon-img img {
    width: 100%;
}

.reg-section .login-image {
    width: 50%;
    position: fixed;
    top: 10%;
}

.reg-section .login-form {
    width: 50%;
    margin: 40px 0px;
    left: calc(100% - 50%);
    position: relative;
}

.reg-section .login-box {
    width: 700px;
}

.reg-section .main-login {
    height: 100%;
}

.accepttrems a {
    color: #007bff;
}

.signup-link a {
    text-decoration: underline;
}

.custom-modal .modal-header {
    background-color: #436c4a;
}

.customTable th {
    color: #436c4a !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.sCard {
    box-shadow: 0 0 5px grey;
    padding: 25px;
    border-radius: 10px;
    margin-top: 10px;
    padding-top: 0;
}

.sCardHeader {
    padding: 15px;
    padding-bottom: 0;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 -25px 10px -25px;
    color: #436c4a;
}

.pagewithcient-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*04192021*/
.cust-box-shadow {
    border-radius: 10px;
    box-shadow: 1px -1px 3px 1px #c3c0c0;
    padding: 10px 25px;
}

.custom-radiobutton {
    display: block;
    position: relative;
    padding-left: 31px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 15px;
}
    /* Hide the browser's default radio button */
    .custom-radiobutton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.custom-radiobutton:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radiobutton input:checked ~ .checkmark {
    background-color: #d8d8d8;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radiobutton input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radiobutton .checkmark:after {
    top: 4px;
    left: 4px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: #456b4b;
}

.reg-section .login-form-Center {
    width: 50%;
    margin: 40px 0px;
    left: calc(100% - 75%);
    position: relative;
}

.customDeleteDrugButton {
    height: 100%;
    width: 25%;
    padding: 0;
    margin: 0;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*18/9/2021*/
.CustomInput {
    height: 25px;
    width: 25px;
}

.customLable {
    padding-left: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.namee {
    border: 1px solid #e9ecef;
    padding-left: 16px;
    border-radius: 5px;
    font-size: 28px;
    padding-top: 4px;
    margin-bottom: 15px;
    color: white;
    margin-top: 10px;
    height: 43px;
    background: #436c4a;
}

/*--20-10-2021--*/
#manageClient.table1 th:nth-of-type(3), #manageClient.table1 td:nth-of-type(3) {
    max-width: inherit !important;
    width: auto !important;
    min-width: 100px !important;
}

#manageClientList.table1 th:nth-of-type(3), #manageClientList.table1 td:nth-of-type(3) {
    max-width: inherit !important;
    width: auto !important;
    min-width: 100px !important;
}

.approved1 {
    display: flex;
    justify-content: center;
    height: 38px;
}

.approvedtext {
    margin-bottom: -32px;
    text-align: center;
}
