@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    height: 100%;
    font-size: 16px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navigation-badge{
    float: right;
    margin: 3px 21px 4px 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
}

a.btn.btn-info.btn-sm {
    margin-right: 5px;
    color: #fff;
}

a{
    color: inherit;
    text-decoration: none;
}
body {
    font-family: 'roboto', sans-serif, arial, open sans !important;
    font-size: 15px;
    color: #3f3a3a;
    line-height: 1.5;
    cursor: auto;
    margin: 0;
    padding: 0;
    position: relative;
    height: 100%;
    background: #eceeee5e;
}

a:hover {
    text-decoration: none;
}

container {
    max-width: 1200px;
    margin: 0 auto;
}

.header-wrapper {
    background: #051d3d;
    margin: 0;
    padding: 4px 30px;
    width: 100%;
    height: 56px;
}

.footer-fixed {
    width: 100%;
    margin: 0;
    background: #373737;
    padding: 12px 15px;
    position: absolute;
    bottom: 0px;
    display: none;
}

.footer-fixed .footer-container p {
    font-size: 12px;
    color: #a0a0a0;
    font-style: normal;
    font-weight: 100;
    text-align: center;
    line-height: normal;
    margin: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.vendor-area {
    width: 100%;
    position: relative;
    /* padding: 30px 30px; */
}

.vendor-area .nav-Wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.vendor-area .nav-Wrapper .left-side {
    width: 18%;
    background: #051d3d;
    height: calc(100vh - 56px);
    overflow-y: auto;
    padding: 15px 0px;
    position: sticky;
    bottom: 0px;
    z-index: 999;
}

.vendor-area .nav-Wrapper .left-side ul {
    padding: 0px;
}

.vendor-area .nav-Wrapper .left-side ul li {
    list-style: none;
    padding: 9px 16px;
    position: relative;
}

.vendor-area .nav-Wrapper .left-side ul li a {
    color: #ffffff;
    font-size: 13px;
}

.vendor-area .nav-Wrapper .right-side {
    width: 82%;
    background: #fff;
    border-radius: 4px;
    padding: 25px 42px;
    overflow-y: auto;
    height: calc(100vh - 56px);
}

.vendor-area .nav-Wrapper .left-side ul ul.down_menu {
    margin: 10px 0px;
    padding-left: 22px;
}

.vendor-area .nav-Wrapper .left-side ul li i {
    padding-right: 9px;
    color: #5a5a5a;
    font-size: 14px;
}

.vendor-area .nav-Wrapper .left-side ul li:before {
    content: "\25C8";
    padding-right: 7px;
    color: #d1ab61;
}

.vendor-area .nav-Wrapper .left-side ul ul.down_menu li:before {
    display: none;
}

.vendor-area .nav-Wrapper .right-side .pahe-title h2 {font-size: 20px;color: #051d3d;position: relative;padding: 7px 0px;text-transform: uppercase;}

.vendor-area .nav-Wrapper .right-side .pahe-title h2:after {
    content: "";
    position: absolute;
    width: 73px;
    height: 2px;
    background: #d1ab61;
    bottom: 0px;
    left: 0px;
}

.vendor-area .nav-Wrapper .right-side .pahe-title {
    width: 36%;
}

 table.table {
    border: 1px solid #e5dcdc;
    font-size: 14px;
    text-align: left;
}

 table.table thead {
    background: #051d3d;
    color: #fff;
}

.select-status-form button {
    background: #d1ab61;
    border: none;
    border-radius: 4px;
    padding: 2px 10px;
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}

h4.modal-title {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
}

button.btn-close {
    font-size: 12px;
    color: red;
}

.submit {
    text-align: center;
    margin-top: 20px;
}

.submit button, .submit-btn {
    background: #d1ab61;
    border: none;
    border-radius: 4px;
    padding: 5px 19px;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
}

input.submit-btn {
    background: #dc3545;
}

.upadte-status label {
    color: #000;
    font-size: 15px;
    margin-bottom: 3px;
}


.radio-txt {
    text-align: center;
    padding: 15px 0px 0px 0px;
    color: #ea1e1e;
    font-size: 15px;
}

.login-flex-wp .login-form {
    width: 31%;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 24px 26px;
    margin: 0 auto;
}
.login-flex-wp h1 {
    font-size: 27px;
    color: rgb(5 29 61);
    text-align: center;
    line-height: normal;
    margin: 2rem 0px;
    text-transform: capitalize;
}


.login-bg {
    /* background-image: url("../../assets/img/login-bg.jpg"); */
    background-size: cover;
    background-position: center center;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1000;
    /*opacity: .6;*/
    background: #051d3d;
}

.login----wrapper {
    width: 350px;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
}

.main-login-wrapper {
    background-color: transparent;
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    padding: 15px;
    width: 100%;
    font-family: Poppins, sans-serif;
}


.login-flex-wp p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-top: 7px;
}

.login-flex-wp p1 {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.7);
    text-align: Left;
    margin-bottom: 20px;
    margin-right: 50px;
}

