body {
    background: transparent linear-gradient(180deg, #EBF0FF 0%, #FCF3E4 100%) 0% 0% no-repeat;
    /*height: 100vh;*/
    font-family: "Open Sans", sans-serif !important;
}

.layout-menu {
    border-radius: 15px;
}

.layout-menu .menu-inner li a {
    color: #343434 !important;
    font-family: 'Open Sans', sans-serif !important;
}

.menu-vertical .menu-item .menu-link, .menu-vertical .menu-block {
    padding: 15px 18px;
}

.main-title1 {
    font-size: 100% !important;
    color: #000 !important;
    font: 700 16px/28px Open Sans !important;
}

.bg-menu-theme .menu-header {
    color: #343434;
    font-weight: bold;
}

small, .small {
    font-size: 12px;
}


.menu-vertical .menu-item .menu-link {
    font-size: 15px;
}

.menu-vertical .menu-item .menu-toggle::after {
    right: 20px;
}

.menu-vertical .menu-item .menu-toggle {
    padding-right: calc(1rem + 0.26em);
}

.menu-item div {
    padding-left: 20px;
}

.menu-sub div {
    padding-left: 0px;
}

.active {
    background: #DFE0E2 !important;
    color: #343434 !important;
}


.account-list {
    list-style: none;
    padding-left: 0;
}

    .account-list li {
        display: inline-block;
    }


.pd-bottom35 {
    padding-bottom: 35px;
}

.account-list .login {
    text-align: left;
    text-decoration: underline;
    font: 500 14px/21px Open Sans;
    letter-spacing: 0px;
    color: #4C2E76;
}

.account-list .register {
    font: 500 14px/21px Open Sans;
    letter-spacing: 0px;
    color: #373333;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px #a1a1a129;
    border: 1px solid #D9D9D9;
    padding: 7px 20px;
    border-radius: 6px;
}

.border-right {
    border-right: 1px solid #ccc;
}

.pd-right25 {
    padding-right: 25px;
}

.title-help {
    text-align: left;
    font: italic bold 13px/20px Open Sans;
    letter-spacing: 0.68px;
    color: #DB5329;
}

.title-discription {
    text-align: left;
    letter-spacing: 0px;
    font: normal 12px/21px Open Sans;
    color: #343434;
}

.text-right {
    text-align: right;
}

.pd-left0 {
    padding-left: 0 !important;
}



.request-list {
    list-style: none;
    padding-left: 0;
}

    .request-list li {
        display: inline-block;
        padding: 5px 35px;
        text-align: left;
        font: 600 16px/12px Open Sans;
        letter-spacing: 0px;
        color: #000000;
        margin-right: 35px;
    }

        .request-list li label {
            display: block;
        }

.main-title1 {
    text-align: left;
    font: 600 16px/25px Open Sans;
    letter-spacing: 0px;
    color: #303030;
}

.radio1 {
    margin-left: 25px;
}

.border-left-right {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.request-list2 {
    display: block;
    position: relative;
    padding-right: 40px;
    margin-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .request-list2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.request-list .checkmark {
    position: absolute;
    top: -4px;
    right: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #303030;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.request-list2:hover input ~ .checkmark {
  background-color: #ccc;
}
*/
/* When the radio button is checked, add a blue background */
.request-list2 input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.request-list .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.request-list2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.request-list2 .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #303030;
}

.pd-right0 {
    padding-right: 0 !important;
}

.m-top15 {
    margin-top: 15px !important;
}

.col-padding0 {
    padding: 0 !important;
}

.btn-search {
    border-radius: 0 !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background-color: transparent !important;
    font: 500 15px/23px Open Sans !important;
    letter-spacing: 0px;
    color: #4C2E76 !important;
    border: 1px solid #4C2E76 !important;
    padding: 8px 15px !important;
}

.form1 {
    background-color: transparent !important;
    border: 1px solid #A7A7A7 !important;
    border-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    padding: 8px 25px !important;
    height: 41px;
}

input::placeholder {
    color: #000 !important;
}

.m-top25 {
    margin-top: 25px !important;
}

.m-top35 {
    margin-top: 35px !important;
}

.layout-wrapper .bank-select {
    background: none !important;
    -webkit-appearance: none;
}

.select-control {
    background: url(/images/dropdown.png) 95% 15px no-repeat !important;
    background-color: transparent !important;
    border: 1px solid #A7A7A7 !important;
    border-radius: 10px !important;
    color: #333 !important;
    font-weight: 600 !important;
    height: 41px !important;
    cursor: pointer !important;
    padding: 0.4375rem 0.875rem !important;
}

.dropdown {
    position: relative;
    display: block !important;
}

.text-control {
    background-color: transparent !important;
    border: 1px solid #A7A7A7 !important;
    border-radius: 10px !important;
    color: #333 !important;
    font-weight: 400 !important;
    height: 41px !important;
    padding: 0.4375rem 0.875rem !important;
}

aside::before {
    content: "none" !important;
    display: none !important;
    height: auto !important;
}

.label-text {
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    margin-top: -10px;
    margin-left: 15px;
    background-color: #f2f1f3;
}


.layout-wrapper .form-group {
    margin-bottom: 40px !important;
}

.form-group {
    margin-bottom: 40px;
}

.checkbox {
    width: 20px;
    height: 20px;
}

.m-top10 {
    margin-top: 10px !important;
}




.checkbox-area {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 3px;
    font-weight: 600;
}

    /* Hide the browser's default checkbox */
    .checkbox-area input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    /* Create a custom checkbox */
    .checkbox-area .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 20px;
        width: 20px;
        border: 1px solid #4C2E76;
        background-color: #f3f3f3 !important;
        border-radius: 4px;
    }

    /* On mouse-over, add a grey background color */
    .checkbox-area:hover input ~ .checkmark {
        background-color: #f3f3f3 !important;
    }

    /* When the checkbox is checked, add a blue background */
    .checkbox-area input:checked ~ .checkmark {
        background-color: #f3f3f3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkbox-area .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .checkbox-area input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .checkbox-area .checkmark:after {
        left: 6px;
        top: 3px;
        width: 7px;
        height: 12px;
        border: solid #f60;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }


.dropdown-select {
    margin-bottom: 40px;
}


.btn-reset {
    border: 2px solid #DB5329 !important;
    border-radius: 50px !important;
    background-color: transparent !important;
    color: #4C2E76 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 6px !important;
    width: 170px !important;
}

.btn-update {
    background: #8F8F8F !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 6px !important;
    width: 170px !important;
}
/*
.dropdown {
  position: relative;
  display: inline-block;
}
*/
.dropdown-content {
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    position: absolute;
    background-color: #fff;
    min-width: 100%;
    padding: 12px 16px;
    z-index: 1;
    top: 42px;
    left: 0;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.dropdown:hover .dropdown-content {
    display: block;
}


input[type="date"]::-webkit-calendar-picker-indicator {
    display: block;
    background: url(/images/date.png) 95% 0px no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}




/*dropdown changes menu list*/
@charset "UTF-8";

.dropdown {
    line-height: 1.5em;
}

    .dropdown ul {
        padding: 0;
        margin: 0;
    }

    .dropdown li {
        list-style: none;
    }


    .dropdown .dropdown-description {
        background: white;
        border-bottom-left-radius: 3px;
        border-bottom: 1px solid silver;
        border-left: 1px solid silver;
        border-top-left-radius: 3px;
        border-top: 1px solid silver;
        color: #999999;
        float: left;
        font-size: 0.7em;
        line-height: 40px;
        margin: 0;
        padding: 0 0.5em 0 1em;
    }


    .dropdown .dropdown-button:hover {
        background-color: #f7f7f7;
    }


    .dropdown .dropdown-menu {
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        position: absolute;
        background-color: #fff;
        min-width: 100%;
        padding: 12px 6px;
        z-index: 1;
        top: 48px;
        left: 0;
        border-radius: 15px;
        border: 1px solid #ccc;
    }


        .dropdown .dropdown-menu li {
            color: #333;
            padding: 0.5em;
            cursor: pointer;
        }

            .dropdown .dropdown-menu li:hover {
                background: #E6572B45;
                border-radius: 8px;
            }


            .dropdown .dropdown-menu li:last-child {
                border: none;
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
            }

    .dropdown .show-menu {
        display: block;
    }



/*****************/

.dropdown-list {
    list-style: none;
    padding-left: 0;
}

    .dropdown-list li {
        display: inline-block;
        padding: 5px 35px;
        text-align: left;
        font: 600 16px/12px Open Sans;
        letter-spacing: 0px;
        color: #000000;
        margin-right: 35px;
    }

        .dropdown-list li label {
            display: block;
        }

.main-title1 {
    text-align: left !IMPORTANT;
    font: 600 16px/25px Open Sans !IMPORTANT;
    letter-spacing: 0px !IMPORTANT;
    color: #303030 !IMPORTANT;
}

.radio1 {
    margin-left: 25px;
}

.border-left-right {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}


.menu-list2 {
    display: block;
    position: relative;
    padding-right: 40px;
    margin-top: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .menu-list2 input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.dropdown-list .checkmark {
    position: absolute;
    top: -25px;
    right: 15px;
    height: 20px;
    width: 20px;
    border: 2px solid #303030;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.request-list2:hover input ~ .checkmark {
  background-color: #ccc;
}
*/
/* When the radio button is checked, add a blue background */
.menu-list2 input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.dropdown-list .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.menu-list2 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.menu-list2 .checkmark:after {
    top: 3px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #303030;
}


.modal-popup .modal-header {
    display: block !important;
}

.modal-popup .img-modal-header {
    margin: -78px auto;
    width: 110px;
}

.modal-popup .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 3rem !important;
}

.modal-dialog.modal-popup {
    max-width: 26rem !important;
    margin: 15rem auto !important;
}

.modal-popup .pd-bottom20 {
    padding-bottom: 20px !important;
}

.modal-popup .modal-footer {
    padding: 0 !important;
    display: inline-block !important;
}

.btn-modal1 {
    width: 50%;
    margin: 0;
    float: left;
}

.btn-modal2 {
    width: 50%;
    margin: 0 !important;
    float: left;
}

.modal-popup .modal-footer > * {
    margin: 0 !important;
}

.btn-modal1 {
    color: #303030 !important;
    background-color: #E2E2E2 !important;
    border-color: #E2E2E2 !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
    border-radius: 0 !important;
}

.btn-modal2 {
    color: #fff;
    background-color: #0889CC !important;
    border-color: #0889CC !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
    border-radius: 0 !important;
}


.btn-modal3 {
    width: 100%;
    margin: 0 !important;
    float: left;
}


.btn-modal3 {
    color: #fff;
    background-color: #0889CC !important;
    border-color: #0889CC !important;
    box-shadow: 0 0.125rem 0.25rem 0 rgb(105 108 255 / 40%);
    border-radius: 0 !important;
}

.modal-title1-success {
    font: 500 17px/23px Open Sans;
    letter-spacing: 0px;
    color: #5CB85C;
}

.modal-title1-alerts {
    font: 500 17px/23px Open Sans;
    letter-spacing: 0px;
    color: #FE3030;
}

.modal-title2-content {
    font: normal 15px/25px Open Sans;
    letter-spacing: 0px;
    color: #303030;
}

.m-bottom10 {
    margin-bottom: 10px;
}

.modal-backdrop.show {
    opacity: 1 !important;
}

.modal-backdrop {
    background-color: #3030307A !important;
}

.web-search {
    background: url(/images/search.png) 7px 11px no-repeat;
    padding-left: 28px !important;
    background-size: 17px;
    box-shadow: 0px 3px 6px #A1A1A129;
}





/*23-05-2022*/

.data-download .table {
    border-color: #b3acac !important;
    /*	border-radius: 10px;
    overflow: hidden;*/
}

.btn-Download {
    background: #fff !important;
    border-radius: 50px !important;
    color: #58b958 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    padding: 6px !important;
    width: 170px !important;
    border-color: #4ac54a !important;
}

.data-download th, .data-download td {
    text-transform: capitalize !important;
    color: #000 !important;
    font-size: 14px !important;
}


.btn.btn-load-more {
    border: 1px solid #DB5329;
    border-radius: 25px;
    color: #000 !important;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 600 !important;
    padding-top: 4px;
}

.m-bottom25 {
    margin-bottom: 25px;
}

.tabbtn-arrow {
    font-size: 22px;
    position: relative;
    top: 3px
}

.mandate-title {
    font-size: 18px;
    color: #4c2e76;
}

.pd-top10 {
    padding-top: 14px;
}

.m-bottom14 {
    margin-bottom: 14px !important;
}


.m-top5 {
    margin-top: 5px !important;
}

.data-download input[type="checkbox"] {
    cursor: pointer;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #666;
    border-radius: 3px;
}

    .data-download input[type="checkbox"]:checked {
        background: url(/images/check1.png) 2px 3px no-repeat;
        background-size: 79%;
    }

.upload-data input[type=file] {
    background: url(/images/upload-icon1.png) no-repeat;
    background-size: 8%;
    background-position: 97% 50%;
}

.upload-data input[type=file] {
    text-indent: -104px;
    text-overflow: ellipsis;
    padding-top: 8px;
}
