* {
    margin: 0%;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype'),
        url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype'),
        url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Light';
    src: url('fonts/Poppins-Light.eot');
    src: url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Light.woff2') format('woff2'),
        url('fonts/Poppins-Light.woff') format('woff'),
        url('fonts/Poppins-Light.ttf') format('truetype'),
        url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('fonts/Poppins-SemiBold.eot');
    src: url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('fonts/Poppins-SemiBold.woff') format('woff'),
        url('fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins-SemiBold';
}

p,
button {
    font-family: 'Poppins-Light';
}

/*********************************** head ***********************************/
.section-head {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 99;
}

.head {
    background-color: #123764;
}

.head .logo-1 {
    padding: 0px 30px 0 0 !important;
}

.head .logo {
    padding: 10px 0px;
}

.head .logo .head-logo {
    padding: 0 10px;
}

.head .logo .head-dropdown img {
    height: 20px;
    padding-right: 7px;
    line-height: 40px;
}

.head .logo .head-dropdown span {
    color: #fff;
    font-size: 10pt;
}

.head .head-dropdown {
    line-height: 40px;
    cursor: pointer;
}

.head .logo-right img {
    width: 50px;
    cursor: pointer;
}

.head .logo-right {
    line-height: 68px;
}

.blank {
    height: 35px;
    /* background-color: black; */
}

/*********************************** head end ***********************************/
.all {
    background-color: #f8f9fb;
    padding: 30px 0px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    /*height: 90vh;*/
    margin-bottom: 50px;
}

/************************************ left ************************************/
.search input {
    border: none;
    padding-left: 5px;
    outline: none;
}

.search {
    border: 1.5px solid #dddddd;
    width: 233px;
    padding: 6px 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
}

.search-filter {
    margin-top: 30px;
}

.search-filter input {
    width: 233px;
    padding-left: 23px;
    outline: none;
}

.left-padd {
    padding-left: 20px;
}

.system h6 {
    padding: 5px 20px;
    border-left: 2px solid #dddddd;
    transition: .2s;
    margin-bottom: 0;
}

.system h6:hover {
    border-left: 2px solid #123764;
}

.system h6 a {
    font-size: 15px;
    line-height: 30px;
    color: #585858;
    text-decoration: none;
}

/************************************ left end ************************************/
/************************************ righe ************************************/
.nav ul {
    display: flex;
}

.nav ul a {
    text-decoration: none;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 600;
}

.nav ul li {
    list-style: none;
    color: #123764;
    padding-bottom: 7px;
}

.active {
    border-bottom: 3px solid #123764;
}

.card {
    display: flex;
    padding: 12px;
    color: #fff;
}

.dash-icon {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

.color-1 {
    background-color: #48924b !important;
}

.color-2 {
    background-color: #c55379 !important;
}

.color-3 {
    background-color: #c38c40 !important;
}

.color-4 {
    background-color: #6da6ae !important;
}

.card span {
    font-size: 13px;
}

.card h1 {
    line-height: 37px;
}

.card img {
    width: 90%;
    /*height: 80px;*/
    margin-top: 22px;
}

.logo-right svg:not(:host).svg-inline--fa,
.logo-right svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
    color: #fff;
    font-size: 30px;
    padding: 0 7px;
}

.left {
    width: 20%;
}

.right {
    width: 78%;
}

.today h5 span {
    font-size: 10px;
    color: #585858;
    letter-spacing: 2px;
    font-weight: bold;
}

.today h5 {
    font-size: 30px;
    line-height: 15px;
    padding-top: 25px;
}

.box {
    border: 2px solid #dddddd;
    background-color: #fff;
    padding: 20px 30px;
}

.box h4 {
    color: #123764;
}

.box-c-1 {
    color: #48924b;
}

.box-c-2 {
    color: #c38c40;
}

.box-c-3 {
    color: #c55379;
}

.box-c-4 {
    color: #6da6ae;
}

.box {
    height: 240px;
}

.box-over {
    overflow-y: scroll;
}

.country img {
    width: 47px;
    height: 39px;
    padding-right: 10px;
}

.country h5 span {
    font-size: 10px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #585858;
}

.box-s-1 {
    color: #589edb;
}

@keyframes chartjs-render-animation {
    from {
        opacity: 0.99;
    }

    to {
        opacity: 1;
    }
}

.chartjs-render-monitor {
    animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
    position: absolute;
    direction: ltr;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: -1;
}

.chartjs-size-monitor-expand>div {
    position: absolute;
    width: 1000000px;
    height: 1000000px;
    left: 0;
    top: 0;
}

.chartjs-size-monitor-shrink>div {
    position: absolute;
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
}

.range {
    margin: 20px 0;
    padding-right: 10px;
}

.inp-range {
    padding: 10px 10px;
}

.inp-range p {
    margin-bottom: 3px;
    font-size: 14px;
}

.range input {
    width: 100%;
}

/*.range input[type=range]{*/
/*    -webkit-appearance: none;*/
/*  margin-right: 15px;*/
/*  width: 200px;*/
/*  height: 7px;*/
/*  background: rgba(255, 255, 255, 0.6);*/
/*  border-radius: 5px;*/
/*  background-image: linear-gradient(#ff4500, #ff4500);*/
/*  background-size: 70% 100%;*/
/*  background-repeat: no-repeat;*/
/*}*/
.range h3 {
    display: inline-block;
    color: #7a7a7a;
    font-size: 20px;
}

.range h4 {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 20px;
    color: #7a7a7a;
}

.range .svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    color: #000;
    font-size: 13px;
    color: #7a7a7a;
}

