@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
.container {
    width: 100% !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#table_data,
#table_data table {
    width: 100%;
}

#table_data table {
    margin-bottom: 0%;
}

#roleaccess #table_data table,
#roleaccess .role-acc-btn {
    margin-bottom: 2%;
}

.pagination {
    width: 100%;
    margin: 0px 0px !important;
}

#pagination nav {
    /*width: 23%;
    margin: 0 auto;*/
}

#table_data .col-sm-9 {
    width: 100%;
    max-width: 100%;
}

#table_data thead tr {
    /*background: #eff0f4;*/
}

#table_data thead tr th {
    padding: 12px 16px 12px;
    background: #eff0f4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    /*color: #525357;*/
    color: #4e4e4f;
}

#table_data tbody tr td {
    border-bottom: 1px solid #e6e6e6;
    padding: 13px 16px 13px;
    font-size: 13px;
    color: #727272;
    font-weight: 500;
    letter-spacing: 0.5px;
}
#table_data .deposit-module table tbody tr td.deposit-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 10px;
}
#table_data thead tr th:first-child {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

#table_data thead tr th:last-child {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.fa-submenu {
    display: none;
}

.fa-ellipsis-v {
    position: relative;
    color: #727272;
}

.fa-ellipsis-v:hover .fa-submenu {
    display: block;
    position: absolute;
    right: 2px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px #aaa9ab;
    background-color: white;
    z-index: 1;
    padding: 2px 0px;
}

.fa-ellipsis-v .fa-submenu a {
    color: #525265;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 100;
    padding: 4px 35px 4px 6px;
    display: block;
    font-weight: 600;
}

.fa-ellipsis-v .fa-submenu a:hover {
    color: #bf4d07;
}

.col-lg-9,
.col-xl-8,
.col-md-4 {
    padding-left: 0px !important;
}

#table_data .edit-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: #47b021;
}

#table_data .delete-icon.svg-icon-primary svg g [fill] {
    transition: fill 0.3s ease;
    fill: red;
}

#table_data tbody td .btn.btn-icon {
    display: contents;
}

form .has-danger {
    border-color: red;
}


/****************** ALL SCREEN UI FIX **************/

.card {
    border-radius: 0.475rem !important;
}

.list-ui .fv-plugins-message-container {
    position: relative;
    margin-top: 10px;
    margin-left: 0!important;
}

.list-ui .fv-plugins-message-container .fv-help-block {
    text-transform: capitalize;
}

.list-ui .star {
    color: #F64E60;
}

.card.card-custom.list-ui>.card-body {
    padding-bottom: 30px;
}

.list-ui .dnone {
    display: none;
}

.list-ui .add-new,
.list-ui .back-old {
    border-radius: 0.457rem;
    padding: 7px 18px;
}

.list-ui .view-eye {
    padding-right: 0px !important;
    margin-right: 3px;
    background: #ffa50033;
}

.list-ui .view-eye i {
    color: orange;
}

.list-ui .view-eye:hover {
    background: orange;
}

.list-ui .view-eye:hover i {
    color: #fff;
}

.pl-50px{
    padding-left: 50px !important;
}
.pl-65px{
    padding-left: 65px !important;
}

@media (max-width:487px) {
    .mce-stack-layout-item {
        overflow: hidden;
    }
    .svr-ui .form-add-data {
        padding: 0 25px;
    }
    .pl-50px{
        padding-left: 16px !important;
        text-align: center !important;
    }
    .pl-65px{
        padding-left: 17px !important;
        text-align: center !important;
    }
}
.topbar.right-topbar span.svg-icon.svg-icon-xl.svg-icon-primary{
    display: none;
}
.sticky-toolbar{
    display: none !important;
}

/* dashboard ui */
.dashboard-ui .card-header{
    background-color: transparent;
}

.dashboard-ui .svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #ffc700;
}

.dashboard-ui .svg-icon.svg-icon-success svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #50cd89;
}

.dashboard-ui .svg-icon.svg-icon-danger svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c;
}

