body {
    /* min-height: 100vh; */
    font-size: 16px !important;
    font-family: Roboto, sans-serif !important;
    background: #f8f9f9 !important;
    /* overflow-y: auto; */
    /* display: flex;  */
    /* -webkit-box-pack: center; */
    /* justify-content: center; */
    /* background: #00505bcc; */
    /* width: 100%; */
}

.navbar-expand-xl.navbar.navbar-dark.static-top {
    flex-wrap: wrap;
    width: calc(100% - 48px);
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    border-radius: 8px;
    background: #3D7CC9 !important;
}

p {
    font-size: 16px;
    color: #000 !important;
}

.navbar-dark .navbar-nav>li>a,
.navbar-dark .navbar-nav>li.dropdown>a {
    color: #fff !important;
}
.navbar-dark .navbar-nav .show.dropdown-menu > li > a{
    color: #fff !important;
}

.page-copy {
    background: #f8f9f9 !important;
}

.static-top.navbar-dark,
.navbar-dark .navbar-nav>li>a:hover,
.navbar-dark .navbar-nav>li.dropdown>a:hover {
    background: #3D7CC9 !important;
}
.navbar-dark .navbar-nav a.show, .navbar-dark .navbar-nav a.dropdown-toggle.show,.navbar-dark .navbar-nav .show.dropdown-menu{
    background: #3D7CC9 !important;
}

.navbar-dark .navbar-nav .show.dropdown-menu > li > a:hover{
    background-color: #3D7CC9 !important;
}

.nav-link[title="Home"],
.footer,
.skip-to-content {
    display: none;
}

.main {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: Roboto, sans-serif;
    background: center center / cover no-repeat transparent;
    -webkit-box-align: center;
    align-items: center;
    width: 90%;
    overflow-wrap: break-word;
    margin: auto !important;
}

.main .first-section {
    text-align: initial;
    padding-bottom: 16px;
    width: inherit;
    max-width: 100vw;
    color: rgb(255, 255, 255);
}

.main .second-section {
    display: block;
    background-color: #fff;
    flex-direction: column;
    box-shadow: 0 3.2px 7.2px 0 rgba(0, 0, 0, .132), 0 .6px 1.8px 0 rgba(0, 0, 0, .108);
    padding: 30px 30px 30px;
    align-self: stretch;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    word-break: break-word;
}

.form-check-input[type=radio],
select,
textarea {
    border-color: #949494 !important;
}

hr {
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-width: 0.5px;
    margin: 16px 0px -7px;
}

label {
    /* width: 100%; */
    display: block;
    font-weight: bold;
    font-size: 0.88em;
    color: rgb(22, 22, 22);
    /* white-space: pre-wrap; */
    margin-bottom: 6px;
}

label.text-blue-500.cursor-pointer.mb-0:hover {
    text-decoration: underline;
}

.red {
    color: red;
}

.css-8ciu0 {
    background: url(/CRM/Group\ 176329\ \(1\).png) center center / contain no-repeat;
    margin: 10px 0px;
    max-height: 60px;
    min-height: 60px;
    width: 240px;
}

.css-qy7br1 {
    text-align: initial;
    padding-bottom: 16px;
    /* width: inherit; */
    max-width: 70%;
    color: rgb(255, 255, 255);
}

.css-1t1wxts {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 42px;
}

.css-8ciu0 {
    background: url(/CRM/Group\ 176329\ \(1\).png) center center / contain no-repeat;
    margin: 10px 0px;
    max-height: 60px;
    min-height: 60px;
    width: 240px;
}

.css-1fsutgc {
    padding-left: 30px;
    padding-right: 30px;
}

.css-9ntf0m {
    font-size: 32px;
    margin-bottom: 10px;
}

.css-9ntf0m p,
.css-9ntf0m ol,
.css-9ntf0m ul {
    margin-block: 2px;
}

.css-9ntf0m {
    font-size: 32px;
    margin-bottom: 10px;
}

label.error {
    color: red !important;
}

.bg-gray-200 {
    background-color: #fff !important;
}

.ui-datepicker-title {
    display: flex;
    justify-content: space-around;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0px
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 5px;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    border-radius: 5px;
}

.btn {
    background-color: #EE7623  !important;
    border-color: #EE7623  !important;
}


.form-control:disabled {
    background-color: #eee !important;
}

.fa {
    color: #00505bcc !important;
}

.custom-loader {
    width: 50px;
    aspect-ratio: 1;
    /* Keeps the element square (height = width) */
    /* Apply background gradients directly without using a custom property */
    background: no-repeat radial-gradient(farthest-side, #429F40 90%, #0000), no-repeat radial-gradient(farthest-side, #397CC9 90%, #0000), no-repeat radial-gradient(farthest-side, #A3D55E 90%, #0000), no-repeat radial-gradient(farthest-side, #5BB0BB 90%, #0000);
    background-size: 50% 50%, 20% 20%, 35% 35%, 30% 30%;
    /* Set size of the background gradients */
    /* Apply animation */
    animation: l46 3s infinite;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    margin: auto;
}

/* Keyframes for the animation */
@keyframes l46 {
    0% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    }

    20% {
        background-position: 100% 100%, 100% 0, 0 0, 0 100%;
    }

    40% {
        background-position: 100% 100%, 0 100%, 0 0, 100% 0;
    }

    50% {
        background-position: 100% 100%, 0 100%, 0 0, 100% 0;
    }

    60% {
        background-position: 100% 0, 0 0, 0 100%, 100% 100%;
    }

    70% {
        background-position: 100% 0, 0 0, 0 100%, 100% 100%;
    }

    80% {
        background-position: 0 100%, 100% 100%, 100% 0, 0 0;
    }

    100% {
        background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    }
}

/* select2 css */
.form-select+.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #949494 !important;
    border-radius: 0.375rem !important;
    height: 37.33px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0.3rem .7rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
}

/* DataTable css*/
.dt-search,
.dt-length {
    display: flex;
}