.range h4 .svg-inline--fa {
    font-size: 13px;
    margin-right: 10px;
    color: #0075ff;
}

/************************************ righe end ************************************/
/************************************ permission ************************************/
.permission-nav {
    border-bottom: 3px solid rgb(223 223 223);
    box-shadow: rgb(33 35 38 / 10%) 0px 10px 10px -10px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-right: 26px;
    align-items: center;
}

.permission-nav label {
    color: #123764;
    font-size: 19px;
    font-weight: 600;
    margin-right: 9px;
}

.flage {
    border: 1px solid rgb(223 223 223);
    width: 32%;
    display: inline-grid;
    margin-right: 4px;
    background-color: #fff;
    margin-bottom: 10px;
}

.flage-all {
    padding: 20px 0;
}

.flage-head {
    border-bottom: 1px solid rgb(223 223 223);
    padding: 12px 16px 4px;
}

.flage-bottam-all {
    height: 276px;
    /* padding: 10px; */
    overflow: auto;
    padding-top: 10px;
}

.flage-bottam {
    padding: 3.5px 16px;
}

.flage-bottam:hover {
    background-color: #d8d8d8;
    transition: ease-in-out 0.3s;
}

.flage-bottam label {
    font-size: 15px;
    font-weight: 600;
}

.flage-head label {
    font-size: 18px;
    font-weight: 600;
}

.president-text h3 {
    font-size: 18px;
    line-height: 36px;
}

.president-btn button {
    border: none;
    background-color: #123764;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    margin-left: 12px;
    transition: ease-in-out 0.2s;
}

.president-btn button:hover {
    box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px,
        rgba(6, 24, 44, 0.65) 0px 4px 6px -1px,
        rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.president-btn {
    display: flex;
}

.president-btn {
    display: flex;
}

.permission {
    height: 500px;
    overflow: auto;
}

.president {
    padding: 25px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/************************************ permission ************************************/
/************************************ members ************************************/
.members {
    background-color: #f8f9fb;
    padding: 16px 0;
    margin-bottom: 22px;
    border-bottom: 1px solid #dddddd;
}

.members-text h2 {
    font-size: 22px;
}

.members-text h3 {
    font-size: 18px;
}

.members-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgb(223 223 223);
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    padding-bottom: 10px;
}

.members-nav h3 {
    font-size: 20px;
}

.memb-teg {
    margin-top: 20px;
    margin-bottom: 10px;
}

.memb-teg a {
    border: 1px solid rgb(223 223 223);
    color: #000;
    padding: 6px 18px;
    text-decoration: none;
    font-weight: 600;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.05) !important;
}

.table button {
    background-color: #123764;
    color: #fff;
    border: none;
    padding: 3px 14px;
    font-size: 15px;
}

.table td,
.table th {
    padding: 7px 13px;
    vertical-align: top;
    border: 1px solid #dee2e6;
}

.showa ul li a {
    text-decoration: none;
    color: #000;
}

.table-m-scarch {
    border: 1px solid #dee2e6;
    padding-left: 5px;
}

.shoting-flx {
    display: flex;
    align-items: center;
}

.shoting {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #dee2e6;
}

.table-m-scarch input {
    border: none;
    outline: none;
    padding: 8px;
}

.search-table {
    border: 1px solid #dee2e6;
    /* padding: 10px; */
    background-color: #fff;
}

.shoting h4 {
    font-size: 18px;
    color: #123764;
}

.shoting select {
    margin: 0 10px;
}

