html {
    width: 100%;
    background: #e9e9e9;
}

body {
  overflow-x: hidden !important;
}

body.show-spinner>main {
  overflow: hidden !important;
}
 
/* Hide everything under body tag */
body.show-spinner > * {
    opacity: 0;
}

/* Spinner */
body.show-spinner::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0.3);
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  position: fixed;
  z-index: 1;
}

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

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


/*New style dashboar*/
.comm-padd {
    padding: 15px;
}

.dashtitle {
    color: #333;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
}

.dash-count {
    font-size: 30px;
    font-weight: bold;
    color: #007bff;
    text-align: right;
}

.dash-wd-left {
    float: left;
    width: 38%;
}

    .dash-wd-left img {
        width: 72px;
    }

.dash-wd-right {
    float: left;
    width: 57%
}

.dashcard {
    border: initial;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
    min-height: 114px;
}

.newcard-body {
    padding: 1.15rem !important;
}

    .newcard-body .card-title {
        margin-bottom: 1rem;
    }

    .newcard-body tabele {
        margin: 0px;
    }

.kyc-status-bar table tr td .btn {
    padding: 0.3rem 1.25rem 0.3rem 1.25rem;
}

.tb-bg {
    background: #1abc9c;
    color: #fff;
}





.tbl-header h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
    line-height: 1.1;
    position: relative;
}

.dash-board-head {
    border-bottom: 3px solid #17a2b8;
    background: #fff;
    padding: 0.75rem;
}

    .dash-board-head h1 {
        font-size: 20px;
        margin: 0px;
        padding: 0px;
    }

    .dash-board-head nav {
        float: right
    }

    .dash-board-head img {
        width: 40px;
        height: 40px;
    }

.fnt-size {
    font-size: 12px;
}

.fnt-size1 {
    font-size: 14px;
}

.top-head {
    border-top: 3px solid #8cddcd;
    background: #fff;
    padding: 0.75rem;
}

    .top-head h1 {
        margin-bottom: 0;
        color: #37474f;
        font-size: .9375rem;
        font-weight: 600;
        display: inline-block;
        margin-right: 10px;
        line-height: 1.1;
        position: relative;
        padding: 0;
    }

    .top-head .breadcrumb {
        margin-bottom: 0rem;
        padding-bottom: 0px;
    }

.comm-padd1 {
    padding: 30px 0 0px 0;
}

.info-wrp {
    margin-top: 15px;
}

.fontred {
    color: red
}

.pan-wrp {
    margin-top: 30px;
    margin-bottom: 30px;
}

.address-phto-wrp {
    margin-bottom: 30px
}

.photo-border {
    border: 1px solid #ccc;
    padding: 8px;
    display: inline-block
}

.tree-wrp .row {
    margin-bottom: 25px
}

.single-line {
    white-space: nowrap !important
}

.tab-bg-custom {
    background: #eee;
    padding: 8px;
    margin-bottom: 10px
}

    .tab-bg-custom h3 {
        margin: 0px;
        font-size: 14px;
        font-weight: bold
    }

.wall-price {
    font-weight: bold;
    margin-bottom: 10px
}

ul.pin-list li {
    margin-right: 20px;
}

.modal-header {
    padding: 10px !important
}
.radi-wrp label {
    margin: 0px;
    margin-left: 8px;
    line-height: 24px;
}

.modal-backdrop {
    opacity: .5 !important;
}
 
.new-radi input[type="radio"] {margin-right:1px;
}

 

/*----------Dashboard css--------------*/
.dash-widget {
    background: #fff;
    margin-bottom: 25px;
    border-top: 3px solid #8cddcd;
    padding: 20px;
    border: 1px solid #E8EBED;
    display: flex;
    border-top: 3px solid #8cddcd;
}
    .dash-widget .dash-widgetcontent {
        margin-left: 20px;
    }
        .dash-widget .dash-widgetcontent h5 {
            color: #212B36;
            font-weight: 700;
            font-size: 20px;
            margin-bottom: 5px;
        }
        .dash-widget .dash-widgetcontent h6 {
            font-weight: bold;
            font-size: 16px;
            
        }
    .dash-widget .dash-widgetimg span {
        width: 48px !important;
        height: 48px !important;
        display: inline-block;
       
        border-radius: 50px;       
        text-align: center;
        line-height: 40px;
    }
    .dash-widget img {
        max-width: 100%;
        height: auto;
        align-items: center;
    }
    .dash-widget .dash-widgetimg span {
        width: 48px !important;
        height: 48px !important;
        display: inline-block;
        
        border-radius: 50px;
    }
 

