@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: var(--body_color);
    overflow-x: hidden;
}
ul {
    padding: 0;
    margin: 0;
}
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}
:root {
    /* --primary_gradient: linear-gradient(270deg, rgba(245,66,102,1) 0%, rgba(56,88,249,1) 100%); */
    /* --primary_gradient: linear-gradient(104.19deg,rgba(37,1,83,0) 39.91%,#3b0388 77.15%),linear-gradient(96.54deg,rgba(6,189,196,.78) 13.14%,rgba(2,214,215,0) 57.93%),#440496; */
    /* --primary_gradient: linear-gradient(157deg, #20aa3e -183%, var(--primary_color) 100%); */
    --white: #fff;
    --font_black: #272e48;
    --font_muted: #99a6b7;
    --primary_color: #640607;
    --hover1: color-mix(in srgb, var(--primary_color) 20%, #0000000f);
    --primary_hsl: 204, 70%, 53%;
    --primary_hover: #530405;
    --secondary: #f6866a;
    --hover_secondary: #e06b32;
    --info: #45aaf2;
    --warning: #fca13a;
    --body_color: #f0f0f6;
}
.darkmode {
    --font_black: #dfdfdf;
    --primary_color: #272a2a;
    --primary_hover: #000c0a;
    --white: #919191;
    --body_color: #878787;
}
/* =====side bar start==== */
#sidebar {
    /* background: var(--primary_color); */
    background: var(--white);
    width: 280px;
    z-index: 9;
    position: fixed;
    top: 0px;
    bottom: 0;
    -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    min-height: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -moz-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -o-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
    -ms-transition: all 0.3s cubic-bezier(0.64, 0.02, 0.23, 0.96);
}
#sidebar::-webkit-scrollbar {
    width: 2px;
}
#sidebar::-webkit-scrollbar-track {
    background-color: var(--body_color);
    opacity: 0.5;
}
#sidebar::-webkit-scrollbar-thumb {
    background-color: #adadad;
}
#sidebar:hover {
    width: 280px !important;
    z-index: 999;
    transition: 0.5s;
}

.mini-sidebar #sidebar {
    width: 80px;
}
.mini-sidebar .side_menuwrap {
    padding: 15px 17px;
    transition: 0.5s;
}
.logo_wrapper a {
    text-decoration: none;
    display: block;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 10px 15px;
    border-bottom: 1px solid #eeeeee61;
    background: #fff;
    width: 100%;
    overflow: hidden;
    padding-left: 23px;
    position: relative;
    min-height: 68px;
}
.logo_wrapper a::after {
    content: "";
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0;
    background: #ffffff;
}
/* .mini-sidebar .logo_wrapper a {
    width: 80px;
} */
.logo_wrapper img {
    max-width: 175px;
}
.logo_wrapper img.logosmall, #sidebar:hover  .logo_wrapper img.logosmall{
    display: none;
    transition: 0.5s;
}
/* .mini-sidebar .logo_wrapper img.logosmall {
    opacity: 1;
    width: auto;
    transition: 0.5s;
    max-width: 42px;
}
.mini-sidebar .logo_wrapper img.logofull {
    opacity: 0;
    transition: 0.5s;
}
#sidebar:hover  .logo_wrapper img.logofull {
    opacity: 1;
    transition: 0.5s;
} */
.logo_wrapper span {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    max-width: 200px;
    overflow: hidden;
    transition: 0.5s;
}
.mini-sidebar .mini-sidebar {
    max-width: 0;
    transition: 0.5s;
}
.sidenav {
    list-style: none;
}
.side_menuwrap {
    padding: 15px;
    transition: 0.5s;
}
/* .mini-sidebar .side_menuwrap {
    padding: 15px 0;
    transition: 0.5s;
} */
.sidenav_navlink {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    height: 35px;
    gap: 10px;
    font-size: 16px;
    align-items: center;
    position: relative;
    color: var(--font_black);
    transition: 0.5s;
    border-radius: 8px;
}
.sidenav_navlink:hover {
    background: #efe6e6;
    color: var(--primary_color);
}
/* .sidenav_navlink:hover {
    background: var(--primary_hover);
    color: #fff;
    transition: 0.5s;
} */
.sidenav_li {
    overflow: hidden;
    position: relative;
}
.sidenav_li::after {
    content: "";
    width: 4px;
    height: 41px;
    background: var(--primary_color);
    position: absolute;
    border-radius: 44px;
    top: 2px;
    opacity: 0;
    left: 10px;
    transition: 0.5s;
}
/* .sidenav_li.active_menu::after {
    opacity: 1;
    left: 4px;
    transition: 0.5s;
    background: #fff;
} */
.sidenav_li a {
    position: relative;
    text-transform: capitalize;
}
.sidenav_li a::before {
    border-radius: 50%;
    background-color: rgb(171 255 233 / 40%);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
}
.sidenav_li a:focus:before {
    transition: all 0.5s ease-out;
    opacity: 0;
    width: 400px;
    height: 400px;
    margin-top: -0px;
    /* margin-left: -80px; */
}
.sidenav .sidenav_li:not(:last-child) {
    /* border-bottom: 1px solid #eeeeee57; */
}
.sidenav .sidenav_li:not(:last-child) {
    margin-bottom: 1px;
}
.sidenav_li.active_menu .sidenav_navlink {
    color: var(--font_black);
    /* -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
    transition: 0.5s;
}
.sidenav_li.active_menu .sidenav_navlink.activeItem:hover {
    background: #efe6e6;
    color: var(--primary_color);
    border-radius: 8px;
}
.sidenav_li.active_menu .sidenav_navlink.activeItem{
    background: var(--primary_color) !important;
    color: #fff !important;
    transition: 0.5s;
}
.sidenav_li.active_menu .dropdown_list .sidenav_navlink.activeItem {
    background: #efe6e6 !important;
    color: var(--primary_color) !important;
    transition: 0.5s;

}

.sidenav_li.active_menu .sidenav_navlink:hover {
    /* background: #ffffff38; */
    /* background: var(--primary_hover); */
    color: var(--primary_color);
    background: #efe6e6;
    transition: 0.5s;
}
.sidenav_navlink span {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 5px 6px;
    margin-left: 8px;
    border-radius: 8px;
}
.sidenav_navlink b {
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    opacity: 1;
}
#sidebar .sidenav_navlink b, #sidebar .dropdowntitle b {
    /* width: 140px; */
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    transition: 0.5s;
    opacity: 1;
    font-size: 14px;
}
.mini-sidebar #sidebar .sidenav_navlink b, .mini-sidebar #sidebar .dropdowntitle b {
    opacity: 0;
    transition: 0.5s;
}
.mini-sidebar #sidebar:hover .sidenav_navlink b, .mini-sidebar #sidebar:hover .dropdowntitle b {
    transition: 0.5s;
    opacity: 1 !important;
}
.mini-sidebar .sidenav_navlink span {
    margin-left: 0;
}
.mini-sidebar .sidenav_navlink, .mini-sidebar .dropdownnav {
    padding: 5px 6px;
    transition: 0.5s;
}
.mini-sidebar .dropdowntitle {
    padding: 5px 6px;
}
.mini-sidebar .dropdowntitle span {
    margin: 0;
}
.mini-sidebar .sidenav_li.active_menu::after {
    opacity: 0;
}
.dropdowntitle {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    font-size: 16px;
    align-items: center;
    position: relative;
    color: var(--font_black);
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    height: 35px;
    /* border-bottom: 1px solid #eeeeee57; */
    border-radius: 8px;
}
.dropdowntitle:hover {
    background: #efe6e6;
    color: var(--primary_color);
    transition: 0.5s;
}
.dropdowntitle::before {
    border-radius: 50%;
    background-color: rgb(171 255 233 / 40%);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
}
.dropdowntitle:focus::before {
    transition: all 0.5s ease-out;
    opacity: 0;
    width: 400px;
    height: 400px;
}
.sidenav_li.active_menu .dropdowntitle {
    background: var(--primary_color);
    color: var(--white);
    transition: 1s;
}
.dropdowntitle span {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 5px 6px;
    margin-left: 8px;
    border-radius: 8px;
    transition: 0.5s;
}
.dropdowntitle .dropicon {
    transition: 0.5s;
    margin-left: auto !important;
    background: transparent !important;
}
.sidenav_li.active_menu .dropdowntitle span, .sidenav_li.active_menu .dropdowntitle b {
    color: var(--white);
}
.sidenav_li.active_menu .dropicon {
    transform: rotate(90deg);
    transition: 0.5s;
}
.dropdown_area {
    max-height: 35px;
    overflow: hidden;
    transition: 0.5s;
}
.sidenav_li.active_menu .dropdown_area {
    max-height: 500px;
    transition: 0.5s;
}
.dropdowntitle b {
    text-decoration: none;
    font-weight: 400;
    text-transform: capitalize;
}
.dropicon {
    margin-left: auto;
    display: inline-block;
}
ul.dropdown_list {
    list-style: none;
    /* background: #efe6e6; */
    border-radius: 8px;
}
.dropdown_list li{
    border-top: 1px solid #eeeeee57;
}
.dropdownnav {
    text-decoration: none;
}
.dropdownnav {
    padding: 5px 15px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
    font-size: 16px;
    align-items: center;
    position: relative;
    color: var(--white);
    transition: 0.5s;
    cursor: pointer;
    overflow: hidden;
    margin-left: 0px;
}
.mini-sidebar .dropdownnav {
    margin-left: 0px;

}
.mini-sidebar .dropdownnav {
    padding: 5px 7px !important;
}
.dropdownnav span {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    padding: 5px 6px;
}
.dropdownnav:hover {
    background: #efefef36;
    color: #fff;
    transition: 0.5s;
}
.sd-color-op {
    text-align: center;
    margin-top: 35px;
    padding: 33px 30px;
    border-top: 1px solid #eee;
}
/* .dropdown_list li a span {
    margin-left: 0px;
} */
.mini-sidebar .dropdowntitle span, .mini-sidebar .sidenav_navlink span {
    background: #ffffff24;
    transition: 0.5s;
}
/* =====side bar close==== */

