﻿/**************Style by Manish*******/
body {
    background-color: #ebebeb;
    font-family: Arial, Helvetica, sans-serif
}

.bg-lab-img {
    background-image: url("https://cdn.pixabay.com/photo/2017/10/04/09/56/laboratory-2815641_1280.jpg");
}

.bg-ipd-img {
    background-image: url("https://cdn.pixabay.com/photo/2015/05/13/23/40/eye-766166_1280.jpg");
    h
}

.bg-opd-img {
    background-image: url("https://cdn.pixabay.com/photo/2016/09/27/17/14/heart-1698840_1280.jpg");
}

.bg-img-pos {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.rounded-pill {
    border-radius: 50px !important;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge {
    display: inline-block;
    padding: 1px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: black;
    background-color: logogreen;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.bg-overlay {
    background-color: rgb(0 0 0 / 0.44);
    height: 100%;
    width: 100%;
}

.module-txt-size {
    font-size: 9rem;
}

.module-txt-size-2 {
    font-size: 5rem;
}

.cursor-pointer {
    cursor: pointer;
}

.header-img {
    max-width: 45px;
}

.logout-img {
    width: 30px;
}

.OPDtitle {
    font-size: 20px;
    font-family: Arial;
    font-weight: 600;
}

.OPDamount {
    font-size: 26px;
    font-family: Arial;
    font-weight: 600;
}



.active-background {
    background-color: #fbfbff;
}




.header-img {
    max-width: 45px;
    max-height: 45px;
}

.header-icon {
    max-width: 25px;
    max-height: 25px;
}

.logout-img {
    width: 30px;
}

.active-background {
    background-color: #fbfbff;
}

.header-text {
    font-size: 18px;
    color: black;
    font-family: Arial;
    font-weight: 600;
}

.subheader-text {
    font-size: 16px;
    color: black;
    font-family: Arial;
    font-weight: 500;
}

.mega-menu {
    position: relative;
}

.mega-menu-content {
    display: flex; /* Change from grid to flex for column layout */
    flex-wrap: wrap;
    align-items: flex-start;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-88%);
    width: 95vw;
    max-width: 95vw;
    min-width: 300px;
    background-color: #f9f9ff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    border-radius: 10px;
    min-height: 300px;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}


.mega-menu:hover .mega-menu-content {
    visibility: visible;
    opacity: 1;
}
/* REMOVE or adjust this — it overrides background and causes glitches */
.mega-menu:hover,
.mega-menu:hover .mega-menu-content,
.mega-menu-content:hover {
    background-color: #fbfbff;
}

    /* Optional: preserve button color */
    .mega-menu:hover .mega-menu-btn {
        color: black;
    }

/*.mega-menu-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: min-content;
    gap: 12px 24px;
    position: fixed;
    background-color: #e0e3ff;
    width: 90%;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 300px;
    max-height: calc(100vh - 150px);*/ /* So it doesn't overflow bottom */
/*overflow-y: auto;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    min-height: 300px;
    border-radius: 10px;
    padding: 20px;
}

.menu-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    background: transparent;
}

.mega-menu {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem;
}

.mega-menu:hover .mega-menu-content,
.mega-menu-content:hover {
    display: block;
}

.mega-menu:hover,
.mega-menu:hover .mega-menu-content,
.mega-menu-content:hover {
    background-color: #fbfbff;
}

    .mega-menu:hover .mega-menu-btn, .mega-menu-content:hover .mega-menu:hover .mega-menu-btn {
        color: black;
    }

.menu-nav-link:hover {
    background-color: #0028ff3b;
}*/

.text-left {
    text-align: left !important;
}

.nav-tabs .nav-item .nav-link {
    color: #6777ef;
    width: 100px;
}

    .nav-tabs .nav-item .nav-link.active {
        color: #000;
    }


.background {
    color: lightgrey;
}

.icon-resize {
    font-size: 38px; /* Resize the icon */
}

.chart-container {
    position: relative;
    width: 80%;
    margin: 50px auto; /* Centering the chart */
    -webkit-filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3)); /* For Safari */
    filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3)); /* Standard shadow */
    background-color: #fff; /* Optional: Make the container white for contrast */
    border-radius: 10px; /* Optional: Rounded corners */
    padding: 30px;
    box-sizing: border-box;
}