.dash-count {    
    color: #333;
    min-height: 98px;
    width: 100%;   
    margin: 0 0 25px;
    padding: 20px;
    display:flex;
}
.dash-counts{text-align:left}
.dash-count {
   
    justify-content: space-between;
}
    .dash-count.das1 {
        color: #fff;
        background: #2ecc71
    }
    .dash-count.das2 {
        background: #1abc9c;         
        color: #fff;
    }
    .dash-count.das3 {
        color: #fff;
        background: #1abc9c
    }
    .dash-count h4 {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 0;
    }
    .dash-count h5 {
        font-size: 17px;
        font-weight:600;
    }
    .dash-count:hover .dash-imgs, .dash-count:hover .dash-imgs1 {
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -ms-transform: scale(1.25);
    }
    .dash-count .dash-imgs svg {
        width: 50px;
        height: 50px;
    }

    .min-height1{

        min-height:340px;
    }

.profile-wrp1 .row > .col, .profile-wrp1 .row > [class^=col-] {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
   
    border: 1px solid rgba(86,61,124,.2);
}
.mar-txt h4{border-bottom:1px dashed #ccc;padding-bottom:5px;}
.mar-txt ul {
    margin: 0px;
    padding: 0px;
}
.mar-txt li{display:block; text-decoration:none; text-align:justify-all; }

/* Style the tab */
.tab {
    display: inline-block;
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 5px 15px;
        transition: 0.3s;
        font-size: 14px;
        font-weight: 600;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #1abc9c;
            color: #fff;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #1abc9c;
            color: #fff;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.pipe {
    float: left;
    line-height: 25px;
}

.member-txt {
    font-size: 17px;
    margin: 0px 20px 0 0px;
    padding: 0px;
    font-weight: 600;
    line-height: 28px;
}
.Bnav-header {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 0px 10px 8px 0;
    margin-bottom: 20px;
    display: flex;
}
/*tab styles end*/
.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: 400px;
    height: 300px;
}
ul.pagination {
    margin: 8px 0px 0px 0px;
    padding: 0px;
}

    ul.pagination li {
        text-decoration: none;
        background: #eee;
        margin-right: 6px;
        text-align: center;
        line-height: 27px;
        margin-bottom: inherit;
    }

        ul.pagination li a {
            cursor: pointer;
            font-size: 12px;
            padding: 0px 8px;
            display: inline-block;
        }

        ul.pagination li.active {
            background: #575757;
        }

            ul.pagination li.active a {
                color: #fff;
            }
 
.cursor-icn{cursor:pointer}
textarea {
    border: 1px solid #d7d7d7;
}
.ulvalid {
    margin: 0;
    padding: 0 0 0 16px;
}
.invalid{color:red}
.botter-bottom {
    border-bottom: 2px solid #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab-bg {
    background: #1abc9c !important;
    color: #fff;
    border-bottom: 1px solid #e2e5e8;
    font-size: 12px;    
   
    text-transform: uppercase;
}
.prof-icn i {
    color: #fff;
    font-size: 2rem;
}
.dash-imgs {
    transition: 0.3s;
    background: #17a689;
    border-radius: 60px;
    padding: 10px;
    -webkit-animation: shadow-pulse 1s infinite;
    animation: shadow-pulse 1s infinite;
    width:85px;
    height:85px;
}
.dash-imgs1 {
    transition: 0.3s;
    background: #29b765;
    border-radius: 60px;
    padding: 10px;
    -webkit-animation: shadow-pulse 1s infinite;
    animation: shadow-pulse 1s infinite;
    width: 85px;
    height: 85px;
}
 
.dash-imgs img, .dash-imgs1 img {
    width: 4rem
}
    /*
.bg-col1 {
    background: #dbf2fc;
    background-image: linear-gradient(135deg, #ffffff 0%, #c3eafb 100%);
}
.bg-col2 {
    background: #fdd9f5;
    background-image: linear-gradient(135deg, #ffffff 0%, #f8c3ec 100%);
}
.bg-col3 {
    background: #dbf5ec;
    background-image: linear-gradient(135deg, #ffffff 0%, #dbf5ec 100%);
}
.bg-col4 {
    background: #ffe6de;
    background-image: linear-gradient(135deg, #ffffff 0%, #f8cabc 100%);
}
.bg-col5 {
    background: #e5e3fb;
    background-image: linear-gradient(135deg, #ffffff 0%, #cfcbfc 100%);
}
.bg-col6 {
    background: #fff0d9;
    background-image: linear-gradient(135deg, #ffffff 0%, #fce7c8 100%);
}*/
    .bg-col1 .dash-cirl {
        border: 3px solid #0ea5e9
    }

