body {
    background-color: #f4f3f3;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* Login */
body.mainlogin {
    background-color: #f4f3f3;
    background: linear-gradient(180deg, #0059d0, #00a1a9);
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-login {
    width: 500px;
    margin: auto;
    background-color: #fff;
    transition: all .5s ease-in-out;
    position: relative;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0rem 0.3125rem 0.3125rem 0rem rgba(82, 63, 105, 0.05);
}
.card-login .logo {
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.card-login .logo img {
    height: 90px;
}
.btn.btn-primary {
    display: block;
    padding: 8px 20px;
    background-color: #00838f;
    border-color: #00838f;
}
.btn-register {
    color: #666;
    margin-top: 15px;
    font-weight: 600;
}
.btn-register a {
    color: #00838f;
    font-weight: 600;
}
.login-dropdown {
    visibility: hidden;
    opacity: 0;
    height: 0px;
    overflow: hidden;
}
/* Theme */
body .page-container {
    position: relative;
    width: 100%;
    min-height: 100vh;
    margin: 0px auto;
}
.page-container.sidebar-collapsed-back .left-content {
    transition: all 100ms linear;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    padding-left: 280px;
}
.header-main {
    width: 100%;
    height: 80px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    padding: 0 40px;
}
.left-content .content-wrapper {
    padding: 40px;
}
.nav-content {
    position: fixed;
    width: 280px;
    height: 100vh;
    overflow: auto;
    top: 0px;
    left: 0px;
    bottom: 0;
    color: #fff;
    z-index: 999;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to top, #00c2ff, #0084ff);
}
.nav-content .sidebtn {
    width: 35px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    right: 15px;
}
.nav-content .sidebtn a {
    width: 30px;
    height: 30px;
    display: block;
}
.nav-content .sidebtn span {
    background: url(../images/ico-menu.png) no-repeat center center;
    width: 30px;
    height: 30px;
    display: block;
}
.page-container.sidebar-collapsed-back .sidebar-menu {
    width: 280px;
    transition: all 100ms ease-in-out;
}
.page-container.sidebar-collapsed .sidebar-menu {
    width: 90px;
    transition: all 100ms ease-in-out;
    transition-delay: 200ms;
}
.page-container.sidebar-collapsed .left-content {
    padding-left: 90px;
}
.left-content header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    width: 100%;
    height: 80px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.left-content header .logo img {
   height: 70px;
}
.sidebar {
    width: 100%;
    padding: 60px 15px 10px 15px;
}
.menu-item {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.submenu {
    display: none;
    padding-left: 20px;
}
.submenu a {
    display: block;
    padding: 8px;
    color: white;
    text-decoration: none;
    transition: all 0.3s linear;
}
.submenu a:hover {
    padding-left: 15px;
}
.titleblk {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.titleblk h1 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.btnBlue {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    vertical-align: top;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50px;
    background: #004aad;
    padding: 0 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-right: 10px;
  }
  .btnBlue:before {
    content: "";
    background: linear-gradient(white, #cccccc);
    width: 200px;
    height: 50px;
    margin-top: 1px;
    transform: rotate(40deg);
    margin-left: -200px;
    opacity: 0.3;
    transition: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: absolute;
    filter: blur(5px);
  }
.btnBlue i {
    margin-right: 4px;
    font-size: 18px;
  }
/* Dashboard */
.calculatewrap {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    padding: 30px 20px 10px 20px;
}
.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group input::-webkit-input-placeholder {
    opacity: 0;
}

.form-group input:-ms-input-placeholder {
    color: #aaa;
}

.form-group input::placeholder {
    color: #aaa;
}

.form-group label {
    color: #aaa;
}

.form-group input[type="text"], .form-group input[type="password"], .form-group input[type="date"],
.form-group input[type="email"], .form-group input[type="number"], .form-group input[type="file"], .form-group select {
    width: 100%;
    height: 48px;
    padding-left: 35px;
    border-radius: 8px;
    border: solid 1px #aaa;
    background-color: #fff;
}

.form-group input[type="password"] {
    padding-right: 33px;
}

.form-group label {
    background: #fff;
    padding: 0 4px;
    display: inline;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 31px;
    font-size: 14px;
    color: #727272;
    transform: translateY(12px);
    transition-duration: 300ms;
}
.form-group input:focus+label, .form-group input:not(:placeholder-shown)+label {
    color: #777;
    transform: translateY(-10px);
    font-size: 13px;
}
.form-group select:focus~label, .form-group select:not([value=""]):valid~label {
    color: #777;
    transform: translateY(-10px);
    font-size: 13px;
}

.form-group input:focus+label {
    color: #023073;
    font-weight: 500;
}
.form-group input[type="submit"], .form-group button {
    width: 100%;
    height: 48px;
    background-color: #023073;
    border-radius: 8px;
    border: solid 1px #023073;
    color: #fff;
    font-weight: bold;
}
.form-group .form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #aaa;
    outline: 0;
    box-shadow: none;
}
.form-group .icon {
    height: 48px;
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: grayscale(1);
    opacity: 0.5;
    z-index: 2;
}
.form-group .icon img {
    height: 20px;
}
.form-group input:focus-visible+label+.icon {
    filter: grayscale(0);
    opacity: 1;
}

.showpassword input {
    padding-right: 50px !important;
}
.showpassword > div {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 47px;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showpassword > div input[type="checkbox"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 47px;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}
.showpassword > div label {
    color: #999;
    top: 25px;
    right: 5px;
    left: inherit;
}
.showpassword > div label .fa-eye::before {
    content: "\f070";
}
.showpassword > div input[type="checkbox"]:checked + label .fa-eye::before {
    content: "\f06e";
}
.remember label {
    color: #aaa;
    font-size: 14px;
    margin-left: 5px;
}
.checkbox-wrap input[type=checkbox] {
    position: relative;
    border: 2px solid #666;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    border-radius: 4px;
    -webkit-appearance: none;
    opacity: .5;
}
.checkbox-wrap input[type=checkbox]:hover {
    opacity: 1;
}

.checkbox-wrap input[type=checkbox]:checked {
    background-color: #004aad;
    border-color: #004aad;
    opacity: 1;
}

.checkbox-wrap input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px 0px 0 0px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}
nav.navbar-light.bg-light {
    padding: 15px;
    background: #eee !important;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.02);
}
.maincontent {
    padding-top: 125px;
}
.display-date {
        text-align: center;
        margin-bottom: 0;
        font-size: 15px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.2);
        padding: 10px;
        border-radius: 5px;
        backdrop-filter: blur(1px);
}
.card-name .title h2 {
    font-size: 26px;
    color: #0e3a7a;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
/* User Theme */
.userdash header {
    width: 100%;
    height: 80px;
    padding: 12px 60px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}
.userdash .logo {
    display: flex;
    align-items: center;
    padding: 12px 0;
}
.userdash .logo img {
    max-width: 100%;
    margin-bottom: 0px;
    width: 220px;
}
.userdash header nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
.userdash header nav a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    padding: 0 10px;
}
.userdash header nav a.active {
    font-weight: bold;
    color: #023073;
}
.userdash header nav a.active::before {
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: #023073;
    position: absolute;
    bottom: -29px;
    left: 0;
    border-radius: 10px 10px 0 0;
}
.userdash .profile-drop a, .profile-drop a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}
.userdash .profile-drop .img, .profile-drop .img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}
.userdash .profile-drop .img .check, .profile-drop .img .check {
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0;
    left: 38px;
    font-size: 16px;
    color: #22c864;
    background-color: #FFF;
    border-radius: 50%;
    line-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.userdash .profile-drop .img img, .profile-drop .img img {
    width: 100%;
    overflow: hidden;
    min-width: 50px;
    height: auto;
    min-height: 50px;
    
}
.userdash .profile-drop span, .profile-drop span {
    max-width: 150px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #222;
}
.userdash .nav-item.dropdown.profile-drop {
    position: relative;
}
.userdash .nav-item.dropdown.profile-drop ul {
    position: absolute;
    list-style:none;
    margin:0;
    padding: 0;
    width: 100%;
    top:15px;
    left:0;
    padding-top: 50px;
    display: none
}
.userdash .nav-item.dropdown.profile-drop:hover ul {
    display: block;
    
}
.userdash .nav-item.dropdown.profile-drop ul a {
    color: red;
    text-decoration: none;
    font-weight:600;
    padding:12px 15px;
    background: #fff;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* Invoice */
.text-right {
    text-align: right;
}
.w-200 {
    width: 200px;
}
.main-table {
    margin: 25px 0;
}
.main-table table {
    margin-top: 25px;
    margin-bottom: 0px;
    width: 100%;
}
.main-table table p {
    margin: 0;
}
.main-table table {
    border: 1px solid #ddd;
}
.main-table table thead th {
    background: #eee;
    padding: 15px;
    border: 1px solid #ddd;
}
.main-table table tbody td {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
}
table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    background: #fff;
    padding: 15px !important;
    border: 1px solid #ddd;
}
table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: left !important;
}
.main-table table.sub-table {
    margin: 0;
}
.main-table table.sub-table tr td {
    font-weight: 700;
    background: #ddd;
    border: 1px solid #ccc;
    text-align: right;
}
.quantity {
    position: relative;
}
.quantity button.plus {
    position: absolute;
    top: 7px;
    right: 10px;
}
.quantity button.minus {
    position: absolute;
    top: 7px;
    right: 50px;
}
.quantity button {
    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}
.quantity button:hover {
    background-color: #2980b9;
}
.quantity + label  {
    color: #777;
    transform: translateY(-10px);
    font-size: 13px;
}
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.input-box[type="number"] {
    -moz-appearance: textfield;
}

.card-name, .card-plan, .card-pay {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    height: 225px;
    background: #ffdb94;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}
.card-name::before {
    content: '';
    background: #ffdb94 url(../images/serv01.png) no-repeat center right;
    background-size: contain;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.2;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.display-date, .title {
    position: relative;
    z-index: 5;
}
.card-plan::before {
    content: '';
    background: #4b4eff url(../images/plan.jpg) no-repeat center right;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.9;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.card-pay {
    background: #fff url(../images/background/welcome-two_pattern.png);
}
.card-stat {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #666;
    border-radius: 10px;
}