:root{
    --accent-color: #F1592A;
    --custom-black: #232323;
    --custom-black2: #585858;
}
body {
    background-color: #FAFAFA;
}
.bg-white{
    background-color: #fff!important;
}

.blakk{
    color: #232323;
}
.blakk2{
    color: #585858;
}
.main-title-text{
    font-weight: bold;
    color: #000;
}
.custom-auth-input{
    background-color: #FAFAFA;
    border: 1px solid #E8EAE6!important;
    border-radius: 10px;
    padding: 10px 25px;
}
.accent-link{
    color: var(--accent-color);
    text-decoration: none;
    font-weight: 500;
}
.accent-button{
    width: 100%;
    text-align: center;
    background-color: var(--accent-color);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    border: 1px solid var(--accent-color);
    padding: 10px 25px;

}
.accent-button-2{
    /*width: 100%;*/
    text-align: center;
    background-color: var(--accent-color);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    border: 1px solid var(--accent-color);
    padding: 10px 25px;

}
.google-btn{
    width: 100%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid #E8EAE6;
    padding: 10px 25px;
    text-decoration: none;
    display: block;
}
.register-container{
    /*padding-top: 10%;*/
}
.register-container-form{
    margin-top: 8%;
}
.image-container{
    align-items: center;
}
.side-bar-logo{
    height: 40px;
}
.side-bar-logo-mobile{
    height: 20px;
}
.header-logo-wrapper{
    padding: 20px 40px 20px 40px;
}
.header-logo-wrapper-mobile{
    /*padding: 20px 40px 20px 40px;*/
}
.menu-button{
    font-size: 24px;
    background-color: transparent;
    border: 0px;
}
.main-menu-section ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.no-deco{
    text-decoration: none;
    /*color: #000;*/
}
.main-menu-section li {
    margin-bottom: 8px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;

}
.main-menu-section li a{
    color: #232323;
    font-size: 16px;
}
.main-menu-section li.active{
    background-color: #FAF4F1;
    border-right: 3px solid var(--accent-color);
}
.main-menu-section .bi{
    margin-right: 7px;
}
.main-menu-section .active{
    color: var(--accent-color);
}
.active .bi{
    color: var(--accent-color);
}
aside{
    background-color: #fff;
    height: 100vh;
    position: sticky;
    top: 0px;
}
.social-icons {
    text-align: center;
    margin-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
}
.social-icons a {
    margin: 0 0px;
    color: var(--custom-black); /* Bootstrap primary color */
    text-decoration: none;
    font-size: 24px;

}
.header-user-wrapper{
    padding: 20px 20px;
    background-color: #fff;
}
.main-section{
    flex: 1;
}
.search-bar .input-group-text{
    background-color: #FAFAFA;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 0px!important;
    border-color: #E8EAE6!important;
    font-weight: 700;
    padding-right: 20px;
}
a.top-bar-icons{
    color: #000;
    font-size: 24px;
    padding: 10px;
}
.search-bar input{
    border-right: 0px!important;

}
.iconn{
    margin-right: 15px;
}
.profile-btn{
    /*background-color: transparent;*/
    border: 0px;
    padding: 0px;
    height: 40px;
    width: 40px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.user-dropdown .dropdown-menu{
    padding-top: 45px;
    padding-bottom: 35px;
    border-radius: 10px;
    border-top: 2px solid var(--accent-color);
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
}
.user-dd li{
    padding-left: 30px;
    margin-bottom: 25px;
    color: var(--custom-black);
    font-size: 13px;
}
.dark-color{
    color: #585858;
}
.darker-color{
    color: #000;
}
li .bi{
    margin-right: 7px;
}
.main-content-section{
    width: 100%;
}
.title{
    font-weight: 700;
}
.menu-items-profile{
    padding-right: 20px;
    padding-bottom: 10px;
}
.menu-item-prof .active{
    font-weight: 700;
}
.menu-item-prof{
    white-space: nowrap;
}

.half-border{
    position: relative;
}
.half-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%; /* Adjust the width to control the length of the border */
    height: 3px; /* Set the height of the border */
    background-color: var(--accent-color);
}
.profile-links{
    font-size: 18px;
}
.profile-form-wrapper{
    background-color: #fff;
    border-radius: 10px;
}
.card-wrapper{
    background-color: #fff;
    margin-bottom: 10px;
}
.card-wrapper-profile{
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.lat-wrapper{
    background-color: #fff;
}
.profile-image-settings-wrapper{
    margin-right: auto;
    margin-left: auto;
    height: 25vh;
    width: 25vh;
    border-radius: 1000px;
    background-image: url("/assets/icard.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.cover-image-settings-wrapper{
    margin-right: auto;
    margin-left: auto;
    height: 25vh;
    width: 100%;
    border-radius: 10px;
    background-image: url("/assets/icard.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.cover-photo{
    background-image: url("/assets/icard.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 20vh;
}
.custom-card-header-profile{
    padding: 0px 3rem 0px 3rem;
    max-height: 180px;
}
.custom-card-header-img-profile{
    height: 150px;
    width: 150px;
    border-radius: 75px;
    background-image: url("/assets/icard.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #fff;
    position: relative;
}
.custom-card-header-name-nm-profile{
    font-weight: bold;
    color:#232323;
    font-size: 20px;
}
.custom-card-header-name-mn-profile{
    color: #585858;
    font-size: 14px;

}
.login-button{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background-color: var(--accent-color);
    padding: 5px 25px;
    border-radius: 10px;
    white-space: nowrap;
}
.side-img{
    margin-right: 15px;
}
.row-side{
    border-bottom: 2px solid #F4F5F7;
}
.list-no-type{
    list-style-type: none;
    padding: 0px!important;
}
.invalid-feedback{
    display: block!important;
}

@media only screen and (max-width: 600px) {
    .p-5{
        padding: 1.5rem!important;
    }
    .aside-show{
        position: absolute!important;
        z-index: 999!important;
        display: block!important;
    }
}
.custom-search-input{
    background-color: #FAFAFA;
    border: 1px solid #E8EAE6!important;
    border-radius: 50px;
    padding: 15px 30px;
}
.input-group-text-curved{
    border-top-right-radius: 50px!important;
    border-bottom-right-radius: 50px!important;
}
.home-links{
    color: #000;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    padding: 0px 20px;
}
.links-section{
    /*padding: 0px 80px;*/
    overflow: auto;
    padding-bottom: 15px;
}
a:hover{
    color: #F1592A!important;
}
.float-mid{
    margin-top: 10vh;
}
.accent-word{
    color: #F1592A!important;

}
.adept-tagline{
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 3px;
}
.adept-tagline-2{
    letter-spacing: 3px;
    text-align: center;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 25px;
}

.nav-link{
    color: #000;
    font-weight: 500!important;
}
.nav-pills .nav-link.active{
    background-color: #F1592A!important;
    color: #fff;
    border-radius: 40px;

}
.sendit-icon-2{
    background-color: #F1592A!important;
    color: #fff!important;
}
.res-menu:hover{
    background-color: #FAF4F1;
}
.dropdown-menu-cus{
    border-top: 3px solid #F1592A!important;
    text-decoration: none!important;
}
.accordion-button:not(.collapsed) {
    color: #F1592A;
    background-color: #FAF4F1;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.text-orange{
    color: #F1592A;
}
.subsection-list{
    padding: 7px 15px;
    border-radius: 50px;
    margin-bottom: 5px;
    background-color: #F8F9FA;
    transition: all ease .3s;
}
.subsection-list:hover{
    cursor: pointer;
    background-color: #F1592A;
    color: #fff!important;
}
.cover_photo{
    border-radius: 7px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
