.toast-info {
    background-color: #2f96b4 !important;
}

.toast-success {
    background-color: #51a351 !important;
}

.toast-warning {
    background-color: #f89406 !important;
}

.toast-error {
    background-color: #bd362f !important;
}

.select2 {
    /*width: 100% !important;*/
}

.form-control {
    border: .0625rem solid #ced4da !important;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #f44336!important;
    padding-right: calc(1.5385em + .875rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23F44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.38462em + .21875rem);
    background-size: calc(.76925em + .4375rem) calc(.76925em + .4375rem)
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 0 rgba(244, 67, 54, .25)
}

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5385em + .875rem);
    background-position: top calc(.38462em + .21875rem) right calc(.38462em + .21875rem)
}

.custom-select.is-invalid, .was-validated .custom-select:invalid {
    border-color: #f44336;
    padding-right: calc((1em + .875rem) * 3 / 4 + 1.3125rem);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .875rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23F44336' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23F44336' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.3125rem/calc(.76925em + .4375rem) calc(.76925em + .4375rem)
}

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
    border-color: #f44336;
    box-shadow: 0 0 0 0 rgba(244, 67, 54, .25)
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
    display: block
}

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #f44336
}
.centered {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;

    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}

.centered-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
}

/*loading gif*/
.ripple-loader {
    position: relative;
    width: 100px;
    height: 100px;
    margin: auto;
}

.ripple-loader div {
    position: absolute;
    border: 4px solid #006a2f;
    border-radius: 50%;
    animation: ripple-loader 1s ease-out infinite;
}

.ripple-loader div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes ripple-loader {
    0% {
        top: 50px;
        left: 50px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 0;
        left: 0;
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

.centered-content {
    margin: auto;
}

/** Loading bars **/
#floatBarsG {
    position: relative;
    width: 0;
    height: 16px;
    margin: auto;
}

.floatBarsG {
    position: absolute;
    top: 0;
    background-color: rgb(0, 0, 0);
    width: 16px;
    height: 16px;
    animation-name: bounce_floatBarsG;
    animation-duration: 1.235s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    transform: scale(.3);
}

#floatBarsG_1 {
    left: 0;
    animation-delay: 0.006s;
}

#floatBarsG_2 {
    left: 25px;
    animation-delay: 0.6125s;
}

#floatBarsG_3 {
    left: 49px;
    animation-delay: 0.739s;
}

#floatBarsG_4 {
    left: 74px;
    animation-delay: 0.8655s;
}

#floatBarsG_5 {
    left: 99px;
    animation-delay: 0.992s;
}

#floatBarsG_6 {
    left: 124px;
    animation-delay: 1.1085s;
}

#floatBarsG_7 {
    left: 148px;
    animation-delay: 1.235s;
}

#floatBarsG_8 {
    left: 173px;
    animation-delay: 1.3615s;
}

.font-helper {
    font-size: 12px;
    color: grey;
}

.text-uppercase {
    text-transform: uppercase;
}

@keyframes bounce_floatBarsG {
    0% {
        transform: scale(1);
        background-color: rgb(0, 0, 0);
    }

    100% {
        transform: scale(.3);
        background-color: rgb(255, 255, 255);
    }
}

.hide {
    display: none;
}
.him-counts {
    /*position: absolute;*/
    display: inline-block;
    vertical-align: baseline;
    font-style: normal;
    background: #03A9F4;
    padding: 1px 5px;
    border-radius: 2px;
    right: 4px;
    top: -11px;
    color: #FFF;
    font-size: 10px;
    line-height: 15px;
}
.delete {
    color: red;
}
.coloredth th {
    text-align: left;
    background-color: #f6f6f6;
}
i {
    cursor: pointer;
    /*font-size: 1rem!important;*/
}


