
@import url("https://fonts.googleapis.com/css?family=Barlow:300,400,500,600,700,900|Muli:300,400,500,600,700,800,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
    font-family: "Muli",sans-serif;    
    background: #FFF;
}

.btn {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

a {
    text-decoration: none;
}

.table tr th, .table tr td {
    vertical-align: middle;
}

.table tbody tr td {
    padding-block: .75rem;
}

.table td.title {
    font-weight: 600;
}

@media (min-width: 1200px) {
    
}

.slick-slider {
	display: table !important;
	table-layout: fixed !important;
	width: 100% !important;
}

header {
    border-bottom: 1px solid #EEE;
}
header .nav-link {
    padding: 37px 25px !important;
    color: #252b60;
    font-weight: 600;
    font-size: 16.3px;
}

header .nav-item.active .nav-link {
    color: #4f39f6;        
}

header .navbar-nav .dropdown .nav-link i{
   font-size: 14px;
}
main {
    min-height: 100vh;
}

.col-form-label {
    font-weight: 600;
    margin-bottom: 5px;
}

.floating-box {
    position: absolute;
    top: 2%;
    right: -40px;
    z-index: 12;
    animation-name: myAnimation;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes myAnimation {
  0% {    
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    
    transform: translateY(0);
  }
}

#welcome-page .hero {
    width: 1905px;
    position: relative;
    left: 0px;
    top: 0px;    
    opacity: 1;
    background-color: #ebecfe;
    /* background-image: url(../../assets/img/hero/h1_hero.jpg);     */
}
#welcome-page .hero {
    padding-block: 5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#welcome-page .hero_title h1 {
    font-size: 80px;
    font-weight: 900;
    margin-bottom: 10px;
    color: #28395a;
    line-height: 1.2;
    width: 75%;
}

#welcome-page .hero_title p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

#welcome-page .hero form .form-control, #welcome-page .hero form .form-input {
    border: none;
    border-right: 1px solid #ced4da;
    border-radius: 0;    
    font-size: 1rem;
    outline: none;
}

#welcome-page .hero form .form-control:focus, #welcome-page .hero form .form-input:focus {
    border: none;
    box-shadow: none;
    border-right: 1px solid #ced4da;
}

@media only screen and (max-width: 576px) {
    .container {
        padding-inline: 2rem;        
    }

    header .navbar-collapse {
        margin: 20px 0;
    }

    header .nav-link {
        margin-bottom: 9px;
    }
    header .nav-link {
        padding: 12px 18px !important;
        color: #252b60;
        font-weight: 500;
        border-radius: 7px;
    }
    header .nav-link:hover {
        background: #EEE;        
    }

    #welcome-page .hero {
        width: 100%;
        position: relative;
        left: 0px;
        top: 0px;
        opacity: 1;
        background-image: none;
        background-color: #ebecfe;
        min-height: fit-content;
        padding: 2rem 0;
        text-align: center;
    }

    #welcome-page .hero_title h1 {
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 10px;
        color: #28395a;
        line-height: 1.2;
        width: 100%;
    }

    #welcome-page .hero form .form-control, #welcome-page .hero form .form-input {
        border: 1px solid #ced4da;
        width: 100%;
        margin-bottom: 10px;
    }

    
    #welcome-page .hero form .form-control:focus, #welcome-page .hero form .form-input:focus {
        border: 1px solid #ced4da;
    }

    #welcome-page .hero .flex-lg-fill {
        width: 100%;
    }
}

.job-details .hero {
    background-color: #FFF9F3;
    display: inline-block;
    width: 100%;
    padding: 55px 0px;
    position: relative;
}

.job-details .hero .company-logo {
    margin-right: 20px;
    height: 115px;
    width: 115px;
}

.job-details .hero .company-logo img {
    width: 100%;
    height: 100%;
}

.job-details .hero .company-logo, .job-details .hero .info {
    display: inline-block;
}