.login-flex-wp p2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: right;
    margin-bottom: 20px;
}


.login-flex-wp a {
    color: #F01E29;
    text-align: center;
    cursor: pointer;
}

    .login-flex-wp a:hover {
        color: #D11217;
        text-decoration: underline;
    }

.login-flex-wp .form-group label {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}



.login-flex-wp input.form-control {
    border: solid 1px #B8B2B2;
    height: 44px;
    font-size: 14px;
    color: #4B4B4B;
    margin-bottom: 16px;
}

.login-flex-wp .form-group {
    position: relative;
    margin-bottom: 1.5rem;
    position: relative;
}

    .login-flex-wp .form-group a.icon-disabled-off {
        background-image: url("../../Web/images/eye-disabled.svg");
        height: 28px;
        width: 28px;
        cursor: pointer;
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .login-flex-wp .form-group a.eye-enable {
        background-image: url("../../Web/images/eye-enable.svg");
    }

    .login-flex-wp .form-group input.pr-44 {
        padding-right: 44px;
    }

.login-flex-wp .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 10px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
}

.login-flex-wp .form-control:focus + .form-control-placeholder,
.login-flex-wp .form-control:valid + .form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

.login-flex-wp button.btn-login {
    background: #051d3d;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    width: 100%;
    padding: 10px 24px;
    text-transform: uppercase;
}

    .login-flex-wp button.btn-login:hover {
        background: #dc3545;
    }
.flex-container-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    position: relative;
}

.vendor-area .nav-Wrapper .right-side .rightArea {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.vendor-area .nav-Wrapper .right-side .rightArea .dash-left {
    width: 48%;
    display: none;
}

.vendor-area .nav-Wrapper .right-side .rightArea .dash-right {
    width: 100%;
}

.student_profile_box {
    width: 100%;
    border: 1px dashed #ccc;
    padding: 10px 20px 10px 20px;
    position: relative;
    background: #fff;
    margin-bottom: 30px;
}

.student_profile_box h5 {
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    color: #000;
}

.student_profile_box h5 span {
    padding: 2px 10px;
    border: 1px solid #2f2f2f;
    color: #2f2f2f;
    text-decoration: none;
    font-size: 12px;
}

.student_profile_box ul li {
    list-style: none;
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 11px;
}

.student_profile_box ul {
    padding: 0px;
}

.student_profile_box ul li span i {
    padding-right: 10px;
    font-size: 17px;
}

.student_profile_box ul li span.stat {
    font-size: 11px;
    border: 1px solid #ccc;
    cursor: pointer;
    padding: 2px 5px;
    font-weight: 400;
    border: 1px solid green;
    color: #006600;
    display: block;
    width: fit-content;
    float: right;
}

.student_profile_box ul li span.stat i {
    font-size: 14px;
    font-weight: 300;
    margin-left: 4px;
}

.vendor-area .nav-Wrapper .right-side .pahe-title .a2 {
    font-size: 15px;
    color: #3f3a3a;
}

.center2 {
    text-align: center;
}

.center2 a.view_all {
    border: 1px solid #267a08;
    font-weight: 400;
    padding: 5px 20px;
    color: #ffffff;
    display: inline-block;
    margin-top: 20px;
    background: #267a08;
}

.dash-right .stati ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.dash-right .stati ul li {
    list-style: none;
    width: 23%;
    background: #43f1f529;
    color: #fff;
    text-align: center;
    padding: 25px;
    height: 176px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    margin: 2% 1%;
    /* box-shadow: 0px 0px 3px #d1cbcb; */
}

.dash-right .stati ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #095e5e;
}