/* =====right side bar strat=== */
.rightBTn {
    position: fixed;
    top: 50%;
    right: 0;
    background: var(--white);
    z-index: 9;
    padding: 10px 20px 10px 10px;
    box-shadow: 0 3px 16px 0 rgb(162 169 204 / 45%);
    border-radius: 44px 0 0 44px;
    line-height: 1;
    cursor: pointer;
    z-index: 999999;
    transition: 0.5s;
}
.rightBTn i {
    transform: rotate(0deg);
    transition: 0.5s;
}
.open-right .rightBTn i {
    transform: rotate(180deg);
    transition: 0.5s;
}
.rightBTn span {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-content: center;
    color: var(--primary_color);
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* background-color: #000; */
    border-radius: 50%;
    overflow: hidden;
}
.rightBTn:hover span{
    color: var(--white);
}
.rightBTn span::before {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: var(--primary_color);
    opacity: 0.2;
    border-radius: 50%;
}
.rightBTn:hover span::before{
    opacity: 1;
}
.rightBarWrap {
    height: 100vh;
    width: 80px;
    background: var(--white);
    position: fixed;
    top: 0;
    right: -480px;
    box-shadow: 0 3px 16px 0 rgba(162, 169, 204, .24);
    z-index: 9999999;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -webkit-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -moz-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -o-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -ms-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
}