/* Optional: To make the chart responsive */
.chart-canvas {
    width: 100%;
    height: 100%;
}

.ui-w-40 {
    width: 40px; /* Set the desired size */
    height: 40px; /* Set the same height to maintain a square aspect ratio */
    border-radius: 50%; /* This makes the image circular */
    object-fit: cover; /* Ensures the image maintains its aspect ratio while filling the circle */
}

#tasks-inner::-webkit-scrollbar {
    width: 5px;
}

#tasks-inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 33, 0.3);
    border-radius: 10px;
}

.btn-lg {
    font-size: 1rem;
}

.btn-sm {
    font-size: 14px;
}

.input-group {
    display: flex; /* Flexbox ensures items align properly */
}

.form-control {
    height: 100%; /* Ensures the input field takes full available height */
}

.input-group-append .btn {
    height: 100%; /* Ensures the button has the same height as the input field */
    border-radius: 0; /* Optional: remove border-radius if needed */
}

#tasks-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.logobluecolor {
    background-color: #286cb1
}

.container-p-y:not([class^="pt-"]):not([class*=" pt-"]) {
    padding: 1.5rem !important;
}

.container-p-y:not([class^="pb-"]):not([class*=" pb-"]) {
    padding-bottom: 1.5rem !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}


.logocolor {
    color: #286cb1;
}

.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}

    .avatar img {
        width: 100%;
        height: 100%;
    }

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #8592a3;
    font-weight: 700;
}

.rounded {
    border-radius: 0.375rem !important;
}


.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-bordered {
    overflow: hidden;
}

    .row-bordered > .col,
    .row-bordered > [class^="col-"],
    .row-bordered > [class*=" col-"],
    .row-bordered > [class^="col "],
    .row-bordered > [class*=" col "],
    .row-bordered > [class$=" col"],
    .row-bordered > [class="col"] {
        position: relative;
        padding-top: 1px;
    }

        .row-bordered > .col::before,
        .row-bordered > [class^="col-"]::before,
        .row-bordered > [class*=" col-"]::before,
        .row-bordered > [class^="col "]::before,
        .row-bordered > [class*=" col "]::before,
        .row-bordered > [class$=" col"]::before,
        .row-bordered > [class="col"]::before {
            content: "";
            position: absolute;
            right: 0;
            bottom: -1px;
            left: 0;
            display: block;
            height: 0;
            border-top: 1px solid rgba(24, 28, 33, 0.13);
        }

        .row-bordered > .col::after,
        .row-bordered > [class^="col-"]::after,
        .row-bordered > [class*=" col-"]::after,
        .row-bordered > [class^="col "]::after,
        .row-bordered > [class*=" col "]::after,
        .row-bordered > [class$=" col"]::after,
        .row-bordered > [class="col"]::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: -1px;
            display: block;
            width: 0;
            border-left: 1px solid rgba(24, 28, 33, 0.13);
        }

    .row-bordered.row-border-light > .col::before, .row-bordered.row-border-light > .col::after,
    .row-bordered.row-border-light > [class^="col-"]::before,
    .row-bordered.row-border-light > [class^="col-"]::after,
    .row-bordered.row-border-light > [class*=" col-"]::before,
    .row-bordered.row-border-light > [class*=" col-"]::after,
    .row-bordered.row-border-light > [class^="col "]::before,
    .row-bordered.row-border-light > [class^="col "]::after,
    .row-bordered.row-border-light > [class*=" col "]::before,
    .row-bordered.row-border-light > [class*=" col "]::after,
    .row-bordered.row-border-light > [class$=" col"]::before,
    .row-bordered.row-border-light > [class$=" col"]::after,
    .row-bordered.row-border-light > [class="col"]::before,
    .row-bordered.row-border-light > [class="col"]::after {
        border-color: rgba(24, 28, 33, 0.06);
    }

.layout-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.layout-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

.backgroundcolor {
    background-color: #e1f1f2;
}