.dash-right .stati ul li span.num {
    display: block;
    font-size: 35px;
    padding-top: 19px;
}

.dash-right .stati ul li a:hover {
    color: #fff;
}

.dash-right .stati ul li span.new {
    display: block;
}

.dash-right .stati ul li {
    position: relative;
}

.dash-right .stati ul li .view-more {
    position: absolute;
    bottom: -9px;
}

.dash-right .stati ul li .view-more a {
    background: #fff;
    padding: 9px 39px;
    color: #267a08;
    font-size: 14px;
    box-shadow: 0px 0px 10px 0px;
    border-radius: 24px;
}

.toggle {
      --width: 152px;
      --height: 31px;
      position: relative;
      display: inline-block;
      width: var(--width);
      height: var(--height);
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      border-radius: var(--height);
      cursor: pointer;
    }

    .toggle input {
      display: none;
    }

    .toggle .slider {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: var(--height);
      background-color: #ff0404;
      transition: all 0.4s ease-in-out;
    }

    .toggle .slider::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(var(--height));
      height: calc(var(--height));
      border-radius: calc(var(--height) / 2);
      background-color: #fff;
      box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
      transition: all 0.4s ease-in-out;
    }

    .toggle input:checked+.slider {
      background-color: #41bc0c;
    }

    .toggle input:checked+.slider::before {
      transform: translateX(calc(var(--width) - var(--height)));
    }

    .toggle .labels {
      position: absolute;
      top: 6px;
      left: 7px;
      width: 100%;
      height: 100%;
      font-size: 13px;
      font-family: sans-serif;
      transition: all 0.4s ease-in-out;
      color: #fff!important;
    }

    .toggle .labels::after {
      content: attr(data-off);
      position: absolute;
      right: 16px;
      color: #ffffff;
      opacity: 1;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
      transition: all 0.4s ease-in-out;
    }

    .toggle .labels::before {
      content: attr(data-on);
      position: absolute;
      left: 7px;
      color: #ffffff;
      opacity: 0;
      text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
      transition: all 0.4s ease-in-out;
    }

    .toggle input:checked~.labels::after {
      opacity: 0;
    }

    .toggle input:checked~.labels::before {
      opacity: 1;
    }


.itemsLeft {
    display: flex;
    align-items: center;
}

.itemsLeft .wlcome {
    font-size: 21px;
    position: absolute;
    width: 100%;
    text-align: center;
}

.itemsRight {
    display: flex;
    align-items: center;
}

.switch-button {
    margin-top: 7px;
    margin-right: 42px;
}

.icons-login {
    border: 1px solid white;
    padding: 4px 20px;
    border-radius: 8px;
    font-size: 14px;
    box-shadow: 0px 0px 10px #4d4040;
    height: 31px;
    margin-bottom: 4px;
}

.login-flex-wp {
    text-align: center;
}

.login-flex-wp .logo {
    margin-bottom: 10px;
}

.login-flex-wp .logo img {
    height: 60px;
}

.dash-right .stati ul li .icon img {
    width: 33px;
    opacity: 0.4;
    z-index: 2;
    position: relative;
    line-height: 33px;
    padding-top: 9px;
}

.dash-right .stati ul li .icon {
    position: absolute;
    top: -22px;
    width: 100%;
    left: 0px;
}

.vendor-area .nav-Wrapper .left-side ul li ul.down_menu li {
    margin-top: 0px;
    margin-bottom: 4px;
    padding: 0px;
    border: none;
}

.vendor-area .nav-Wrapper .left-side ul li ul.down_menu {display: none;}

.dash-right .stati ul li:nth-child(1){
    background:#43f1f529;
}

.dash-right .stati ul li:nth-child(1) a{
    color:#095e5e;
}

.dash-right .stati ul li:nth-child(2){
    background:#fe000021;
}