.shoting-flx .form-control {
    display: block;
    width: 100%;
    height: calc(1em + 0.75rem + 2px);
    padding: 3px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.shoting {
    margin-bottom: 10px;
}

.members-table {
    height: 44vh;
    overflow: auto;
    padding: 0px 13px;
}

.members-table .dropdown-menu {
    padding: 0.5rem 13px;
}

/************************************ members ************************************/
/************************************ organization-members-Details ************************************/
.organization-in {
    border: 1px solid #dee2e6;
    background-color: #fff;
    overflow: auto;
    /*height: 50vh;*/
}

.organization-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 2px solid #dee2e6;
}

.organization-nav h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.form-flx label {
    font-size: 18px;
    font-weight: 600;
    color: #123764;
    white-space: nowrap;
    margin-right: 15px;
    width: 62%;
}

.form-flx input {
    width: 100%;
    padding: 7px 3px;
    border: none;
    border-bottom: 1px solid #dee2e6;
    outline: none;
}

.form-flx {
    display: flex;
    align-items: center;
    padding: 5px 20px;
}

.organization-form {
    border-bottom: 2px solid #dee2e6;
    padding: 20px;
}

.user-details {
    padding: 20px;
}

.or-box1 {
    padding: 12px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
    border-radius: 15px;
    height: 186px;
    max-height: 230px;
}

.or-box {
    padding: 12px;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 15%);
    border-radius: 15px;
    height: 435px;
    max-height: 600px;
}

/************************************ organization-members-Details ************************************/
/************************************ organization-members ************************************/
.organization-add {
    padding: 30px;
}

.form-flx-add {
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid #dee2e6;
    margin: 6px;
    background-color: rgb(206, 204, 204);
}

.form-flx-add label {
    font-size: 15px;
    font-weight: 600;
    /* color: #123764; */
    white-space: nowrap;
    margin-right: 15px;
    margin-bottom: 0;
    padding-left: 12px;
    width: 33%;
}

.form-flx-add input {
    width: 100%;
    padding: 7px;
    border: 1px solid #dee2e6;
    border: none;
    outline: none;
}

.form-flx-add select {
    width: 100%;
    border: 1px solid #dee2e6;
    padding: 7px;
}

.form-flx-cuncel button {
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: 6px 17px;
    margin-left: 5px;
    margin-top: 20px;
    transition: ease-in-out 0.2s;
}

.form-flx-cuncel button:hover {
    background-color: #123764;
    color: #fff;
}

.form-flx-submit {
    text-align: right;
}

.form-flx-submit button {
    background-color: #123764;
    color: #fff;
    border: none;
    padding: 6px 17px;
    font-size: 15px;
    margin-right: 5px;
    margin-top: 20px;
    transition: ease-in-out 0.2s;
}

.form-flx-submit button:hover {
    box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 2px, rgb(6 24 44 / 65%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
}

/************************************ organization-members ************************************/
/************************************ Login ************************************/
.login form {
    width: 40%;
    margin: auto;
    background-color: #f3edec;
    padding: 36px 25px 15px 25px;
}

.login {
    align-items: center;
    /*background-color: #f4edeb;*/
    display: flex;
    justify-content: center;
    height: 80.6vh;
    padding: 40px 0;
    margin-top: 66px;
}

.login h4 {
    font-size: 20px;
    font-weight: bold;
}

.login-form input {
    width: 100%;
    padding: 3px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
}

.login-form label {
    font-weight: 500;
    margin-bottom: 4.1px;
}

.login-form {
    position: relative;
    margin: 20px 0;
}

.login-form i {
    position: absolute;
    right: 6px;
    bottom: 7px;
    color: #1b59a4;
}

.login-btn {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 30px;
}

.login-btn button {
    border: none;
    color: #fff;
    background-color: #1b59a4;
    padding: 5px 30px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
}

.login h6 a {
    color: #1b59a4;
    font-weight: bold;
}

/************************************ Login ************************************/
/************************************ signup ************************************/
.signup form {
    width: 40%;
    margin: auto;
    background-color: #f3edec;
    padding: 35px 30px 10px 30px;
    /*box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;*/
}

.signup {
    align-items: center;
    /*background-color: #fbede7;*/
    display: flex;
    justify-content: center;
    height: 80.5vh;
    padding: 20px 0;
    margin-top: 67px;
}

.signup-form input {
    width: 100%;
    padding: 3px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    margin-bottom: 4.1px;
}

.signup-form label {
    font-weight: 500;
    margin-bottom: 4.1px;
    font-size: 14px;
}

.signup-form {
    margin: 8px 0;
}

.signup h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

/************************************ signup ************************************/
/************************************ reset-password ************************************/
.redet form {
    width: 60%;
    margin: auto;
    background-color: #f3edec;
    padding: 35px 30px 45px 30px;
    /*box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;*/
}

.redet {
    align-items: center;
    /*background-color: #fbede7;*/
    display: flex;
    justify-content: center;
    height: 84vh;
    padding: 20px 0;
    margin-top: 67px;
}

.redet h4 {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 14px;
}

.redet h5 {
    font-size: 15px;
    margin-top: 22px;
    color: #414141;
}

.redet-form input {
    width: 100%;
    padding: 3px;
    border: 2px solid #bfc1c3;
    border-radius: 3px;
}

.redet-form label {
    font-weight: 500;
    margin-bottom: 4.1px;
    font-size: 14px;
}

.redet-form {
    margin: 24px 0;
    position: relative;
}

.redet-btn {
    margin-bottom: 15px;
}

.redet-btn button {
    border: none;
    color: #fff;
    background-color: #1b59a4;
    padding: 5px 30px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
}

.redet-form i {
    position: absolute;
    right: 6px;
    bottom: 7px;
    color: #1b59a4;
}

.requirement {
    border: 1px solid #000;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-top: -95px;
}

.requirement ul {
    font-size: 15px;
    margin-left: 22px;
    font-weight: 400;
}

.requirement ul li {
    margin-bottom: 9px;
    font-size: 13px;
    color: #414141;
}

.redet a {
    font-size: 14px;
    font-weight: 500;
    color: #1b59a4;
}

.menubtn span {
    /*position: absolute;*/
    right: 15px;
    top: 0px;
    cursor: pointer;
    font-size: 36px;
}

.bottom-footer {
    height: 47px;
}

/************************************ reset-password ************************************/
canvas#myChart {
    display: block;
    box-sizing: border-box;
    height: auto !important;
    width: 151px !important;
    margin: auto;
}