.layout-2 .layout-container {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    background: rgba(0, 0, 0, 0.06);
    min-width: 0;
    max-width: 100%;
}

.layout-2 .layout-content {
    width: 100%;
}



.text-dark {
    color: #606c72 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #3d4548 !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.layout-wrapper,
.layout-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.layout-wrapper {
    overflow: hidden;
}



.badgefont {
    font-size: 12px;
    color: white;
    border-radius: 25px;
    font-weight: 500;
    font-family: Arial
}

.boxfont {
    font-size: 18px;
    color: black;
    font-weight: 600;
    font-family: Arial
}

.fw-semibold {
    font-weight: 600 !important;
    font-size: 15px;
}

.logotext {
    font-size: 20px;
    color: #286cb1;
    font-weight: 600;
    font-family: Arial;
    margin-left: 5px;
}

.logogreencolor {
    background-color: #89af31;
}





.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(24, 28, 33, 0.13);
    border-radius: 0.125rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: 0.125rem;
        border-top-right-radius: 0.125rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: 0.125rem;
        border-bottom-left-radius: 0.125rem;
    }

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.5rem;
}

.setownstyle a {
    width: 97%;
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    display: inline-block;
    text-align: center;
}

.setownstyle .active,
.setownstyle .active:focus,
.setownstyle .active:hover {
    background-color: #009b63 !important;
    color: #fff !important;
}

a.nav-link.ItemCrationAnchor,
a.nav-link.OpenSerchListAnchor {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}


.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

    .nav-link.disabled {
        color: #2962FF;
        pointer-events: none;
        cursor: default
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

    .nav-tabs .nav-item {
        margin-bottom: -1px
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6
        }

        .nav-tabs .nav-link.disabled {
            color: #2962FF;
            background-color: transparent;
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #2962FF;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

.nav-pills .nav-link {
    border-radius: .25rem
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #2962FF
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.30rem;
    color: green;
    font-weight: 800;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: inherit;
    white-space: nowrap
}

.navbar-nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        color: #2962FF;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

.containerround {
    border-radius: 10px;
    height: 100px;
    width: 120px;
    background-color: #b5edc2;
    border-radius: 25px;
    background-color: #E0E0E0 !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 16px;
}

.custom-control {
    position: relative;
    min-height: 1.125rem;
}

.custom-control-label {
    position: static;
}

    .custom-control-label::before {
        top: 0.0625rem;
        left: 0;
        border: 2px solid rgba(24, 28, 33, 0.1);
        background-color: transparent;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all .2s;
        transition: all .2s;
        pointer-events: auto;
        z-index: 2;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    .custom-control-label::after {
        content: '';
        position: absolute;
        top: 0.0625rem;
        left: 0;
        z-index: 1;
        display: block;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 50%;
        background: rgba(24, 28, 33, 0.08);
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(0) translateZ(0);
        transform: scale(0) translateZ(0);
    }

.custom-checkbox .custom-control-label::before {
    background-size: 75% 75%;
}

.custom-radio .custom-control-label::before {
    background-size: 60% 60%;
}

.custom-control-input:active ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:active:not(:checked) ~ .custom-control-label::before {
    background-color: transparent;
}

.custom-control-input:disabled ~ .custom-control-label::before, fieldset[disabled] .custom-control-input ~ .custom-control-label::before {
    border-color: rgba(24, 28, 33, 0.1) !important;
    background-color: transparent !important;
}

.vertical-divider {
    border-left: 1px solid #000; /* Divider color and thickness */
    height: 50px; /* Adjust height as needed */
    margin: 0 15px; /* Space around the divider */
}

.custom-dropdown {
    position: relative;
}

    /* Add padding to the right of the dropdown to fit the icon */
    .custom-dropdown .form-control {
        padding-right: 30px; /* Space for the icon */
    }

/* Styling for the dropdown icon */
.dropdown-icon {
    position: absolute;
    top: 50%;
    right: 10px; /* Adjust position of the icon */
    transform: translateY(-50%); /* Center the icon vertically */
    pointer-events: none; /* Make sure the icon does not interfere with dropdown selection */
}


.headingtext2 {
    font-size: 15px;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.headingtext {
    font-size: 20px;
    color: black;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.subheadingtext {
    font-size: 13px;
    align-content: end;
    align-items: end;
    color: black;
    font-weight: 500;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.font-bold {
    font-weight: 600;
}

.link-icon-button {
    text-decoration: none; /* Removes the underline */
    color: #007bff; /* Link color */
    font-size: 16px; /* Adjust font size */
}

    .link-icon-button i {
        margin-right: 5px; /* Space between the icon and the text */
    }

    .link-icon-button:hover {
        color: #0056b3; /* Change color on hover */
    }

.roundborder {
    margin: 2px;
    border-radius: 15px;
    border: 2px #000 solid;
    box-shadow: 0px 0px 4px 1px #E3F2FD;
    border: 1px #000 solid;
    border-color: #E3F2FD;
    border-color: #E3F2FD;
}



.background {
    color: lightgrey;
}

.icon-resize {
    font-size: 38px; /* Resize the icon */
}

.chart-container {
    position: relative;
    width: 80%;
    margin: 50px auto; /* Centering the chart */
    -webkit-filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3)); /* For Safari */
    filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3)); /* Standard shadow */
    background-color: #fff; /* Optional: Make the container white for contrast */
    border-radius: 10px; /* Optional: Rounded corners */
    padding: 30px;
    box-sizing: border-box;
}

/* Optional: To make the chart responsive */
.chart-canvas {
    width: 100%;
    height: 100%;
}

.ui-w-40 {
    width: 40px; /* Set the desired size */
    height: 40px; /* Set the same height to maintain a square aspect ratio */
    border-radius: 50%; /* This makes the image circular */
    object-fit: cover; /* Ensures the image maintains its aspect ratio while filling the circle */
}

#tasks-inner::-webkit-scrollbar {
    width: 5px;
}

#tasks-inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 33, 0.3);
    border-radius: 10px;
}

