

/* Admin Panel CSS Start  */

/* Login Page CSS Start  */

.login {
    width: 100%;
    background: #56230724;
    padding: 50px;
    border-radius: 10px;
    max-width: 60%;
    margin: auto;
    backdrop-filter: blur(41px);
}
section.contact-sec input, section.contact-sec textarea, section.contact-sec select, div#card-panel input, div#card-panel select {
    width: 100%;
    border: 1px solid #A8ED24;
    height: 50px;
    padding: 10px 20px;
    font-family: "Montserrat", serif;
    background-color: #86310321;
    border-radius: 5px;
    margin-bottom: 25px;
    color: #fff;
}
.theme-btn1 {
    display: inline-block;
    padding: 14px 40px !important;
    border: none !important;
    border-radius: 5px !important;
    color: #fff !important;
   background-image: linear-gradient(to right, #41753F, #1D491C) !important;
    font-size: 16px !important;
}
section.contact-sec {
    padding-bottom: 50px;
}
body {
    background-position: top !important;
    background-size: cover !important;
    background-attachment: fixed;
    background: #003334 !important;
}
.login-sec {height: 100vh;display: flex;align-items: center;}

.login h2.grd-title {
    text-align: center;
    margin-bottom: 40px;
}

.login .theme-btn1 {
    width: 100%;
}

.password-field {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-82%);
    cursor: pointer;
}
.forgot-password {
    display: block;
    margin-top: 10px;
    text-align: right;
}

.remember-me {
display: flex;
align-items: center;
}

.remember-me input {
width: unset !important;
margin: 0 10px 0 0 !important;
}

.remember-me label {
margin: unset;
color: #fff;
font-family: 'Montserrat';
}

.login * {
color: #fff !important;
}
.login input:focus, .login input:focus-visible {
    
    outline: unset;
}
/* Login Page CSS End  */

/* Dashboard Layout CSS  */

.dashboard {
    display: flex;
    height: 100vh;
}
.dashboard .card {
    background: #155e53;
    padding: 40px 20px;
    border-radius: 10px;
}

.dashboard .card .card-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

.dashboard.card .card-content .text {
    display: flex;
    flex-direction: column;
}

.dashboard .card .card-content .text .value {
    font-weight: bolder;
    font-size: 40px;
    line-height: 48px;
    margin-left: 0px;
    color: #fff;
}

.footer-txt .up {
    background-color: #ccf5e7;
    font-weight: 100;
    color: #00cc88;
    padding: 4px 8px;
    border-radius: 5px;
}

.footer-txt .down {
    background-color: #ffd6e0;
    color: #ff3366;
    font-weight: 100;
    padding: 4px 8px;
    border-radius: 5px;
}

.dashboard .card .card-content .icon {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    color: #003334;
    background: #fff !important;
}
.dashboard .topcards .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px; /* Column spacing */
}

.chartsec h3 {
    font-size: 24px !important;
    line-height: 32px !important;
    text-align: center;
}
.chartsec .chart-container {
    border: 1px solid #155e53;
}
.chartsec {
    padding: 40px 20px 0 0;
}
.dashboard .chartsec .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.dashboard .chartsec .row .col-md-4 {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
}
.dashboard .sidebar {
    width: 17%;
    background: #a29292;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    transition: all 0.5s;
    font-family: Montserrat;
}
section.contact-sec textarea {
    height: 150px;
    resize: none;
}
section.contact-sec input::placeholder, section.contact-sec textarea::placeholder, section.contact-sec select::placeholder , div#card-panel input::placeholder , div#card-panel select::placeholder {
    color:#fff;
}
section.contact-sec select option {
    color:#000;
}
section.contact-sec input.theme-btn1 {
    background-image: linear-gradient(to right, #41753F, #1D491C, #A8ED24, #D8FD44);
}
section.contact-sec {
    padding-bottom: 50px;
}
.grd-title {
  background-image: linear-gradient(to right, #41753F, #1D491C, #A8ED24, #D8FD44);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.dashboard .content {
    width: 83%;
    margin-left: auto;
    padding-bottom: 50px;
    transition: all 0.5s;
    font-family: 'Montserrat';
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}
.dashboard.small .sidebar {
    width: 3.5% !important;
    transition: all 0.5s;
}



.dashboard.small .sidebar a span, .dashboard.small .sidebar .logout {
    display: none;
}
.dashboard.small .sidebar-drop a, .dashboard.small .icon-hide  {
    display: none;
}

.dashboard.small  .content {
    width: 96.5%;
}
.content-top {
    padding: 20px 20px 20px 0;
    margin-bottom: 50px;
}

a#sidebarToggle {
    border-right: 1px solid #fff;
}

/* Table CSS admin Panel  */

.custom-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #A8ED24;
    background-color: #86310321;
    border-radius: 5px;
}

.custom-table th, .custom-table td {
    border: 1px solid #8c8c8c;
    padding: 10px 20px;
    text-align: left;
    font-family: "Montserrat", serif;
    color: #fff;
}
.custom-table td i, span.input-group-text i {
    font-family: 'FontAwesome';
    font-style: unset !important;
}
.custom-table th {
    background-color: #41753F;
    color: #fff;
    font-weight: bold;
}

.custom-table tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.custom-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.custom-table a {
    color: #bff533;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
}

.custom-table a:hover {
    color: #302d2d;
}

.custom-table button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
}

.custom-table button:hover {
    color: #322e2e;
}
td .dropdown-menu {
    position: absolute;
    background: #fff;
    padding: 5px 10px;
    text-align: left;
    border-radius: 5px;
    right: 60px;
    width: 140px;
}

td .dropdown-menu * {
    color: #003334;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}


/* Booking form  start */

.readonly-input {
    background-color: #f3f3f3;  /* Halka grey background */
    border: 1px solid #d1d1d1;  /* Halka grey border */
    cursor: not-allowed;        /* Mouse pointer change */
    color: #666;                /* Text halka grey */
    opacity: 0.7;               /* Thora fade effect */
}


/* Booking form  End */

div#image_preview_container img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-bottom: 20px;
    object-fit: cover;
}
.account_image img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}
body#login {
    background: unset !important;
}

/* profile View CS  */

.roww {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-info {
    background: #155e53;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.profile-info * {
    color: #fff !important;
    font-weight: 300 !important;
}

.profile-info label {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 26px !important;
}

.profile-info .col-md-12 {
    margin: 0 0 20px;
    position: relative;
    z-index: 9;
}

.profile-info:before {
    content: "";
    background: #003334;
    height: 100px;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    transform: scale(2.8);
}

.profile-info:after {
    content: "";
    background: #66fecb1a;
    height: 100px;
    width: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(6.9);
    z-index: 1;
}

/* Links Create CSS  */

.iconpicker .iconpicker-items {
    position: relative;
    clear: both;
    float: none;
    padding: 12px 0 0 12px;
    background: #003334 !important;
    margin: 0;
    overflow: hidden;
    overflow-y: auto;
    min-height: 49px;
    max-height: 246px;
}
.iconpicker-popover.popover .popover-title {
    padding: 12px;
    font-size: 13px;
    line-height: 15px;
    border-bottom: 1px solid #003334 !important;
    background-color: #003334 !important;
}
.iconpicker .iconpicker-item:hover:not(.iconpicker-selected) {
    background-color: #155e53 !important;
    color: #fff !important;
}






