/*.content-wrapper.iframe-mode iframe{min-height:600px;}*/
.content-wrapper{background-color: #fff;}
/*.content-wrapper.iframe-mode .tab-loading{min-height:600px;}*/
.elevation-4{box-shadow: 0 1px 0px rgba(0, 0, 0, .25), 0 0px 3px rgba(0, 0, 0, .22) !important;}
.content-wrapper.iframe-mode .tab-loading{background-color: #fff;}
.sidebar-dark-orange .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-orange .nav-sidebar>.nav-item>.nav-link.active{color: #fff;}
.d1-flex a,.d1-flex button{float:left !important;}
.d1-flex button{padding-left:10px;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{color:#dc3545;font-weight: bold;}
.badge.admin{background:#dc3545;text-transform:capitalize;}
.badge{text-transform:capitalize;}
.select2 {width:100% !important;}
.select2-container--classic .select2-selection--multiple{border:1px solid #ced4da !important;}
.select2-selection__choice {
    background-color: #6f42c1 !important;
    border-color: #643ab0 !important;
    color: #fff !important;
}

.select2-selection__choice__remove {
    color: rgba(255, 255, 255, .7)!important;
}
/*.media-table{width: 150% !important;}*/
.media-table .btn-group .btn{width:75px;height: 30px;margin-right:5px;border-top-right-radius: .2rem;border-bottom-right-radius: .2rem;} 
.login-page, .register-page{background:#fff;}
#upload-messages .alert-info{margin: 10px 0px 0px 0px;
    color:#212529; 
    background-color: #fff !important; 
    border-color: #148ea1 !important;}
#upload-messages .alert-info a{ color:#212529;}	


/* Main container for previews */

/* Individual preview item */
.dz-preview {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
    border-radius: 5px;
    position: relative;
}


/* File details */
.dz-details {
    flex-grow: 1;
}

.dz-size {
    font-size: 0.875rem;
    color: #6c757d;
}

.dz-filename {
    font-size: 1rem;
    color: #495057;
    word-wrap: break-word;
}

/* Progress bar */

.dz-upload {
    display: block;
    height: 100%;
    background-color: #17a2b8;
    width: 0;
    transition: width 0.3s ease-in-out;
}

/* Success and error messages */
.dz-error-message {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

.dz-success-mark,
.dz-error-mark {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    display: none;
}

.dz-success-mark svg,
.dz-error-mark svg {
    width: 100%;
    height: 100%;
}

/* Show success and error marks */
.dz-success .dz-success-mark {
    display: block;
}

.dz-error .dz-error-mark {
    display: block;
}

/* Success and error mark styles */
.dz-success-mark svg path {
    fill: #28a745;
}

.dz-error-mark svg path {
    fill: #dc3545;
}

/* Ensuring a clean look for the table class */
.files {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.yearly-horoscope-title {
    color: #1a73e8;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.monthly-horoscope-title {
    color: #f39c12;
    font-size: 1.8em;
    text-align: center;
}

.weekly-horoscope-title {
    color: #16a085;
    font-size: 1.6em;
    text-align: center;
}

.daily-horoscope-title {
    color: #e74c3c;
    font-size: 1.4em;
    text-align: center;
}

.btn-deep-orange {
    background-color: #e67e22;
    color: white;
    border: none;
    border-radius: 8px; /* Add border radius */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow */
}

.btn-deep-orange:hover {
    background-color: #d35400;
}

.card-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.br-radius {
    border-radius: 12px;
}