.input-group {
    display: flex; /* Flexbox ensures items align properly */
}

.form-control {
    height: 100%; /* Ensures the input field takes full available height */
}

.input-group-append .btn {
    height: 100%; /* Ensures the button has the same height as the input field */
    border-radius: 0; /* Optional: remove border-radius if needed */
}

#tasks-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.logobluecolor {
    background-color: #286cb1
}

.badgefont {
    font-size: 12px;
    color: white;
    border-radius: 25px;
    font-weight: 500;
    font-family: Arial
}

.boxfont {
    font-size: 18px;
    color: black;
    font-weight: 600;
    font-family: Arial
}

.subheading {
    font-size: 12px;
    color: dimgrey;
    font-weight: 500;
    font-family: Arial
}

.logogreencolor {
    background-color: #89af31;
}

.counter {
    font-size: 35px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.dropdown-container {
    width: 200px;
    margin: 0px auto;
    color: green;
    align-content: center;
    border-color: lightblue;
}

.dropdown-list {
    border: 1.5px solid black;
    border-radius: 1px;
    height: 30px;
    font-size: 14px;
    width: 150px;
    font-family: Arial;
    background-color: #f8f9fa;
}

    .dropdown-list option {
    }

.dropdown-label {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}

.vertical-divider {
    width: 1px; /* The divider width is 1px */
    background-color: lightgrey; /* Light grey color for the divider */
    height: 100%; /* Make the divider as tall as the content */
    margin: 1px; /* Add some margin to the left and right */
}

.bouncing-icon {
    font-size: 40px;
    color: #becd29; /* Heart color */
    animation: bounce 1s ease infinite;
}

/* Keyframe animation to create the bounce effect */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the normal position */
    }

    50% {
        transform: translateY(-8px); /* Move up */
    }
}

.setownstyle .active, .setownstyle .active:focus, .setownstyle .active:hover {
    background-color: #11686e !important;
    color: #fff !important;
}

.form-control, .input-group-text, .custom-select, .custom-file-label {
    background-color: #fdfdff;
    border-color: #e4e6fc;
}

    .form-control:focus, .input-group-text:focus, .custom-select:focus, .custom-file-label:focus {
        background-color: #fefeff;
        border-color: #95a0f4;
    }

    .input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
        font-size: 14px;
        padding: 10px 15px;
    }