.job-details .hero .info h4 {
    font-size: 35px;
    font-weight: 800;
    color: #202124;
    margin-bottom:10px;
}

.job-details .hero .info .main-cat {
    background: rgba(25, 103, 210, .15);
    color: #1967d2;
    padding: 5px 20px;
}

.job-details .hero .info .sub-cat {
    background: rgba(52, 168, 83, .15);
    color: #34a853;
    padding: 5px 20px;
}

.job-details .hero ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.job-details .hero ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
}

.job-details .hero ul li:not(:last-child)::after {
    content: '\00B7';
    margin-left: 10px;
    font-weight: 900;
    color: #CCC;
}

.article {
    padding: 50px 0;
}

.article .heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 15px;
    text-transform: none !important;
}

.article .description, .article .skills-requirement {        
    font-size: 15px;
    line-height: 30px;
    color: #212529;
    margin-bottom: 26px;
}

.article .skills-requirement {
    color: #212529;
}

.company-info .body {
    padding: 3rem;
    background: #e7f2f8;
    border-radius: 16px;
    margin-bottom: 40px;
}

.application-details .company-info .body {
    background: #e7f2f8;
}

.company-info .company-logo {
    margin-right: 20px;
    height: 60px;
    width: 60px;
}

.company-info .company-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.company-info h5{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
}

.company-info .about{
    line-height: 1.6;
}


.find-jobs .hero {
    background-color: #FFF9F3;
    display: inline-block;
    width: 100%;
    padding: 55px 0px;
    position: relative;    
}

.find-jobs .job-listing .job-item{
    border: 1px solid rgba(6, 18, 36, 0.1);
    padding: 26px 23px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.find-jobs .job-listing .job-item .description {
    color: #727272;
}

.find-jobs .job-listing ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

ul.work-types {
    margin: 0;
    padding: 0;
    list-style: none;    
}

ul.work-types li {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    color: #88929b;
}

ul.work-types li:not(:last-child)::after {
    content: '\00B7';
    margin-left: 10px;
    font-weight: 900;
}

.find-jobs .job-listing .job-item h3 a {
    font-weight: bold;
    font-size: 20px;    
    padding-top: 3px;
    margin-bottom: 8px;
    color: #1f2938;
}

.find-jobs .job-listing .job-item .share-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: end;
    gap: 12px;
}

.find-jobs .job-listing .job-item .share-icons li {
    background: #CCC;
    padding: .45rem .80rem;
    border-radius: 50%;     
    font-size: 1rem;
}

.find-jobs .job-listing .job-item .share-icons li.share{
    background: #e4d4ed;
    padding: .70rem .70rem;
}

.find-jobs .job-listing .job-item .share-icons li.report{
    background: #fbd3e2;
}

.find-jobs .job-listing .job-item .share-icons li.save{
    background: #c6e9dd;
}

.find-jobs .job-listing .job-item .share-icons li a {
    color: #000;
}

.find-jobs .job-listing .job-item span.badge{
    background-color: #FFF9F3;
    border: 1px solid #f3eae2;
    color: #000;
    padding-inline: 10px;
    padding-block: 7px;
    font-weight: 400;
    letter-spacing: 1px;
}
.find-jobs .job-listing .company-logo {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #EEE;
    overflow: hidden;
}

.find-jobs .job-listing .company-logo img {
    width: 100%;
    height: 100%;
    scale: 105%;    
}

.sidebar .heading {
    font-size: 18px;
    color: #1f2938;
    line-height: 22px;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 15px;
}

.sidebar .card {
    border: 1px solid rgba(6, 18, 36, 0.1);
}


.similar-jobs .company-logo {
    height: 60px;
    width: 60px;
}

.similar-jobs .company-logo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.similar-jobs h3 a {
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 15px;
    text-transform: none !important;
}

.categories {
    background-color: #FFF;
    padding: 5rem 0;
}

.categories h3 i {
    color: #1e3c76;
}

.categories .card {
    border: 3px solid #ebecfe;
}

.categories .card:hover {
    background: #ededed;
    border-color: #ededed;
}