.rightBarWrap::-webkit-scrollbar {
    width: 2px;
}
.rightBarWrap::-webkit-scrollbar-track {
    background-color: var(--body_color);
    opacity: 0.5;
}
.rightBarWrap::-webkit-scrollbar-thumb {
    background-color: var(--primary_color);
}
.open-right .rightBarWrap {
    opacity: 1;
    visibility: visible;
    right: 0;
    padding: 60px 15px 30px;
}
.rightbarListing ul {
    display: grid;
    gap: 10px;
    list-style: none;
    align-items: center;
    justify-content: center;
}
.rightbarListing ul li {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.rightbarListing ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary_color);
    opacity: 0.3;
    content: "";
}
.rightbarListing ul li::after {
    content: attr(data-title);
    position: absolute;
    bottom: 98%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    background: #000000b5;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
}
.rightbarListing ul li:hover::after {
    transition: 0.5s;
    opacity: 1;
    visibility: visible;
    bottom: 100%;
}
.rightbarListing ul li:hover {
    background-color: var(--primary_color);
    transition: 0.5s;
}
.rightbarListing ul li img {
    max-width: 22px;
    transition: 0.5s;
}
.rightbarListing ul li:hover img {
    filter: brightness(0) invert(1);
    transition: 0.5s;
}
.rightbarbg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000a3;
    position: fixed;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.showrightbarbg.rightbarbg {
    opacity: 1;
    transition: 0.5s;
    visibility: visible;
}
.rightClose {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 8px;
    display: inline-block;
    text-align: center;
    color: #ef5555;
    background: #ffebeb;
    text-decoration: none;
    padding: 4px;
    cursor: pointer;
    line-height: 1;
}
.tooltip {
    z-index: 99999999 !important;
}
.modal-backdrop {
    z-index: 999999;
}
.offcanvas, .modal {
    z-index: 9999999;
}
.viewfolderClose.btn-close {
    opacity: 1;
    background-image: none !important;
    display: grid;
    place-content: center;
    background: #ffebeb;
    color: #ef5555 !important;
}
.offcanvas-header h5 {
    font-size: 16px;
    text-transform: capitalize;
}
.offcanvas-header {
    border-bottom: 1px solid #dcdee0;
    padding: 15px 10px;
}
.viewfolderInfobody {
    padding: 0;
}
.folderInfoWrap .nav-tabs {
    padding: 10px;
}
.folderInfoWrap .nav-tabs .nav-link {
    border: none !important;
    z-index: 1;
    box-shadow: none !important;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
    padding: 8px 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--primary_color);
}
.folderInfoWrap .nav-tabs .nav-link.active {
    color: var(--white);
}
.folderInfoWrap .nav.nav-tabs {
    box-shadow: 0px 5px 12px 0px rgb(164 164 164 / 16%);
}
.folderInfoWrap .nav-tabs .nav-link::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}
.folderInfoWrap .nav-tabs .nav-link::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    position: absolute;
    z-index: -1;
}
.folderInfoWrap .nav-tabs .nav-link.active::after {
    width: 100%;
    transition: 0.5s;
}
.viewfolderViewPort {
    padding: 15px 10px;
    font-size: 14px;
}
.viewFolderTable {
    border-radius: 8px;
    border: 1px solid #eee;
    font-size: 14px;
}
.viewFolderTable table {
    margin-bottom: 0;
}
.viewFolderTable table tbody tr:last-child td {
    border-bottom: none;
}
.viewFolderTable table tbody td:last-child {
    width: 70%;
    text-align: right;
}
.distrbutorbtn {
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: var(--primary_color);
    border-radius: 44px;
    padding: 6px 10px;
    line-height: 1;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 4px;
    transition: 0.5s;
}
.distrbutorbtn:hover {
    background: var(--primary_color);
    color: var(--white);
    transition: 0.5s;
}
.tileline_list ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
    line-height: 1;
}
.tileline_list ul {
    position: relative;
}
.tileline_list ul::before {
    content: "";
    background: var(--primary_color);
    opacity: 0.5;
    left: 7px;
    top: 9px;
    position: absolute;
    width: 2px;
}
.active .tileline_list ul::before {
    animation: lineanimation 2s forwards;
    animation-delay: 1s;
    transition: 0.5s;
}
@keyframes lineanimation {
    0% {
        height: 0;
    }
    100% {
        height: 90%;
    }
}
.tileline_list ul li::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid var(--primary_color);
    background: var(--white);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: 0.5s;
}
.active .tileline_list ul li::after {
    transition: 0.5s;
    animation: bubleup 1s forwards;
}
@keyframes bubleup {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.tileline_list ul li small {
    display: block;
    color: #0a940f;
    margin-top: 8px;
}
/* =====right side bar close=== */

/* =====right more start======= */
.sidemoreWrap {
    position: fixed;
    top: 80px;
    right: 0;
    height: calc(100vh - 80px);
    width: 100%;
    max-width: 370px;
    background: var(--white);
    z-index: 9999999;
    transform: translateX(110%);
    transition: 0.5s;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
}
.showsidemoreWrap.sidemoreWrap {
    transform: translateX(0);
    transition: 0.5s;
}
.sidemoreWrap .nav.nav-tabs {
    padding: 8px 10px;
    border-bottom: 1px solid #efefef !important;
    align-items: center;
}
.sidemoreWrap  .nav-link {
    border: none !important;
    z-index: 1;
    box-shadow: none !important;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    font-size: 12px;
    padding: 8px 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--primary_color);
}
.sidemoreWrap  .nav-link.active {
    color: var(--white);
}
.sidemoreWrap  .nav-link::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    opacity: 0.1;
    position: absolute;
    z-index: -1;
}
.sidemoreWrap  .nav-link::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    position: absolute;
    z-index: -1;
}
.sidemoreWrap  .nav-link.active::after {
    width: 100%;
    transition: 0.5s;
}
.sidemoreClose {
    margin-left: auto;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    color: #ef5555;
    background: #ffebeb;
    display: grid;
    place-content: center;
    font-size: 14px;
}
.tabViewPort {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fffcfc;
    position: relative;
    min-height: 100vh;
}
.notetopbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 10px;
    gap: 8px;
    background: #f3f3f4;
}
ul.notebody li {
    display: flex;
    cursor: pointer;
    height: 42px;
    padding: 0 10px;
    clear: both;
    align-items: center;
    transition: 0.5s;
    justify-content: space-between;
}
ul.notebody li:hover {
    background: #53040517;
    transition: 0.5s;
}
ul.notebody li .left {
    float: left;
    width: 65%;
    height: 100%;
    padding-top: 9px;
}
ul.notebody li .left .form-check {
    display: none;
    float: left;
    padding: 0 10px;
    position: relative;
}
ul.notebody li .left .form-check input {
    margin: 0;
    position: absolute;
    top: 5px;
    left: 0;
}
ul.notebody li .left .form-check.showCheck {
    display: inline-block;
}
ul.notebody li .left p {
    margin: 0;
    font-size: 13px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
    color: var(--font_black);
}
ul.notebody li .right {
    height: 100%;
}
ul.notebody li .right .date {
    margin-right: 10px;
    font-size: 13px;
}
ul.notebody li .right a {
    color: var(--primary_color);
    text-decoration: none;
}
.noteDetails {
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    transform: translateX(110%);
    transition: 0.5s;
    height: 100%;
}
.swipe .noteDetails {
    transform: translateX(0%);
    transition: 0.5s;
}
.notetiming {
    font-size: 13px;
    color: #999999;
    margin-bottom: 10px;
}
.noteDetails .form-control {
    padding: 10px;
    background: #fff6f6;
    border: none !important;
    font-size: 14px;
    color: #937e7f;
}
.noteWrapper {
    transform: translateX(0%);
    transition: 0.5s;
}
.swipe .noteWrapper {
    transform: translateX(-110%);
    transition: 0.5s;
}
.noteBack {
    display: inline-grid;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #bfbebe;
    place-content: center;
    background: #dddddd57;
    font-size: 14px;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.5s;
}
.noteBack:hover {
    transition: 0.5s;
    color: var(--white);
    background: var(--primary_color);
}
.noteBtn {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    background: #f1f1f1;
    font-size: 14px;
    cursor: pointer;
    transition: 0.5s;
    border: 1px solid #ddd;
}
.noteBtn:hover {
    background: var(--primary_color);
    color: var(--white);
    transition: 0.5s;
}
.alerttopbar {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;
    background: #fff;
    border-bottom: 1px solid #dcdee0;
}
.alerttopbar span {
    font-size: 14px;
}
.alertTitle {
    font-size: 12px;
    padding: 5px 10px;
    color: #999999;
    background: #f3f3f3;
    text-transform: uppercase;
}
.alertList li {
    padding: 8px 10px;
    display: flex;
    gap: 10px;
}
.alertList li:hover {
    background: #53040517;
    transition: 0.5s;
}
#nav-profile .alertList li:hover  {
    background: none;
}
.alertList li .notificationCircle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-top: 5px;
}
.alert-green .notificationCircle {
    background: #0ebb13;
}
.notificationbody {
    width: calc(100% - 18px);
}
.notificationbody p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
    color: var(--font_black);
}
.notificationbody span {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.alert-green .notificationbody span {
    color: #0ebb13;
}
.alert-blue .notificationbody span {
    color: #005bab;
}
.alert-blue .notificationCircle {
    background: #005bab;
}
ul.alertList {
    border-bottom: 1px solid #dcdee0;
}
.alert-red .notificationbody span {
    color: #bc1336;
}
.alertList li.alert-red .notificationCircle {
    background: #bc1336;
}
.tabViewPort .alertWrap:last-child ul.alertList {
    border: none !important;
}
.chatShow {
    font-size: 12px;
    color: #ccc;
    text-transform: capitalize;
}
.chatListGroup ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(6, 18, 35, 0.14);
}
.chatListGroup ul li .cahtuserList {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
}
.chatListGroup ul li .cahtuserList:hover {
    background: #efe6e6;
}
.chatListGroup ul li:not(:last-child) .cahtuserList {
    border-bottom: 1px solid #eee;
}
.chatuserImg {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid transparent;
    transition: 0.5s;
}
.chatListGroup ul li .cahtuserList:hover .chatuserImg {
    border: 2px solid var(--primary_color);
    transition: 0.5s;
}
.chatuserImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chatuserInfo strong {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 1;
    color: var(--font_black);
}
.chatuserInfo p {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 1;
    color: var(--font_muted);
    margin-top: 5px;
}
.list-view-group-header {
    font-size: 12px;
    padding: 5px 10px;
    color: #999999;
    background: #f3f3f3;
    text-transform: uppercase;
}
.chatlistContainer {
    transition: 0.5s;
    height: 100vh;
}
.chatlistContainer .chatListGroup:last-child ul {
    border: none !important;
}
.swipe .chatlistContainer  {
    transform: translateX(-110%);
    transition: 0.5s;
}
.chatview {
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    transform: translateX(110%);
    transition: 0.5s;
}
.swipe .chatview {
    transition: 0.5s;
    transform: translateX(0%);
}
.navbar-inner {
    display: flex;
    align-items: center;
}
.navbar-inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #ddd;
}
.view-heading {
    font-size: 14px;
    text-align: center;
    line-height: 1;
}
.view-heading .fs-11 {
    font-size: 12px;
    color: #ccc;
    text-transform: capitalize;
    margin: 5px 0 7px;
}
.chatviewBody {
    height: calc(100% - 55px);
}
.chatviewBody .chat-inner {
    padding: 15px 10px;
    overflow-x: hidden;
    height: calc(100% - 177px);
}
.chatviewBody .message {
    margin-bottom: 10px;
    line-height: 30px;
}
.chatviewBody .chat-bubble {
    position: relative;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0px 0 5px;
    max-width: 60%;
    white-space: normal;
}
.chatviewBody .chat-bubble.from-me, .chatviewBody .chat-bubble.from-them {
    background: #f1f1f1;
    color: var(--primary_color);
    opacity: 0.8;
    float: right;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-left: auto;
    border-radius: 12px 12px 0 12px;
}
.chatviewBody .chat-bubble.from-them {
    border-radius: 12px 12px  12px 0;
    margin: none;
    margin-left: inherit;
}
.profile-img-wrapper img{
    border-radius: 50%;
    overflow: hidden;
}
.chatviewBody .message  {
    display: flex;
    gap: 10px;
}
.chatReply {
    display: flex;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    justify-content: space-between;
}
.chatinputWrap {
    position: relative;
    width: calc(100% - 45px);
}
.chatinputWrap .form-control {
    border-radius: 44px;
    padding: 8px 8px 8px 37px;
    background: transparent;
    min-height: auto;
    transition: 0.5s;
}
.chatinputWrap .form-control:focus, .chatinputWrap .form-control:active {
    padding-left: 10px;
    transition: 0.5s;
    background: var(--white);
}
.chatinputWrap .chatAdd {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    z-index: -1;
}
.mic {
    width: 39px;
    height: 39px;
    display: inline-grid;
    place-content: center;
    border: 1px solid #eee;
    border-radius: 50%;
    transition: 0.5s;
}
.mic:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.chatListListing {
    height: calc(100% - 50px);
    overflow-x: hidden;
}
div#selectall {
    margin-bottom: 0;
    margin-right: auto;
    font-size: 14px;
    display: none;
}
.show-all#selectall {
    display: block;
}
/* =====right more close======= */