.widget {
    margin: 0 auto;
    width: 350px;
    margin-top: 50px;
    background-color: #222D3A;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 0px #06060d;
}

.chart-container {
    padding: 25px;
}

.shadow {
    -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .5));
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, .5));
}

.box {
    margin-top: 15px;
}

.menubtn {
    display: none;
}

.menubtn {
    padding-left: 10px;
}

.nav-menu {
    display: none;
}

.right-btn {
    margin-right: -15px;
    display: inline-block;
}

.right-btn .btn svg {
    display: none;
}

.right-btn .btn i {
    display: none;
}

.logo-1 img {
    max-width: 190px !important;
}

.head-logo .dropdown {
    display: flex;
    align-items: center;
}

.social-icon .svg-inline--fa {
    color: #fff;
}

.nav-menu svg {
    color: #000;
}

.lang-btn svg {
    color: #fff;
}

.dashoard-section aside {
    background-color: #123764;
    padding: 20px 10px 0;
    border-radius: 6px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.dashoard-section .nav-pills .nav-link .number {
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 1px 8px;
    font-family: "Roboto", serif;
    color: #fff;
    font-family: "Roboto", serif;
    align-content: center;
    font-size: 16px;
}

.dashoard-section aside .circular-shape {
    width: 210px;
    object-fit: contain;
    position: absolute;
    left: -33px;
    bottom: -27px;
    opacity: 25%;
    animation: rotate 30s linear infinite;
    animation-direction: reverse
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }

}

.dashoard-section .nav-pills .nav-link h4 {
    text-transform: uppercase;
    font-family: "Roboto", serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #fff;
}

.dashoard-section .nav-pills .nav-link.active .number {
    background-color: #fff;
    color: #123764;
}

.dashoard-section .nav-pills .nav-link p {
    margin-bottom: 0;
    font-size: 0.7rem;
    color: #fff;
    text-transform: uppercase;
}

.dashoard-section .wrapper {
    height: 82vh;
    overflow-y: auto;
}

.dashoard-section {
    background-color: #e9f2f7;
    align-content: center;
    padding: 20px 0;
    min-height: calc(100vh - 48px);
}

.dashoard-section .tab-content .tab-pane {
    text-align: left;
    padding: 30px 50px 60px;
    border-bottom: 0;
    box-shadow: unset;
    height: 100%;
    position: relative;
}

.input-wrapper {
    margin-bottom: 13px;
}

.dashoard-section .tab-content {
    position: unset;
    height: 100%;
}

.d-form-title p {
    color: #a7a7a7;
    margin-bottom: 5px;
}

.next-step,
.prev-step {
    border: 0;
    background-color: #123764;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: "Roboto", serif;
    transition: ease-in-out 0.2s;
}

