body {
    background: #fff;
}
a:hover {
    color: #ccce3e;
}
.app-sidebar {
    background: #000000;
}

.gradient-menu .app-sidebar {
    background: linear-gradient(0deg, #000 0, #000);
}

.modal-header h4.modal-title {
    font-weight: 600;
}

.side-app .header .header-brand {
    img.header-brand-img.desktop-lgo {
        width: 200px;
        display: none;
    }

    img.header-brand-img.mobile-logo {
        width: 200px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .side-app .header .header-brand {
        img.header-brand-img.desktop-lgo {
            display: block;
        }
    }
}

.app-header {
    background-color: #000;
}

.app-header .secondary_logo {
    width: 200px;
}
.app-header .right_menu .input-group-append .btn {
    padding: 5px 15px;
}
.app-header .right_menu .input-group .form-control:focus {
    border-color: #fff;
}
.app-header .breadcrumb {
    color: #fff;
    font-size: 16px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.app-header .breadcrumb i {
    font-size: 22px;
}

.folder_view .file-manger-icon img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.dashboard .folder_view .file-manger-icon img {
    object-fit: contain;
}
.dashboard .folder_tile .file-manger-icon {
    margin-bottom: 0;
}
.folder_view .folder_tile .action_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 9;
    border-radius: 50%;
    color: #fff;
}
.folder_view .folder_tile .action_btn a.option-dots {
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 22px;
    border-radius: 0px 0px 0px 15px;
}
.folder_view .folder_tile .action_btn a.option-dots i{
    font-size: 13px;
}

.folder_view .folder_tile .action_btn a.option-dots,
.folder_view .folder_tile .action_btn a.option-dots:hover,
.folder_view .folder_tile .action_btn a.option-dots:focus, 
.folder_view .folder_tile .action_btn a.option-dots:hover, 
.folder_view .folder_tile .action_btn a.option-dots[aria-expanded=true] {
    color: #fff;
    background: #000;
}

.folder_view .folder_tile .loc-checkbox {
    position: absolute;
    z-index: 99;
}

.folder_view {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 20px;
}
.folder_tile{
    box-shadow: none;
    width: 15%;
    padding: 0;
    text-align: center;
    margin-bottom: 0;
}
.folder_tile .file-manger-icon {
    display: block;
    margin-bottom: 15px;
}
.auth_header .header-brand{
    width: 200px;
}
.auth_page {
    background-image: url('../../images/login_bg.png');
    background-size: cover;
}
.auth_page .card{
    border-radius: 0;
}
.auth_header{
    padding: 15px 20px;
}
.remember_me {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.login_action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.login_action p{
    margin-bottom: 0;
}
.login_action .btn{
    background-color: #cccd5a;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 30px;
    transition: all 0.2s;
}
.login_action .btn:hover {
    color: #fff !important;
    box-shadow: 0px 4px 6px #d9d9d9;;
}
.login_action p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}
.login_action p a{
    text-decoration: underline;
    font-weight: 500;
}
.remember_me a{
    font-weight: 500;
    font-size: 15px;
}
.remember_me .custom-control-label{
    font-size: 15px;
}
.login_box_header {
    margin-bottom: 25px;
}
.login_box_header h1{
    color: #cccd5a;
    font-size: 24px;
    margin-bottom: 23px;
}
.login_box_header p{
    font-size: 19px;
}
.auth_page .form-group .form-label {
    font-size: 15px;
    color: #cccd5a;
}
.auth_page .card-body {
    padding: 2rem;
}
.auth_page input.form-control {
    border: 0;
    border-bottom: 1px solid #d3dfea;
    border-radius: 0;
    padding-left: 0;
}
.form-control:focus {
    border-color: #000;
}
.side-menu__item{
    font-size: 16px;
    padding: 6px 15px;
}
.side-menu__item .side-menu__label{
    font-weight: 500;
    white-space: break-spaces;
}
.app-header .right_menu .btn {
    height: 45px;
    font-size: 16px;
    line-height: 33px;
    padding: 5px 20px;
}
.app-header .right_menu .btn i {
    margin-right: 5px;
    font-size: 15px;
    margin-top: 4px;
}
.app-header .right_menu {
    column-gap: 15px;
}
.app-header .nav-link.icon:hover {
    background-color: #fff;
}

.folder_name{
    column-gap: 7px;
    align-items: center;
}
.folder_name i{
    font-size: 18px;
}
.folder_name span{
    font-size: 15px;
    /* font-weight: 500; */
}
.folder_files{
    column-gap: 15px;
    align-items: center;
    position: relative;
}
.folder_favourit{
    position: absolute;
    right: 30px;
}
.folder_files span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.folder_files img {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    object-fit: cover;
}
.folder_files p {
    font-size: 15px;
    /* font-weight: 500; */
    margin-bottom: 0;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.folder_files small {
    color: #263871;
    font-weight: 500;
    font-size: 13px;
}
.folder_visits a {
    font-size: 18px;
    margin-left: 5px;
}
.card-table tr td:first-child, .card-table tr th:first-child{
    padding-left: 0;
}
.page-title{
    font-size: 18px;
}
.folder_visits .badge{
    font-size: 13px;
    font-weight: 600;
    padding: 5px 8px;
    background-color: #ffd54759;
    color: #ffaa26;
}
.recent_folder .folder_files i {
    font-size: 40px;
}
.recent_folder .folder_files p {
    margin-bottom: 5px;
}
.recent_folder .folder_files {
    cursor: pointer;
    padding: 12px 10px;
    border-radius: 5px;
}
.recent_folder .folder_files:hover {
    background: #f5f5f5;
}
.recent_folder .folder_files input[type=checkbox] {
    transform: scale(1.5);
}
.modal-title {
    font-size: 20px;
}
.modal-title i {
    margin-right: 10px;
    font-size: 18px;
}
.share_action {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border: 1px solid #e9ebfa;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.share_action ul{
    width: 100%;
}
.share_action ul li{
    width: 50%;
}
.share_action ul li a{
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.share_action ul li a:hover {
    color: #000;
}
.share_action ul li:first-child a{
    border-radius: 10px 0px 0px 10px;
}
.share_action ul li:last-child a{
    border-radius: 0px 10px 10px 0px;
}
.share_action ul li a.active{
    background-color: #f5f5f5;
}
.share_action span i{
    margin-right: 5px;
    font-size: 18px;
}
.modal-footer{
    column-gap: 15px;
}
.modal-footer .btn{
    background-color: #f5f5f5;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    box-shadow: none;
    margin: 0;
    width: 48%;
}
.btn.btn-success, .btn.btn-success:hover{
    background-color: #ccce3e !important;
    border-color: #ccce3e !important;
    color: #fff !important;
}
.modal-footer .btn:hover {
    color: #000;
}
.share_final label {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
}
.share_final .form-control {
    height: auto;
}
.generated_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.generated_link span{
    font-size: 22px;
    cursor: pointer;
}
.app-content{
    margin-top: 85px;
}
.dropzone{
    min-height: 80px;
}
.dropzone .dz-message{
    font-size: 1.5rem;
    top: 25%;
    margin: 0em 0;
}
.dropzone .dz-message:before{
    font-size: 45px;
    display: none;
}

.swal-button{
    min-width: 110px;
}
.swal-title{
    padding: 0px 16px;
    font-size: 22px;
    font-weight: 400;
}
.swal-button--confirm, .swal-button--confirm:hover {
    color: #fff !important;
    background-color: #ccce3e !important;
    border-color: #ccce3e !important;
    box-shadow: none !important;
}
.swal-button--cancel, .swal-button--cancel:hover {
    color: #565b95 !important;
    background-color: #f5f5f5 !important;
    border-color: #f5f5f5 !important;
    box-shadow: none !important;
}
.swal-button--cancel:not([disabled]):hover{
    background-color: #f5f5f5 !important;
    background: #f5f5f5 !important;
}
.swal-title:not(:last-child) {
    margin-bottom: 40px;
}
.no_data_found {
    width: 100%;
    text-align: center;
    margin-top: 10%;
}
.no_data_found i{
    font-size: 100px;
    opacity: 0.3;
    margin-bottom: 10px;
}
.no_data_found .card-title{
    text-transform: none;
}
.custom-switch-input:focus~.custom-switch-indicator {
    border-color: transparent;
    box-shadow: none;
}
.custom-switch-input:checked~.custom-switch-indicator {
    background: #ccce3e;
}
.tabs-menu ul li .active{
    color: #424e79 !important;
}
.gradient-menu .app-sidebar .side-menu .sidemenu_icon, .gradient-menu .app-sidebar .side-menu .slide a {
    color: #fff;
    opacity: .4;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #000;
}
body.public_page .app-content {
    margin-left: 0 !important;
}
body.public_page .app-header {
    padding-left: 20px;
}
body.public_page .app-header .header-brand,
body.public_page .side-app .app-header img.header-brand-img.desktop-lgo {
    display: block;
}
.form-control .bootstrap-tagsinput {
    border : none !important;
    box-shadow : none !important;
    width: 100% !important;
    padding: 0 !important;
}
.bootstrap-tagsinput .tag {
    background-color : #ccce58;
}
.items_counts {
    color: #939393;
    font-weight: 500;   
}
.card .card-header .card-title:before {
    background-color: #ccce58;
}
.header .form-control {
    height: 45px;
    min-width: 250px;
}
.app-sidebar__toggle {
    display: none;
}
.upload_gallery_page, .view_gallery_page{
    position: relative;
}
.upload_gallery_page .dimmer, .view_gallery_page .dimmer {
    position: absolute;
    top: 0;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
}
.upload_gallery_page .masonary_item {
    width: 24%;
    border: none;
}
.auto_height .form-control {
    height: auto;
}
.search_results p{
    font-size: 15px;
    font-weight: 500;
}
.search_results{
    padding-left: 0;
}
.ui-sortable {
    display: flex;
    column-gap: 5px;
    flex-wrap: wrap;
    row-gap: 5px;
}
.ui-sortable .image_box{
    width: 23%;
}
.recent_folder {
    max-height: 320px;
    overflow-y: auto;
}
.mobile_head{
    display: none;
}
.mobile_wrap {
    flex-wrap: wrap;
}
.mobile_breadcrub {
    display: flex;
    align-items: center;
}
.folder_view .folder_tile input[type="checkbox"] {
    transform: scale(1.5);
}
.comments-list {
    overflow-y: auto;
    height: calc(100vh - 250px);
}
.comment_box {
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 2px solid #c5c5c5;
    padding-top: 5px;
}
.comments-list .comment_item a{
    color: #ccce3e;
}
#ui_notifIt {
    height: 40px !important;
}
#ui_notifIt p {
    line-height: 40px !important;
}

.gridOverflow{--itemMinWidth:200px;--itemAspectRatio:1;--gridGap:4px;--linkActionIcon:"⤢";--itemRounding:6px;--masonryItemHeight:180px;margin:auto;display:grid;grid-gap:var(--gridGap);grid-template-columns:repeat(auto-fit,minmax(min(calc(50% - var(--gridGap)), var(--itemMinWidth)), 1fr));grid-auto-flow:dense}.go_gridItem{padding-bottom:calc(100% * var(--itemAspectRatio));height:0;position:relative;box-sizing:border-box;overflow:hidden;display:block;}.go_gridItem>*{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;box-sizing:border-box}.go-masonry{gap:var(--gridGap);display:flex;flex-wrap:wrap}.go-masonry .go_gridItem{padding-bottom:0;display:flex;flex-grow:1;height:var(--masonryItemHeight);flex-basis:fit-content}.go-masonry .go_gridItem>*{position:static;flex-grow:1;width:auto}

.gridOverflow.go-masonry {
--gridGap: 4px;
--itemMinWidth: 30%;
--masonryItemHeight: 280px;
margin-bottom: 50px;
}

.go_gridItem {
    cursor: pointer;
}

.go-masonry .go_gridItem:last-child img {
    max-width: fit-content;
}