/* ===header start======= */
.main_header {
    position: fixed;
    top: 0;
    right: 0;
    left: 280px;
    z-index: 99;
    /* height: 80px; */
    -webkit-box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    box-shadow: 0 0 20px rgb(89 102 122 / 10%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.mini-sidebar .main_header {
    left: 80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header_wrapper {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 0px);
    padding: 0;
    position: relative;
    background: var(--white);
}
.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    /* top: 3px; */
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
}
.hamburger .line {
    background: var(--pure-white);
    display: block;
    height: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header_left {
    display: flex;
    align-items: center;
}
.corelogo {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.corelogo img {
    max-width: 150px;
    margin: auto;
    display: table;
}
.hamburger .line {
    background: var(--primary_color);
    display: block;
    height: 2px;
    border-radius: 44px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transition: 0.5s;
}
.hamburger:hover .line {
    background: var(--primary_color);
    transition: 0.5s;
}
.hamburger .line:nth-child(1) {
    width: 26px;
}
.hamburger .line:nth-child(2) {
    width: 26px;
}
.hamburger .line:nth-child(3) {
    width: 15px;
}
.hamburger:hover .line:nth-child(3) {
    width: 26px;
    transition: 0.5s;
}
.hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(3) {
    width: 10px;
    height: 2px;
}
.hamburger.is-active .line:nth-child(1), .hamburger.is-active .line:nth-child(2), .hamburger.is-active .line:nth-child(3){
    background: var(--primary_color);
    transition: 0.5s;
}
.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(4px) translateX(12px) rotate(45deg);
    transform: translateY(4px) translateX(12px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 22px;
    height: 2px;
}
.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-4px) translateX(12px) rotate(-45deg);
    transform: translateY(-4px) translateX(11px) rotate(-45deg);
}
.search_link {
    font-size: 24px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
    color: var(--font_black);
}
.search_link:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.header_controls .header_links:not(:last-child):not(:nth-last-child(2)) {
    width: 60px;
}
.header_links {
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    position: relative;
    width: 80px;
}
.header_links:before {
    position: absolute;
    content: "";
    background: var(--font_black);
    width: 1px;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0.1;
}
.serch-wrapper {
    display: flex;
    align-items: center;
    max-width: 100%;
    width: auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--white);
    padding: 15px;
    z-index: 99;
    -webkit-transform: translateY(-200px);
    -moz-trans-webkit-transform: translateY(-200px);
    -ms-trans-webkit-transform: translateY(-200px);
    -o-trans-webkit-transform: translateY(-200px);
    transform: translateY(-200px);
    box-shadow: 0px 0px 10px rgb(0 0 0 / 6%);
}
.serch-wrapper.show-search, .serch-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.serch-wrapper.show-search {
    -webkit-transform: translateY(0);
    -moz-trans-webkit-transform: translateY(0);
    -ms-trans-webkit-transform: translateY(0);
    -o-trans-webkit-transform: translateY(0);
    transform: translateY(0);
}
.serch-wrapper form {
    position: relative;
    width: calc(100% - 50px);
    display: inline-block;
    align-items: center;
}
.serch-wrapper form input {
    border: none;
    height: 50px;
    width: 100%;
    padding: 0 20px;
    background: var(--white);
    box-shadow: none !important;
}
a.search-close {
    width: 50px;
    height: 50px;
    display: grid;
    place-content: center;
    text-decoration: none;
    background: #ffebeb;
    color: #ef5555;
    font-size: 20px;
    border-radius: 4px;
}
.header_controls {
    display: flex;
    align-items: center;
}
.notification_btn, .setting_btn, .fullscreenbtn, .moreMenu {
    font-size: 24px;
    line-height: 1;
    transition: 0.5s;
    cursor: pointer;
    color: var(--font_black);
}
.setting_btn {
    -webkit-animation: rotation 2s infinite linear;
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
    }
    
    100% {
        -webkit-transform: rotate(359deg);
    }
}
.notification_btn {
    position: relative;
    display: inline-block;
    animation: swing 5s infinite linear;
    -webkit-animation: swing 5s infinite linear;
}
@keyframes swing {
    0% {
        transform: rotate(0deg);
    }
    6.25% {
        transform: rotate(-2deg);
    }
    12.5% {
        transform: rotate(5deg);
    }
    18.75% {
        transform: rotate(-10deg);
    }
    25% {
        transform: rotate(15deg);
    }
    31.25% {
        transform: rotate(-20deg);
    }
    37.5% {
        transform: rotate(25deg);
    }
    43.75% {
        transform: rotate(-30deg);
    }
    50% {
        transform: rotate(35deg);
    }
    56.25% {
        transform: rotate(-30deg);
    }
    62.5% {
        transform: rotate(25deg);
    }
    68.75% {
        transform: rotate(-20deg);
    }
    75% {
        transform: rotate(15deg);
    }
    81.25% {
        transform: rotate(-10deg);
    }
    87.5% {
        transform: rotate(5deg);
    }
    93.75% {
        transform: rotate(-2deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
.count-notification {
    position: absolute;
    background: var(--primary_color);
    color: var(--white);
    display: inline-block;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 6px;
    right: 0;
}
.user-info {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #eee;
    position: relative;
}
.user-info img {

}
.blink-animation {
    position: relative;
    right: -10px;
    bottom: 20px;
}
.blink-circle {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 3px solid var(--primary_color);
    border-radius: 100%;
    -webkit-animation: blinking 1s ease-out;
    animation: blinking 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@keyframes blinking {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    
    25% {
        transform: scale(0.1);
        opacity: .1;
    }
    50% {
        transform: scale(0.5);
        opacity: .3;
    }
    75% {
        transform: scale(0.8);
        opacity: .5;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.main-circle {
    width: 6px;
    height: 6px;
    border-radius: 30px;
    background-color: var(--primary_color);
    position: absolute;
    right: 6px;
    top: -10px;
}


/* ===setting barstart=== */
.slide-setting-box {
    position: fixed;
    top: 0;
    bottom: 0;
    right: -480px;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--white);
    max-width: 280px;
    min-width: 280px;
    box-shadow: 0 0 20px rgb(0 0 0 / 8%);
    transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -webkit-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -moz-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -o-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
    -ms-transition: all 1s cubic-bezier(1.000, -0.600, 0.000, 1.650);
}
.slide-setting-box::-webkit-scrollbar {
    width: 2px;
}
.slide-setting-box::-webkit-scrollbar-track {
    background-color: var(--body_color);
    opacity: 0.5;
}
.slide-setting-box::-webkit-scrollbar-thumb {
    background-color: var(--primary_color);
}
.open-setting .slide-setting-box {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.setting-box-head {
    background: var(--font_muted);
    color: var(--white);
    padding: 31px 40px 21px 20px;
    border: none;
    position: relative;
}
.setting-box-head h4 {
    font-size: 18px;
    color: var(--white);
    font-weight: 600;
    margin-bottom: 6px;
}
.setting-box-head .close-btn {
    position: absolute;
    right: 8px;
    writing-mode: vertical-lr;
    top: 0;
    bottom: 0;
    height: 100%;
    display: inline-block;
    text-align: center;
    color: #ef5555;
    background: #ffebeb;
    text-decoration: none;
}
.sd-light-vs {
    padding: 30px 30px 0;
    text-align: center;
}
.sd-light-vs > a {
    color: var(--font_black);
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.sd-light-vs > a:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.sd-light-vs > a > img {
    margin-top: 10px;
    border-radius: 5px;
    border: solid 3px var(--primary_color);
    max-width: 100%;
}
.sd-color-op h5 {
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--font_black);
    font-weight: 600;
}
.theme_btn_container {
    display: flex;
    flex-flow: wrap;
    background: #fff;
    padding: 10px;
    gap: 10px;
    border-radius: 4px;
    justify-content: center;
}
.theme_btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    cursor: pointer;
    border-radius: 4px;
}
*:fullscreen
*:-ms-fullscreen,
*:-webkit-full-screen,
*:-moz-full-screen {
   overflow: auto !important;
}
/* ===dropdown start */
.recent-notification {
    max-width: 265px;
    background: var(--white);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 4%);
    position: absolute;
    top: 68px;
    border: none;
    border-radius: 10px;
    min-width: 265px;
    right: 0;
    -webkit-transform: translateY(50px);
    -moz-trans-webkit-transform: translateY(50px);
    -ms-trans-webkit-transform: translateY(50px);
    -o-trans-webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.recent-notification:before, .user-info-box:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 6px solid var(--primary_color);
    content: "";
    position: absolute;
    right: 35px;
    top: -6px;
}
.header_links:hover .recent-notification {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-trans-webkit-transform: translateY(0px);
    -ms-trans-webkit-transform: translateY(0px);
    -o-trans-webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s;
}
.drop-down-header {
    background: var(--primary_color);
    color: var(--white);
    padding: 15px 20px 13px;
    text-align: left;
    border: none;
    border-radius: 10px 10px 0 0;
}
.drop-down-header h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--white);
    margin-bottom: 4px;
}
.drop-down-header p {
    font-size: 14px;
}
.recent-notification ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.recent-notification ul li:not(:last-child) {
    border-bottom: 1px solid #eeeeee57;
    transition: 0.5s;
}
.recent-notification ul li a:hover {
    background: var(--body_color);
    transition: 0.5s;
}
.recent-notification ul li a {
    padding: 14px 20px 8px;
    display: inline-block;
    width: 100%;
    color: var(--muted);
    text-decoration: none;
}
.recent-notification ul h5 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 7px;
    transition: 0.5s;
    color: var(--font_black);
}
.recent-notification ul li a:hover h5 {
    color: var(--primary_color);
    transition: 0.5s;
}
.recent-notification ul h5 i {
    margin-right: 5px;
    display: inline-block;
}
.recent-notification ul li a p {
    font-size: 14px;
}
.drop-down-footer {
    text-align: center;
    padding: 15px 0 15px;
    transition: 0.5s;
    border-radius: 0px 0px 10px 10px;
    border-top: 2px solid var(--primary_color);
}
.sm-btn {
    color: var(--primary_color) !important;
    transition: 0.5s;
}
.sm-btn:hover {
    letter-spacing: 1px;
    transition: 0.5s;
}
.user-info-box {
    max-width: 200px;
    background: var(--white);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 4%);
    position: absolute;
    top: 68px;
    border: none;
    border-radius: 10px;
    min-width: 200px;
    right: 0;
    -webkit-transform: translateY(50px);
    -moz-trans-webkit-transform: translateY(50px);
    -ms-trans-webkit-transform: translateY(50px);
    -o-trans-webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.header_links:hover .user-info-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-trans-webkit-transform: translateY(0px);
    -ms-trans-webkit-transform: translateY(0px);
    -o-trans-webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 0.3s;
}
.user-info-box ul {
    padding: 15px 20px 15px;
    list-style: none;
    margin: 0;
}
.user-info-box ul li i {
    margin-right: 3px;
    color: var(--primary_color);
}
.user-info-box ul li a {
    text-decoration: none;
    color: var(--font_black);
    display: block;
    padding: 4px 0;
    transition: 0.5s;
}
.user-info-box ul li a:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
/* ===setting bar close=== */