.next-step:hover {
    background-color: #092c57;
    transform: translateY(-2px);
}

.prev-step:hover {
    background-color: #272727;
    transform: translateY(-2px);
}

.dashoard-section aside .nav {
    position: relative;
    z-index: 2;
}

.input-wrapper.text-right .next-step,
.input-wrapper.text-right .prev-step {
    margin-left: 10px;
}

.prev-step {
    background-color: #414141;
}

.dashoard-section .form-control,
.dashoard-section .form-select,
.login-new .form-control,
.login-new .form-select {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 2px solid transparent;
    padding: 10px;
    border-radius: 6px;
    height: auto;
    display: block;
    width: 100%;
    color: #495057;
    font-size: 0.9rem;
    line-height: 1.7;
}

.d-form-title h3 {
    color: #123764;
    font-weight: 500;
    font-family: "Roboto", serif;
}

.dashoard-section .nav-pills .nav-link {
    border: 0;
    background-color: unset;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 14px;
}

.button-style-1,
.save-details {
    border: 0;
    background-color: #123764;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    font-family: "Roboto", serif;
    transition: ease-in-out 0.2s;
}

.button-style-1:hover,
.save-details:hover {
    background-color: #092c57;
    transform: translateY(-2px);
}

.dashoard-section .form-control:focus,
.dashoard-section .form-select:focus,
.dashoard-section .form-select:focus-visible {
    border: 2px solid #123764;
    outline: none;
}

.dashoard-section label {
    color: #123764;
    font-family: "Roboto", serif;
    font-size: 1rem;
}

.filled-member {
    padding: 30px;
    background-color: #eeeeee80;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.blank-form .remove-others,
.blank-form .add-others {
    position: absolute;
    right: -60px;
    top: 34%;
    background-color: rgb(228, 2, 2);
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 50%;
    transition: 0.3s ease-in;
}

.blank-form .add-others {
    top: 50%;
    transform: translateY(-50%);
    background-color: #2fab2d;
}

.blank-form .add-others:hover {
    background-color: #123764;
}

.blank-form p strong {
    color: #123764;
}

.blank-form .remove-others:hover {
    background-color: rgb(209, 3, 3);
}

.blank-form .heading {
    font-size: 1.2rem;
    background-color: #eee;
    padding: 8px 17px;
    border-radius: 50px;
    position: absolute;
    top: -30px;
    left: 20px;
    display: none;
}

.blank-form {
    position: relative;
    padding: 15px 20px;
    border: 2px solid #eee;
    margin: 20px 0;
    border-radius: 6px;
}



.theme-blue{
    color: #11345f;
}

.other-link{
    color: #123764;
    font-family: "Roboto", serif;
    font-size: 1rem;
}

.toggle-wrapper {
    position: relative;
}

.toggle-wrapper div#loginpass {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.login-new .tab-content{
    position: unset;
}

.login-new .tab-content .tab-pane {
    box-shadow: unset;
    background-color: #fff;
    text-align: unset;
}

.login-new .active{
border-bottom: unset;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .wrap-check-57 input[type=checkbox] {
        --active:
            #11345f;
        --active-inner:
            #fff;
        --focus: 2px rgba(39, 94, 254, .3);
        --border:
            #BBC1E1;
        --border-hover:
            #11345f;
        --background:
            #fff;
        --disabled:
            #F6F8FF;
        --disabled-inner:
            #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .wrap-check-57 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .wrap-check-57 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .wrap-check-57 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .wrap-check-57 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .wrap-check-57 input[type=checkbox]:disabled+label {
        cursor: not-allowed;
    }

    .wrap-check-57 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .wrap-check-57 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .wrap-check-57 input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .wrap-check-57 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .wrap-check-57 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .wrap-check-57 input[type=checkbox]+label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .wrap-check-57 input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .wrap-check-57 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .wrap-check-57 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }

    .wrap-check-57 {
        display: flex;
        align-items: center;
    }

    .wrap-check-57 input[type=checkbox].switch {
        width: 38px;
        border-radius: 11px;
        margin-left: 10px;
    }

    .wrap-check-57 label {
        margin-bottom: 0;
    }

    .wrap-check-57 input[type=checkbox].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0));
    }

    .wrap-check-57 input[type=checkbox].switch:checked {
        --ab: var(--active-inner);
        --x: 17px;
    }

    .wrap-check-57 input[type=checkbox].switch:disabled:not(:checked):after {
        opacity: 0.6;
    }
}

.wrap-check-57 * {
    box-sizing: inherit;
}

.wrap-check-57 *:before,
.wrap-check-57 *:after {
    box-sizing: inherit;
}