section .subheading {
    color: #4C5EEC;
    font-size: 22px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 1rem;               
}


section .heading {
    color: #060512;
    font-size: 44px;
    line-height: 58px;
    font-weight: 800;   
}

section p.heading_description {
    color: #6E6E72;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    transition: all 0.4s;
}

.how-it-works {
    padding: 6rem 0;
    background:#EDEEFD;
}

.how-it-works i {
    color: #4C5EEC;
}

.how-it-works h4 {
    font-weight: 800;
    margin-bottom: 1rem;
}

.how-it-works p{
    color: #6E6E72;
    font-size: 18px;
    line-height: 30px;
    margin: 0 10px;
}    

.how-it-works .card {
    background-color: #FFF;
    border: none;
}

.testimonials {
    padding: 5rem 0;
}

.testimonials .name{
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 3px;
    color: #4C5EEC;
}

.testimonials .position{
    color: #060512;
    font-weight: 600;
}

.testimonials .description{
    color:#6E6E72;
    font-size: 18px;
    font-style: italic;
    line-height: 1.8rem;
    margin: 1.5rem 0;
}

.profile-top .profile-bg {
    background: url(../../assets/images/profile-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 7.5rem !important;
}

.profile-top .profile-icon {
    height: 6rem;
    width: 6rem;
    border-radius: 50% !important;
    border:5px solid #fff !important;
    position: relative;
    overflow: hidden;
    margin-top: -2rem;
}

.profile-top .profile-icon img {
    width: 100%;
    height: 100%;
}

.card {
    border: 1px solid rgb(194 193 197 / 50%);
}

.employee-dashboard .welcome-alert {
    background-color: #FFF9F3;
    border: 1px solid #f3eae2;
    color: #000;
    padding-inline: 1.25rem;
    padding-block: .85rem;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 6px;
}

.sidenav.navbar {
    background-color: #FFF;
    border-radius: .5rem;
    padding: 0;
    border: 1px solid #f1f1f1;
}

.sidenav.navbar .navbar-header {
    color: #64748b;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: .25rem;
    padding: .3rem .4rem;
    text-transform: uppercase;
}

.sidenav.navbar .navbar-nav {
    padding: 1.5rem;
    width: 100%;
}

.sidenav.navbar .navbar-nav .nav-item {
    margin-bottom: .150rem;
}

.sidenav.navbar .navbar-nav .nav-item.active {
    background-color: #6f67e1;
    border-radius: .5rem;
    color: #FFF !important;
}

.sidenav.navbar .navbar-nav .nav-item .nav-link {
    background-color: transparent;
    border-radius: .5rem;
    color: #475569 !important;
    font-weight: 600;
    padding: .45rem 0 .45rem .7rem;
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

.sidenav.navbar .navbar-nav .active>.nav-link {
    color: #FFF !important;
}

.sidenav.navbar .navbar-nav .nav-item .nav-link:hover {
    background-color: #e2e8f0 !important;
    color: #64748b !important;
}

.sidenav.navbar .navbar-nav .nav-item .nav-link .nav-icon {
    margin-right: .5rem;
    opacity: .5;
    width: 18px;
}
.sidenav.navbar .navbar-nav .active>.nav-link .nav-icon {
    opacity: 1;
}
footer {
    padding-top: 100px;
    padding-bottom: 50px;
    background: #060512
}

footer h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}

footer h3 {
    color: #fff;
}

footer p, footer a {
    color: #acafb5;
    text-decoration: none;
    line-height: 30px;
}

footer ul {
    margin: 0px;
    padding: 0px;
}

footer ul li {
    list-style: none;
}

.footer-area p {
    color: #868c98;
    padding-right: 52px;
    font-size: 16px;
    margin-bottom: 50px;
    line-height: 1.8;
}

label span.required {
    color: #f92370;
}
   
select.form-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
    background-image: url("../../assets/img/down_arrow_icon.png");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    padding-right:  2.25rem;          
}    