/* ===header close======= */

/* =====main content start=== */
.main-content {
    position: relative;
    min-height: 100vh;
    padding: 112px 25px 60px;
    width: calc(100% - 280px);
    margin-left: 280px;
    transition: 0.3s;
    display: none;
}
.main-content.active_content {
    display: block;
}
body.mini-sidebar .main-content {
    width: calc(100% - 80px);
    margin-left: 80px;
    transition: 0.3s;
}
.btn_secondary {
    background: var(--secondary);
    color: var(--white);
    border: none !important;
    transition: 0.5s;
    box-shadow: none !important;
    color: var(--white) !important;
}
.btn_secondary:hover {
    background: var(--hover_secondary);
    transition: 0.5s;
}
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}
.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}
.ripple:active:after {
    transform: scale(0, 0);
    opacity: 0.2;
    transition: 0s;
}
/* ===page header start=== */
.page-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-flow: wrap;
    gap: 20px 8px;
}
.main-content-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--font_black);
}
.breadcrumb .breadcrumb-item a {
    text-decoration: none;
    color: var(--font_muted);
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    font-size: 14px;
}
.breadcrumb-item.active {
    color: var(--primary_color);
}
.breadcrumb {
    margin: 0;
}
/* ===page header start=== */

/* ===filter prtion design=== */
.filterWrapper {
    padding: 0px 15px;
    background: var(--white);
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    gap: 8px 8px;
    max-width: 60%;
    opacity: 0;
    visibility: hidden;
    min-width: 60%;
    max-height: 0px;
    transition: 0.5s;
    overflow: hidden;
}
.showFilter.filterWrapper {
    max-height: 2000px;
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: 0.5s;
    padding: 10px 15px;
    overflow: visible;
}
.filterWrapper .form-check {
    margin: 0;
    padding: 8px;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
}
.filterWrapper .form-check.filtercheck {
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
    transition: 0.5s;
}
.filterWrapper .form-check .form-check-input {
    float: left;
    margin-left: 0;
    margin-top: 0;
    margin-right: 5px;
    cursor: pointer;
}
/* ===filter version 2 */
.purposeWrapper {
    width: 10%;
}
.dashboardFilter {
    min-width: 100% !important;
    order: 3;
    max-width: 100%;
}
.purposeInput {
    font-size: 14px;
    color: var(--font_muted);
    background-color: var(--white);
    border: 1px solid #efefef;
    border-left: 2px solid var(--primary_color) !important;
    border-radius: 5px !important;
    min-height: 50px;
    padding: 0 20px;
    box-shadow: none !important;
    transition: 0.5s;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    z-index: 2;
    width: 100%;
}
.purposeWrapper {
    position: relative;
}
.purposeDropdown {
    position: absolute;
    top: 110%;
    left: 0;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 .5rem 0 rgba(0,0,0,.25);
    padding: 15px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 9;
}
.purposeDropdown.showpurposeDropdown {
    opacity: 1;
    top: 100%;
    visibility: visible;
    transition: 0.5s;
}
.purposeOptions .form-check-input[type="radio"] {
    display: none;
  }
  
  /* Style labels as buttons */
.purposeOptions  .form-check-label {
    display: inline-block;
    padding: 10px 20px;
    color: var(--primary_color);
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.3s, color 0.3s;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.purposeOptions  .form-check-label::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    opacity: 0.1;
    position: absolute;
    z-index: -2;
}
.purposeOptions  .form-check-label::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    position: absolute;
    z-index: -1;
}
  
  /* Checked state */