.select2 .select2-selection {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border: 2px solid transparent !important;
    padding: 8px !important;
    border-radius: 6px;
    height: auto;
    display: block;
    width: 100% !important;
    color: #495057;
}

span.required {
    color: red;
}

.step-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.bottom_btn{
    bottom: 10px;
    position: absolute;
    right: 65px;
    width: 88%;
}
.other_fields {
    margin: 10px 0;
    border: solid thin #ccc;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 10px;
    position: relative;
}

.other_fields .text_button .btn {
    background: #1b59a4;
    padding: 6px 5px;
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}

section.login-new {
    background-color: #e9f2f7;
    align-content: center;
    padding: 20px 0;
    min-height: calc(100vh - 48px);
}

.login-new .wrapper {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
}

.login-new .wrapper .aside {background-color: #123764;padding: 30px;border-radius: 6px;position: relative;overflow: hidden;width: 30%;color: #fff;display: flex;flex-direction: column;justify-content: center;}

.login-new .wrapper  .main-area {
    width: 70%;
    background-color: #fff;
    padding: 50px;
}

.login-new .wrapper .aside img {
    margin-bottom: 22px;
    display: inline-block;
}

.login-new .wrapper .aside a {
    color: #fff;
    text-decoration: underline;
}

.login-new .wrapper .aside p{
    font-size: 0.9rem;
}

.login-new  label{
    color: #123764;
    font-family: "Roboto", serif;
    font-size: 1rem;
}

.login-new h3 {
    font-size: 1.8rem;
    color: #123764;
}

@media only screen and (min-width: 1498px) {
    .login {
        height: 83.9vh;
    }

    .signup {
        height: 83.8vh;
    }

    .all-add-organization {
        height: 62.2vh;
    }

}

@media only screen and (min-width: 1686px) {
    .login {
        height: 84.5vh;
    }

    .login-form input {
        padding: 12px;
    }

    .login-btn button {
        font-size: 19px;
    }

    .signup {
        height: 84.4vh;
    }

    .redet {
        height: 84.4vh;
    }

    .all-add-organization {
        height: 63.6vh;
    }
}

@media only screen and (min-width: 1798px) {
    .login {
        height: 85.5vh;
    }

    .signup {
        height: 85.4vh;
    }

    .redet {
        height: 85.4vh;
    }

    .all-add-organization {
        height: 65.9vh;
    }
}

@media only screen and (min-width: 2049px) {
    .login {
        height: 87vh;
    }

    .signup {
        height: 87vh;
    }

    .redet {
        height: 87vh;
    }

    .all-add-organization {
        height: 69.6vh;
    }
}

@media only screen and (min-width: 2732px) {
    .login {
        height: 90.3vh;
    }

    .signup {
        height: 90.2vh;
    }

    .redet {
        height: 90.2vh;
    }

    .all-add-organization {
        height: 77.2vh;
    }
}

@media only screen and (min-width: 3432px) {
    .login {
        height: 93.4vh;
    }

    .signup {
        height: 93.4vh;
    }

    .redet {
        height: 93.4vh;
    }

    .all {
        height: 89vh;
    }

    .all-add-organization {
        height: 84.7vh;
    }
}

@media only screen and (min-width: 4532px) {
    .login {
        height: 95vh;
    }

    .signup {
        height: 95vh;
    }

    .redet {
        height: 95vh;
    }

    .all {
        height: 91.7vh;
    }

    .all-add-organization {
        height: 88.5vh;
    }
}

@media only screen and (max-width: 991px) {
    .dashoard-section .nav-pills .nav-link {
        width: 33.3%;
        min-width: max-content;
        gap: 10px;
    }

    .dashoard-section .tab-content .tab-pane {
        padding: 30px
    }

    .d-form-title h3 {
        font-size: 24px;
    }

    .dashoard-section {
        padding: 0;
    }

    .dashoard-section aside {
        height: auto;
    }

    .blank-form .remove-others,
    .blank-form .add-others {
        right: -16px;
    }

    .col-md-12.review_sections {
        margin-bottom: 40px !important;
    }

    .dashoard-section aside {
        padding: 0 20px;
    }

    .bottom-footer {
        height: auto;
        padding: 8px 0;
    }
    .bottom_btn{
        position: relative;
        right: inherit;
        width: 100%;
        bottom: 0;
    }

}


@media only screen and (max-width: 900px) {
    .section-head .head .row {
        align-items: center;
    }

    .or-box1 {
        margin-bottom: 15px;
    }

    .head .logo {
        padding: 1px 0px;
    }

    .head .logo-right {
        line-height: 50px;
        display: flex;
        align-items: baseline;
        justify-content: right;
    }

    .menubtn span svg {
        /*border: 2px solid #fff;*/
        padding: 2px 10px;
    }

    .left {
        width: 256px;
        position: absolute;
        left: -268px;
        background: #f8f9fb;
        z-index: 6;
    }

    .right {
        width: 98%;
        text-align: center;
        margin: 0 5px;
    }

    .flage {
        width: 315px;
        text-align: left;
        margin-left: 4px;
    }

    .permission-nav {
        padding-right: 11px;
        padding-left: 11px;
    }

    .organization-memb {
        text-align: left;
    }

    .members-nav {
        padding-right: 11px;
        padding-left: 11px;
    }

    .memb-teg {
        text-align: left;
        margin-left: 8px;
    }

    .menubtn {
        display: inline-block;
        /*background: #fff;*/
    }

    .blank {
        height: inherit;
    }

    .left-padd {
        padding-left: 20px;
        height: 100vh;
    }

    .president {
        padding: 25px 10px;
    }

    .mobile-top-nav {
        display: none !important;
    }

    .nav-menu {
        display: block;
        float: right;
        border: 1px solid #000;
        padding: 0px 11px;
    }

    .panel {
        display: none;
    }

    .logo,
    .navbar.navbar-expand-lg,
    .ps-icon,
    .ps-content,
    header .nav,
    header .nav li,
    .drop-item,
    .dropdown-left,
    .dropdown-right {
        display: block !important;
        vertical-align: top;
    }

    ul#ds-tab {
        position: absolute;
        background: #fff;
        width: 100%;
        top: 65px;
        left: 0;
    }

    header .col-lg-12.col-md-12.col-sm-12 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .right-btn a.btn {
        padding: 7px !important;
        font-size: 13px !important;
    }

    .right-btn .btn svg {
        display: block;
        font-size: 19px;
        color: #fff;
    }

    .right-btn .btn i {
        display: block;
        font-size: 19px;
        color: #fff;
    }

    .right-btn .btn span {
        display: none;

    }

    .right-btn a {
        background-color: #1b59a4;
        border-radius: 0;
        color: #fff;
    }

    .redet {
        height: inherit;
    }

    .signup {
        height: 86vh;
    }

}