.bg-col2 .dash-cirl {
    border: 3px solid #f55ad2
}
.bg-col3 .dash-cirl {
    border: 3px solid #10b981
}
.bg-col4 .dash-cirl {
    border: 3px solid #ff9800
}
.bg-col5 .dash-cirl {
    border: 3px solid #4f46e5
}
.bg-col6 .dash-cirl {
    border: 3px solid #ff9800
}
 



.dash-cirl {
    line-height: 90px;
    background: #fff;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.dash-txt1 {
    color: #37474f
}
.dash-txt2 {
    color: #37474f
}
.dash-txt3 {
    color: #37474f;
}
.dash-txt4 {
    color: #37474f;
}
.dash-txt5 {
    color: #37474f
}
.dash-txt6 {
    color: #37474f
}


.tbl-header {
    font-weight: 500 !important;
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: #3e5871;
    border-bottom: 1px solid #e2e5e8;
    height: 3rem;
    border-top: 3px solid #8cddcd;
}

     

        .tbl-header h3 i {
            font-size: 29px;
            margin-right: 5px;
            vertical-align: middle;
        }

  .mar-top-20{margin-top:20px;}
.user-name-dash {
    margin-top: 5px;
}
    .user-name-dash h2 {
        margin: 0px;
        font-size: 13px;
    }
.mouse-hand{cursor:pointer}

.drop-box-wrp {
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

.name-label {
    float: left;
    width: 130px
}

.colon-box {
    float: left;
    margin: 0 10px;
}

.value-label {
    float: left
}

.drop-box-logout {
    cursor: pointer;
    color: red;
    border-top: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding: 10px 0 0 0;
}

.border-line {
    border-bottom: 1px dashed #b3c234;
    padding-bottom: 10px;
    padding-top: 10px;
}
.drop-width {
    min-width: 353px;
}
.text-danger {
    color: red!important;
}


.eye-wrp {
    position: absolute;
    top: 27%;
    right: 9%;
}
/*-------------  calendar active-------*/
.datepicker {
    border-radius: 0;
    border: 1px solid #ccc;
}

    .datepicker.active {
        background: #3d98a3 !important;
        color: #fff !important;
    }

    .datepicker:hover {
        background: #3d98a3 !important;
        color: #fff !important;
    }

    .datepicker.active .text-info {
        color: #fff !important;
    }

    .datepicker .text-info {
        color: #3d98a3 !important;
        font-weight: 600;
    }

    .datepicker:hover .text-info {
        color: #fff !important;
    }
/*------------- End calendar active-------*/



/*------------------------New Tab(Menu) 2/5/2023------------------------*/
.new-menu-header {
    padding: 8px 15px 8px 15px;
    display: table;
    margin: 0 auto;
    border-radius: 50px;
    background: #daf8e7;
    margin-bottom:10px;
}

    .new-menu-header ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }

        .new-menu-header ul li {
            display: inline-block;
            text-decoration: none;
            margin: 0 15px;
        }

            .new-menu-header ul li a {
                vertical-align: middle;
                color: #333;
                font-size: 15px;
            }

                .new-menu-header ul li a:hover {
                    color: #333;
                    font-weight: 500;
                }

                    .new-menu-header ul li a:hover i {
                        background: #2ecc71;
                    }

                .new-menu-header ul li a i {
                    background: #575757;
                    width: 40px;
                    height: 40px;
                    display: inline-flex;
                    border-radius: 50px;
                    vertical-align: middle;
                    margin-right: 8px;
                    font-size: 18px;
                    color: #333;
                    line-height: 40px;
                    display: inline-block;
                    text-align: center;
                    cursor: pointer;
                }

            .new-menu-header ul li.active a {
                color: #333;
                font-weight: bold;
            }

                .new-menu-header ul li.active a i {
                    background: #2ecc71;
                }
                   

