.tutregesarea {
    background: #f6f6f6;
    padding: 50px;
}
.tutregesdata input {
    margin-top: 0px;
    color: black;
    font-weight: 400;
    border-radius: 0px;
    height: 50px;
    font-size: 15px;
}
.tutregesdata label {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin-top: 3px;
}
.tutregesdata textarea {
    margin-top: 0px;
    color: black;
    font-weight: 400;
    border-radius: 0px;
    font-size: 15px;
}
input.form-control.inline.end_times {
    margin-left: 14px;
}
span.btn.btn-primary.regform.myy {
    border-radius: 40px;
    font-size: 16px;
    color: azure;
    /* background-color: cornflowerblue; */
    width: 107px;
    height: 40px;
}
.tutregesdata label {
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    margin-top: 3px;
}
.regform {
    background: #fec200;
    border-color: #fec200;
    font-size: 22px;
    font-weight: 600;
    width: 16%;
    border-radius: 0px;
    height: 45px;
    margin-top: 20px;
    color: #333333;
}
.regform:hover {
    background: #333333;
    border-color: #333333;
    font-size: 22px;
    font-weight: 600;
    width: 16%;
    border-radius: 0px;
    height: 45px;
    margin-top: 20px;
    color: white;
}
span.btn.btn-danger.remover {
    border-radius: 40px;
    font-size: 13px;
    color: azure;
    /* background-color: cornflowerblue; */
    width: 105px;
    height: 33px;
    margin-top: 0px;
    margin-left: 10px;
}
span.btn.btn-primary.regform.myy.modal_msg {
    width: 133px
;
}

/* croppp */

.image_area {
    position: relative;
    text-align: center;
}

img {
    display: block;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.modal-lg {
    max-width: 1000px !important;
}

.overlay {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
    overflow: hidden;
    height: 0;
    transition: .5s ease;
    width: 100%;
}

.image_area:hover .overlay {
    height: 50%;
    cursor: pointer;
}

.text {
    color: gray;
    font-size: 17px;
    position: absolute;
    top: -5%;
    font-weight: 700;
    bottom: 55px;
    cursor: pointer;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.vsxv {
    height: 90px;
    width: 90px;
    border-radius: 100px;
}

.chuckl {
    min-width: 25px !important;
    margin: -12px 10px !important;
}

.sacas {
    display: flex !important;
}

.slutclick {
    background: #fec200;
    border-color: #fec200;
    font-size: 14px;
    font-weight: 600;
    width: 13%;
    padding: 7px;
    border-radius: 0px;
    height: 35px;
    margin-top: 20px;
    color: #ffffff;
}
.slutcli {
    background: #fec200;
    border-color: #fec200;
    font-size: 14px;
    font-weight: 600;
    width: 13%;
    padding: 7px;
    border-radius: 0px;
    height: 35px;
    margin: 6px 10px;
    color: #ffffff;
}
.slutclick:hover {
    background: #fec200;
    border-color: #fec200;   
    color: #ffffff;
}
.tcheck {
    margin-top: 20px;
    display: flex;
}

.ghyas {
    margin-top: 0px;
    color: black;
    font-weight: 400;
    border-radius: 0px;
    height: 50px;
    font-size: 15px;
}
.multibtn {
    
}













/* end crop */





@media only screen and (max-width: 480px) {
    .regform {
        background: #fec200;
        border-color: #fec200;
        font-size: 22px;
        font-weight: 600;
        width: 100%;
        border-radius: 0px;
        height: 45px;
        margin-top: 20px;
        color: #333333;
    }
}

