/*-----------------row1---------------------------*/
body {
    background: linear-gradient(90deg, rgba(233, 233, 240, 1) 48%, rgba(227, 241, 241, 1) 100%);
}

/* ------------------------iamge preview------------------ */
.image_div_col {
    position: relative;
    /* border: 1px solid red; */
    border-radius: 10px;
}

.image_div_col img {
    position: absolute;
    height: 90%;
    /*width: 100%;*/
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.image_div_col label {
    position: absolute;
    font-size: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    right: 30px;
}

.image_div_col label i {
    color: gray;
}

.image_preview_div {
    border: 2px solid gray;
    height: 100%;
    border-radius: 10px;
}

.btn-grad {
    background: rgb(255, 16, 16);
    background: linear-gradient(90deg, rgba(255, 16, 16, 1) 0%, rgba(255, 157, 0, 1) 100%);
}

.btn-grad {
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.nav-heading {
    /* position:absolute; */
    color: #fff !important;
    font-weight: bold;
    left: 45%;
}

.line {
    width: 100%;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 40px;
    background: rgb(204, 204, 204);
}

.line-all {
    width: 101%;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 8px;
    background: rgb(233, 167, 37);
    background: linear-gradient(86deg, rgba(233, 167, 37, 1) 0%, rgba(179, 32, 37, 1) 50%);
}

label {
    font-weight: bold;
    font-size: 14px;
    color: rgb(51, 51, 51) !important;
}

#red {
    color: red;
}

.nav2 {
    display: none;
}

input[type=text],
input[type=password],
input[type=file],
input[type=email],
input[type=date],
input[type=number],
select,
textarea {
    border: 1px solid rgb(226, 176, 0) !important;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=file]:focus,
input[type=date]:focus,
option:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
    border: 1px solid #DF2800 !important;
    box-shadow: 0px 0px 8px rgb(226, 176, 0) !important;
}

input {
    margin-bottom: 10px;
}

@media screen and (max-width:1400px) {
    label {
        margin-left: 20px !important;
    }
}

@media screen and (max-width:970px) {
    .container {
        margin-top: 40px !important;
        max-width: 95% !important;
    }
}

@media screen and (max-width:780px) {
    .container {
        margin-top: 40px !important;
        max-width: 98% !important;
    }

    .nav2 {
        display: block;
        text-align: center;
        z-index: -1;
    }

    .nav-head {
        font-size: 18px;
    }

    nav button {
        font-size: 12px !important;
        padding: 2px 4px 2px 4px !important;
    }

    /*
.nav-heading {
display: none;
} */
    .admin-home {
        position: absolute;
        top: 60.5px;
        right: 0px;
    }

    .line-all {
        width: 104%;
        margin-left: -13px !important;
    }

    label {
        margin-left: 5px !important;
    }
}

@media screen and (max-width:600px) {
    .nav2 {
        text-align: left;
    }
}