.alert-custom{
    /*width:100%;*/
    margin:0;
}


.alert{
    
    z-index: 999999 !important;
}


.alert-success {
    background-color: rgba(81, 187, 37, 0.8);
    border-color: rgba(81, 187, 37, 0.9);
    color: #51bb25e6;
}


.alert-notifiy {
    background-color: #f8d62b;
    border-color: #f8d62b;
    color: #f8d62b;
}


.alert-danger {
  background-color: rgba(220, 53, 69, 0.8);
  border-color: rgba(220, 53, 69, 0.9);
  color: #dc3545e6; 
    
    
}


.data_loader{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all;
    background: #ffffff;
    border-radius: 15px;
}

.show_loader{
    opacity: 0.8;
    visibility: visible;
    
}

.loader-box {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s color, .3s border, .3s transform, .3s opacity;
    transition: .3s color, .3s border, .3s transform, .3s opacity;
}

.logo{
    width: 80%;
}

.icon_menu{
    width: 40px;
}

.no-button{
    border: none;
    background: none;
}


.status_active{
    color: white;
    background-color: #43d539 !important;
    border-color: #43d539 !important;
}


.status_pending{
    color: white;
    background-color: #ffe630f7 !important;
    border-color: #ffe630f7 !important;
}

.status_inactive{
    color: white;
    background-color: #9e9e9e !important;
    border-color: #9e9e9e !important;
}


.massive-upload{
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    -webkit-appearance: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    opacity: 0;
    
}


.dropzone_zone {
    left: 5%;
    height: 50px;
    position: absolute;
    width: 90%;
    border: 4px dotted #ccc;
}

.dropzone_zone h4{
    text-align: center;
    line-height: 2.5rem;
}

.file_name{
    margin: 1rem 0px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.file-content .folder .folder-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    background-color: #f6f7fb;
    margin: 5px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.file-content .folder .folder-box .media {
    margin:15px;
}

.row .folder{
    display: grid;
    grid-template-columns: calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem) calc(25% - 1rem);
    gap: 1rem;
    width: 100%;
    margin: 0;
}


.row .files{
    display: grid;
    grid-template-columns: calc(20% - 1rem) calc(20% - 1rem) calc(20% - 1rem) calc(20% - 1rem) calc(20% - 1rem);
    gap: 1rem;
    width: 100%;
    margin: 0;
}

.remove_folder {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    cursor: pointer;
}

.remove_file {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    cursor: pointer;
}

.file-content .files .file-box {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 15px;
    background-color: #f6f7fb;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 5px;
}

.zip_folder {
    position: absolute;
    top: -0.5rem;
    right: 1rem;
    cursor: pointer;
}

.zip_folder-c{
    
    position: absolute;
    top: -0.5rem;
    right: 0rem;
    cursor: pointer;    
}

.download_file {
    position: absolute;
    top: -0.5rem;
    right: 1rem;
    cursor: pointer;
}

.download_folder {
    position: absolute;
    top: -0.5rem;
    right: 0rem;
    cursor: pointer;
}

.file_c{
    right: 0rem;
}

.hide{
    display:none !important;
}


.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(248 248 248);
}

.form-control-2 {
    display: block;
    width: 100%;
    box-shadow: 0 0 20px rgb(8 21 66 / 5%);
    border-radius: 15px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control-2:focus {
    outline-color: transparent;
}

.page-wrapper .sidebar-main-title h6 {
    color: #074e7d;
    margin-bottom: 5px;
    letter-spacing: 0.40px;
}

.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 10px;
    background-color: #074e7d;
}

.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active svg {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active span {
    color: #ffffff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li .sidebar-link.active .according-menu i {
    color: #fff;
}


.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-link:not(.active):hover .according-menu i {
    color: #074e7d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-link:not(.active):hover span {
    color: #074e7d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li:hover .sidebar-link:not(.active):hover svg {
    fill: rgba(115, 102, 255, 0.1);
    stroke: #074e7d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.span-bg {
    font-size: 6rem;
    top: 16px !important;
    width: 150px !important;
    right: -40px !important;
    font-family: 'Rubik';
}



.bg-primary {
    background-color: #074e7d !important;
}

.bg-primary .media.static-top-widget .align-self-center {
    background-color: #074e7d;
}

.bg-secondary {
    background-color: #2b2b2b !important;
}

.bg-secondary .media.static-top-widget .align-self-center {
    background-color: #2b2b2b;
}
.page-wrapper.compact-wrapper .page-body-wrapper.sidebar-icon div.sidebar-wrapper .sidebar-main .sidebar-links > li.sidebar-list:hover > a:hover {
    background-color: rgb(0 73 121 / 63%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    background-color: #074e7d !important;
    border-color: #074e7d !important;
}

.btn-primary {
    background-color: #074e7d !important;
    border-color: #074e7d !important;
}


.post-menu{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.post-menu>li{
    margin: 0px 5px;
}

.post-edit{
    cursor:pointer;
}

.post{
   margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;   
}

.post-delete{
    cursor:pointer;
}


.no-read {
    position: absolute;
    right: 0;
    background: #cdcdcd;
    color: #2b2b2b;
    font-weight: bold;
    top: 0;
    padding: 5px 10px;
    border-top-right-radius: 15px;
}


.read {
    position: absolute;
    left: 0;
    background: #099300;
    top: 0;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 8rem;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
.page-wrapper .page-header .header-wrapper .nav-right .notification-box svg {
    -webkit-animation: none;
    animation: none;
}

.tada{
    
-webkit-animation: tada 1.5s ease infinite !Important;
    animation: tada 1.5s ease infinite !Important;

}


.edit_folder{

    position: absolute;
    bottom: 0.2rem;
    right: 0.5rem;
    cursor: pointer;

}