.dash-right .stati ul li:nth-child(2) a{
    color:#7e4f4f;
}
.dash-right .stati ul li:nth-child(3){
      background:#9afe464d;
}

.dash-right .stati ul li:nth-child(3) a{
     color:#46791b;
}

.dash-right .stati ul li:nth-child(4){
    background:#294dff1c;
}

.dash-right .stati ul li:nth-child(4) a{
     color:#49528f;
}


.dash-right .stati ul li:nth-child(5){
    background: #ffc6687a;
}

.dash-right .stati ul li:nth-child(5) a{
     color: #796748;
}

.dash-right .stati ul li:nth-child(6){
    background: #c3ffbd;
}

.dash-right .stati ul li:nth-child(6) a{
     color: #54944e;
}

.dash-right .stati ul li:nth-child(7){
    background: #e39bff4d;
}

.dash-right .stati ul li:nth-child(7) a{
     color:#884e9e;
}
.table-head {
    width: 100%;
    display: flex;
    padding-bottom: 22px;
    align-items: center;
    justify-content: end;
    position: relative;
    margin-bottom: 10px;
}

.table-head .filter a {
    background: #d1ab61;
    border: none;
    border-radius: 4px;
    padding: 8px 21px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    border: 1px solid #d1ab61;
    box-shadow: 0px 0px 10px #d4d8d3;
}

.table-head .filter a i {
    padding-right: 4px;
}

.search {
    width: 100%;
    position: relative;
}

.search button {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #ffffff00;
    border: none;
    color: #0f3900;
    height: 42px;
    width: 46px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.radio-btns {
    display: flex;
    align-items: center;
}


.radio-btn {
    padding-right: 32px;
}

.form-group {
    margin-bottom: 15px;
}

.dash-right .stati ul li .icon:after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    background: #e1fdfd;
    left: 0px;
    top: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    z-index: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #ac9f9f;
    border: 2px solid white;
}

.dash-right .stati ul li:nth-child(2) .icon:after {
    background: #ffdede;
}
.dash-right .stati ul li:nth-child(2) .icon:after {
    background: #ffdede;
}
.dash-right .stati ul li:nth-child(3) .icon:after {
    background: #e1ffc7;
}

.dash-right .stati ul li:nth-child(4) .icon:after {
    background: #e8ebff;
}

.dash-right .stati ul li:nth-child(5) .icon:after {
    background: #ffe4b7;
}

.dash-right .stati ul li:nth-child(6) .icon:after {
    background: #c3ffbd;
}

.dash-right .stati ul li:nth-child(7) .icon:after {
    background: #f7e1ff;
}

.college-form-group {
    width: 100%;
        margin-top: 30px;
}

.college-form-group .row, .college-form-group .row .col-md-4{
    margin-bottom: 22px;
}

.college-form-group .row .t1 {
    margin-bottom: 7px;
}

.form-control {
    height: 44px;
    font-size: 14px;
}

.college-form-group .row span.input-group-addon {
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}



.input-group.border {
    border-radius: 6px;
}

.college-form-group .row .center {
    text-align: center;
}

input#submit, input[type=button], input[type=submit] {
    border: 1px solid #d1ab61;
    padding: 9px 44px;
    border-radius: 8px;
    font-size: 16px;
    background: #d1ab61;
    color: #fff;
    text-transform: uppercase;
}

textarea.form-control {
    text-align: left!important;
    min-height: 100px;
}