form .card {
    background-color: #FFF;
    border-radius: .5rem;
    padding: 0;
    border: 1px solid rgb(194 193 197 / 50%);
    box-shadow: var(--bs-box-shadow-sm) !important;
}

.dropdown-toggle::after {
    content: none;
}

.btn {
    letter-spacing: 0.5px;
}

.btn-primary {
    color: #fff;
    background-color: #28395a;
    border-color: #28395a;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-outline-primary {
    color: #000000;
    background-color: transparent;
    border-color: #28395a;
}

.btn-outline-primary:hover {
    color: #FFF;
    background-color: #28395a;
    border-color: #28395a;
}

.dropdown-alerts {
    width: 395px;
    border-color: #f1f1f1;
    padding-block:0;
}

.dropdown-alerts .dropdown-item {
    white-space: normal;
    padding: .95rem 1.3rem;
}

.dropdown-alerts .dropdown-item:hover, .dropdown-alerts .dropdown-item:focus, .dropdown-alerts .dropdown-item:active {
    background: #fdf9f4;
}

.dropdown-alerts li:last-child .dropdown-item {
    background: #f1f1f1;
    text-align: center;
    font-weight: 700;
    padding: .75rem 1.3rem;
}

.dropdown-alerts .unread .dropdown-item {
    font-weight: 600;
}

.dropdown-alerts .dropdown-item .icon {
    height: 40px;
    width: 40px;
    background: #6f67e1;
    border-radius: 50%;
    color: #FFF;
}

.table tbody tr:last-child td {
    border-bottom-width:0;
}

.dropdown-usermenu {
    width: 190px;
}

.dropdown-usermenu .dropdown-item {
    padding: .60rem 1.25rem;
    font-weight: 600;
}

.dropdown-usermenu .dropdown-item:hover {
    background: #EEE;
}

.dropdown-usermenu .dropdown-item i {
    color: #6f67e1;
}

.application-details .hero {
    background-color: #FFF9F3;
    display: inline-block;
    width: 100%;
    padding: 55px 0px;
    position: relative;
}

.application-details .hero .company-logo {
    margin-right: 20px;
    height: 115px;
    width: 115px;
}

.application-details .hero .company-logo img {
    width: 100%;
    height: 100%;
}

.application-details .hero .company-logo, .application-details .hero .info {
    display: inline-block;
}

.application-details .hero .info h4 {
    font-size: 35px;
    font-weight: 800;
    color: #202124;
    margin-bottom:10px;
}

.application-details .hero .info .main-cat {
    background: rgba(25, 103, 210, .15);
    color: #1967d2;
    padding: 5px 20px;
}

.application-details .hero .info .sub-cat {
    background: rgba(52, 168, 83, .15);
    color: #34a853;
    padding: 5px 20px;
}

.application-details .hero ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.application-details .hero ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
}

.form-heading {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    color: #202124;
    margin-bottom: 5px;
    text-transform: none !important;
}

.form-description {
    font-size: 15px;
    line-height: 30px;
    color: #212529;    
}

ul#autoComplete_list_1 {
    
    max-height: 226px;
    overflow-y: scroll;
    box-sizing: border-box;
    margin: 0.5rem 0 0 0;
    padding: 0;
    z-index: 1;
    list-style: none;
    border-radius: 0.6rem;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, 0.07);
    box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
    outline: none;
    transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
}

ul#autoComplete_list_1 li{
    margin: 0.3rem;
    padding: 0.3rem 0.5rem;
    text-align: left;
    font-size: 1rem;
    color: #212121;
    border-radius: 0.35rem;
    background-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s ease;
    cursor: pointer;
}

ul#autoComplete_list_1 li mark {
    background-color: transparent;
    color: #6f67e1;
    font-weight: bold;
    padding: 0;
}

.small {
    font-family: 'Inter';
}

.count {
    background-color: #6176fd;
    color: #FFF;
    padding-inline: 5px;
    padding-block: 1px;
    text-align: center;
    font-size: .80rem;
    font-weight: 700;   
}