.purposeOptions  .form-check-input[type="radio"]:checked + .form-check-label {
    /* background-color: var(--primary_color); */
    color: white;
}
.purposeOptions  .form-check-input[type="radio"]:checked + .form-check-label::after {
    width: 100%;
    transition: 0.5s;
}
.filterWrapper .purposeOptions .form-check {
    padding: 0;
    border: none;
    flex: 1;
}
.purposeOptions {
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 8px;
    display: flex;
    margin: 5px 0;
    gap: 5px;
}
.locationWraper {
    width: 300px;
}
.locationWraper .select2-container--default .select2-selection--multiple {
    min-height: 50px;
    border: 1px solid #efefef;
    border-left: 2px solid var(--primary_color) !important;
    padding-left: 30px !important;
}
.locationWraper .select2-container .select2-search--inline .select2-search__field {
    margin-top: 15px;
}
.locationWraper {
    position: relative;
    width: 18%;
    min-width: 18%;
    flex: 1;
}
.locIcon {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 10px;
}
.completionStatus .form-check-input[type="radio"] {
    display: none;
  }
  
  /* Style labels as buttons */
  .completionStatus  .form-check-label {
    display: inline-block;
    padding: 7px 8px;
    color: var(--primary_color);
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.3s, color 0.3s;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.completionStatus  .form-check-label::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    opacity: 0.1;
    position: absolute;
    z-index: -2;
}
.completionStatus  .form-check-label::after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--primary_color);
    position: absolute;
    z-index: -1;
}
  
  /* Checked state */
.completionStatus  .form-check-input[type="radio"]:checked + .form-check-label {
    /* background-color: var(--primary_color); */
    color: white;
}
.completionStatus  .form-check-input[type="radio"]:checked + .form-check-label::after {
    width: 100%;
    transition: 0.5s;
}
.filterWrapper .completionStatus .form-check {
    padding: 0;
    border: none;
}
.completionStatus {
    display: flex;
    gap: 2px;
    padding: 8px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.areaWrapper .tabdropdown {
    width: 300px;
}
.areaWrapper .tabdropdown ul.filterList li {
    width: 48%;
    font-size: 14px;
}
.areaWrapper {
    position: relative;
    z-index: 4;
    min-width: 170px;
}
.bedWrapper {
    width: 15%;
}
.bedWrapper .tabdropdown {
    min-width: 300px;
}
#BedbathInput, #priceAmount {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
}
.priceWrapper .tabdropdown {
    min-width: 300px;
    left: inherit;
    right: 0;
}
.priceWrapper {
    width: 14%;
}
.purposeInput i {
    transform: rotate(0);
    transition: 0.5s;
    font-size: 18px;
    line-height: 1;
}
.purposeInput.active i{
    transform: rotate(180deg);
    transition: 0.5s;
}
.priceOuter {

}
/* ===filter version 2 */
/* ===filter prtion design=== */
table thead {
    position: relative;
    z-index: 1;
}
table thead::before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    top: 0;
    background: var(--primary_color);
    opacity: 0.1;
    z-index: -1;
}

.form_card {
    margin-bottom: 30px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.03);
    -webkit-box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
    box-shadow: 0px 0px 12px 2px rgb(204 206 213 / 50%);
    background: var(--white);
    position: relative;
}
.formcard_header {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 20px 30px !important;
    background: var(--white);
    border-bottom: 1px solid #efefef;
    text-transform: capitalize;
}
.form_cardbody {
    position: relative;
    padding: 30px;
}
.form-control {
    font-size: 14px;
    color: var(--font_muted);
    background-color: var(--white);
    border: 1px solid #efefef;
    border-radius: 5px !important;
    min-height: 36px;
    padding: 6px 20px;
    box-shadow: none !important;
    transition: 0.5s;
}
.form-group .form-label {
    font-size: 14px;
}
.form-control:active, .form-control:focus, .mandatoryClass .form-select:focus, .mandatoryClass .form-select:active {
    border: 1px solid var(--primary_color);
    transition: 0.5s;
}
.mandatoryClass .form-control, .mandatoryClass .form-select {
    border-left: 2px solid var(--primary_color) !important;
}
.form-select {
    font-size: 14px;
    color: var(--font_muted);
    background-color: var(--white);
    border: 1px solid #efefef;
    border-radius: 5px;
    min-height: 36px;
    padding: 0 20px;
    box-shadow: none !important;
    transition: 0.5s;
}
.form-check-input:checked {
    background-color: var(--primary_color);
    border: 0;
    box-shadow: 0 0 0 0.1rem var(--primary_color) !important;
    transition: 0.5s;
}
.card {
    border: none;
    border-radius: 8px;
}
.card-body {
    border-radius: 0 0 10px 10px;
}
/* common css end */


