html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }

}

.contactUs {
    max-width:70vw;
}

.contactUs a {
    color: var(--c-main);
    font-weight: 500;
}

.socials {
    width: max-content;
    margin: auto;
}

.socials i {
    color: #fff !important;
    margin: 0 .4rem;
}

.footerLinks {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: 0;
    margin: 0;
}

.footerLinks a {
    color:#fff !important;
    text-decoration:none;

}

    .page-link.active, .page-item.active, .page-item.active .page-link {
        background-color: var(--c-main) !important;
        color: #fff !important;
        border: transparent;
        text-align: center;
    }

.copySelect2 {
    height: 40px !important;
    border: 2px solid var(--c-main) !important;
}


.searchInput {
    min-width: 30vw !important;
}

.text-primary2 {
    color: var(--c-main) !important;
}

.submitBtn {
    height: 40px !important;
    border: 2px solid var(--c-main) !important;
    color: #f6f6f6 !important;
    background-color: var(--c-main) !important;
    transition: opacity .3s;
}

.submitBtn:hover, .submitBtn:active {
    transition: opacity .3s;
    opacity: .8;
    color: #f2f2f2 !important;
}

.resetBtn {
    background-color: #ccc !important;
    color:#222 !important;
    border-color:#888 !important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
body {
    min-height:100vh !important;
}
html {
  position: relative;
  min-height: 100%;
}

:root {
    --c-main: #931D20;
}

.btn-primary {
    background-color: var(--c-main) !important;
    border-color: var(--c-main) !important;
}

    .btn-primary:focus {
        box-shadow: 0px 0px 4px 1px var(--c-main) !important;
    }

.form-check-input:checked {
    background-color: var(--c-main) !important;
    border-color: var(--c-main) !important;
}

.form-check-input:checked {
    box-shadow: 0px 0px 4px 1px var(--c-main) !important;
}

.page-link {
    color:#000 !important;
}

.page-link:hover {
    box-shadow: 0px 0px 4px 1px var(--c-main) !important;
}

.fs-10 {
    font-size: 15px;
    font-weight: 500;
}


.text-pu {
    color: var(--c-main) !important;
}

.my-6 {
    margin: 60px 0;
}

    .card-header {
        background-color: var(--c-main) !important;
        background: var(--c-main) !important;
    }

main {
    transition: margin .3s;
    margin: 0 2rem 0 300px;
}

p {
    margin:0 !important;
}


.container {
    max-width:90% !important;
}

/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html {
    font-size: 14px;
}

p {
    margin: 0;
}


.select2-results__option.select2-results__option--highlighted {
    background-color: var(--c-main) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    width: 36px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--c-main) !important;
}

