body{
    font-family: "Raleway", sans-serif;

}
.login-sec{ min-height: 100vh; display: flex; align-items: center; overflow-x: hidden;}

.login-sec .container{ max-width: 1250px; padding: 0 15px; margin: 0 auto; width: 100%;}
.login-row{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap;}

.logo-wrapper,
.form-wrapper{width: calc(50% - 30px);}

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

.main-logo1{max-height: 203px; max-width: 110px; margin: 0 auto;}
.main-logo2{max-height: 50px; max-width: 328px; margin: 0 auto;}
.login-title { padding-bottom: 10px; margin-bottom: 30px;  display: inline-block; position: relative;}

.title-border{ position: absolute;
bottom: 0;
width: 100%;
height: 8px;
background-color: blue;

}
.title-border > span{ position: absolute; height: 8px;
 width: 40%;
 left: 0;
 top: 0;
 bottom: 0;
background-color: brown;

}
.login-title h4{ margin: 0 0; color: brown; font-size: 50px; text-transform: uppercase; font-weight: 700;}

.forget-pas p{ margin: 0 0; }

.log-input{ width: 100%;
max-width: 422px;
display: flex; align-items: center; flex-wrap: wrap;
background-color: #000;
border-radius: 30px;
margin: 0 auto;
color: #fff;
padding: 12px 28px;
}
.log-input label{ font-size: 13px; text-transform: capitalize;}

.log-input  input{ border: none; background-color: transparent; margin-left: 18px; color: #fff; outline: none; border-bottom: 1px solid #fff; width: calc(100% - 21%)}




.log-input input:-webkit-autofill,
.log-input input:-webkit-autofill:hover, 
.log-input input:-webkit-autofill:focus, 
.log-input input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
}
.mb-10{ margin-bottom: 10px;}