@media only screen and (max-width: 775px) {
    .card {
        margin: 12px;
    }

    .box {
        margin: 10px;
        text-align: left;
    }

    .range {
        margin: 20px 10px;
        padding-right: 10px;
        text-align: left;
    }

    .nav ul {
        margin-left: 10px;
    }

    .login form {
        width: 82%;
    }

    .redet form {
        width: 82%;
    }

    .signup form {
        width: 82%;
    }

    .head .head-dropdown {
        display: none;
    }

    .requirement {
        margin-top: -20px;
    }
    .login-new .wrapper .main-area{padding: 30px;}
    .login-new .wrapper .aside{padding: 15px;width: 100%;flex-direction: column;text-align: center;}
    .login-new .wrapper .main-area{width: 100%;padding: 15px;}
    .login-new .wrapper{flex-direction: column;}
    .login-new h3{margin-bottom: 10px !important;}
    .login-new .wrapper .aside img{margin-bottom: 10px;}
    section.login-new .button-style-1, section.login-new .save-details, section.login-new .prev-step{padding:7px 13px;font-size: 12px;}
}

@media only screen and (max-width: 600px) {
    .dashoard-section .nav-pills .nav-link {
        width: auto;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 2px;
        padding: 10px 5px;
    }
    .dashoard-section .nav-pills .nav-link h4{
        margin-bottom: 0;
    }
    .input-wrapper.three-button-wrapper.text-right button.next-step {
        margin-left: 0;
    }

    .dashoard-section aside{
        padding: 0;
    }

    .dashoard-section aside .nav {
        flex-wrap: nowrap;
        justify-content: space-between;
        overflow-x: scroll;
    }

    .three-button-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }

    .three-button-wrapper button.red-btn {
        width: 100%;
    }

    .mobile-sticky {
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        left: 0;
    }

    .nav-pills {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
    }

    .nav-pills .nav-link {
        flex: 0 0 auto;
        scroll-snap-align: center;
        white-space: nowrap;
    }
    .nav-pills {
        overflow-y: auto;
        scroll-behavior: smooth; /* Optional for smooth scrolling */
    }
    .dashoard-section .tab-content {
        margin-top: 65px;
    }
    .input-wrapper.text-right .prev-step {
        margin-left: 0;
    }
    
}

