* {
    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: 9999;
}

.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;
    }

        .head .logo-right ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .head .logo-right ul li {
                display: inline-block;
            }

                .head .logo-right ul li span:after {
                    display: none;
                }

                .head .logo-right ul li .dropdown-menu a {
                    padding: 0 15px;
                    margin: 0;
                    line-height: 27px;
                }

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

.subMenuLineHeight {
    line-height: 25px;
}
/*********************************** 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 {
    list-style: none;
}

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

        .system li.active {
            border: 1px solid #ced4da;
            background: #fff;
            border-left: 2px solid #123764;
        }

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

        .system li 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;
}

.main-graph {
    display: inline;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.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-top: 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;
    width: 100%;
}

    .user-details.delete_change_type {
        width: 100%;
    }

.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;
    width: 100%;
}

    .organization-add .fullWidth {
        display: block;
    }

.form-flx-add {
    display: block;
    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 label.radio-inline {
            width: 100%;
            border: 0;
            outline: 0;
        }

            .form-flx-add label.radio-inline:focus {
                outline: none;
                box-shadow: none;
            }

            .form-flx-add label.radio-inline .form-control:focus {
                outline: none;
                box-shadow: none;
            }

            .form-flx-add label.radio-inline .form-control {
                margin-right: 12px;
            }

    .form-flx-add input, .form-flx-add textarea, .form-flx-add input[type='date'], .form-flx-add input[type='text'], .form-flx-add input[type='datetime'] {
        width: 100%;
        padding: 7px;
        border: 0px solid #dee2e6;
        border: none;
        outline: none;
    }

        .form-flx-add input[type='datetime'] {
            background-color: #ffffff;
        }

        .form-flx-add input[type='checkbox'] {
            width: auto;
            margin-left: 10px;
        }

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

.form-inline label.field_heading, label.field_heading {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 5px;
}

.form-inline .jqte {
    margin: 0;
}

.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 a {
        color: #000;
        padding: 6px 17px;
        display: block;
    }

    .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: 111.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 .iti {
    width: 100%;
}

.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;
}
/************************************ 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;
}

.other_fields {
    margin: 10px 0;
    border: solid thin #ccc;
    padding: 10px;
    background: #f3f3f3;
    border-radius: 10px;
    position: relative;
}

    .other_fields .text_field {
        /* padding-right: 0; */
    }

    .other_fields .row {
        margin-bottom: 10px;
    }

    .other_fields .text_field input.form-control {
        padding: 6px 12px;
        font-size: 12px;
        color: #000;
    }

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

    .other_fields .text_button {
        padding-left: 0;
    }

.form-content .panel-heading {
}

    .form-content .panel-heading a {
        width: 100%;
        display: block;
        font-size: 15px;
        padding: 7px 10px;
        background: #123764;
        color: #fff;
        position: relative;
    }

        .form-content .panel-heading a.collapsed:after {
            content: "\f0fe";
            font-family: "font-awesome";
            border: none;
            font-size: 16px;
            vertical-align: baseline;
            position: absolute;
            right: 19px;
            top: 8px;
        }

        .form-content .panel-heading a:after {
            content: "\f146";
            font-family: "font-awesome";
            border: none;
            font-size: 16px;
            vertical-align: baseline;
            position: absolute;
            right: 19px;
            top: 8px;
        }

.form-content .panel-body .btn.view-btn {
    background-color: red;
    color: white;
    padding: 3px 3px 8px;
    font-size: 25px;
    line-height: 4px;
    margin: 0;
    vertical-align: middle;
    border: 0;
    border-radius: 3px;
}

@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: 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;
    }

    .form-content .panel {
        display: block;
        text-align: left;
    }

    .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;
    }

    .head-logo .dropdown {
        display: block;
    }

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

    .head .head-dropdown {
        display: block;
    }
}
/*@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: 168vh;
    }

    .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;
    }

    .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;
    }

    .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: 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;
}

@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;
    }
    .maincontainer {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .sidebar {
        width: 96% !important;
        margin: 0 2% 15px;
    }
    .form-steps {
        width: 96%;
        margin: 0 2% !important;
    }
    .step-label .stp_cont{
        text-transform:none;
    }
}
@media only screen and (max-width: 733px) {
    .heading_sec h2, .heading_sec h3{font-size:17px !important;}
    .heading_sec .tooltip{font-size:17px !important; padding:5px !important;}
}
@media only screen and (max-width: 599px) {
    .progress-circle {
        float: none !important;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 565px) {
    .sidebar{padding:15px !important;}
    .step-label {
        display: inline-block;
        width: 49%;
        vertical-align: top;
        margin-bottom:0 !important;
    }
        .step-label .stp_cont{width:65%; vertical-align:top;}
        .step-label i{width:28%;}
        .step-label i {
            font-size: 40px !important;
        }
        .step-label .stp_cont{font-size:12px !important;margin-left:10px !important;}
        .step-label .stp_cont span.circle{font-size:14px !important;}
        a#btnResetForm{float:left !important;line-height:35px !important;}
            a#btnResetForm i{font-size:medium !important;}
    .payment-section .payment_methods label .input_cont{width:auto !important;}
    .payment-section .payment_methods{width:100% !important;}
    .form-step.payment-section .div-offline-payments .col-md-6{padding-left:0;}
    .subscription-section table.dataTable thead th, table.dataTable tfoot th, .subscription-table th, .subscription-section .subscription-table td {
        padding: 10px 6px 2px !important;
        text-align:left !important;
    }
}
@media only screen and (max-width: 479px) {
    .step-label{padding:10px !important;}
        .step-label i{font-size:25px !important;}
        .step-label i {
            width: 19%;
            margin-top:4px;
        }
        .step-label .stp_cont {
            width: 73%;
            vertical-align: top;
        }
    a#btnResetForm {
        float: left !important;
        line-height: 30px !important;
        font-size:14px !important;
        margin-top:0 !important;
    }
    .step-label .stp_cont span.circle{font-size:16px !important;}
    .heading_sec h2, .heading_sec h3 {
        font-size: 13px !important;
    }
    .main_head {
        padding: 10px 15px !important;
    }
    #registrationForm .form-step .form-group {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
    #registrationForm .form-step .form-group input, #registrationForm .form-step .form-group select {
        padding: 3px;
        font-size:14px;
    }
        #registrationForm .form-step .form-group input[type='tel']{padding-left:45px;}
        #registrationForm .form-step .form-group label {
            font-size: 15px;
        }
    .registr_frm {
        padding: 25px 20px !important;
    }
}
@media only screen and (max-width: 383px) {
    .step-label .stp_cont span.circle {
        font-size: 15px !important;
    }
    .step-label i {
        width: 18%;
        margin-top: 4px;
    }
    .step-label .stp_cont {
        font-size: 11px !important;
        margin-left: 9px !important;
    }
}
@media only screen and (max-width: 359px) {
    .heading_sec h2, .heading_sec h3 {
        font-size: 11px !important;
    }
}