textarea.form-control {
    height: 64px !important;
}

.leftroundborder {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 0px 4px 1px #E3F2FD;
    border: 1px #000 solid;
    border-color: #E3F2FD;
}

.toproundborder {
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 15px;
    box-shadow: 0px 0px 4px 1px #E3F2FD;
    border: 1px #000 solid;
    border-color: #E3F2FD;
    margin-bottom: 3px;
}

.subroundborder {
    border-radius: 15px;
    box-shadow: 0px 0px 4px 1px #E3F2FD;
    border: 1px #000 solid;
    border-color: #E3F2FD;
}


/* Add custom styling for spacing and alignment */


.setownstyle li {
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    width: 122px;
    display: inline-block;
    text-align: left;
    margin-right: -3px;
    margin-left: 2px;
}

.setownstyle li,
.setownstyle a {
    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


.link-element {
    text-decoration: none;
}


.card-title {
    margin-bottom: 1.3rem;
}

.card-subtitle {
    margin-top: -0.65rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.5rem;
}

.card-header {
    padding: 1.3rem 1.5rem;
    margin-bottom: 0;
    color: inherit;
    background-color: transparent;
    border-bottom: 0px solid rgba(24, 28, 33, 0.13);
}

    .card-header:first-child {
        border-radius: calc(0.125rem - 0px) calc(0.125rem - 0px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: 1.3rem 1.5rem;
    background-color: transparent;
    border-top: 0px solid rgba(24, 28, 33, 0.13);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.125rem - 0px) calc(0.125rem - 0px);
    }

.card-header-tabs {
    margin-right: -0.75rem;
    margin-bottom: -1.3rem;
    margin-left: -0.75rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.125rem - 0px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.125rem - 0px);
    border-top-right-radius: calc(0.125rem - 0px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.125rem - 0px);
    border-bottom-left-radius: calc(0.125rem - 0px);
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 0.75rem;
    }

@media (min-width: 576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 0.75rem;
            margin-bottom: 0;
            margin-left: 0.75rem;
        }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 0.75rem;
    }

@media (min-width: 576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-img-top,
                .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-img-bottom,
                .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-img-top,
                .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-img-bottom,
                .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: 0.125rem;
            }

                .card-group > .card:only-child .card-img-top,
                .card-group > .card:only-child .card-header {
                    border-top-left-radius: 0.125rem;
                    border-top-right-radius: 0.125rem;
                }

                .card-group > .card:only-child .card-img-bottom,
                .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: 0.125rem;
                    border-bottom-left-radius: 0.125rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: 1.3rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.5rem;
        column-gap: 1.5rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