.select2-container--default .select2-selection--single {
    border: 2px solid var(--c-main) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single, .select2-selection.select2-selection--single {
    height: 40px !important;
}

.select2.select2-container {
    width: 100% !important;
}


i {
    font-size: 1.5rem !important;
}

.burger-menu2 i {
    cursor: pointer;
    margin: .4rem 0;
    color: #fff;
}

.flex_center {
    justify-content: center !important;
}


html[data-navbar-open="false"] .topList a {
    margin: .4rem auto;
    display: block !important;
    text-align: center;
}

.topList a {
    cursor: pointer;
    padding: .7rem .4rem;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    border-radius: 8px;
    background-color: transparent;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    gap: 1em;
    margin: .4rem 0;
    border: 2px solid transparent;
}

    .topList a:hover:not(:has(button)), .topList a.active, .logoutForm:hover {
        border: 2px solid #fff;
    }

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.navbarLink {
    transition: .2s;
    text-wrap-mode: nowrap;
    overflow: hidden;
    font-size: 1rem;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none !important;
}


html[data-navbar-open="false"] .logoutForm {
    justify-content: center;
}


.logoutForm p {
    margin: 0;
}

.logoutForm {
    transition: .3s;
    padding: .2rem;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: left;
    gap: 1rem;
    border: 2px solid transparent;
    padding: .8rem;
    border-radius: 8px;
}

    .topList a:hover:not(:has(button)), .topList a.active, .logoutForm:hover {
        border: 2px solid #fff;
    }

.header {
    border-bottom: 2px solid var(--c-main);
    border-radius: 5%;
    color: var(--c-main);
}



.s1Group {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.buttonGetStarted {
    width: 100%;
    margin-bottom: 4rem;
}

    .buttonGetStarted button {
        background-color: #093CC3;
        border-radius: 8px;
        color: #fff;
        padding: .6rem 1.4rem;
        border: unset;
        outline: unset;
        margin: 2.5rem auto 0 auto;
        display: block;
    }

.poweredBy {
    margin: auto;
    display: block;
    width: max-content;
    margin-top: .6rem;
    font-size: .8rem;
    color: #666;
}

.logos1 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #4BAAFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headers1 {
    font-size: 1.2rem;
    font-weight: 700;
    margin: 1rem 0 .4rem 0;
}

.texts1 {
    font-size: 1rem;
    font-weight: 500;
    color: #555;
    text-align: center;
}

.welcomeBody {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    display: block;
    max-width: 75%;
    margin: 0 auto 2rem auto;
}


.listsContainer {
    height: 100%;
    display: flex;
    /* width: 100%; */
    height: 95%;
    flex-direction: column;
    justify-content: space-between;
}

.username {
    font-size: 1.2rem;
    display: inline-block;
    cursor: auto !important;
    color: #fff;
}




.navbarList {
    list-style: none;
    padding: 1rem .9rem;
}



.bottomList {
    margin-top: auto;
}





    .bottomList a {
        color: #000;
        text-decoration: unset;
    }

        .bottomList a:hover {
            text-decoration: underline;
        }

.containerNav {
    background-color: var(--c-main);
    transition: .3s;
    /*    width: 15vw;*/
    width: 280px;
    box-shadow: rgba(1,1,1, 0.4) 0px 2px 4px, rgba(1,1,1, 0.3) 0px 7px 13px -3px, rgba(1,1,1, 0.2) 0px -3px 0px inset;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.burger_menu_container {
    display: flex;
    align-items: center;
    justify-content: right;
    border-bottom: 1px solid #fff;
    padding: .4rem 0;
    margin: 0 .5rem;
}

.burger-menu span {
    height: 2px;
    width: 25px;
    background: #000;
    display: block;
    margin: .4rem 0;
}

.burger-menu {
    margin: .4rem;
    margin-right: 1.4rem;
    cursor: pointer;
}

.contactUs b {
    color:var(--c-main);
}

.contactUs ul li {
    margin:.5rem;
}
.puRed {
    color: var(--c-main);
    display: inline;
    font-weight: 500;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}



.footer {
    white-space: nowrap;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    left: 280px;
    padding-left: 1rem;
    right: 0;
    background-color: var(--c-main);
    color: #fff !important;
    transition: left .3s;
    font-weight: 600;
}

@media(max-width:768px) {

    .contactUs {
        max-width: 90vw;
    }

    .recentlyAdded ul {
        padding-left: 0;
        list-style:none;
    }

    .container {
        max-width: 100% !important;
        
    }
}

/*LOGIN STYLES*/
@media(max-width:991px) {
    #navbarScroll > div {
        flex-direction: column;
        align-items: start !important;
        gap:1rem;
    }
    #navbarScroll > div ul {
        order:0;
    }

    #navbarScroll .logoutDiv {
        flex-direction:column;
    }
    #navbarScroll .searchDiv {
        order: 4;
        margin: .7rem 0;
    }
}

/*LOGIN STYLES*/
@media(max-width:768px) {
    .loginContainer {
        min-width: 80dvw !important;
    }
}

@media(max-width:500px) {
    .loginContainer {
        min-width: 90dvw !important;
    }
}



@media (max-width: 480px) {
    .login-box {
        padding: 1.5rem;
    }

    .login-header img {
        height: 80px;
    }

    .login-header h1 {
        font-size: 1rem;
    }
}