body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #243462;
    --secondry-color: #df0047;
    --mt-5: 30px;

}

#wrapper #content-wrapper #content {
    flex: 1 0 auto
}

.topbar {
    height: 4.375rem
}

#wrapper #content-wrapper {
    background-color: #ffffff !important;
}

.bg-gradient-primary {
    background-color: var(--primary-color);
    /* background-image: linear-gradient(180deg, var(--secondry-color) 10%, var(--primary-color) 100%); */
    background-size: cover;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

.table {
    display: table;
    width: max-content !important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e3e6f0;
    background: var(--primary-color);
    color: #fff;
}

.table td,
.table th {
    vertical-align: middle !important;
    font-size: 10px;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #858796;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

/* label {
    display: inline-block;
    margin-bottom: 0.5rem;
} */

/* sidebar navigation */

.sidebar-dark .nav-item .nav-link{
    color: #fff !important;
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
    font-weight: 500;
}

.sidebar-dark .nav-item .nav-link.tabActive{
    background: #fff;
    color: var(--primary-color) !important;
    border-left: 4px solid var(--secondry-color);
    animation: all 0.5 ease;
}

.sidebar-dark .nav-item.active .nav-link{
    background: #fff;
    color: var(--primary-color) !important;
    
}

.sidebar .nav-item .nav-link span i{
    padding: 4px;
    padding-right: 10px;
    color: #fff;
}

.sidebar-dark .nav-item .nav-link.tabActive span i{
    color: var(--primary-color);
}

.toggle.sidebar-dark .nav-item .nav-link{
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.toggle.sidebar-dark .nav-item .nav-link span{
    padding: 5px 13px 0 5px;
}

/* sidebar navigation end */

.btn-primary {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 0 0 0 .2rem rgba(105, 136, 228, .5);
}

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600 !important;
    width: 100%;
    padding: 12px 10px;
}

.toggle.sidebar-dark .nav-item.active .nav-link {
    display: flex;
    align-items: center;
}

.toggle.sidebar-dark .nav-item.active .nav-link span {
    padding-right: 40px;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 5px !important;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
}

p {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
}

.loginBackground {
    /* border: 1px solid var(--primary-color); */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.sidebar {
    height: 100vh;
    z-index: 1;
}

.login {
    background: #fff;

    border-radius: 10px;
    padding: 30px 20px;
    position: relative;
}

/* 
.table td, .table th{

} */

.login-container {
    background: url(../image/abha-hospital.png) no-repeat;
    background-size: 100%;
    width: 100% !important;
    margin: 0 auto;
    max-width: 1000px !important;
    padding: 30px 0;
    border-radius: 10px;
}

.loginBackgroundeffect img {
    width: 150px;
    margin: 0 auto 20px;
    display: flex;
}

.form-group label.form-label,
.form-check-label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    text-align: start;
    color: #000;
}

.form-group input.form-control {
    width: 100%;
    height: 36px;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
}

.form-group input.form-control:focus{
    border: none;
    border-color: #000;
    --tw-ring-color: #000;
}

.form-group select.form-select:focus{
    border-color: #000;
    box-shadow: none;
}

.form-group textarea {
    width: 100%;
}

.form-group span img{
    border:2px solid var(--primary-color);
    border-radius: 5px;
}

.toggle-password {
    cursor: pointer;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.form-group {
    position: relative;
}

.login a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: var(--primary-color);
    text-decoration: none;
}

.otp-input {
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    font-size: 24px;
    margin: 0 10px;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
}

.otp-input:focus {
    border-color: #007bff;
    outline: none;
}

.otp-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.container {
    width: 90%;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}

.search-filter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.customSidebar {
    height: 100vh;
    overflow-y: auto !important;
    width: 20rem;
    transition: all 0.3s;
    overflow: hidden;
    z-index: 4;
}

.right-main-content .navbar {
    position: absolute;
    z-index: 5;
    width: 100%;
}

.containerfooter {
    background-color: var(--primary-color);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}

.inner-content {
    padding: 0 20px;
    margin-top: 95px;
}

.right-main-content {
    height: 100vh;
    overflow: scroll;
}

.sidebar-dark .sidebar-brand {
    background: #fff;
}

.sidebar-dark .sidebar-brand img {
    width: 100px;
}

.toggle {
    width: 60px !important;
}

.toggle .sidebar-brand .sidebar-brand-text img {
    width: 50px !important;
}

.toggle.sidebar-dark .sidebar-brand{
    padding: 5px 0;
}

#content .menu {
    cursor: pointer;
}

#content .menu i {
    color: var(--primary-color);
}

