.btn-color {
    /* 2598CF */
    background-color: #ED1C24 !important;
    color: #fff !important;
    font-weight: 500;
}

.profile-image-pic {
    height: 165px;
    width: 165px;
    margin: 0 !important;
    object-fit: contain;
}

/* .pro_valid__form input {
    background-color: #ebf2fa;
} */

/* .cardbody-color {
    background-color: #ebf2fa;
    background-image: url('../bg_img.jpg');
    background-position: center;
    background-size: cover;
} */
.card-body {
    background-color: #ffffffa1;
    border-radius: 10px;
}

.main_bg_div {
    /* background-color: #ebf2fa; */
    background-image: url('../bg_img.jpg');
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

a {
    text-decoration: none;
}

#popup {
    background-color: rgba(0, 0, 0, 0.3);
}

/* Success SVG editing animation */
.success-animation {
    margin: 150px auto;
}

.checkmark {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    /* box-shadow: inset 0px 0px 0px #4bb71b; */
    /* box-shadow: 0px 0px 0px black; */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: relative;
    top: 5px;
    right: 5px;
    margin: 0 auto;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;

}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {

    0%,
    100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.tick {
    display: block;
    font-size: 70px;
    background-color: #ebf2fa;
    border-radius: 50%;
    padding: 30px;
    margin-bottom: 15px;
}

/* Popup Modal designing */
.modal-confirm {
    color: #636363;
    width: 325px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

/* .modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    } */
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    /* width: 95px;
    height: 95px; */
    /* border-radius: 50%; */
    z-index: 9;
    /* background: #82ce34; */
    padding: 15px;
    text-align: center;
    /* box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1); */
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}