/* =================================
doctors dashboard page start
==================================== */
.bg3 {
    background: url(../images/banner3.webp);
    background-size: cover;
    background-position: right;
    border: none !important;
}
.docInfoWrap {
    border: none;
    box-shadow: 0px 2px 6px rgba(40,90,185,.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}
.docInfoIcon {
    width: 80px;
    height: 80px;
    display: inline-grid;
    place-content: center;
    font-size: 34px;
    border-radius: 50%;
    margin-bottom: 20px;
}
.docInfoDetail h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}
.docInfoDetail strong {
    display: block;
    margin-bottom: 10px;
}
.percentage {
    display: inline-block;
    border-radius: 8px;
    font-size: 12px;
    padding: 4px 10px;
}
.blueItem .docInfoIcon{
    color: #116aef;
    background: #d7e7ff;
}
.blueItem .docInfoDetail h3 {
    color: #116aef;
}
.blueItem .percentage {
    background: #116aef;
    color: #fff;
}
.redItem .docInfoDetail h3 {
    color: #ff5a39;
}
.redItem .percentage {
    background: #ff5a39;
    color: #fff;
}
.redItem  .docInfoIcon {
    color: #ff5a39;
    background: #ffe6e2;
}
.greenItem .docInfoDetail h3 {
    color: #0ebb13;
}
.greenItem .percentage {
    background: #0ebb13;
    color: #fff;
}
.greenItem  .docInfoIcon {
    color: #0ebb13;
    background: #e9ffea;
}
.patientsChart {
    border: none;
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
}
.patientsreview {
    border: none;
    margin: 20px 0;
    border-radius: 8px;
    overflow: hidden;
}
.patientReviewWrap {
    padding: 15px;
}
.reviewItem {
    display: flex;
    align-items: center;
    gap: 15px;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
}
figure.reviewImg {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
}
figure.reviewImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviewContent {
    width: calc(100% - 115px);
}
.reviewContent strong {
    color: var(--font_black);
    display: block;
}
.reviewContent p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin: 8px 0;
}
.patientReviewWrap {
    position: relative;
}
.patientsreview .swiper-button-next, .patientsreview .swiper-button-prev {
    bottom: inherit;
    top: -48px;
    width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    color: var(--primary_color);
    background: #116aef24;
    border-radius: 4px;
    line-height: 1;
    transition: 0.5s;
}
.patientsreview .swiper-button-next::after, .patientsreview .swiper-button-prev::after {
    display: none;
}
.patientsreview .swiper-button-next {
    left: inherit;
    right: 15px;
}
.patientsreview .swiper-button-prev {
    left: inherit;
    right: 50px;
}
.patientsreview .swiper-button-next:hover, .patientsreview .swiper-button-prev:hover {
    background: var(--primary_color);
    color: #fff;
    transition: 0.5s;
}
.patientsType {
    border: none;
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
}
.card.patientsType {
    border-radius: 15px;
    box-shadow: 0px 0px 12px 2px rgb(204 206 213 / 50%);
}
figure.awardItem {
    max-width: 420px;
    margin: auto;
}
.awardItem img {
    width: 100%;
}
.patientsTypeWrap, .awardsWrap {
    padding: 15px;
    position: relative;
}
.awardsWrap .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: inherit;
    bottom: -6px;
}
.awardsWrap .swiper-pagination-bullet {
    border-radius: 8px;
    transition: 0.5s;
}
.awardsWrap .swiper-pagination-bullet-active {
    width: 20px;
    transition: 0.5s;
    background: var(--primary_color);
}
.flashItem {
    padding: 20px;
    /* border: 1px solid #d1d5db80; */
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 12px 2px rgb(204 206 213 / 50%);
}
.flashBg1 {
    background: linear-gradient(to right,#e6f9ff,#feffff);
}
.flashBg2 {
    background: linear-gradient(to right,#f7e9ff,#fffefd);
}
.flashBg3 {
    background: linear-gradient(to right,#e6ebff,#fff);
}
.flashBg4 {
    background: linear-gradient(to right,#e8fff5,#fff);
}
.flashBg5 {
    background: linear-gradient(to right,#fee,#fffcfc);
}
.flashBg1 .flashIcon {
    background: #00b8f2;
    color: #fff;
}
.flashBg2 .flashIcon {
    background: #8252e9;
    color: #fff;
}
.flashBg3 .flashIcon {
    background: #3955e3;
    color: #fff;
}
.flashBg4 .flashIcon {
    background: #45b369;
    color: #fff;
}
.flashBg5 .flashIcon {
    background: #e30a0a;
    color: #fff;
}
.flashHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}
.flashHeadLeft strong {
    font-size: 15px;
    display: block;
    color: var(--font_black);
}
.flashHeadLeft h2 {
    color: var(--font_black);
    font-size: 28px;
    font-weight: 700;
}
.flashBody p {
    font-size: 14px;
}
.flashBody p span {
    display: inline-block;
    margin-right: 5px;
}
.flashHeader .flashIcon {
    width: 50px;
    height: 50px;
    display: inline-grid;
    place-content: center;
    border-radius: 50%;
    font-size: 24px;
}
/* =================================
doctors dashboard page close
==================================== */








/* =================================
edit doctor page close
==================================== */
.uploadedDp {
    border-radius: 8px;
    overflow: hidden;
}
.uploadedDp img {
    width: 100%;
}
/* =================================
edit doctor page close
==================================== */





/* =================================
edit appointment page start
==================================== */
.editAppointmentcard {
    border: none;
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
}
/* =================================
edit appointment page close
==================================== */

/* =================================
create invoice page start
==================================== */
.createInvoiceWrap {
    padding: 15px;
}
.createInvoiceWrap .input-group-text {
    border: none;
    color: var(--primary_color);
}
/* =================================
create invoice page close
==================================== */

/* =================================
basic table page start
==================================== */
.table_card {
    margin-bottom: 30px;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 0.03);
    -webkit-box-shadow: 0px 12px 23px 0px rgba(62, 73, 84, 0.04);
    box-shadow: 0px 0px 12px 2px rgb(204 206 213 / 50%);
    background: var(--white);
    position: relative;
}
.table_card_header {
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 26px 30px !important;
    background: var(--white);
    border-bottom: 1px solid #eee;
    text-transform: capitalize;
}
.table_card_body {
    position: relative;
    z-index: 1;
    padding: 30px;
}
.table-dark {
    background-color: var(--primary_color) !important;
}
.table.table-dark>:not(caption)>*>* {
    background-color: inherit;
}
.table-dark {
    border-color: var(--white);
}
.table .thead-dark th {
    color: var(--white);
    background-color: var(--primary_color);
    border-color: var(--white);
}
.fixed-header {
    overflow-y: auto;
    height: 200px;
  }
  .fixed-header thead th {
    position: sticky;
    top: 0px;
    background: #fbfbfb;
}
.fixed-header::-webkit-scrollbar, .table-responsive::-webkit-scrollbar {
    width: 2px;
}
.fixed-header::-webkit-scrollbar-track, .table-responsive::-webkit-scrollbar-track {
    background-color: var(--body_color);
    opacity: 0.5;
}
.fixed-header::-webkit-scrollbar-thumb, .table-responsive::-webkit-scrollbar-thumb {
    background-color: var(--primary_color);
}
p.card-desc {
    color: #9f9b9b;
    font-size: 14px;
}
.formcard_header b {
    font-weight: 600;
}
.darkmode p.card-desc {
    color: #c7c7c7;
}
/* =================================
basic table page close
==================================== */


/* =================================
advance table page start
==================================== */
.table-styled {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin: -10px 0;
}
.table-styled>:not(:last-child)>:last-child>* {
    border-bottom-color: inherit;
}
.table-styled>thead > tr {
    border-bottom: 1px solid #efefef;
}
.table-styled thead th:first-child, .table-styled tbody td:first-child {
    border-left: 1px solid #efefef;
    border-radius: 10px 0 0 10px;
    padding-left: 30px;
}
.table-styled thead th:first-child, .table-styled tbody td:first-child {
    border-left: 1px solid #efefef;
    border-radius: 10px 0 0 10px;
    padding-left: 30px;
}
.table-styled thead th:last-child, .table-styled tbody td:last-child {
    border-right: 1px solid #efefef;
    border-radius: 0 10px 10px 0;
    padding-right: 30px;
}
.table-styled thead th, .table-styled tbody td {
    border: 1px solid #efefef;
    border-left: 0;
    border-right: 0;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 3%);
    vertical-align: middle;
}
.table-styled thead th {
    position: sticky;
    background: #fbfbfb;
    top: 0;
    z-index: 9;
}
.action-btn {
    text-decoration: none;
    color: var(--primary_color);
    font-size: 28px;
    line-height: 1;
}
td.relative  {
    position: relative;
}
.action-option {
    position: absolute;
    top: 10px;
    left: -120px;
    background-color: var(--primary_color);
    width: 120px;
    padding: 10px 0;
    text-align: left;
    border-radius: 5px;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
td.relative:hover .action-option {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
.action-option:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 10px;
    right: -8px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid var(--primary_color);
}
.action-option ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.action-option ul li a {
    padding: 6px 20px;
    display: inline-block;
    width: 100%;
    color: var(--white);
}
.progress {
    position: relative;
    border-radius: 44px;
}
.progress::after {
    height: 100%;
    position: absolute;
    content: attr(data-progress);
}
span.img_img {
    width: 25px;
    height: 25px;
    display: inline-grid;
    place-content: center;
    color: var(--primary_color);
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 8px;
}
span.img_img::before {
    content: "";
    height: 100%;
    width: 100%;
    background: var(--primary_color);
    opacity: 0.5;
    top: 0;
    left: 0;
    position: absolute;
}
.progress {
    height: 20px;
}
.progress-bar {
    background-color: var(--primary_color);
}
.toltiped {
    background: var(--primary_color);
    color: var(--white);
    padding: 7px 20px;
    border-radius: 44px;
}

  
 #editableTable td input[type=text],
  #editableTable td select {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 2px 8px;
  }
  #editableTable td {
    vertical-align: middle;
  }
  #editableTable th:last-child {
    text-align: right;
  }
  
  #editableTable td:last-child {
    text-align: right;
  }
  
  a.button.edit {
    width: 35px;
    height: 35px;
    display: inline-grid;
    place-content: center;
    background: var(--primary_color);
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
}
a.button.delete {
    width: 35px;
    height: 35px;
    display: inline-grid;
    place-content: center;
    color: var(--white);
    border-radius: 50%;
    text-decoration: none;
    background: var(--secondary);
}
.add-row {
    background: var(--primary_color);
    color: var(--white) !important;
    margin-bottom: 10px;
    box-shadow: none !important;
}
.img-thumb img {
    height: 30px;
    width: 30px;
    object-fit: cover;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.16);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 0.16);
}
.toltipeddown, .Insufficient {
    background: var(--secondary);
}
/* =================================
advance table page close
==================================== */


