.card {
    border-radius: 15px;
}
.dt-none {
    display: none !important;
}
.float-end {
    float: inline-end;
}
.or-search {
    opacity: 0.5;
    margin-top: 2.3rem;
}
.or-search-button {
    margin-top: 2rem;
}
.nav-treeview .nav-item .nav-link  {
    border-bottom: none; /* Remove border-bottom */
    padding: 3px 30px 3px 47px;
}
.nav-sidebar>.nav-item {
    margin-left: 7px;
    border-bottom: 1px solid rgba(251, 255, 254, 0.43);
    width: 97%;
}
.note-box{
    background-color: #5d91d545;
    padding: 10px;
    border-radius: 10px;
    font-size: larger;
}
.loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
}
.relative {
    position: relative;
}
body {
    height: 100vh;
    display: flex;
    margin: 0;
    font-family: "Proxima Nova", sans-serif;
}

.error {
    color: red;
    margin-top: 1px;
}

.left-section {
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-section h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: center;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.input-padding {
    padding-left: 40px;
}

.form-group ion-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    color: #95c4e3;
    font-size: 14px;
}

.right-section {
    background-image: url("login-bg.png");
    /* background-size: 685px 620px; */
    background-size: cover;
    /* Make the image cover the entire div */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding: 30px;
}

.right-section .tags {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin-bottom: 20px;
    margin-bottom: 1.5rem !important;
}

.tag {
    /* background-color: #007bff; */
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 0.9rem;
    cursor: pointer;
}

.slider img {
    width: 300px;
    margin: 0 auto 15px auto;
    display: block;
}

.slider h2 {
    text-align: center;
    margin-bottom: 5px;
    margin-top: -60px;
    font-size: 25px;
    font-weight: bold;
    padding: 0px 175px 0px 175px;
}

.slider p {
    text-align: center;
    font-size: 0.9rem;
    max-width: 80%;
    margin: 0 auto;
}

.dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #007bff;
}

.slider-controls {
    margin-top: -300px;
    position: static;
    top: 50%;
    /* width: 93%; */
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
}

.slider-controls .control {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.big-icon{
    font-size: xx-large!important;
  } 
.signin-text {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    color: #1d3557;
}
.title-text-2 {
    font-size: 20px;
    font-weight: bold;
    color: #1d3557;
}
.title-text-1 {
    font-size: 24px;
    font-weight: bold;
    color: #1d3557;
}
.desc-text {
    font-size: 14px;
    color: #1d3557;
}
.form-fields {
    border-radius: 10px;
    border: 2px solid #95c4e3;
}

.form-fields::placeholder {
    color: #95c4e3;
    /* Change the color of the placeholder */
    font-size: 14px;
    /* Change the font size of the placeholder */
}
.select2-selection {
    background: #fbfffe 0% 0% no-repeat padding-box !important;
    border: 2px solid #6d8fa5c2 !important;
    border-radius: 10px !important;
}
.n-fields::placeholder {
    color: #6d8fa5c2;
    /* Change the color of the placeholder */
    font-size: 14px;
    /* Change the font size of the placeholder */
}
.n-fields {
    /* background: #fbfffe 0% 0% no-repeat padding-box; */
    border: 2px solid #6d8fa5c2;
    border-radius: 10px;
}
.form-control {
    /* background: #fbfffe 0% 0% no-repeat padding-box; */
    border: 2px solid #6d8fa5c2;
    border-radius: 10px;
}
.n-lable {
    font-size: 14px;
    color: #1d3557;
}
.form-label {
    font-size: 14px;
    color: #1d3557;
}
.table > thead > tr > th {
    color: #1d3557;
}
.btn-primary {
    background-color: #1d3557;
    border-color: #1d3557;
}
.btn-primary:hover {
    background-color: #1d3557;
    border-color: #1d3557;
}
.btn-info {
    background-color: #73c0ef;
    border-color: #73c0ef;
}
.btn-info:hover {
    background-color: #73c0ef;
    border-color: #73c0ef;
}
.content-header h1 {
    font-size: 24px;
    font-weight: bold;
    color: #1d3557;
    padding-left: 0.5rem !important;
}
.card-header h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1d3557;
}
.page-item.active .page-link {
    background-color: #1d3557;
    border-color: #1d3557;
}
.n-lable-lite {
    font-size: 14px;
    color: #1d3557 !important;
    font-weight: 100 !important;
}
.login-box {
    width: 50%;
}

.color-label {
    color: #1d3557;
    font-weight: bold;
    font-size: 14px;
}

.link-color {
    font-size: 14px;
    color: #45abe9 !important;
}

.light-text {
    font-size: 14px;
    color: #9cb2c1;
}