/* Dashboard Coming Soon Component - Scoped Styles */
.dashboard-coming-soon-wrapper .dashboard-coming-soon-card {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid rgba(32, 156, 238, 0.15);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.dashboard-coming-soon-wrapper .dashboard-coming-soon-header {
    background: linear-gradient(135deg, #209CEE 0%, #1e88e5 100%);
    color: white;
    padding: 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dashboard-coming-soon-wrapper .dashboard-coming-soon-header::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.1) 10px,
        rgba(255, 255, 255, 0.1) 20px
    );
    animation: dashboard-shimmer-animation 3s linear infinite;
}

@keyframes dashboard-shimmer-animation {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.dashboard-coming-soon-wrapper .dashboard-coming-soon-header h5 {
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.dashboard-coming-soon-wrapper .dashboard-coming-soon-header .dashboard-cs-subtitle {
    font-size: 1rem;
    opacity: 0.9;
    margin-top: 5px;
    position: relative;
    z-index: 2;
}

.dashboard-coming-soon-wrapper .dashboard-cs-main-icon {
    font-size: 3.5rem;
    background: linear-gradient(135deg, #209CEE 0%, #1e88e5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: dashboard-pulse-animation 2s ease-in-out infinite;
    margin-bottom: 20px;
    display: block;
}

@keyframes dashboard-pulse-animation {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.dashboard-coming-soon-wrapper .dashboard-cs-feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.dashboard-coming-soon-wrapper .dashboard-cs-feature-item {
    background: white;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid rgba(32, 156, 238, 0.1);
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.dashboard-coming-soon-wrapper .dashboard-cs-feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(32, 156, 238, 0.15);
}

.dashboard-coming-soon-wrapper .dashboard-cs-feature-icon {
    font-size: 2.5rem;
    color: #209CEE;
    margin-bottom: 15px;
    display: block;
}

.dashboard-coming-soon-wrapper .dashboard-cs-feature-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

.dashboard-coming-soon-wrapper .dashboard-cs-feature-desc {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.4;
}

.dashboard-coming-soon-wrapper .dashboard-cs-progress-section {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
    border: 1px solid rgba(32, 156, 238, 0.1);
}

.dashboard-coming-soon-wrapper .dashboard-cs-progress-bar {
    height: 8px;
    border-radius: 10px;
    background: linear-gradient(90deg, #209CEE 0%, #1e88e5 100%);
    animation: dashboard-progress-animation 2s ease-in-out;
    transition: width 0.3s ease;
}

@keyframes dashboard-progress-animation {
    0% { width: 0%; }
    100% { width: 30%; }
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-section {
    background: white;
    padding: 20px;
    border-radius: 12px;
    margin: 25px 0;
    border: 1px solid rgba(32, 156, 238, 0.1);
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-item:hover {
    background: rgba(32, 156, 238, 0.05);
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-item:last-child {
    margin-bottom: 0;
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: linear-gradient(135deg, #209CEE 0%, #1e88e5 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1rem;
    flex-shrink: 0;
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-content h6 {
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.dashboard-coming-soon-wrapper .dashboard-cs-timeline-content p {
    color: #666;
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.4;
}

.dashboard-coming-soon-wrapper .dashboard-cs-cta-section {
    text-align: center;
    margin-top: 25px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    border: 1px solid rgba(32, 156, 238, 0.1);
}

.dashboard-coming-soon-wrapper .dashboard-cs-btn-notify {
    background: linear-gradient(135deg, #209CEE 0%, #1e88e5 100%);
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.dashboard-coming-soon-wrapper .dashboard-cs-btn-notify:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(32, 156, 238, 0.3);
    color: white;
    text-decoration: none;
}

.dashboard-coming-soon-wrapper .dashboard-cs-launch-info {
    margin-top: 15px;
    color: #666;
    font-size: 0.9rem;
}

.dashboard-coming-soon-wrapper .dashboard-cs-launch-info strong {
    color: #209CEE;
}

.dashboard-coming-soon-wrapper .dashboard-cs-progress-bg {
    background: rgba(32, 156, 238, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.dashboard-coming-soon-wrapper .dashboard-cs-progress-text {
    color: #209CEE;
    font-weight: 600;
    font-size: 1.1rem;
}