table {
    width: 100%;
    border-collapse: collapse;
}

table thead th {
    background-color: #007bff;
    color: #fff;
    padding: 10px;
    text-align: left;
    font-size: 14px;
}

table tbody td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.profile-pic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.eye-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('eye-icon.png');
    background-size: cover;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.filter-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filter-section input,
.filter-section select {
    padding: 5px;
    font-size: 16px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table,
th,
td {
    border: 1px solid #ccc;
}

th,
td {
    padding: 10px;
    text-align: center;
}

th {
    background-color: #f8f8f8;
}

.block-toggle {
    display: flex;
    justify-content: center;
}

.block-toggle input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.container {
    padding: 20px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.form-group {
    flex: 0 0 48%;
}

/* .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
} */

button.submit-btn {
    width: 100%;
    padding: 10px;
    background-color: var(--primary-color);
    border: none;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

button.submit-btn:hover {
    background-color: var(--primary-color);
}

.upload-photo {
    text-align: center;
    margin-bottom: 20px;
}

.upload-photo input {
    display: none;
}

.upload-photo label {
    cursor: pointer;
    padding: 10px;
    background-color: #0288d1;
    color: white;
    border-radius: 5px;
    font-size: 14px;
}

.form-group {
    margin-bottom: 0px;
}

/* label {
    font-size: 18px;
    color: #000;
    display: block;
    margin-bottom: 8px;
} */

/* input[type="text"],
input[type="date"] {
    padding: 10px;
    font-size: 16px;
    border-radius: 5px;
    outline: none;
} */

input[type="text"]:focus,
input[type="date"]:focus {
    border-color: #1d7de4;
}

.uploaded-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.uploaded-image img {
    max-width: 100%;
    height: auto;
    border: 2px solid #000;
    border-radius: 5px;
}

.management h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.management h2.inner-h2{
    display: flex;
    align-items: center;
}

.management h2.inner-h2 span{
    font-size: 12px;
    background: var(--primary-color);
    border-radius: 50%;
    line-height: 22px;
    padding: 3px;
    width: 24px;
    height: 24px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.userManagecontent {
    background-color: #b1c0f98c;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 70px;
    position: relative;
    box-shadow: 0px 0px 0px 2px #c7d6ffd1;
}

.tabbing .customTabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.tabbing .customTabs {
    border-bottom: 0px;
}

.tabbing .customTabs .nav-item,
.tabbing .tab-content .tab-pane .customTabs2 .nav-item {
    margin: 0 5px;
}

.tabbing .customTabs .nav-item .nav-link {
    border: 1px solid var(--secondry-color);
    border-radius: 10px;
    color: var(--primary-color);
}

.tabbing .customTabs .nav-item .nav-link.active {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.tabbing .tab-content .tab-pane .customTabs2 {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 20px !important;
    border: 1px solid var(--primary-color);
    width: fit-content;
    padding: 5px;
    border-radius: 10px;
}

.tabbing .tab-content .tab-pane .customTabs2 .nav-item .nav-link {
    color: var(--primary-color);
    font-weight: 500;
}

.tabbing .tab-content .tab-pane .customTabs2 .nav-item .nav-link.active {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.userManagecontent table thead tr th {
    /* min-width: max-content; */
    vertical-align: middle;
    color: #fff;
    background: transparent linear-gradient(164deg, var(--primary-color) 0%, #243462b3 100%) 0% 0% no-repeat;
    text-align: center;
}

.userManagecontent table tbody tr td .form-switch .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.change-success {
    text-align: center;
}

.change-success img {
    width: 50px;
    text-align: center;
    display: flex;
    margin: 0 auto 30px;
}

button {
    font-family: 'Sofia Pro Light';
    background-color: transparent;
    border-radius: 35px;
    padding: 10px 15px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    background: black;
    color: white;
}

button.table-button {
    background: #fff;
    color: var(--primary-color);
}

/* Screenshoot Upload Box */
.proof {
    border-radius: 15px;
    padding: 12px;
    text-align: center;
    background-color: white;
    box-shadow: 5px 5px 15px #c7c7c7, -5px -5px 24px #f9f9f9;
    width: 165px;
    margin: 0 auto 10px;
}

.imgArea {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* gap: 10px; */
    padding: 6px;
    height: 120px;
    width: 140px;
    background-color: rgb(242, 242, 242);
    border-radius: 10px;
}

.imgArea i {
    font-size: 35px;
}

.imgArea h4 {
    font-weight: 900;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 24px;
}

.imgArea p {
    color: grey;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 24px;
}

.imgArea p span {
    font-weight: 800;
}

.imgArea img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    z-index: 3;
}

.imgArea::before {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    pointer-events: none;
    opacity: 0;
    transition: .5s;
}

.imgArea.active:hover::before {
    opacity: 1;
}

.selectImage {
    margin-top: 10px;
    padding: 10px 15px;
    border-radius: 10px;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 14px;
    line-height: 17px;
}

.agreement {
    padding: 15px 15px 30px;
    margin: 15px 0 20px;
}

/* Screenshoot Upload Box */

.button .custom-btn {
    max-width: 300px;
    width: 100%;
    background: var(--secondry-color);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.customappointTabs .days {
    border-bottom: 1px solid var(--primary-color);
    padding-bottom: 13px;
}

.customappointTabs .days .day {
    margin: 0 5px;
    width: 45px;
    height: 40px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.timings .timings-detail input {
    margin: 5px;
}

.customDaywise .nav-item .nav-link.active {
    background: var(--primary-color);
}

.customDaywise .nav-item .nav-link {
    background: #fff;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: var(--primary-color);
    margin-right: 5px;
}

.timings-detail {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

/* sent credential */

.customSent .modal-body img {
    width: 80px;
    margin: 0 auto;
}

.customSent .modal-body h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: var(--primary-color);
    margin-top: 30px;
    margin-bottom: 0px;
}

/* sent credential */

.customappointTabs h4,
.viewfees h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.familyDetail .custommodalOn {
    max-width: 800px;
}

.sidebar-dark .nav-item.active .nav-link i {
    color: #fff;
    font-size: 18px;
}

.modal-content .modal-body {
    padding: 0px 30px 15px 30px;
}

/* user mgmt */

.management-header {
    display: flex !important;
    align-items: center !important;
}

.management-header h4 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0;
}

/* user mgmt end */

div.dataTables_wrapper div.dataTables_filter input {
    border-radius: 5px;
}

.pagination {
    margin-bottom: 10px !important;
}

.btn-primary {
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

.management-modal{
    display: flex !important;
    align-items: center !important;
    padding: 10px 15px !important;
}

.management-modal h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 0px;
}

/* btn */
.yesBtn{
    width: 300px;
    background: var(--primary-color);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.noBtn{
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    color: var(--primary-color);
}

.btn-add,
.btn-export {
    width:auto !important;
}

.btn-add {
    line-height: 16px;
    font-size: 15px;
    background: var(--primary-color) !important;
    color: #fff !important;
    /* width: 100%; */
    padding: 10px 20px !important;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;

}

.btn-add:hover{
    text-decoration: none;
    background: #fff !important;
    border:1px solid var(--primary-color);
    color:var(--primary-color) !important;
}

.login .button .custom-btn,
.btn-export,
.button .custom-btn {
    width: 100%;
    background: var(--secondry-color);
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.login .button {
    margin-top: var(--mt-5);
}

.login .button .custom-btn:hover,
.button .custom-btn:hover {
    background: #df004714;
    border-radius: 10px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    /* font-size: 18px;
    line-height: 28px; */
}
/* btn */

.branchImg{
    width: 180px;
    height: 100px;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
}

.branchImg img{
    width: 100%;
    height: 100%;
}

.dataTables_filter{
    position: absolute;
    right: 15px;
}


.dataTables_wrapper .dataTables_paginate{
    position: absolute;
    right: 15px;
}

.dataTables_info{
    margin-bottom: 20px;
}

.yesBtn:hover{
		background:red; 
		color:#fff;
	}

.noBtn:hover{
	background-color:green;
	color:#fff;
}

.form-switch .form-check-input{
    width: 30px !important;
}

/* dec-3-24 */
.userManagecontent h4{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.userManagecontent h6{
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.quesAns .management .accordion-item .accordion-header{
    margin-bottom: 0px;
}

.quesAns .management .accordion-item .accordion-header button{
    padding: 10px;
    font-size: 16px;
    line-height: 26px;
}

.editDelete{
    background: var(--primary-color);
    /* background: #687089; */
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.editDelete span{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.userManagecontent button.editTablebtn{
    padding: 10px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 5px;
}


.stats {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
}

.stat-box {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
    font-size: x-large;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
    border: 1px solid #000;
    border-radius: 10px;
    height: 100%;
}

.stat-box h3 {
    font-size: 22px;
    margin: 10px 0;
    line-height: 32px;
    font-weight: 600;
    color: var(--primary-color);
}

.dashboardContent h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 0px;
}

.dashboardContent p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 0px;
}