/*@media only screen and (max-width: 600px) {*/
/*    .banner-sec h1 {*/
/*    font-family: 'Poppins-Medium';*/
/*    font-size: 20px;*/
/*}*/
/*.ps-item {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.h-title {*/
/*    font-size: 20px;*/
/*}*/
/*.fea-sec .h-title {*/
/*    font-size: 22px;*/
/*    margin-right: 0px;*/
/*}*/
/*}*/


@media only screen and (max-width: 770px) {
    .signup {
        height: 91vh;
    }

    .bottom-footer {
        text-align: center;
    }

    .bottom-footer p {
        margin: 10px 0;
    }

}

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

    .logo-right svg:not(:host).svg-inline--fa,
    .logo-right svg:not(:root).svg-inline--fa {
        overflow: visible;
        box-sizing: content-box;
        color: #fff;
        font-size: 24px;
        padding: 0 7px;
    }

}

@media only screen and (max-width: 470px) {
    .permission-nav label {
        color: #123764;
        font-size: 16px;
    }
    .dashoard-section aside .nav {
        justify-content: center;
    }
    .dashoard-section .nav-pills .nav-link p{
        display: none;
    }

    .dashoard-section .tab-content .tab-pane {
        padding: 20px;
    }

    .col-md-12.review_sections {
        padding: 20px !important;
    }

    .review_hd {
        margin-top: -38px !important;
    }

    .d-form-title p {
        font-size: 0.9rem;
    }

    .permission-nav {
        display: inherit;
        text-align: left;
    }

    .form-flx label {
        font-size: 16px;
    }

    .members-text h3 {
        font-size: 14px;
    }

    .members-text h3 a {
        color: #000 !important;
    }

    .members-text h2 {
        font-size: 19px;
    }

    .form-flx {
        padding: 5px 20px;
        display: inherit;
    }

    .shoting {
        flex-direction: column;
    }

    .shoting {
        flex-direction: column;
    }

    .table-m-scarch {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

    .logo-right svg:not(:host).svg-inline--fa,
    .logo-right svg:not(:root).svg-inline--fa {
        font-size: 22px;
        padding: 0 3px;
    }

    .president-btn button {
        white-space: nowrap;
    }

    .president-btn button a {
        color: #fff;
    }

    .search {
        display: flex;
        align-items: center;
        width: 100%;
    }

    .form-flx-add label {
        font-size: 14px;
        width: 165px;
    }
}

.members-text a {
    color: #000;
    text-decoration: none !important;
}

.president-btn button a {
    color: #fff;
    text-decoration: none !important;
}

@media only screen and (max-width: 430px) {
    .president {
        padding: 12px 25px;
        display: inherit;
    }

    .dashoard-section .nav-pills .nav-link h4 {
        font-size: 0.7rem;
    }

    .president-btn button {
        margin-left: 0;
        padding: 5px 15px;
        font-size: 14px;
    }

    .president-text h3 {
        font-size: 18px;
        line-height: 23px;
    }

    .logo-right svg:not(:host).svg-inline--fa,
    .logo-right svg:not(:root).svg-inline--fa {
        font-size: 26px;
    }
}

@media only screen and (max-width: 384px) {
    .dashoard-section .nav-pills .nav-link .number {
        font-size: 14px;
    }
    .dashoard-section .nav-pills .nav-link h4 {
        font-size: 0.67rem;
    }
    .dashoard-section .nav-pills .nav-link {
        padding: 10px 3px;
    }
}

@media only screen and (max-width: 350px) {
    .blank-form {
        padding: 10px;
    }
}

@media only screen and (max-width: 330px) {
    .logo-1 img {
        max-width: 137px !important;
    }

    .logo-right svg:not(:host).svg-inline--fa,
    .logo-right svg:not(:root).svg-inline--fa {
        font-size: 19px;
        padding: 0 3px;
    }
}

.showa {
    padding-top: 16px;
    top: 57px;
    left: 0px;
    transition: ease-in-out .5s;
    position: fixed;
}

.review_hd {
    margin-bottom: 10px;
    background: #123764;
    display: inline-block;
    margin-top: -52px;
    position: absolute;
    color: #fff;
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 16px;
}

.col-md-12.review_sections {
    padding: 35px 35px 20px;
    margin-bottom: 25px;
    border-radius: 22px;
    border: 2px solid #eee;
}

@media only screen and (max-width: 1366px) {
    .redet {
        height: 100vh;
    }
}

@media only screen and (max-width: 1199px) {
    .redet {
        height: auto;
    }
}

@media only screen and (max-width: 992px) {
    .redet {
        height: auto;
    }
}