.main-headilien {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.filter a {
    border: 1px solid #0f3900;
    padding: 7px 17px;
    border-radius: 4px;
    font-size: 15px;
    box-shadow: 0px 0px 10px #d8d8d8;
}

.csv a, .filter button {
    border: 1px solid #d1ab61;
    padding: 8px 17px;
    border-radius: 5px;
    font-size: 13px;
    background: #d1ab61;
    color: #ffffff;
    line-height: 13px;
    text-transform: uppercase;
}

.csv i {
    padding-right: 5px;
}

.search input.form-control {
    font-size: 13px;
    height: 42px;
}

.filter i {
    padding-right: 6px;
}

.csv a:hover, .filter a:hover {
    color: #fff;
    background: #051d3d;
    border: 1px solid #fff;
}

.buttons {width: 44%;}

.filter {
    margin-right: 10px;
}

.heading .logo img {
    height: auto;
}

.method-area ul li {
    list-style: none;
    padding: 17px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.method-area ul {
    padding: 0px;
}


.method-area {
    width: 100%;
}

.payment-method {
    width: 100%;
}

.method-area ul li .heading {width: 8%;}


.method-area ul li:not(:last-child) {
    border-bottom: 1px dashed #96a092a3;
}

.update-btn {
    text-align: right;
    width: 11%;
}

.update-btn button {
    background: #d1ab61;
    border: none;
    border-radius: 4px;
    padding: 10px 22px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    height: 44px;
}

.form-area {
    width: 90%;
}

.form-area .form-group {
    margin: 0px;
}

.form-area .form-group form {
    display: flex;
}

.form-area form {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.form-area form .row {
    width: 88%;
}

.back-btn {
    width: 100%;
    padding: 16px 24px;
}

.back-btn a {
    font-size: 17px;
    color: #051d3d;
}

.back-btn a i {
    padding-right: 4px;
}

.salry-withdraw-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.salry-withdraw-flex .left {
    width: 33%;
}

.vendor-area .nav-Wrapper .right-side .rightArea .salry-withdraw-flex .pahe-title {
    width: 100%;
    margin-bottom: 28px;
}

.salry-withdraw-flex .right {
    width: 60%;
}

.salry-withdraw-flex .left .ammount-list ul {
    padding: 0px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.salry-withdraw-flex .left .ammount-list ul li {list-style: none;width: 47%;background: #dcf5ff;padding: 25px 20px;border-radius: 10px;}

.salry-withdraw-flex .left .ammount-list ul li .txt {
    /* display: flex; */
    /* justify-content: space-between; */
    /* margin-bottom: 7px; */
    font-size: 14px;
    text-align: center;
    color: #0f3900;
}

.salry-withdraw-flex .left .ammount-list ul li:nth-child(2) {
    background: #d6ffe8;
}

.salry-withdraw-flex .left .ammount-list ul li .txt .num {
    font-size: 21px;
    color: #0f3900;
    padding-top: 7px;
}

.table-head.neeww {
    justify-content: space-between;
}

.showing {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.showing select {
    width: 58px;
    height: 38px;
    border: 1px solid #cac5c5;
    border-radius: 5px;
    margin-left: 10px;
    padding: 5px;
}

td.green {
    color: green!important;
}

td.red {
    color: red!important;
}

.modal-body .message ul {
    padding: 0px;
}

.modal-body .message ul li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}

.modal-body .message ul li .topic {
    width: 20%;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
}

.modal-body .message ul li .description {
    width: 76%;
    font-size: 14px;
    line-height: 23px;
    color: #3f3a3a;
}

span.edit-amout button {
    border: none;
    background: none;
}

span.edit-amout button i {
    color: #1f8510;
    font-size: 15px;
}

.approved-by {
    color: #168a31;
    text-transform: uppercase;
}

.salry-withdraw-flex .left .ammount-enter label {
    margin-bottom: 6px;
    color: #595656;
}


.vendor-area .nav-Wrapper .right-side table.table td.red-btn a, td.red-btn span.edit-amout {
    background: #ef2b2b;
    color: white;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 4px;
}
.vendor-area .nav-Wrapper .right-side table.table td.green-btn a {
    background: #0d7b12;
    color: white;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 4px;
}

.faq-flex .right .faqcontent ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.faq-flex .right .faqcontent ul li {
    width: 47%;
    position: relative;
    padding-left: 48px;
    list-style: none;
    margin-bottom: 25px;
}

.faq-flex .right .faqcontent ul li .faq-area .title h3 {
    font-size: 16px;
    line-height: 26px;
    color: #051d3d;
}




.faq-flex .right .faqcontent ul li .faq-area .txt p {
    font-size: 15px;
    color: rgba(125, 125, 125, 1);
    line-height: 23px;
}

 .right .faqcontent ul li:before {
    content: "\003F";
    position: absolute;
    left: 0px;
    width: 34px;
    height: 34px;
    background: #d1ab61;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 34px;
    font-weight: 900;
    font-size: 20px;
}

.faq-flex .left .txt p {
    font-size: 17px;
    color: rgba(125, 125, 125, 1);
    line-height: 27px;
    letter-spacing: 0px;
}


.faq-flex .right .faqcontent ul {
    padding: 0px;
}


td .agent-btn {
    border: none;
    background: #20569e;
    margin: 0px 2px;
    font-size: 12px;
    color: #fff;
    padding: 4px 7px;
}

td .agent-btn:nth-child(2) {
    background: #b900c2;
}

td .agent-btn:nth-child(3) {
    background: #f68414;
}

td .agent-btn:nth-child(4) {
    background: #367618;
}

.vendor-area .nav-Wrapper .left-side ul ul.down_menu li a {
    color: #ffffffd6;
}

.flex-check {
    display: flex;
    flex-wrap: wrap;
}

.flex-check .checkboxs {
    width: 50%;
}

.salry-withdraw-flex .left .ammount-enter .flex-check .checkboxs label {font-size: 15px;}

.logoImg {
    width: 54px;
    height: 54px;
}

.logoImg img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

button.edit-btn {
    border: none;
    background: #52830a;
    margin: 0px 2px;
    font-size: 12px;
    color: #fff;
        padding: 2px 7px;
}

button.delete-btn, button.deleteField{
      border: none;
      background: #eb0b0b;
      margin: 0px 2px;
      font-size: 12px;
      color: #fff;
      padding: 2px 7px;
}

button.disable-btn {
      border: none;
      background: #d1ab61;
      margin: 0px 2px;
      font-size: 12px;
      color: #fff;
      padding: 2px 7px;
}

.salry-withdraw-flex .left h6 {
    margin: 32px 0px 15px 0px;
    font-size: 18px;
    color: #d1ab61;
}

/* width */
.vendor-area .nav-Wrapper .left-side::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.vendor-area .nav-Wrapper .left-side::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.vendor-area .nav-Wrapper .left-side::-webkit-scrollbar-thumb {
  background: #e7c27c; 
}

/* Handle on hover */
.vendor-area .nav-Wrapper .left-side::-webkit-scrollbar-thumb:hover {
  background: #d1ab61; 
}


/* width */
.vendor-area .nav-Wrapper .right-side::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.vendor-area .nav-Wrapper .right-side::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.vendor-area .nav-Wrapper .right-side::-webkit-scrollbar-thumb {
  background: #6a6464; 
}

/* Handle on hover */
.vendor-area .nav-Wrapper .right-side::-webkit-scrollbar-thumb:hover {
  background: #d1ab61; 
}


.vendor-area .nav-Wrapper .left-side ul li:has(> ul.down_menu ):after {
 float: right;
 transition: all .5s;
 border: none;
 height: auto;
 width: auto;
 content: "\f077";
 font-size: 10px;
 font-family: FontAwesome;
 margin: 0 4px 0 0;
 font-size: 10px;
 transition: 0.5s ease-in-out;
 transform: rotate(180deg);
 color: #d1ab61;
 position: absolute;
 right: 16px;
 top: 14px;
}



.vendor-area .nav-Wrapper .left-side ul li:not(:last-child) {
    border-bottom: 1px dashed #d1ab6147;
}


.vendor-area .nav-Wrapper .left-side ul li.active:has(> ul.down_menu ):after {
    transition: 0.5s ease-in-out;
    transform: rotate(0deg);
}

.vendor-area .nav-Wrapper .left-side ul li.accordionList.active ul.down_menu{
    display:block;
}

td.Withdrawal span {
    color: #051d3d;
    border: 1px solid #051d3d;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
}
td.Deposit span {
    color: #d1ab61;
    border: 1px solid #d1ab61;
    padding: 4px;
    font-size: 12px;
    border-radius: 3px;
}
thead td, thead th {white-space: nowrap;}

td, th {
    font-size: 13px;
}

.radio-txt label {
    text-align: left;
    width: 100%;
    color: #000;
    margin-bottom: 6px;
}

.upadte-status table tr td:first-child {
    font-weight: 500;
}

button.viewBtn {
    border: none;
    background: #051d3d;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

td.green-btn button, td.green-btn a, button.updateStatusBtn {
    background: #217c11;
    border: none;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}
td.red-btn button, td.red-btn a, button.red-btn {
    background: #ff1919;
    border: none;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.form-group.text-right {
    text-align: right;
}

.form-group.text-right a {
    font-size: 14px;
    color: #d1ab61;
}

.login-flex-wp .form-group {
    text-align: left;
}

.login-flex-wp .form-group label {
    font-weight: 300;
    padding-bottom: 9px;
    color: #202224;
}

.icons-login:hover {
    background: #fff;
    color: #051d3d;
}

.icons-login:hover a {
    color: #051d3d;
}

.dash-right .stati ul li span.num i {
    font-size: 27px;
    font-weight: 200;
}

.logo {
    width: auto!important;
    height: 48px!important;
}

select {
    width: 72px;
    height: 33px;
    padding: 5px;
    border-radius: 5px;
    margin-left: 2px;
}

.pull-page {
    margin-bottom: 10px;
}

.filter button, .table-head .filter a {
    background: #dc3545;
    border: 1px solid #dc3545;
}

button.btn.btn-warning.btn-sm {
    background: #e5a202;
    font-size: 13px;
    color: #fff;
        border: none;
    font-size: 12px;
    padding: 3px 10px;
    color: #fff;
    border-radius: 4px;
}

.form-switch .form-check-input {
    width: 4em;
    height: 23px!important;
    padding-left: 3em!important;
}

.form-switch {
    padding-left: 2.5rem!important;
}

.commission-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    left: 0px !important;
    margin-right: 22px;
    line-height: 21px;
    top: 0px;
}

.input-group.mb-3 {
    display: none;
}

.college-form-group  .t1 {
    position: absolute;
    left: 17px;
    top: -10px;
    background: #fff;
    padding: 0px 10px;
    font-size: 12px;
    color: #5d81b0;
    z-index: 2;
    font-weight: 400;
}
.form-group {
    position: relative;
    margin-bottom: 16px!important;
}

.paymentStatusRow{
    position: relative;
}

.paymentStatusRow .col-md-3:last-child {
    position: absolute;
    right: 0px;
    bottom: 24px;
}

.heading .logo img {
    width: 48px!important;
}

.icon.form-control {
    display: flex;
    justify-content: center;
    align-items: center;
}


.switchTresh i {
    font-size: 23px;
}

.college-form-group.margin-none .row,
.college-form-group.margin-none .row .col-md-4 {
    margin:0px!important;
}

.col-md-3.switchTresh {
    display: flex;
    justify-content: end;
}

.col-md-3.switchTresh .form-switch {
    padding-right: 3.5rem;
}

.form.form-area.college-form-group.margin-none {
    margin: 10px 0px 18px 0px;
}

.row.paymentStatusRow {
    margin: 0px!important;
}

.method-area ul li .form-area.college-form-group {
    margin: 0px;
}

.coming-soon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.empty-page {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 500px){
    .paytnwLogo img {
        width: auto;
        height: 49px!important;
    }
}

.menuIcon {
    display: none;
}

.crossIcon {
    display: none;
}

.wlcome {
    font-size: 22px;
}

.form-control, .college-form-group .row .col-md-4 .t2, .college-form-group .row .col-md-4 label {
    color: #847b7d;
    font-size: 14px;
}
input[type=checkbox] + label, input[type=radio] + label {
    margin-right: 10px;
}

div#fields .field {
    padding: 15px!important;
}

.form-group:has(.deleteField) {
    margin: 0px!important;
  }

  
  .col-md-3.switchTresh .row {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.row.paymentStatusRow .form-group {
    margin: 14px 0px;
}

 .filter{
    display: none;
} 

.method-area ul li .heading .logo img {
    width: auto!important;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.green-btn .d-flex {
    display: flex;
    flex-direction: column;   
width: 100px;
    gap: 10px; 
}
.green-btn .d-flex button {
    margin-bottom: 10px;
}
.red-btn .d-flex {
    display: flex;
flex-direction: column;
    width: 100px;
   gap: 10px;
}
.red-btn .d-flex button {
	margin-bottom: 10px;
}