small {
    font-size: 80%;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.display-4 {
    font-size: 15px;
    font-weight: 100;
}

.bg-pattern-1 {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23ffffff' fill-opacity='0.10' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-2 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23ffffff' fill-opacity='0.10' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-pattern-3 {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23ffffff' fill-opacity='0.10' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.bg-pattern-1-dark {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='12' viewBox='0 0 40 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6.172L6.172 0h5.656L0 11.828V6.172zm40 5.656L28.172 0h5.656L40 6.172v5.656zM6.172 12l12-12h3.656l12 12h-5.656L20 3.828 11.828 12H6.172zm12 0L20 10.172 21.828 12h-3.656z' fill='%23cccccc' fill-opacity='0.17' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.bg-pattern-2-dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 28' width='56' height='28'%3E%3Cpath fill='%23cccccc' fill-opacity='0.17' d='M56 26v2h-7.75c2.3-1.27 4.94-2 7.75-2zm-26 2a2 2 0 1 0-4 0h-4.09A25.98 25.98 0 0 0 0 16v-2c.67 0 1.34.02 2 .07V14a2 2 0 0 0-2-2v-2a4 4 0 0 1 3.98 3.6 28.09 28.09 0 0 1 2.8-3.86A8 8 0 0 0 0 6V4a9.99 9.99 0 0 1 8.17 4.23c.94-.95 1.96-1.83 3.03-2.63A13.98 13.98 0 0 0 0 0h7.75c2 1.1 3.73 2.63 5.1 4.45 1.12-.72 2.3-1.37 3.53-1.93A20.1 20.1 0 0 0 14.28 0h2.7c.45.56.88 1.14 1.29 1.74 1.3-.48 2.63-.87 4-1.15-.11-.2-.23-.4-.36-.59H26v.07a28.4 28.4 0 0 1 4 0V0h4.09l-.37.59c1.38.28 2.72.67 4.01 1.15.4-.6.84-1.18 1.3-1.74h2.69a20.1 20.1 0 0 0-2.1 2.52c1.23.56 2.41 1.2 3.54 1.93A16.08 16.08 0 0 1 48.25 0H56c-4.58 0-8.65 2.2-11.2 5.6 1.07.8 2.09 1.68 3.03 2.63A9.99 9.99 0 0 1 56 4v2a8 8 0 0 0-6.77 3.74c1.03 1.2 1.97 2.5 2.79 3.86A4 4 0 0 1 56 10v2a2 2 0 0 0-2 2.07 28.4 28.4 0 0 1 2-.07v2c-9.2 0-17.3 4.78-21.91 12H30zM7.75 28H0v-2c2.81 0 5.46.73 7.75 2zM56 20v2c-5.6 0-10.65 2.3-14.28 6h-2.7c4.04-4.89 10.15-8 16.98-8zm-39.03 8h-2.69C10.65 24.3 5.6 22 0 22v-2c6.83 0 12.94 3.11 16.97 8zm15.01-.4a28.09 28.09 0 0 1 2.8-3.86 8 8 0 0 0-13.55 0c1.03 1.2 1.97 2.5 2.79 3.86a4 4 0 0 1 7.96 0zm14.29-11.86c1.3-.48 2.63-.87 4-1.15a25.99 25.99 0 0 0-44.55 0c1.38.28 2.72.67 4.01 1.15a21.98 21.98 0 0 1 36.54 0zm-5.43 2.71c1.13-.72 2.3-1.37 3.54-1.93a19.98 19.98 0 0 0-32.76 0c1.23.56 2.41 1.2 3.54 1.93a15.98 15.98 0 0 1 25.68 0zm-4.67 3.78c.94-.95 1.96-1.83 3.03-2.63a13.98 13.98 0 0 0-22.4 0c1.07.8 2.09 1.68 3.03 2.63a9.99 9.99 0 0 1 16.34 0z'%3E%3C/path%3E%3C/svg%3E");
}

.bg-pattern-3-dark {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%23cccccc' fill-opacity='0.17' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.card-header-title {
    padding: 0.65rem 0;
    font-size: 18px;
    font-weight: 600
}

.card-header-elements {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.card-header.with-elements,
.card-title.with-elements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-header.with-elements {
    padding-top: 0.65rem;
    padding-bottom: 0.65rem;
}

.accordion .card {
    overflow: hidden;
}

    .accordion .card:not(:first-of-type) .card-header:first-child {
        border-radius: 0;
    }

    .accordion .card:not(:first-of-type):not(:last-of-type) {
        border-bottom: 0;
        border-radius: 0;
    }

    .accordion .card:first-of-type {
        border-bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .accordion .card:last-of-type {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .accordion .card .card-header {
        margin-bottom: 0px;
    }




.counter {
    font-size: 35px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.dropdown-container {
    width: 200px;
    margin: 0px auto;
    color: green;
    align-content: center;
    border-color: lightblue;
}

.dropdown-list {
    border: 1.5px solid black;
    border-radius: 1px;
    height: 30px;
    font-size: 14px;
    width: 150px;
    font-family: Arial;
    background-color: #f8f9fa;
}

    .dropdown-list option {
    }

.dropdown-label {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}

.vertical-divider {
    width: 1px; /* The divider width is 1px */
    background-color: lightgrey; /* Light grey color for the divider */
    height: 100%; /* Make the divider as tall as the content */
    margin: 1px; /* Add some margin to the left and right */
}

.bouncing-icon {
    font-size: 40px;
    color: #becd29; /* Heart color */
    animation: bounce 1s ease infinite;
}

/* Keyframe animation to create the bounce effect */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the normal position */
    }

    50% {
        transform: translateY(-8px); /* Move up */
    }
}



/* Floor maste design...........*/
body {
}

.main-sidebar .sidebar-menu .dropdown {
    display: block !important;
    background: #E7E7E7 !important;
    margin: 5px 10px !important;
    border-left: 5px solid #269192 !important;
}

.main-sidebar .sidebar-menu li a {
    height: none !important;
}

.PageHeaderNew {
    font-size: 20px !important;
    font-weight: bold !important;
    color: green !important;
}

.setownstyle .active, .setownstyle .active:focus, .setownstyle .active:hover {
    background-color: #11686e !important;
    color: #fff !important;
}

.form-control {
    border: 1px solid #B9B9B9;
}

    .input-group-text, select.form-control:not([size]):not([multiple]), .form-control:not(.form-control-sm):not(.form-control-lg) {
        padding: 5px 15px;
        height: 30px;
    }

.svBtn {
    padding: 0.1rem 1.5rem;
}

.btn-success, .btn-success.disabled {
    background-color: #04acbc;
    border-color: #02A9B9;
    box-shadow: 0 2px 6px #49c4c8;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active {
        background-color: #04A6B6 !important;
    }

.page-header {
    background-color: #269192;
    color: #fff;
    padding: 0.1rem;
}



.card {
    box-shadow: none !important;
    border: 1px solid #B9B9B9;
}

.rounded-xl {
    border-radius: 25px;
}



.tab-panel {
    border-radius: 9px;
    margin: 0 6px;
    border-top-left-radius: 0px;
    background-color: rgba(227, 234, 239, 0.37) !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:before {
    left: 10px !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a:hover:before {
    left: 15px !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 25px !important;
}

.trade-panel {
    background-color: #d7e4f0 !important;
    padding: 2rem 0;
    border-radius: 8px;
}


.bg-light-shade {
    background-color: #d7e4f0 !important;
}

.DescBox {
    margin-left: 30px !important;
}

.pl-1_3 {
    padding-left: 1.3rem !important;
}

textarea.form-control {
    height: auto !important;
}
/* custom radio button................*/

/* Style the container of the radio buttons */


/* Style each radio button item */
.custom-radio {
    position: relative;
    display: inline-block;
}

    /* Hide the default radio button */
    .custom-radio input[type="radio"] {
        display: none;
    }

.divider {
    display: flex;
    width: 20%;
    align-items: center;
}

    .divider::before, .divider::after {
        flex: 2;
        content: '';
        padding: 1px;
        width: 10px;
        background-color: #286cb1;
        margin: 5px;
    }

/* Create a custom radio button circle */
.custom-radio .radio-btn {
    width: 17px;
    height: 17px;
    border: 1px solid #3498db;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

/* Change radio button circle when selected */
.custom-radio input[type="radio"]:checked + .radio-btn {
    background-color: #3498db;
    border-color: #3498db;
}

/* Style the label text */
.custom-radio label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

/* Add some hover effects */
.custom-radio:hover .radio-btn {
    border-color: #2980b9;
}

.custom-radio input[type="radio"]:checked + .radio-btn:hover {
    background-color: #2980b9;
}


/* ipd page design....................*/

.background {
    color: lightgrey;
}

.icon-resize {
    font-size: 38px; /* Resize the icon */
}

.chart-container {
    position: relative;
    width: 80%;
    margin: 50px auto; /* Centering the chart */
    -webkit-filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3)); /* For Safari */
    filter: drop-shadow(0 8px 8px rgba(24, 28, 33, 0.3)); /* Standard shadow */
    background-color: #fff; /* Optional: Make the container white for contrast */
    border-radius: 10px; /* Optional: Rounded corners */
    padding: 30px;
    box-sizing: border-box;
}

/* Optional: To make the chart responsive */
.chart-canvas {
    width: 100%;
    height: 100%;
}

.ui-w-40 {
    width: 40px; /* Set the desired size */
    height: 40px; /* Set the same height to maintain a square aspect ratio */
    border-radius: 50%; /* This makes the image circular */
    object-fit: cover; /* Ensures the image maintains its aspect ratio while filling the circle */
}

#tasks-inner::-webkit-scrollbar {
    width: 5px;
}

#tasks-inner::-webkit-scrollbar-thumb {
    background: rgba(24, 28, 33, 0.3);
    border-radius: 10px;
}

.input-group {
    display: flex; /* Flexbox ensures items align properly */
}

.form-control {
    height: 100%; /* Ensures the input field takes full available height */
}

.input-group-append .btn {
    height: 100%; /* Ensures the button has the same height as the input field */
    border-radius: 0; /* Optional: remove border-radius if needed */
}

#tasks-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.logobluecolor {
    background-color: #286cb1
}

.badgefont {
    font-size: 12px;
    color: white;
    border-radius: 25px;
    font-weight: 500;
    font-family: Arial
}

.boxfont {
    font-size: 18px;
    color: black;
    font-weight: 600;
    font-family: Arial
}

.subheading {
    font-size: 12px;
    color: dimgrey;
    font-weight: 500;
    font-family: Arial
}

.logogreencolor {
    background-color: #89af31;
}

.counter {
    font-size: 35px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.dropdown-container {
    width: 200px;
    margin: 0px auto;
    color: green;
    align-content: center;
    border-color: lightblue;
}

.dropdown-list {
    border: 1.5px solid black;
    border-radius: 1px;
    height: 30px;
    font-size: 14px;
    width: 150px;
    font-family: Arial;
    background-color: #f8f9fa;
}

    .dropdown-list option {
    }


.PageHeaderNew {
    font-size: 20px;
    font-weight: bold;
    color: green;
}

.header-style {
    font-size: 0.7rem;
    min-width: 80px;
    font-size: small;
    min-width: 80px;
    border-color: #3369c8;
    background-color: #3369c8;
    color: #fff;
}

td, th {
    padding: 0.2rem;
    border-width: 0.5px !important;
}

#PageBody_GridViewSearch td {
    text-align: center;
}

.containerheading {
    background-color: #E3F2FD !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 40px;
    text-align: center;
    align-content: center;
    align-items: center
}

.subcontainerheading {
    background-color: #F5F5F5 !important;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 40px;
    text-align: center;
    align-content: center;
    align-items: center
}

.table1 {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .table1 td, table1 th {
        border: 1px solid #ddd;
        padding: 5px;
        text-align: start;
    }

    .table1 tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .table1 tr:hover {
        background-color: #ddd;
    }

    .table1 th {
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: left;
        background-color: #04AA6D;
        color: white;
    }


.dropdown-label {
    font-weight: bold;
    font-size: 14px;
    font-family: Arial;
}

.vertical-divider {
    width: 1px; /* The divider width is 1px */
    background-color: lightgrey; /* Light grey color for the divider */
    height: 100%; /* Make the divider as tall as the content */
    margin: 1px; /* Add some margin to the left and right */
}

.bouncing-icon {
    font-size: 40px;
    color: #becd29; /* Heart color */
    animation: bounce 1s ease infinite;
}

/* Keyframe animation to create the bounce effect */
@keyframes bounce {
    0%, 100% {
        transform: translateY(0); /* Start and end at the normal position */
    }

    50% {
        transform: translateY(-8px); /* Move up */
    }
}

/* Fullscreen Loader */
#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Spinner Animation */
.spinner {
    border: 5px solid #f3f3f3; /* Light border */
    border-top: 5px solid #3498db; /* Blue border */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Keyframes for Spinner */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-fieldset {
    border: 1px dashed #4a90e2;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
}



fieldset {
    min-width: 0px;
    margin: 0px;
}

.custom-legend {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    background-color: #f9f9f9;
    padding: 0 10px;
    border-radius: 45px;
    position: absolute;
    top: -12px;
    left: 10px;
    width: auto !important;
}


legend {
    float: left;
    margin-bottom: .5rem;
    line-height: inherit;
}

input.form-control {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
}

    input.form-control:invalid, input.form-control.error {
        outline: none;
        border: 1px solid red;
    }



input.form-control {
    height: 32px;
    padding: 4px 8px;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}
