.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}



.owl-stage .owl-item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}


.owl-stage .owl-item .card {
    border: solid 1px #cecece;
}

.owl-stage .owl-item .card .btn {
    padding: 3px 25px 3px 25px;
    background-color: #16c79a;
    color: #ffffff;
    border-radius: 20px;
}

.btn-done {
    padding: 3px 45px 3px 45px;
    background-color: #0077C2;
    color: #ffffff;
}

.btn-no {
    padding: 3px 45px 3px 45px;
    background-color: #ffffff;
    border: 1px solid #16c79a;
    color: #000;
}

.file-drop {
    width: 450px;
    height: 200px;
    padding: 2rem;
    text-align: center;
    border: dashed 1px #979797;
    position: relative;
    margin: 0 auto;
}

.file-drop input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.file-drop label {
    color: white;
    width: 183px;
    height: 44px;
    border-radius: 21.5px;
    background-color: #db202f;
    padding: 8px 16px;
}

.file-drop h3 {
    font-size: 20px;
    font-weight: 600;
    color: #38424c;
}

.fileover {
    animation: shake 1s;
    animation-iteration-count: infinite;
}

.files-list {
    margin-top: 1.5rem;
}

.files-list .single-file {
    display: flex;
    padding: 0.5rem;
    justify-content: space-between;
    align-items: center;
    border: dashed 1px #979797;
    margin-bottom: 1rem;
    display: flex;
    flex-grow: 1;
}

.files-list .single-file .delete {
    display: flex;
    margin-left: 0.5rem;
    cursor: pointer;
    align-self: flex-end;
}

.files-list .single-file .name {
    font-size: 14px;
    font-weight: 500;
    color: #353f4a;
    margin: 0;
}

.files-list .single-file .size {
    font-size: 12px;
    font-weight: 500;
    color: #a4a4a4;
    margin: 0;
    margin-bottom: 0.25rem;
}

.files-list .single-file .info {
    width: 100%
}


/* Shake animation */

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.mat-horizontal-stepper-header {
    padding: 0 !important;
    margin: 0 75px;
}

.mat-stepper-horizontal-line {
    margin: 0 -60px !important;
}

.mat-step-header .mat-step-icon-selected {
    background-color: #57bce2 !important;
}

.padbot {
    width: 100%;
}


/* 
.inner {
    padding: 25px 35px 0;
    box-shadow: 0 0 30px rgb(0 0 0 / 20%);
} */

h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #3a4951;
}

input[type="text"]:disabled {
    background-color: #dbdbdb;
}

select[disabled]:disabled {
    background-color: #dbdbdb;
}

textarea[disabled]:disabled {
    background-color: #dbdbdb;
}