/* 
    Created on : Jan 23, 2025, 5:12:43 PM
    Author     : MD.NAYAN
*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Dynamic Color >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
[data-menu-styles=dark][data-theme-mode=light] {
    --menu-bg: #226B87;
}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.btn-primary <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<,*/
.btn-primary:hover,
.btn-primary{
    background-color: #226B87 !important;
    border-color: #226B87!important;
    color: #fff !important;
}
/*.dropdown-item:not(.active):hover{
    color: #F7700B;
    background-color: rgba(var(--warning-rgb), 0.1);
}*/




/*>>>>>>>>>>>>>>>>>>>>>>>>>>>Dashboard Sidebar section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
/*.app-sidebar .main-sidebar-header{
    background: #fff;
    border-right: 1px solid #226B87;
}*/
.logo_title h6,
.des_top_view .logo_name{
    color: #226B87;
    font-weight: bold;
    margin: auto;
}
.main-header-container .main-header-dropdown.header-shortcuts-dropdown {
    width: 25rem !important;
}



.main-menu .open{
    background-color:#ff6d00a6;
}
.app-sidebar .side-menu__icon,
.app-sidebar .side-menu__label,
.app-sidebar .side-menu__item {
    color:#ccc;
}
 
[data-menu-styles=dark] .app-sidebar .side-menu__item:hover{
    background-color:#ff6d00a6;
}
/*last logo*/
.websit_sidebar_bottom{
    margin-top: -47%;
    background: #fff;
    height: 100%;
    padding: 10px;
    position: relative;
}

.side_setting{
    border: 1px solid #F7700B;
    padding: 9px 9px 6px;
    border-radius: 6px;

}

.side_setting i{
    color: #F7700B;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.Top bar <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.main-header-container .header-link-icon {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1.25rem;
    color:#F7700B;
    fill: #F7700B;
    transition: allease 0.05s;
    position: relative;
    border: 1px solid #F7700B;
    padding: 7px;
    border-radius: 5px;
}
.header-link-icon i,
.main-header-container .header-link.show .header-link-icon:hover,
.main-header-container .header-link.show .header-link-icon{
    color:#F7700B;
    fill: #F7700B;
}
.main-header-container .header-link {
    display: flex;
    align-items: center;
    margin: 2px;
    padding: 0px !important;
}





/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>pagination<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.pagination .page-item .page-link{
    cursor: pointer!important;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>admin login section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.authentication-background::before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0;
    width: 100%;
    height: 100%;
    background-color: #022735;
}
.related-apps .related-app:hover.pink,
.bg-pink-transparent,
.bg-secondary-transparent:hover,
.bg-secondary-transparent{
    background: rgb(233,241,243)!important;
}
.bg-pink-transparent:hover{
    background: #fff!important;
}

.distop_view{
    display: none;
}
@media (max-width: 991.98px) {
    .mobile_view{
        display: none;
    }
    .distop_view{
        display: block;
    }

}



/*>>>>>>>>>>>>>>>>>>>>>>>>>>>Dashboard section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.dashboard .admin_remove{
    display: none !important;
}
.dashboard  .logo_dashboard img{
    height:40px;
    display:block!important;
}
.header-profile-dropdown{
    min-width: max-content !important;
}
#header-shortcut-scroll{
    max-height: fit-content!important;
}
@media (min-width: 992px) {
    .dashboard{
        padding-inline-start: 0px!important;
        margin-inline-start: 0px !important;
    }
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>Forme label section<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.form-label {
    margin-bottom: .2rem;
    margin-top: 0.5rem !important;
}

td img{
    max-width: 250px;
}



/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<File upload>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<< */


.btn-upload-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn-upload {
    border: 0px solid gray;
    color: gray;
    background-color:  #953f98!important;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.btn-upload-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}


.upload_field input.input_file::-webkit-file-upload-button {
    border: none;
    color: #fff;
    font-weight: 500;

    background-color:  #953f98 !important;
    padding: 4px 18px;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 2px 1px 9px -3px #25c171;
}