.dashboard-ui .svg-icon.svg-icon-info svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #7239ea;
}
.dashboard-ui .text-gray-800 {
    color: #3f4254!important;
    margin: 0 !important;
}
.dashboard-ui .fw-bolder {
    font-weight: 600!important;
}
.dashboard-ui .fs-6 {
    font-size: 1.075rem!important;
}

.dashboard-ui .pd-all{
    padding: 1.25rem!important;
}

.dashboard-ui .me-5 {
    margin-right: 1.25rem!important;
}

.dashboard-ui .rounded {
    border-radius: 0.475rem!important;
}

.dashboard-ui .card-header {
    padding: 2rem 2.25rem;
}

.dashboard-ui .card .card-body {
    padding: 2rem 2.25rem;
}

.dashboard-ui .text-dark {
    color: #181c32!important;
}

.dashboard-ui .card .card-header .card-title{
    font-size: 1.275rem;
    margin: 0;
}

.dashboard-ui .card {
    border: 0;
    box-shadow: 0 0 20px 0 rgb(76 87 125 / 2%);
    margin-bottom: 30px;
}

@media (min-width: 1200px){
    .dashboard-ui .mb-xl-8 {
        margin-bottom: 2rem!important;
    }
}

@media (max-width: 487px){
    .dashboard-ui.content {
        padding-bottom: 35px !important;
    }
}

.navi .navi-item .navi-link img{
    width: 18px;
}

.navi .navi-item img.user{
    width: 15px;
}

.navi .navi-item .navi-link .navi-text {
    font-size: 12px;
}

.navi-link .symbol.symbol-40 .symbol-label {
    width: 25px;
    height: 25px;
}

.loggedUser .dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: auto;
    margin-top: 2px;
    border-radius: 10px;
}

.wid60{
    width: 220px !important;
}

.loggedUser .dropdown-content a {
    padding: 10px;
    text-decoration: none;
    display: block;
    letter-spacing: 1px;
    border-radius: 10px;
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.85px;
    text-align: left; 
    color:#1B1B1B;
}
.loggedUser .dropdown-content a:hover{
    background-color:#2e70f322;;
    color:var(--main-yellow-color);
}
.loggedUser .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 14px 16px 0px rgb(0 0 0 / 20%);
    z-index: 9;
    border-radius: 10px;
    padding: 10px;
    right: 0;
    margin: 0px 30px;
    width: 196px !important;
}
.loggedUser .active-dropdown {
    display: block;
}

.right-topbar{
    margin-top: 18px;
}

.imgpadd {
    padding: 10px 10px 10px 0;
}

.pr10 {
    padding-right: 10px !important;
}

.wd25{
    width: 25px;
}

.notific li{
    margin-top: 1px;
}

/* report ui */

.report-ui .view-eye{
    padding-right: 5px !important;
}

.list-span:hover span.view-eye {
    background-color: orange;
}

.list-span:hover span.view-eye i{
    color: #fff !important;
}

.ellips{
    overflow: hidden;
    text-overflow: ellipsis;
}

.alert img{
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.fv-plugins-message-container{
    position: relative !important;
}

.fv-plugins-message-container .fv-help-block{
    text-transform: capitalize;
}

.mr-r-l-25px{
    margin: 0 25px;
}

.card .alert img{
    width: 22px;
    height: 22px;
}
.loggedUser .dropdown-content .drop-down-top {
    border-bottom: 1px solid black;
    border-radius: 0px;
    margin-bottom: 10px;
    padding: 0px 0px 10px 0px !important;
}
.loggedUser .dropdown-content .drop-down-top div p{
    font-family: Hanken Grotesk;
    font-size: 14px;
    font-weight: 600;
    line-height: 20.85px;
    text-align: left; 
    color:#1B1B1B !important;
    margin: 0 !important;
    padding: 5px !important;
}
@media (max-width:768px){
    .loggedUser .dropdown-content {
        margin: 9px 30px;
    }
    .loggedUser .dropdown {
        margin-top: 16px !important;
    }
}