/*------------------------New Tab(Menu) 2/5/2023------------------------*/

/*------------------------mobile responsive 2/5/2023------------------------*/

.record-per-mob {
    width: 100px !important;
}

/*------------------------mobile responsive 2/5/2023------------------------*/



.menu .main-menu {
    width: 169px;
    background: #2c3e50 !important;
    z-index: 3;
    position: fixed;
    padding-top: 0px;
    padding-bottom: 0px;
    left: 0;
}

.navbar .header-icon {
    font-size: 16px;
    color: #fff;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    vertical-align: initial;
}

.navbar .menu-button {
    color: #fff !important;
    width: 120px;
    text-align: center;
}

#app-container.menu-sub-hidden .menu-button .sub, #app-container.sub-hidden .menu-button .sub {
    fill: #fff;
}

.news-bg {
    color: #fff;
    background: #017bd0;
    padding: 40px 30px;
}

.menu-icn {
    width: 23px;
}

.main-menu a img.menu-icn:hover {
    color: #000;
}

.main-menu a img.menu-icn {
    margin-right: 5px;
    filter: brightness(0) invert(1);
}
/* .menu .main-menu ul li a:hover img { filter: inherit; }*/

.menu .main-menu ul li a:focus, .menu .main-menu ul li a:hover {
    color: #fff;
    background: #1abc9c;
}

.menu .sub-menu ul li a:hover {
    font-weight: 600;
}


/*--------end--------*/
.dash-card {
   
    background: #fff;
    padding: 20px;
}
.profile-wrp1 {
    font-weight: 600;
    font-size: 14px;
}

.pulse-button {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    padding: 8px;
    background: #1abc9c;
    border-radius: 50%;
      -webkit-animation:shadow-pulse 1s infinite;  
      animation:shadow-pulse 1s infinite;  
}

@-webkit-keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 hsla(0,0%,100%,.2)
    }

    to {
        box-shadow: 0 0 0 35px hsla(0,0%,100%,0)
    }
}

/*-----Table Strick Header---*/

.table th, .table td {
    font-size: 12px !important;
    padding: 0.45rem;
    font-weight: 600;
}


.tableFixHead {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    /*  height: calc(71vh - 0px);  gives an initial height of 200px to the table */
    max-height: 450px;
    overflow: auto;
}

    .tableFixHead thead th {
        position: sticky; /* make the table heads sticky */
        top: -1px; /* table head will be placed from the top of the table and sticks to it */
    }

.tableFixHead1 {
    overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
    /*  height: calc(71vh - 0px);  gives an initial height of 200px to the table */
    max-height: 2000px;
    overflow: auto;
}

    .tableFixHead1 thead th {
        position: sticky; /* make the table heads sticky */
        top: -1px; /* table head will be placed from the top of the table and sticks to it */
    }


th {
    background: #1abc9c!important;
    color: #fff;
}

/*-----Scroll design----*/

/*-----Scroll design----*/
.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scroll-style::-webkit-scrollbar {
    width: 10px;
    height: 7px;
    background-color: #00365a;
}

.scroll-style::-webkit-scrollbar-thumb {
    background-color: #00365a;
}
/*-----end Scroll design----*/
.stack-table-wrp tabel tr th {
    vertical-align: middle;
}
.stack-table table tr th, .stack-table table tr td {
    padding:5.75px;
    
}
.request-count {
    text-align: center;
    padding: 3px 5px 8px 5px;
    width: 100%;
    color: #060c8f;
    border-bottom: 1px solid #eee;
    
}

    .request-count h1 {
        font-size: 15px;
        font-weight: 600;
        margin: 0px;
        padding: 0px;
    }
.bg-body {
    background: #f5f5f5;
    margin: 10px 0;
    border: 1px solid #eee;
}
.side-stockviw h6 {
    margin: 0px;
    font-size: 13px;
}

.tabHide {
    font-weight: 600;
    background: #336666;
    padding: 3px 5px 3px 10px;
    position: absolute;
    right: 0px;
    color: #fff;
    border-radius: 20px 0px 0px 20px;
    cursor: pointer;
    z-index: 5;
    top: 8px;
}

    .tabHide img {
        width: 12px;
        transition: 1s;
    }

.tabwrp {
    transition: 1s;
    margin-top:10px;
}

.hidebox {
    display: none;
}

.hidebox1 img {
    transform: rotate(180deg);
}