/* =================================
data table page start
==================================== */
.page-item.active .page-link {
    background-color: var(--primary_color);
    border-color: var(--primary_color);
    color: var(--white) !important;
}
.page-link {
    color: var(--primary_color) !important;
    box-shadow: none !important;
}
div.dataTables_wrapper div.dataTables_length select, .dataTables_filter input {
    box-shadow: none !important;
    border-color: var(--primary_color);
}
div.dataTables_wrapper div.dataTables_length select option:checked,
option:hover {
  background-color: var(--primary_color);
  color: var(--white);
} 
.datatable_sec .row {
    align-items: center;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after {
    color: var(--primary_color);
}
/* =================================
data table page close
==================================== */








/* =====main content start=== */



/* =====page footer start=== */
.ad-footer-btm {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: var(--white);
    width: 100%;
    right: 0;
    left: 0;
    text-align: center;
    box-shadow: 0px 12px 153px 0px rgb(62 73 84 / 17%);
}
.ad-footer-btm i {
    color: var(--secondary);
}
.ad-footer-btm a {
    text-decoration: none;
    color: var(--primary_color);
}


/* =====cards start==== */
.applicationcard {
    display: grid;
    background: var(--white);
    padding: 20px;
    border-radius: 4px;
    align-items: center;
    position: relative;
    box-shadow: 0 3px 16px 0 rgba(162, 169, 204, .24);
    z-index: 1;
    margin-bottom: 30px;
}
.applicationcard_head {
    border-bottom: 1px solid #eee;
}
/* --card steps-- */
.steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    color: #929292;
}
.steps > .step {
    position: relative;
    display: table-cell;
    text-align: center;
    font-size: 0.875rem;
    color: #6d6875;
}
.steps > .step:before {
    content: attr(data-step);
    display: block;
    margin: 0 auto;
    background: #fff;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    width: 35px;
    height: 35px;
    text-align: center;
    margin-bottom: 0rem;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-size: 12px;
    display: grid;
    place-content: center;
}
.steps > .step:after {
    content: '';
    position: absolute;
    display: block;
    background: #e6e6e6;
    width: 100%;
    height: 0.125rem;
    top: 1rem;
    left: 50%;
}
.steps > .step:last-child:after {
    display: none;
}
.steps > .step.is-complete {
    color: #6d6875;
}
.steps > .step.is-complete:before {
    content: '\2713';
    color: var(--white);
    background: var(--primary_color);
    border: 2px solid var(--primary_color);
}
.steps > .step.is-complete:after {
    background: var(--primary_color);
}
.steps > .step.is-active {
    font-size: 12px;
}
.steps > .step.is-active:before {
    color: #fff;
    border: 2px solid var(--secondary);
    background: var(--secondary);
    margin-bottom: 0rem;
}

/* --card steps-- */
.applicationcard  tr {
    cursor: auto;
    vertical-align: middle;
}
b.application_title {
    font-size: 16px;
    display: block;
    color: var(--font_black);
    text-align: center;
    padding: 15px 0 5px;
}
.description_body p {
    font-size: 14px;
    color: var(--font_muted);
    text-align: center;
}
.applicationcard  .alert_btn {
    border-radius: 44px;
    padding: 5px 16px;
}
.statusbar {
}
.applicationcard  tr .form-switch {
    cursor: pointer !important;
    /* min-width: 120px; */
    display: inline-block;
}
.form-switch .form-check-input {
    width: 33px;
    height: 18px;
}
.form-check-label {
    color: var(--font_muted);
    transition: 0.5s;
    cursor: pointer;
}
.form-check-label.active, .form-check-label:hover {
    color: var(--primary_color);
    transition: 0.5s;
}
.applicationcard .btn_submit {
    background: var(--primary_color);
    color: var(--white);
    box-shadow: none !important;
    min-width: 100px;
    text-align: center;
}
.form_submitted {
    display: flex;
    justify-content: center;
    gap: 50px;
    align-items: center;
    margin: 15px 0;
}
.submiteed_text {
    display: flex;
    align-items: center;
    gap: 10px;
}
.submiteed_text span {
    width: 45px;
    height: 45px;
    font-size: 24px;
    display: grid;
    place-content: center;
    border-radius: 50%;
    box-shadow: 0 3px 16px 0 rgba(162, 169, 204, .24);
    color: #ccc;
}
.submiteed_no {
    font-size: 18px;
}
.sample_card {
    background: var(--white);
    box-shadow: 0 3px 16px 0 rgba(162, 169, 204, .24);
    padding: 20px;
    border-radius: 4px;
} 
.card_img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    margin-bottom: 15px;
}
.card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sample_title {
    font-size: 20px;
    margin-bottom: 6px;
    display: block;
}
.btn_primary {
    background: var(--primary_color);
    color: var(--white) !important;
    box-shadow: none !important;
    transition: 0.5s;
}
.btn_primary:hover {
    background: var(--primary_hover);
    transition: 0.5s;
}
.card_content {
    position: relative;
}
.prf_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: -58px;
    left: 15px;
}
.prf_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile_card .card_content {
    padding-top: 30px;
}
.ml-auto {
    margin-left: auto;
    display: table;
}
.loaderbg {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #212121eb;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.showloader.loaderbg {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
}


/* =====cards close==== */

/* ============================
log in page start
=============================== */
.log_sec {
    background: #eef1f6;
}
.log_sec .bg-img {
    background: url(../images/logbg1.png) top left repeat;
    background-size: cover;
    top: 0;
    bottom: 0;
    min-height: 100vh;
    text-align: left;
    z-index: 10;
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}
.log_sec .bg-img::after {
    position: absolute;
    right: -1px;
    top: 0;
    width: 276px;
    height: 100%;
    content: "";
    z-index: -1;
    background: url(../images/log-shape.png) top left repeat;
}
.log_sec .com_info {
    color: #fff;
    max-width: 450px;
}
h1.typing {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 15px;
}
h1.typing span {
    font-weight: 800;
    font-size: 58px;
    line-height: 1;
}
.log_list {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    list-style: none;
    display: grid;
    gap: 10px;
}
.log_list li span {
    background: #ffffff57;
    width: 25px;
    display: inline-grid;
    height: 25px;
    border-radius: 50%;
    place-content: center;
}
.form-section {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.log_inner {
    max-width: 450px;
    color: var(--font_black);
    width: 100%;
}
.logoimg img {
    max-width: 100px;
}
.lg-title {
    display: block;
    margin: 15px 0 30px;
    line-height: 1;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}
.log_sec .form-group {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}
.log_sec .form-group label {
    font-size: 14px;
    margin-bottom: 0;
}
.log_icon {
    width: 50px;
    height: 50px;
    display: inline-grid;
    position: absolute;
    right: 0;
    bottom: 0;
    place-content: center;
    background: var(--secondary);
    color: var(--white);
    border-radius: 4px;
}
.log_sec .form-group .form-control {
    padding-right: 55px;
}
.linktag {
    text-decoration: none;
    font-size: 14px;
    color: var(--primary_color);
    transition: 0.5s;
}
.linktag:hover {
    color: var(--primary_hover);
    transition: 0.5s;
}
.checkbar label {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
    cursor: pointer;
}
.or {
    position: relative;
    margin: 30px 0;
    z-index: 1;
}
.or span {
    background: #eef1f6;
    padding: 0 10px;
}
.or::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #e1e1e1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: -1;
}
@media (max-width: 767.98px) { 
    .log_sec .bg-img{
        display: none;
    }
 }
 @media (min-width: 768px) and (max-width: 991.98px) { 
    .log_sec .bg-img::after {
        width: 52%;
    }
    h1.typing span {
        font-size: 32px;
    }
    .com_info p {
        max-width: 80%;
    }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    h1.typing span {
        font-size: 40px;
    }
    .com_info p {
        max-width: 80%;
    }
   }
   @media (min-width: 1200px) and (max-width: 1399.98px){
    h1.typing span {
        font-size: 45px;
    }
    .com_info p {
        max-width: 80%;
    }
   }
/* ============================
log in page close
=============================== */



.cardWrapper {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 12px 2px rgb(204 206 213 / 50%);
}