﻿.file {
    position: relative;
    margin: 0 !important;
}

.file-label {
    background: var(--bs-primary);
    line-height: 40px;
    color: #fff !important;
    font-weight: bold;
    font-size: .9em;
    transition: all .4s;
    text-align: center;
    width: 100%;
    height: 40px;
    border-radius: 5px !important;
}

    .file-label i {
        color: #fff !important;
    }

    .file-label:hover {
        color: #fff;
    }

.file input {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    opacity: 0.01;
    cursor: pointer;
    width: 100%;
    height: 40px;
}

    .file input:hover + label, .file input:focus + label {
        background: #001347;
        color: #202020;
    }

.img-progress {
    position: absolute;
    background-color: #c30f0f;
    left: 0;
    width: 0;
}

.remove-image {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 2em;
    width: 2em;
    color: #c30f0f;
}

.error-message {
    padding: 8px 10px;
}


/*--------------Deposite Tab----------------*/

.deposite-tab .nav-pills .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
}

    .deposite-tab .nav-pills .nav-item .nav-link.active i {
        color: #fff !important;
    }

.form-check {
    position: relative;
}

.form-check-input {
    display: none;
}

    .form-check-input[type="radio"] {
        border-radius: 50%;
        cursor: pointer;
        height: 24px;
        width: 24px;
    }

.form-check.image-checkbox input:after, .form-check.image-checkbox input:before {
    transition: opacity .3s ease;
}

.form-check.image-checkbox input:after, .form-check.image-checkbox input:before {
    transition: opacity .3s ease;
}

.form-check.image-checkbox .radio_animated:checked + .form-check-label {
    border: 2px solid var(--bs-primary);
    border-radius: 0px;
}

.form-check.image-checkbox .radio_animated:checked + .form-check-label {
    border: 2px solid var(--bs-primary);
}

.radio_animated:checked:before {
    transform: scale(1,1);
}

.radio_animated:before {
    transition: transform .4s cubic-bezier(.45,1.8,.5,.75);
    transform: scale(0,0);
    content: "";
    position: absolute;
    top: 0;
    left: 0.125rem;
    z-index: 1;
    width: 0.75rem;
    height: 0.75rem;
    background: #2961d5;
    border-radius: 50%;
}

.radio_animated:after {
    content: "";
    position: absolute;
    top: -0.25rem;
    left: -0.125rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #fff;
    border: 2px solid #e8ebf2;
    border-radius: 50%;
}
