.search-dropdown.show{
    /* position: absolute; */
        width: 100%;
        background-color: #000;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding-left: 0;
        margin-bottom: 0;
        inset: 0px auto auto 0px;
        /* transform: translate3d(0px, 44.8px, 0px); */
        z-index: 1;
}
.search-dropdown li{
        font-size: 14px;
        color: #fff;
        padding: 5px 15px;
        margin: 5px 0;
        list-style: none;
}

.radio-btns{
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: flex-start;
}
.radio-btns .form-check-input[type=radio]{
    color: #F0B90B;
    box-shadow: 0 0px 7px 0 rgba(230, 207, 5, 0.4), 0 0px 16px 0 rgba(219, 204, 6, 0.5);
    border: #F0B90B;
    background-color: #f0b90b;   
    font-size: 20px;
}
.radio-btns label{
    color: #f0b90b;
    font-size: 18px;
}

.custom-action-btn{
    background-color: #454545 ;
    padding: 4px;
    height: 28px ;
    width: 28px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 4px;
}
.custom-action-btn i{
    color: #fff;
}
.shadow-box .shadow-manage-box {
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
.shadow-box .shadow-manage-box img{
    max-height: 60px;
    margin-bottom: 0.4rem;
}
.shadow-box .shadow-manage-box:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.shadow-box .shadow-manage-box h4{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.4rem;
    margin-bottom: 0.8rem;
}
.shadow-box .shadow-manage-box .common-btn{
    width: 100%;
    min-width: auto;
}
.shadow-box .heading-main{
    font-size: 24px;
}

.profile-image{
    position: relative;
    width: max-content;
    margin: auto;
}
.profile-image input{
    position: absolute;
    height: 100%;
    width: 100%;
    border: none;
    opacity: 0;
    left: 0;
    top: 0;
}
.profile-image img{
    height: 140px;
    width: 140px;
    border: 1.6px solid #fff;
    border-radius: 50%;
    object-fit: contain;
}
.profile-image .edit-icon{
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    color: #000;
    background-color: #f0b90b;
    padding: 6px;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50%;
}
.dashboard-layout .login-header-home .navbar-expand-lg.dash-navbar{
    background-color: #272727 !important;
}
.dashboard-layout .profile-notify{
    display: flex;
    gap: 26px;
    align-items: center;
}
.dashboard-layout .profile-notify .notify-dropdown{
    width: max-content;
    position: relative;
}
.dashboard-layout .profile-notify .notify-dropdown .dropdown-menu{
    background-color: #000;
    border: 1px solid #fff;
}
.dashboard-layout .profile-notify .notify-dropdown .dropdown-menu .dropdown-item{
    color: #fff;
}
.dashboard-layout .profile-notify .notify-dropdown .dropdown-menu .dropdown-item:hover, .dashboard-layout .profile-notify .notify-dropdown .dropdown-menu .dropdown-item:focus, .dashboard-layout .profile-notify .notify-dropdown .dropdown-menu .dropdown-item:active {
    background-color: #F0B90B;
    color: #000;
}
.dashboard-layout .profile-notify .notify-dropdown button{
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.dashboard-layout .profile-notify .notify-dropdown button i {
    font-size: 18px;
}
.dashboard-layout .profile-notify .notify-dropdown .dropdown-toggle::after{
    display: none;
}
.dashboard-layout .profile-notify .notify-dropdown .number-span{
    background-color: red;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    padding: 2px;
    border-radius: 50%;
    height: 16px;
    min-width: 16px;
    width: max-content;
    position: absolute;
    top: 2px;
    right: 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-layout .profile-icon{
    display: flex;
    align-items: center;
    gap: 8px;
}
.dashboard-layout .profile-icon img{
    height: 36px;
    width: 36px;
    object-fit: contain;
    border-radius: 50%;
    border-radius: #ddd;
}
.dashboard-layout .profile-icon p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight:400;
    color: #fff;
    line-height: 14px;
}
@media(max-width:991px){
.shadow-box{
    padding: 12px !important;
}

}
@media (max-width:768px){
    .heading-main{
        font-size: 18px !important;
    }
    .shadow-box .heading-main{
        font-size: 16px !important;
    }  
}


.guideline-sec p, .guideline-sec li{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}
.green-back{
    display: inline-block;
    background-color: #10ff104a;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
}
.red-back{
    display: inline-block;
    background-color: #ff434363;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
}
.dashboard-layout .login-header-home .dash-navbar.navbar-expand-lg .navbar-nav .nav-link{
    margin: 2px 12px;
    padding: 10px 8px !important;
}
.dashboard-layout .login-header-home .dash-navbar.navbar-expand-lg .navbar-nav .nav-link{
    position: relative;
}
.dashboard-layout .login-header-home .dash-navbar.navbar-expand-lg .navbar-nav .nav-link:hover{
    background-color: #333333;
    border-radius: 4px;
}
.dashboard-layout .login-header-home .dash-navbar.navbar-expand-lg .navbar-nav .nav-link:hover::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background-color:  #F0B90B;

}

.common-form-input .select-common.form-select {
    font-size: 14px;
    background-color: #272727;
    font-size: 16px;
    font-weight: 400;
    box-shadow: none !important;
    outline: none !important;
    color: #fff;
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-radius: 10px;
}
.common-tab{
    border-bottom-color: transparent;
    padding: 1rem 0;
}
.common-tab.nav-tabs .nav-item {
    width: 100%;
    max-width: 260px;
}
.common-tab.nav-tabs .nav-item .nav-link{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
    background-color: #272727;
    border-color: transparent;
    width: 94%;
    border-radius: 8px;
}
.common-tab.nav-tabs .nav-item.show .nav-link, .common-tab.nav-tabs .nav-link.active{
    background-color: #f0b90b;
    box-shadow: none;
}
@media(max-width:768px){
    .common-tab.nav-tabs .nav-item {
        max-width: 146px;
    }
.common-tab.nav-tabs .nav-item .nav-link{
    font-size: 14px;
    line-height: 20px;

}
.dash-navbar.navbar-expand-lg .navbar-toggler{
    padding: 4px 8px;
}
.dash-navbar.navbar-expand-lg .navbar-toggler-icon{
    height: 1em;
    width: 1em;
}
.dashboard-layout .profile-notify{
    gap: 6px;
}
.dash-navbar.navbar-expand-lg .common-btn{
    font-size: 10px !important;
}
}