html,body {
    background-color: #101830;
    padding: 0;
    margin: 0;
}

.bg-color-set {
    background-color: #101830;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
    padding: 5px 15px;
}



@media only screen and (min-width: 768px) {
    .logo_wth {
        width: 110px;
    }
    .set-top-padding {
        padding-top: 105px;
    }
    .navbar-nav .nav-link.get-started {
        color: #ffffff;
    }
    .navbar-nav .nav-link.login-started {
        color: #ffffff;
        border: 1px solid #ffffff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
}
@media only screen and (max-width: 767.88px) {
    .logo_wth {
        width: 65px;
    }
    .set-top-padding {
        padding-top: 25px;
    }
    .open_nav .navbar-nav .nav-link {
        color: #ffffff;
        text-align: center;
    }
}

/* Dashboard page css */
.w-set-to {
    width:130px;
    height:130px;
    overflow:hidden;
    margin:auto;
}

/* My Account */
.upload_btn_one {
    position: absolute;
    right:0;
    top:0;
    margin-right:15px;
    margin-top:15px;
    width:36px;
    height:36px;
    background-color:#ffffff;
    border-radius:50%;
    padding:5px;
}
.upload_btn_two {
    position: absolute;
    z-index: 30;
    right: 0;
    top: 12px;
    margin-right: 19px;
    margin-top: 0px;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 4px;
}
.image-width-set-profile {

}
.cover_photo_area .image-width-set {
    width: 100%;
    height: 333px;
    object-fit: cover;
}
.profile_photo_area .image-width-set {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#imageContainer img {
    object-position: top;
    overflow: hidden;
}

.cover_photo_area {
    width: 100%;
    height:320px;
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.set-profile {
    width: 100%;
    object-fit: cover;
}
#imageContainer img {
    object-position: center;
    overflow: hidden;
}
.profile_photo_area {
    width:130px;
    height:130px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: #7a0505;
    border: 5px solid #04559b;
    position: absolute;
    z-index: 10;
    bottom: -75px;
    transform: translateX(-50%);
    left: 50%;
    background-color: #ffffff;
}
#imageUploadForm {
    position: relative;
}


 #error_fnt {
    color:#ff0000;
}
#error_fnt_2 {
    color:#ff0000;
}
#error_fnt_3 {
    color:#ff0000;
}
#error_fnt_4 {
    color:#ff0000;
}
#loader {
    display: none;
}

#contactus_btn {
    display: inline-flex;
    align-items: center;
    column-gap: 7px;
}

.spinner-border {
    width:16px;
    height:16px;
}