.btn-color {
    background-color: #457b9d;
    border: 2px solid #73c0ef;
    border-radius: 10px;
}
.btn-color-border {
    border: 2px solid #457b9d;
    color: #457b9d;
    border-radius: 10px;
}
.center-div {
    display: flex;
    justify-content: center;
}

.custom-sidebar {
    background: transparent linear-gradient(197deg, #1d3557 0%, #457b9d 100%) 0%
        0% no-repeat padding-box;
    opacity: 1;
    /* padding-left: 10px; */
}

.custom-hr {
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid #73c0ef;
    margin-top: 0rem;
}

.custom-hr-lite {
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid #73c0ef;
    margin-top: 0rem;
}
.custom-list {
    padding: 0.5rem 1.25rem;
    text-decoration: underline;
    color: #457b9d;
}
.dropdown-menu-lg {
    min-width: 200px;
}
.mobile-item {
    display: none !important;
}
.contactus-header {
    display: flex;
    /* justify-content: center; Center horizontally */
    align-items: center;
    color: #457b9d;
}
.contact-box {
    color: #457b9d;
    font-weight: 700;
    font-size: 17px;
}
.contact-box-icon {
    font-size: 22px;
    color: #457b9d;
}
.contact-box-1 {
    font-size: 18px;
}
.contact-box-icon-1 {
    font-size: 18px;
}
.contact-card {
    padding-left: 3rem !important;
}
.sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
    width: calc(242px - .5rem* 2);
    transition: width ease-in-out .3s;
}
@media (max-width: 768px) {
    .right-section .tags {
        display: none !important;
    }
    .slider-controls {
        display: none !important;
    }
    .login-box {
        width: 90% !important;
        margin-top: 0rem;
    }
    .slider h2 {
        text-align: center;
        margin-bottom: 5px;
        margin-top: -60px;
        font-size: 25px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
    }
    .slider p {
        display: none !important;
    }
    .left-section {
        order: 2; /* Show Div 1 after Div 2 */
        justify-content: normal;
    }
    .right-section {
        order: 1; /* Show Div 2 first */
        height: min-content;
    }
    #loginForm {
        display: none !important;
    }
    .mobile-item {
        display: block !important;
    }
    .contactus-header {
        display: flex;
        /* justify-content: center; Center horizontally */
        align-items: center;
        color: #457b9d;
        margin-bottom: 1rem !important;
    }
    .m-none {
        display: none;
    }
    .contact-card {
        padding-left: 0rem !important;
        padding-left: 0.2rem !important;
    }
    .rm-card {
        box-shadow: none !important;
        margin-bottom: 0rem;
        background-color: unset;
    }
    .ad-card {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
        margin-bottom: 1rem;
        border-radius: 15px;
        background-color: #fff;
    }
    .m-padding {
        padding: 0.5rem;
    }
    .m-block {
        display: block !important;
    }
    .req-image {
        order: 1;
    }
    .req-content {
        order: 2;
    }
    .req_image {
        padding: 5px 25px 1px 25px;
        border-radius: 50%;
        margin-top: 15px;
    }
    .m-full {
        width: 100% !important;
    }
}
.sidebar .menu-is-opening>.nav-link i.right, .nav-sidebar .menu-is-opening>.nav-link svg.right, .nav-sidebar .menu-open>.nav-link i.right, .nav-sidebar .menu-open>.nav-link svg.right {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.sidebar .nav-item>.nav-link .right {
    padding-top: 5px;
}
@media (min-width: 1800px) {
    .slider h2 {
        
        margin-bottom: 2rem !important;
        text-align: center;
        margin-bottom: 5px;
        margin-top: -60px;
        font-size: 40px;
        font-weight: bold;
        padding: 0px 0px 0px 0px;
    }
    .slider p {
        font-size: 18px !important;
        margin-top: 5rem !important;
    }

    .slider img {
        width: 500px;
        margin: 0 auto 15px auto;
        display: block;
    }
    .slider-controls {
        margin-top: -520px;
        position: static;
        top: 50%;
        width: 93%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
        padding: 0 10px;
      }
      .big-icon{
        font-size: xxx-large!important;
      } 
      .right-icon{
        padding-right: 0px!important;
      } 
      .tag {
        border-radius: 20px;
        padding: 3px 10px;
        font-size: 18px;
        cursor: pointer;
      }
      body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper{
        margin-left: 320px;
      }
      .main-sidebar, .main-sidebar::before {
        width: 320px;
    }
    .sidebar-mini .main-sidebar .nav-link, .sidebar-mini-md .main-sidebar .nav-link, .sidebar-mini-xs .main-sidebar .nav-link {
        width: calc(309px - .5rem* 2);
        /* transition: width ease-in-out .3s; */
    }
    .brand-link{
        width: 100%!important;
    }
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        /* transition: margin-left .3s ease-in-out; */
        margin-left: 320px;
    }

}