span.badge-yellow {
    background-color: #FFF9F3;
    border: 1px solid #f3eae2;
    color: #000;
    padding-inline: 12px;
    padding-block: 3px;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: .90rem;
}

span.job_status_P {
    background: #efefef;
    color: #818283;
    padding-inline: 0.70rem;
    padding-block: 0.20rem;
    font-size: 0.80rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
span.job_status_O {
    background: #e8f5ec;
    color: #016630;
    padding-inline: 0.70rem;
    padding-block: 0.20rem;
    font-size: 0.80rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
span.job_status_R {
    background: #fffce3;
    color: #c59b20;
    padding-inline: 0.70rem;
    padding-block: 0.20rem;
    font-size: 0.80rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
span.job_status_C {
    background: #fef2f2;
    color: #9f0712;
    padding-inline: 0.70rem;
    padding-block: 0.20rem;
    font-size: 0.80rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.profile .hero {
    background-color: #FFF9F3;
    display: inline-block;
    width: 100%;
    padding: 55px 0px;
    position: relative;
}

.profile .picture {
    width: 150px;
}

.profile .picture img {
    width: 100%;
    height: 100%;
}

.profile .information h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    color: #202124;
    margin-bottom: 10px;
}

.profile .information ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.profile .information ul li {
    display: inline-block;
    margin-right: 25px;
    font-size: 14px;
    color: #37404e;
}

.profile .user-info .body {
    padding: 3rem;
    border-radius: 16px;
    margin-bottom: 40px;
    border:1px solid #e7f2f8;
}

.profile .user-info h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 5px;
}

.profile .user-info .body-details {
    border-top: 1px solid rgba(6, 18, 36, 0.1);
    display: inline-block;
    width: 100%;
    padding: 30px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
}

.experience-item {
    padding: 1.5rem 1.75rem;
    border: 1px solid #e7f2f8;
    border-radius: 16px;
}

.experience-item h3{
    font-size: 17px;
    font-weight: 700;   
}

.skill-item:not(:last-child) {
    margin-bottom: 1rem;
}
.skill-item h3 {
    font-size: 16px;
    font-weight: 700;
}

.employee-item {
    margin-bottom: 1.5rem;
}

.employee-item .picture {
    width: 58px;
}

.employee-item .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.employee-item h3{    
    font-weight: 600;  
    font-size: var(--bs-body-font-size);    
}

.employee-item h3 a{
    color: inherit; 
}

.inbox .msg-sidebar {
    width: 275px;
}

.inbox .msg-body {
    
}

.msg-body .user .picture {
    width: 75px;
    height: 75px;
}

.msg-body .user .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.msg-body .user h3{   
    font-size: 18px; 
    font-weight: 600;  
       
}

.msg-body .user h3 a{
    color: inherit; 
}

.msg-body .messages {
    margin-block: 1.5rem;
    padding-block: 1.5rem;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    max-height: 350px;
    overflow-y: scroll;
}

.msg-body .form textarea {
    background: #f3f3f3;
    border: none;
    padding: 1rem 1.5rem;
}

.msg-body .message-item .picture {
    width: 50px;
    height: 50px;
}

.msg-body .message-item .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.msg-sidebar {
    border: 1px solid rgb(194 193 197 / 50%);
    border-radius: 8px;
}

.msg-sidebar .picture {
    width: 40px;
    height: 40px;
}

.msg-sidebar .picture img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.msg-sidebar ul {
    margin: 0;
    padding: 10px 0;
    list-style-type: none;    
}

.msg-sidebar ul li{
    padding-block: 0.75rem;
    padding-inline: 1.25rem;
    border-bottom: 1px solid rgb(194 193 197 / 50%);
}

.msg-sidebar ul li a{
    color: inherit;
}

.msg-sidebar ul li:hover{
    background: #f1f1f1;
}

.msg-sidebar ul li.active {
    background: #f1f1f1;
}

.page .hero {
    background-color: #FFF9F3;
    display: inline-block;
    width: 100%;
    padding: 45px 0px;
    position: relative;    
}

.contact-us h3 {
    font-size: 23px; 
    font-weight: 600;  
}

.color-theme {
    color: #4f39f6;
}

.page .about {
    background: #f5f5f5;
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.col-start-1 {
    grid-column-start: 1;
}
.col-start-2 {
    grid-column-start: 2;
}
.col-start-3 {
    grid-column-start: 3;
}
.col-start-4 {
    grid-column-start: 4;
}
.col-start-5 {
    grid-column-start: 5;
}
.col-start-6 {
    grid-column-start: 6;
}
.col-start-7 {
    grid-column-start: 7;
}
.col-start-8 {
    grid-column-start: 8;
}
.col-start-9 {
    grid-column-start: 9;
}
.col-start-10 {
    grid-column-start: 10;
}
.col-start-11 {
    grid-column-start: 11;
}
.col-start-12 {
    grid-column-start: 12;
}

.col-end-1 {
    grid-column-end: 1;
}
.col-end-2 {
    grid-column-end: 2;
}
.col-end-3 {
    grid-column-end: 3;
}
.col-end-4 {
    grid-column-end: 4;
}
.col-end-5 {
    grid-column-end: 5;
}
.col-end-6 {
    grid-column-end: 6;
}
.col-end-7 {
    grid-column-end: 7;
}
.col-end-8 {
    grid-column-end: 8;
}
.col-end-9 {
    grid-column-end: 9;
}
.col-end-10 {
    grid-column-end: 10;
}
.col-end-11 {
    grid-column-end: 11;
}
.col-end-12 {
    grid-column-end: 12;
}
.col-end-13 {
    grid-column-end: 13;
}

.row-start-1 {
    grid-row-start: 1;
}
.row-start-4 {
    grid-row-start: 4;
}
.row-end-4 {
    grid-row-end: 4;
}
.row-end-7 {
    grid-row-end: 7;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #f2f6fd;
    color: #4C5EEC;
}

.form-check-input:checked {
    background-color: #4f39f6;
    border-color: #4f39f6;
}

.hero h1 {
    color: #060512;
    font-size: 46px;
    line-height: 58px;
    font-weight: 800;
}

.nav-tabs .nav-link {
    color: #000;
    font-size: .95rem;
}

.nav-tabs .nav-link.active {
    font-weight: 700;
}

.faq-title {
    font-weight: 600;
}

.faq-description {
    line-height: 28px;
}

.btn-theme {
    color: #fff;
    background-color: #4C5EEC;
    border-color: #4C5EEC;    
}

.btn-theme:hover, .btn-theme:active, .btn-theme:focus-visible {
    color: #fff !important;
    background-color: #354bfd !important;
    border-color: #354bfd !important;    
}

.btn-theme.disabled, .btn-theme:disabled {
    color: #fff;
    background-color: #4C5EEC;
    border-color: #4C5EEC; 
    opacity: 0.65;
}

.auth {
    font-family: "Inter", sans-serif;
    background-color: #ebecfe;    
    height: 100vh;
}

.auth .card{
    background-color: rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(5px);
    border: 1px solid #e5e5ed;
}

.auth .title {
    font-size: 2.38rem;
    font-weight: 800;   
    text-align: center; 
}

.auth .form-control {
    padding: 0.9rem 1.875rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #141727 !important;
    background-color: #FFF !important;
    border: 1px solid #D3D8E9;
}

.auth .form-control:focus {
    box-shadow: none;
    color: #141727 !important;
    background-color: #FFF !important;
    border: 1px solid #D3D8E9;
}

.auth input:-internal-autofill-selected {
    background-color: #FFF !important;
}

.auth p, .auth label {
    font-size: 1rem;
    font-weight: 500;
}

.auth .btn-lg {
    font-size: 1.05rem;
    padding-block: .80rem;
    font-weight: 500;
}