/* +++++++++++++++++ Global css +++++++++++++++++++*/
/* :root {
    --font-family: "Roboto", serif;
    --heading-blue: #669CEC;
    --body-blue: #F7F8FC;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

body {
    color: #000;
    line-height: 22px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
} */

/* Chrome, Safari, Edge, Opera */

/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */

/* Firefox */

/* input[type="number"] {
    -moz-appearance: textfield;
} */

/* responsive font size */

/* html {
    font-size: 1rem;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 1.2rem;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 1.4rem;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 1.6rem;
    }
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none;
} */

/* +++++++++++++++++ Global css +++++++++++++++++++*/

/* Login page Start */
.login_bg {
    /* background-color: #f6fafd; */
    /* background-image: url(../images/login_bg.png); */
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.login_content_bg {}

.login_content {
    margin: 0 95px;
}

.login_form_details {
    background-color: #f3f8fe;
    padding: 0px 0 50px 0;
    margin-top: 50px;
    border-radius: 20px;
    width: 72%;

}

.form-group,
.title {
    width: 80%;
    margin: 0 auto;
}

.title {
    padding: 50px 0 20px 0;
}

.single-input {
    width: 100%;
    border: 1px solid #fff;
    display: flex;
    margin-bottom: 15px;
    background-color: #fff;
    height: 55px;
    align-items: center;
    border-radius: 8px;

}

.single-input span {
    color: #4b87e2;
    background-color: #f3f8fe;
    border-radius: 5px;
    width: 50px;
    height: 40px;
    margin-left: 8px;
    text-align: center;
    line-height: 37px;
    font-size: 22px;
}

.single-input input {
    border: 0px solid #c1c1c1;
    width: 100%;
    outline: none;
    height: 30px;
    font-size: 18px;
    padding-left: 0px;
}

.submit-btn {
    border: 0px solid #c1c1c1;
    margin-top: 30px;

}

.submit-btn input {
    background: #669cec;
    color: #fff;
    cursor: pointer;
    border: none;
    display: inline-block;
    padding: 8px 30px;
    width: 30%;
    border-radius: 5px;
}

.header-admin {
    position: relative;
    z-index: 1;
}

.admin-loginbody {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.admin-loginbody-wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.admin-loginbody-left {
    width: 45%;
    position: relative;
    background-image: url(../images/login1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

.admin-loginbody-right {
    width: 55%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}

.login_form_details .title h6 {
    font-size: 26px;
    line-height: 30px;
    color: rgb(0 0 0 / 88%);
}
.login_form_details .title p {
    font-size: 15px;
    line-height: 19px;
    color: rgb(0 0 0 / 80%);
}
.login_content {
    margin-top: -185px;
    padding: 5px 50px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, 0%);
    width: 88%;
    margin-left: 0;
    text-align: center;
}

.login_content h6 {
    font-size: 23px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.login_content p {
    font-size: 14px;
    color: #555;
    line-height: 18px;
    margin: 0;
}
.login-form-main .form-group .form-label{
    font-size: 15px;
    line-height: 19px;
    font-weight: 500;
    color: rgb(0 0 0 / 70%);
}
.login-form-main .form-group input{
    color: #7E7E7E !important;
}
.pass-field{
   position: relative;  
}
.eye-btn {
    position: absolute;
    right: 15px !important;
    top: 50%;
    transform: translate(0, -50%);
}


/* header start */
/* .user-div-img img {
    width: 100%;
    height: 100%;
}

.user-div-img {
    width: 38px;
    height: 38px;
}

.user-div {
    display: flex;
    align-items: center;
}

.user-div-select .form-select {
    border: none;
    padding: 5px 10px;
}

.user-div-img-div {
    margin-right: 5px;
}

header {
    background: #fff;
    padding: 10px 0px;
}

.user-div-select .form-select:focus {
    box-shadow: none;
}

.navbar-collapse {
    display: flex;
    justify-content: end;
}

.navbar-nav .up-btn {
    padding: 0px 10px;
    background: var(--heading-blue);
    border-radius: 3px;
    margin-right: 25px;
}

header .up-btn .nav-link {

    color: #fff !important;
}

header .nav-item .up-btn span {
    color: #fff;
} */

/* header End */
/* Login page End */

/* upload-form-page-start */
/* .upload-form-sec {
    background: var(--body-blue);
}

.upload-form-head h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: rgb(0 0 0 / 80%);
}

.upload-form-head p {
    font-size: 15px;
    line-height: 19px;
    font-weight: 400;
    color: rgb(0 0 0 / 56%);
}

.upload-form-div {
    padding: 25px 25px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px #669CEC1F;
    border-radius: 6px;
}

.upload-form-sec {
    padding: 45px 0px;
}

.upload-form .file-select label {
    padding: 5px 10px;
    background: var(--heading-blue);
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.upload-form .file-select input[type="file"] {
    display: none;
}
.upload-icon{
    width: 120px;
    height: 100px;
    margin: 0 auto;
}
.upload-icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.upload-form{
    text-align: center;
    border: 1px solid rgb(0 0 0 / 17%);
    border-radius: 6px;
    padding: 15px 0px;
}
.upload-icon-text p{
   font-size: 15px;
   line-height: 19px;
   color: #000;
   font-weight: 400 
}
.star{
    color: red;
    margin: 0px 5px;
}
.i-icon{
    color: rgb(0 0 0 / 40%);
   font-size: 10px;
   font-weight: 300;
   display: flex;
   justify-content: center;
   align-items: center;
   width: 14px;
   height: 14px;
   border: 1px solid rgb(0 0 0 / 40%);
   padding: 5px;
   border-radius: 50%;
   margin: 0px 5px;
}
.form-1 label{
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 19px;
  color: rgb(0 0 0 / 80%);
  
  font-weight: 500;
}
.form-1 p{
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
    color: rgb(0 0 0 / 40%);
    margin-top: 5px;
}
.up-form-btn-div .btn{
    font-size: 15px;
    line-height: 19px;
    color: rgb(0 0 0 / 80%);;
    font-weight: 500;  
    background: #E8E8E8;
    padding: 10px 80px;
}
.up-form-btn-div .btn:focus{
    box-shadow: none;
}
.up-form-btn-div-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.up-form-btn-div-2 .btn{
  background: var(--heading-blue);
  color: #fff;
  margin-left: 25px;
} */
/* upload-form-page-end */

/* management page start*/
/* .details {
    background-color: #f7f8fc;
}

.search_bar {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px 25px;
    border-radius: 16px;

    h6 {
        margin-bottom: 0px !important;
    }

    .icons {
        span {
            color: #669cec;
            padding: 0 5px;
        }
    }
}

.ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;

    h6 {
        color: #4887E4;
        font-weight: 700;
    }
}

.details_card {
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 7px;
    margin-bottom: 10px;

    .tag {
        background-color: #f5f5f5;
        display: inline-block;
        padding: 0px 10px;
        color: #b9b7b7;
        font-size: 20px;
        border-radius: 4px;
        margin-bottom: 12px;
    }

    .upld {
        padding-right: 45px;
    }
}

.document_management_details_list {
    overflow-y: scroll;
} */

/* management page End */