.log-btn input{ width: 100%; text-align: center; max-width: 478px;

    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #000;
    transition: all 0.4s;
    font-size: 16px;
    padding: 12px 12px;
    color: brown;
}
.log-btn input:hover{ background-color: #000; color: #fff; }

.forget-pas{ margin-top: 15px; }

.forget-pas p { font-size: 13px; }

.forget-pas p a{ text-decoration: underline;color: brown;}

.form-inner {
    text-align: center;
}

.form-wrapper{ padding-left: 15px;}

.logo-wrapper{  padding-right: 15px;}


.sidebar-sec{

    background-color: brown;
    position: absolute;
    left: 0;
    width: 100px;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 5px;
    text-align: center;
    color: #fff;
}

.info-icon{ padding-bottom: 30px;}

@media only screen and (max-width:1024px) {

.logo-wrapper, .form-wrapper {
    width: calc(50% - 16px);
}
.logo-wrapper {
    padding-right: 0px;
}
.log-input{
    width: 89%;
}
}


@media only screen and (max-width:991px) {
    .logo-wrapper, .form-wrapper {
        width: 100%;
    }
    .sidebar-sec{ display: none;}
    .logo-wrapper{ margin-bottom: 30px;}

    .login-row{ flex-direction: column;}
    .login-sec{ padding: 20px 0;}
}
@media only screen and (max-width:767px) {
    .log-btn input{ width: 90%;}
    .log-input {max-width: 100%; width: 80%;}

.form-wrapper{ padding: 0 0;}

.log-input input {

    width: calc(90% - 21%);
}
.login-title h4{font-size: 44px;}
.form-inner--wr{ display: inline-block; max-width: 422px; width: 100%; margin: 0 auto;}
}
@media only screen and (max-width:574px) {
.log-input{ display: flex; flex-direction: column;}
.log-input label {
    margin: 0 0 10px;
}

}



* { padding: 0; margin: 0; box-sizing: border-box; }
body { font-family: "Raleway", sans-serif; box-sizing: border-box; }
ul, li { list-style: none; padding: 0; margin: 0; }
img { display: block; max-width: 100%; }
.login-sec { min-height: 100vh; display: flex; align-items: center; overflow-x: hidden; }
.container { max-width: 1250px; padding: 0 15px; margin: 0 auto; }
.login-sec .container { max-width: 1250px; padding: 0 15px; margin: 0 auto; width: 100%; }
.login-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.logo-wrapper, .form-wrapper { width: calc(50% - 30px); }
.logo-wrapper img { max-width: 100%; display: block; }
.main-logo1 { max-height: 203px; max-width: 110px; margin: 0 auto; }
.main-logo2 { max-height: 50px; max-width: 328px; margin: 0 auto; }
.login-title { padding-bottom: 10px; margin-bottom: 30px; display: inline-block; position: relative; }
.title-border { position: absolute; bottom: 0; width: 100%; height: 8px; background-color: blue; }
.title-border > span { position: absolute; height: 8px; width: 40%; left: 0; top: 0; bottom: 0; background-color: brown; }
.login-title h4 { margin: 0 0; color: brown; font-size: 50px; text-transform: uppercase; font-weight: 700; }
.forget-pas p { margin: 0 0; }
.log-input { width: 100%; max-width: 422px; display: flex; align-items: center; background-color: #000; border-radius: 30px; margin: 0 auto; color: #fff; padding: 12px 28px; }
.log-input label { font-size: 13px; text-transform: capitalize; }
.log-input  input { border: none; background-color: transparent; margin-left: 18px; color: #fff; outline: none; border-bottom: 1px solid #fff; width: calc(100% - 21%) }

.log-input input:-webkit-autofill, .log-input input:-webkit-autofill:hover, .log-input input:-webkit-autofill:focus, .log-input input:-webkit-autofill:active { -webkit-background-clip: text; -webkit-text-fill-color: #ffffff; transition: background-color 5000s ease-in-out 0s; box-shadow: inset 0 0 20px 20px #23232329; }
.mb-10 { margin-bottom: 10px; }
.log-btn input { width: 100%; text-align: center; max-width: 422px; border-radius: 30px; background-color: #fff; border: 2px solid #000; transition: all 0.4s; font-size: 16px; padding: 12px 12px; color: brown; }
.log-btn input:hover { background-color: #000; color: #fff; }
.forget-pas { margin-top: 15px; }
.forget-pas p { font-size: 13px; }
.forget-pas p a { text-decoration: underline; color: brown; }
.form-inner { text-align: center; }
.form-wrapper { padding-left: 15px; }
.logo-wrapper { padding-right: 15px; }
.sidebar-sec { background-color: brown; position: absolute; left: 0; width: 100px; bottom: 0; top: 0; display: flex; flex-direction: column; justify-content: end; padding: 0 5px; text-align: center; color: #fff; }
.info-icon { padding-bottom: 30px; }
.admin-aside { width: 6%; background-color: brown; min-height: 100vh; position: relative; }
.main-content-wrapper { width: 94%; }
.adminn-main-panel { display: flex; flex-wrap: wrap; }
.aside-logo { padding: 2px; max-width: 122px; }
.aside-logo img { max-width: 100px; width: 100%; background-color: #fff; margin: 0 auto;}


.assied-menu { margin: 20px 0 20px; }
.aside-inner { text-align: center; padding: 10px 10px; }
.info-btn { background-color: transparent; border: none; outline: none; margin-top: 50px; position: absolute; bottom: 20px; left: 0; right: 0; }
.info-icon i, .assied-menu ul li i { color: #fff; font-size: 36px; }
.assied-menu ul li img{ max-height: 36px;}
.assied-menu ul li { margin: 20px 0; }
.h-100 { min-height: 100vh; }
.admincontent-wr { display: flex; align-items: center; }
/* media  */
@media only screen and (max-width:1024px) {
    .logo-wrapper, .form-wrapper { width: calc(50% - 16px); }
    .logo-wrapper { padding-right: 0px; }
    .log-btn input, .log-input { width: 89%; }
}
@media only screen and (max-width:991px) {
    .logo-wrapper, .form-wrapper { width: 100%; }
    .sidebar-sec { display: none; }
    .logo-wrapper { margin-bottom: 30px; }
    .login-row { flex-direction: column; }
    .login-sec { padding: 20px 0; }
    .main-content-wrapper { width: 85%; }
    .admin-aside { width: 15%; }
}
@media only screen and (max-width:767px) {
    .log-btn input { width: 80%; }
    .log-input { max-width: 100%; width: 80%; }
    .form-wrapper { padding: 0 0; }
    .log-input input { width: calc(90% - 21%); }
    .login-title h4 { font-size: 44px; }
    .form-inner--wr { display: inline-block; max-width: 422px; width: 100%; margin: 0 auto; }
    .form-inner form { display: flex; flex-direction: column; }
    .title-border { max-width: 166px; margin: 0 auto; left: 0; right: 0; }
    .info-icon i, .assied-menu ul li i { font-size: 25px; }
}
@media only screen and (max-width:574px) {
    .log-input { display: flex; flex-direction: column; }
    .log-input label { margin: 0 0 10px; }
}



* { padding: 0; margin: 0; box-sizing: border-box; }
body { font-family: "Raleway", sans-serif; box-sizing: border-box; }
ul, li { list-style: none; padding: 0; margin: 0; }
h1{font-size: 45px; line-height: 1.2;}
h2{font-size: 40px; line-height: 1.2;}
h3{font-size: 35px; line-height: 1.2;}
h4{font-size: 30px; line-height: 1.2;}
h5{font-size: 25px; line-height: 1.2;}
h6{  font-size: 20px; line-height: 1.3;}
img { display: block; max-width: 100%; }
.login-sec { min-height: 100vh; display: flex; align-items: center; overflow-x: hidden; }
.container { max-width: 1250px; padding: 0 15px; margin: 0 auto; }
.login-sec .container { max-width: 1250px; padding: 0 15px; margin: 0 auto; width: 100%; }
.login-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.logo-wrapper, .form-wrapper { width: calc(50% - 30px); }
.logo-wrapper img { max-width: 100%; display: block; }
.main-logo1 { max-height: 203px; max-width: 110px; margin: 0 auto; }
.main-logo2 { max-height: 50px; max-width: 328px; margin: 0 auto; }
.login-title { padding-bottom: 10px; margin-bottom: 30px; display: inline-block; position: relative; }
.title-border { position: absolute; bottom: 0; width: 100%; height: 8px; background-color: blue; }
.title-border > span { position: absolute; height: 8px; width: 40%; left: 0; top: 0; bottom: 0; background-color: brown; }
.login-title h4 { margin: 0 0; color: brown; font-size: 50px; text-transform: uppercase; font-weight: 700; }
.forget-pas p { margin: 0 0; }
.log-input { width: 100%; max-width: 422px; display: flex; align-items: center; background-color: #000; border-radius: 30px; margin: 0 auto; color: #fff; padding: 12px 28px; }
.log-input label { font-size: 13px; text-transform: capitalize; }
.log-input  input { border: none; background-color: transparent; margin-left: 18px; color: #fff; outline: none; border-bottom: 1px solid #fff; width: calc(100% - 21%) }

.log-input input:-webkit-autofill, .log-input input:-webkit-autofill:hover, .log-input input:-webkit-autofill:focus, .log-input input:-webkit-autofill:active { -webkit-background-clip: text; -webkit-text-fill-color: #ffffff; transition: background-color 5000s ease-in-out 0s; box-shadow: inset 0 0 20px 20px #23232329; }
.mb-10 { margin-bottom: 10px; }
.log-btn input { width: 100%; text-align: center; max-width: 422px; border-radius: 30px; background-color: #fff; border: 2px solid #000; transition: all 0.4s; font-size: 16px; padding: 12px 12px; color: brown; }
.log-btn input:hover { background-color: #000; color: #fff; }
.forget-pas { margin-top: 15px; }
.forget-pas p { font-size: 13px; }
.forget-pas p a { text-decoration: underline; color: brown; }
.form-inner { text-align: center; }
.form-wrapper { padding-left: 15px; }
.logo-wrapper { padding-right: 15px; }
.sidebar-sec { background-color: brown; position: absolute; left: 0; width: 100px; bottom: 0; top: 0; display: flex; flex-direction: column; justify-content: end; padding: 0 5px; text-align: center; color: #fff; }
.info-icon { padding-bottom: 30px; }
.admin-aside { width: 6%; background-color: brown; min-height: 100vh; position: relative; }
.main-content-wrapper { width: 94%; }
.adminn-main-panel { display: flex; flex-wrap: wrap; }
.aside-logo { padding: 2px; max-width: 122px; }
.aside-logo img { max-width: 100px; width: 100%; background-color: #fff; margin: 0 auto;}

.assied-menu { margin: 20px 0 20px; }
.aside-inner { text-align: center; padding: 10px 10px; }
.info-btn { background-color: transparent; border: none; outline: none; margin-top: 50px; position: absolute; bottom: 20px; left: 0; right: 0; }
.info-icon i, .assied-menu ul li i { color: #fff; font-size: 36px; }
.assied-menu ul li img{ max-height: 36px;}
.assied-menu ul li { margin: 20px 0; }
.h-100 { min-height: 100vh; }
.admincontent-wr { display: flex; align-items: center; }

/* admin header  */
.admin-header {
    min-height: 95px;
    border-bottom: 1px solid;
}
.pdf-row{display: flex; flex-wrap: wrap;}
.right-col,
.left-col{ width: 50%; min-height: 600px;}
.right-col{background-color: #f0f0f0;}
.serch-wrapper{display: flex; align-items: center;}
.left-col{ padding: 15px 15px 20px;}
button.plus-icon{ background-color: transparent; outline: none; ;border: none;}
button.plus-icon i{ color: brown; font-size: 30px;}
a{ color: brown; font-size: 30px;}
.sub-btn{ border-radius: 23px; min-width: 100px;
border: 0;
transition: all 0.4s;
outline: none;
    background-color: #212b4f; color: #fff!important; padding: 10px 12px;}

.sub-btn:hover{ background-color: brown;}

.serch-wrapper input{ padding: 10px 12px;  border-radius: 20px; outline: none; border: none;
    width: calc(85% - 140px);
    background-color: #f0f0f0; border: 1px solid #000;}

    .serch-wrapper  .sub-btn{ margin: 0 10px;}

    .pdf-inner-wr h3{ font-size: 35px; line-height: 1.3;}
    .pdf-inner-wr{ display: flex;
    align-items: center;
    height: 100%;
    padding-left: 50px;
    }
    .table-wr{ padding-top: 40px;}
    .table-wr{ overflow-x: auto;}
    .table-wr table{
        border-collapse: collapse;
        width: 100%;
        overflow-x: auto;
    }
    .table-wr table td{padding: 18px;}
    .table-wr table tr{border-right: 1px solid #000; border-left: 1px solid #000;}
    .table-wr table td:not(:last-child),

    .table-wr table th:not(:last-child){border-right: 1px solid #000;}
    .table-wr table th{background-color: brown; color: #fff; padding: 18px;}
    .table-wr table td{border-bottom: 1px  solid #000;   text-align: center; 
        vertical-align: middle; min-height: 40px;}


        .btngrup-wr button{ background-color: transparent; outline: none; margin-right: 5px; border: none; border-bottom: 1px solid #000; 
            /* border-right: 1px solid #000; */
            position: relative;
            cursor: pointer;
        }
     

        .btngrup-wr button:not(:last-child):after{
            content: '|';
            position: absolute;
            right: -4px;
            top: 0;
            bottom: 0;
            width: 1px;
        }
        .inner-header-title{ position: absolute;
         top: 0;
         left: 0;
         right: 0;
         background-color: brown;
         color: #fff;
         padding: 20px;
        }

        .postion-header{ position: relative;}

        .upload-form-wrapper{ margin-top: 70px;}

        .upload-form-wrapper .input-filed {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        .file-wrapper{ position: relative;}
        .file-wrapper input[type="file"]{position: absolute;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         opacity: 0;
        }
        .file-wrapper i{ color: brown; font-size: 25px;}
        .me-2{margin-right: 5px;}
        .d-flex{ display: flex;}
        .w-100{ width: 100%;}
        .upload-form-wrapper .input-filed  .w-100{ width: 50%; padding: 15px 10px; outline: none;}
        .upload-form-wrapper .input-filed label{ text-transform: capitalize; font-size: 18px; font-weight: 700; min-width: 120px; margin-right: 10px;}
/* media  */
@media only screen and (max-width:1024px) {
    .logo-wrapper, .form-wrapper { width: calc(50% - 16px); }
    .logo-wrapper { padding-right: 0px; }
    .log-btn input, .log-input { width: 89%; }
    .right-col, .left-col{ min-height: 500px;}
}
@media only screen and (max-width:991px) {
    .logo-wrapper, .form-wrapper { width: 100%; }
    .sidebar-sec { display: none; }
    .logo-wrapper { margin-bottom: 30px; }
    .login-row { flex-direction: column; }
    .login-sec { padding: 20px 0; }
    .main-content-wrapper { width: 85%; }
    .admin-aside { width: 15%; }
    .right-col, .left-col{ min-height: inherit; width: 100%;}
    .pdf-row{ flex-direction: column;}
    .pdf-inner-wr{ padding: 15px; min-height: 200px;}

}
@media only screen and (max-width:767px) {
    .log-btn input { width: 80%; }
    .log-input { max-width: 100%; width: 80%; }
    .form-wrapper { padding: 0 0; }
    .log-input input { width: calc(90% - 21%); }
    .login-title h4 { font-size: 44px; }
    .form-inner--wr { display: inline-block; max-width: 422px; width: 100%; margin: 0 auto; }
    .form-inner form { display: flex; flex-direction: column; }
    .title-border { max-width: 166px; margin: 0 auto; left: 0; right: 0; }
    .info-icon i, .assied-menu ul li i { font-size: 25px; }

    .serch-wrapper input{ width: 100%;}
    .serch-wrapper{flex-wrap: wrap;}
    button.plus-icon,
    .serch-wrapper .sub-btn{ margin: 10px 10px 0;}
    .upload-form-wrapper .input-filed label{ display: block; margin-bottom: 8px; font-size: 15px;}
    .upload-form-wrapper .input-filed .w-100 {width: 100%;
        padding: 10px;
    }
    .upload-form-wrapper .input-filed{margin-bottom: 16px;}
    .file-wrapper i {
        font-size: 21px;
    }
    .upload-form-wrapper .label-none label{display: none;}
}
@media only screen and (max-width:574px) {
    .log-input { display: flex; flex-direction: column; }
    .log-input label { margin: 0 0 10px; }
}
a{
    background-color: transparent;
    outline: none;
    margin-right: 5px;
    border: none;
    border-bottom: 1px solid #000;
    /* border-right: 1px solid #000; */
    position: relative;
    cursor: pointer;
    color: #000!important;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
  }
  ul,
  li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
  }
  .login-sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow-x: hidden;
  }
  .container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .login-sec .container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
  .login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .logo-wrapper,
  .form-wrapper {
    width: calc(50% - 30px);
  }
  .logo-wrapper img {
    max-width: 100%;
    display: block;
  }
  .main-logo1 {
    max-height: 203px;
    max-width: 110px;
    margin: 0 auto;
  }
  .main-logo2 {
    max-height: 50px;
    max-width: 328px;
    margin: 0 auto;
  }
  .login-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
  }
  .title-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: blue;
  }
  .title-border > span {
    position: absolute;
    height: 8px;
    width: 40%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: brown;
  }
  .login-title h4 {
    margin: 0 0;
    color: brown;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .forget-pas p {
    margin: 0 0;
  }
  .log-input {
    width: 100%;
    max-width: 422px;
    display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 30px;
    margin: 0 auto;
    color: #fff;
    padding: 12px 28px;
  }
  .log-input label {
    font-size: 13px;
    text-transform: capitalize;
  }
  .log-input input {
    border: none;
    background-color: transparent;
    margin-left: 18px;
    color: #fff;
    outline: none;
    border-bottom: 1px solid #fff;
    width: calc(100% - 21%);
  }
 
  .log-input input:-webkit-autofill,
  .log-input input:-webkit-autofill:hover,
  .log-input input:-webkit-autofill:focus,
  .log-input input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .log-btn input {
    width: 100%;
    text-align: center;
    max-width: 422px;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #000;
    transition: all 0.4s;
    font-size: 16px;
    padding: 12px 12px;
    color: brown;
  }
  .log-btn input:hover {
    background-color: #000;
    color: #fff;
  }
  .forget-pas {
    margin-top: 15px;
  }
  .forget-pas p {
    font-size: 13px;
  }
  .forget-pas p a {
    text-decoration: underline;
    color: brown;
  }
  .form-inner {
    text-align: center;
  }
  .form-wrapper {
    padding-left: 15px;
  }
  .logo-wrapper {
    padding-right: 15px;
  }
  .sidebar-sec {
    background-color: brown;
    position: absolute;
    left: 0;
    width: 100px;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 5px;
    text-align: center;
    color: #fff;
  }
  .info-icon {
    padding-bottom: 30px;
  }
  .admin-aside {
    width: 6%;
    background-color: brown;
    min-height: 100vh;
    position: relative;
  }
  .main-content-wrapper {
    width: 94%;
  }
  .adminn-main-panel {
    display: flex;
    flex-wrap: wrap;
  }
  .aside-logo {
    padding: 2px;
    max-width: 122px;
  }
  .aside-logo img {
    max-width: 100px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
  }
  
  .assied-menu {
    margin: 20px 0 20px;
  }
  .aside-inner {
    text-align: center;
    padding: 10px 10px;
  }
  .info-btn {
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .info-icon i,
  .assied-menu ul li i {
    color: #fff;
    font-size: 36px;
  }
  .assied-menu ul li img {
    max-height: 36px;
  }
  .assied-menu ul li {
    margin: 20px 0;
  }
  .h-100 {
    min-height: 100vh;
  }
  .admincontent-wr {
    display: flex;
    align-items: center;
  }
  /* media  */
  @media only screen and (max-width: 1024px) {
    .logo-wrapper,
    .form-wrapper {
      width: calc(50% - 16px);
    }
    .logo-wrapper {
      padding-right: 0px;
    }
    .log-btn input,
    .log-input {
      width: 89%;
    }
  }
  @media only screen and (max-width: 991px) {
    .logo-wrapper,
    .form-wrapper {
      width: 100%;
    }
    .sidebar-sec {
      display: none;
    }
    .logo-wrapper {
      margin-bottom: 30px;
    }
    .login-row {
      flex-direction: column;
    }
    .login-sec {
      padding: 20px 0;
    }
    .main-content-wrapper {
      width: 85%;
    }
    .admin-aside {
      width: 15%;
    }
  }
  @media only screen and (max-width: 767px) {
    .log-btn input {
      width: 80%;
    }
    .log-input {
      max-width: 100%;
      width: 80%;
    }
    .form-wrapper {
      padding: 0 0;
    }
    .log-input input {
      width: calc(90% - 21%);
    }
    .login-title h4 {
      font-size: 44px;
    }
    .form-inner--wr {
      display: inline-block;
      max-width: 422px;
      width: 100%;
      margin: 0 auto;
    }
    .form-inner form {
      display: flex;
      flex-direction: column;
    }
    .title-border {
      max-width: 166px;
      margin: 0 auto;
      left: 0;
      right: 0;
    }
    .info-icon i,
    .assied-menu ul li i {
      font-size: 25px;
    }
  }
  @media only screen and (max-width: 574px) {
    .log-input {
      display: flex;
      flex-direction: column;
    }
    .log-input label {
      margin: 0 0 10px;
    }
  }
  
  .epavak-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .user-icon img {
    width: 100px;
  }
  
  .epavak-icons {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .epavak-icons img {
    width: 60px;
  }
  .tab-header {
    padding: 10px;
    background: #dfd8c8;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .cred {
    color: brown;
  }
  .fb {
    font-weight: bold;
  }
  .teb2-sec {
    padding: 30px;
  }
  
  .teb-details {
    border: 1px solid #dfd8c8;
    padding: 20px;
  }
  
  .bg-brown {
    background: brown;
  }
  
  .tab-btn {
    padding: 20px 50px;
    border-radius: 30px;
    color: #fff;
    border: 0;
    margin: 0 30px 0px 0px;
  }
  .tab-inner-info {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  
  .tab-input input {
    background: #dfd8c8;
    height: 50px;
    width: 400px;
    border: 0;
  }
  
  .tab-data {
    padding: 10px 0px;
    display: flex;
  }
  .data-show {
    width: 60%;
  }
  
  .data-details {
    width: 40%;
    padding: 10px;
  }
  .input-tab {
    margin-bottom: 10px;
  }
  .input-tab input,
  .input-tab select {
    border: 0px;
    background: #dfd8c8;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    color: brown;
    box-shadow: none;
  }
  ::-webkit-calendar-picker-indicator {
    background-image: url(http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/Calendar-icon.png);
    background-size: 20px 20px;
  }
  .input-tab input:focus,
  .input-tab select:focus {
    box-shadow: none;
    border: none;
  }
  .form-button {
    width: fit-content;
    margin: auto;
  }
  .form-button button {
    padding: 20px 20px;
    border-radius: 30px;
    color: #fff;
    border: 0;
    width: 150px;
    margin: 20px 30px;
  }
  button {
    cursor: pointer;
  }
  
  #sectiontohide {
    display: none;
  }
  
  .file-upload {
    /* background: none !important; */
    height: 50px !important;
    width: 130px !important;
    display: flex;
    align-items: center;
    border-radius: 0px 30px 30px 0px !important;
    cursor: pointer;
    margin-left: 45px;
  }
  .file-upload {
    font-size: 0;
    position: relative;
  }
  .file-upload::after {
    content: "UPLOAD";
    font-size: 20px !important;
    color: #fff !important;
    font-weight: bold;
  }
  /* .file-upload::before {
    background-image: url("../images/Add-Old-Content.png");
    background-size: 30px !important;
    background-position: center / cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
  } */
  
  .upload-img {
    padding: 10px;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    position: absolute;
    top: 67%;
    left: 0%;
    transform: translateY(-50%);
    background: #dfd8c8;
  }
  
  .upload-img img {
    width: 40px;
  }
  .uploads {
    position: relative;
  }
  
  .uploads-text {
    display: none;
  }
  
  .assied-menu ul li.side-icon img {
    margin: auto;
  }
  
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Raleway", sans-serif;
    box-sizing: border-box;
  }
  ul,
  li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  img {
    display: block;
    max-width: 100%;
  }
  .login-sec {
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow-x: hidden;
  }
  .container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .login-sec .container {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
  }
  .login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .logo-wrapper,
  .form-wrapper {
    width: calc(50% - 30px);
  }
  .logo-wrapper img {
    max-width: 100%;
    display: block;
  }
  .main-logo1 {
    max-height: 203px;
    max-width: 110px;
    margin: 0 auto;
  }
  .main-logo2 {
    max-height: 50px;
    max-width: 328px;
    margin: 0 auto;
  }
  .login-title {
    padding-bottom: 10px;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
  }
  .title-border {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 8px;
    background-color: blue;
  }
  .title-border > span {
    position: absolute;
    height: 8px;
    width: 40%;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: brown;
  }
  .login-title h4 {
    margin: 0 0;
    color: brown;
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .forget-pas p {
    margin: 0 0;
  }
  .log-input {
    width: 100%;
    max-width: 422px;
    display: flex;
    align-items: center;
    background-color: #000;
    border-radius: 30px;
    margin: 0 auto;
    color: #fff;
    padding: 12px 28px;
  }
  .log-input label {
    font-size: 13px;
    text-transform: capitalize;
  }
  .log-input input {
    border: none;
    background-color: transparent;
    margin-left: 18px;
    color: #fff;
    outline: none;
    border-bottom: 1px solid #fff;
    width: calc(100% - 21%);
  }
 
  .log-input input:-webkit-autofill,
  .log-input input:-webkit-autofill:hover,
  .log-input input:-webkit-autofill:focus,
  .log-input input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px #23232329;
  }
  .mb-10 {
    margin-bottom: 10px;
  }
  .log-btn input {
    width: 100%;
    text-align: center;
    max-width: 422px;
    border-radius: 30px;
    background-color: #fff;
    border: 2px solid #000;
    transition: all 0.4s;
    font-size: 16px;
    padding: 12px 12px;
    color: brown;
  }
  .log-btn input:hover {
    background-color: #000;
    color: #fff;
  }
  .forget-pas {
    margin-top: 15px;
  }
  .forget-pas p {
    font-size: 13px;
  }
  .forget-pas p a {
    text-decoration: underline;
    color: brown;
  }
  .form-inner {
    text-align: center;
  }
  .form-wrapper {
    padding-left: 15px;
  }
  .logo-wrapper {
    padding-right: 15px;
  }
  .sidebar-sec {
    background-color: brown;
    position: absolute;
    left: 0;
    width: 100px;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 5px;
    text-align: center;
    color: #fff;
  }
  .info-icon {
    padding-bottom: 30px;
  }
  .admin-aside {
    width: 6%;
    background-color: brown;
    min-height: 100vh;
    position: relative;
  }
  .main-content-wrapper {
    width: 94%;
  }
  .adminn-main-panel {
    display: flex;
    flex-wrap: wrap;
  }
  .aside-logo {
    padding: 2px;
    max-width: 122px;
  }
  .aside-logo img {
    max-width: 100px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
  }
  
  .assied-menu {
    margin: 20px 0 20px;
  }
  .aside-inner {
    text-align: center;
    padding: 10px 10px;
  }
  .info-btn {
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: 50px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
  }
  .info-icon i,
  .assied-menu ul li i {
    color: #fff;
    font-size: 36px;
  }
  .assied-menu ul li img {
    max-height: 36px;
  }
  .assied-menu ul li {
    margin: 20px 0;
  }
  .h-100 {
    min-height: 100vh;
  }
  .admincontent-wr {
    display: flex;
    align-items: center;
  }
  /* media  */
  @media only screen and (max-width: 1024px) {
    .logo-wrapper,
    .form-wrapper {
      width: calc(50% - 16px);
    }
    .logo-wrapper {
      padding-right: 0px;
    }
    .log-btn input,
    .log-input {
      width: 89%;
    }
  }
  @media only screen and (max-width: 991px) {
    .logo-wrapper,
    .form-wrapper {
      width: 100%;
    }
    .sidebar-sec {
      display: none;
    }
    .logo-wrapper {
      margin-bottom: 30px;
    }
    .login-row {
      flex-direction: column;
    }
    .login-sec {
      padding: 20px 0;
    }
    .main-content-wrapper {
      width: 85%;
    }
    .admin-aside {
      width: 15%;
    }
  }
  @media only screen and (max-width: 767px) {
    .log-btn input {
      width: 80%;
    }
    .log-input {
      max-width: 100%;
      width: 80%;
    }
    .form-wrapper {
      padding: 0 0;
    }
    .log-input input {
      width: calc(90% - 21%);
    }
    .login-title h4 {
      font-size: 44px;
    }
    .form-inner--wr {
      display: inline-block;
      max-width: 422px;
      width: 100%;
      margin: 0 auto;
    }
    .form-inner form {
      display: flex;
      flex-direction: column;
    }
    .title-border {
      max-width: 166px;
      margin: 0 auto;
      left: 0;
      right: 0;
    }
    .info-icon i,
    .assied-menu ul li i {
      font-size: 25px;
    }
  }
  @media only screen and (max-width: 574px) {
    .log-input {
      display: flex;
      flex-direction: column;
    }
    .log-input label {
      margin: 0 0 10px;
    }
  }
  
  .epavak-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .user-icon img {
    width: 100px;
  }
  
  .epavak-icons {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .epavak-icons img {
    width: 60px;
  }
  .tab-header {
    padding: 10px;
    background: #dfd8c8;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .cred {
    color: brown;
  }
  .fb {
    font-weight: bold;
  }
  .teb2-sec {
    padding: 30px;
  }
  
  .teb-details {
    border: 1px solid #dfd8c8;
    padding: 20px;
  }
  
  .bg-brown {
    background: brown;
  }
  
  .tab-btn {
    padding: 20px 50px;
    border-radius: 30px;
    color: #fff;
    border: 0;
    margin: 0 30px 0px 0px;
  }
  .tab-inner-info {
    display: flex;
    gap: 30px;
    align-items: center;
  }
  
  .tab-input input {
    background: #dfd8c8;
    height: 50px;
    width: 400px;
    border: 0;
  }
  
  .tab-data {
    padding: 10px 0px;
    display: flex;
  }
  .data-show {
    width: 60%;
  }
  
  .data-details {
    width: 40%;
    padding: 10px;
  }
  .input-tab {
    margin-bottom: 10px;
  }
  .input-tab input,
  .input-tab select {
    border: 0px;
    background: #dfd8c8;
    height: 50px;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px;
    color: brown;
    box-shadow: none;
  }
  ::-webkit-calendar-picker-indicator {
    background-image: url(http://icons.iconarchive.com/icons/dakirby309/simply-styled/256/Calendar-icon.png);
    background-size: 20px 20px;
  }
  .input-tab input:focus,
  .input-tab select:focus {
    box-shadow: none;
    border: none;
  }
  .form-button {
    width: fit-content;
    margin: auto;
  }
  .form-button button {
    padding: 20px 20px;
    border-radius: 30px;
    color: #fff;
    border: 0;
    width: 150px;
    margin: 20px 30px;
  }
  button {
    cursor: pointer;
  }
  
  #sectiontohide {
    display: block;
  }
  
  .file-upload {
    /* background: none !important; */
    height: 50px !important;
    width: 130px !important;
    display: flex;
    align-items: center;
    border-radius: 0px 30px 30px 0px !important;
    cursor: pointer;
    margin-left: 45px;
  }
  .file-upload {
    font-size: 0;
    position: relative;
  }
  .file-upload::after {
    content: "UPLOAD";
    font-size: 20px !important;
    color: #fff !important;
    font-weight: bold;
  }
  /* .file-upload::before {
    background-image: url("../images/Add-Old-Content.png");
    background-size: 30px !important;
    background-position: center / cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
  } */
  
  .upload-img {
    padding: 10px;
    height: 60px !important;
    width: 60px !important;
    border-radius: 50%;
    position: absolute;
    top: 67%;
    left: 0%;
    transform: translateY(-50%);
    background: #dfd8c8;
  }
  
  .upload-img img {
    width: 40px;
  }
  .uploads {
    position: relative;
  }
  
  .uploads-text {
    display: none;
  }
  
  .assied-menu ul li.side-icon img {
    margin: auto;
  }
  
  table tr th {
    text-align: left;
  }
  .table-heading {
    border-bottom: 3px solid #000;
  }
  table th {
    padding: 10px;
    border-bottom: 2px solid brown;
  }
  
  table td {
    padding: 10px;
  }
  .table-data {
    border: 2px solid brown;
    width: fit-content;
    margin: 20px auto;
  }
  