html {
    scroll-behavior: smooth;
    scrollbar-width: thin;
}

body {
    font-size: 17px;
    color: #333;
    letter-spacing: 0.5px;
    background-color: #111!important;
    font-family: "Poppins", sans-serif;
}

.dashboard-outer {
    transition: all 0.25s ease-in;
    overflow: hidden;
    position: relative;
}

.container,
.container-fluid,
div,
img,
h1,
h2,
h3,
h4,
h5,
p {
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    animation-delay: 2s !important;
}

.d-grid {
    display: grid;
}

.gap-10 {
    grid-gap: 10px;
}

.gap-20 {
    grid-gap: 20px;
}

.gap-30 {
    grid-gap: 30px !important;
}

.gap-40 {
    grid-gap: 40px;
}

.img-responsive {
    max-width: 100%;
}

.tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.tb-equal {
    padding: 80px 0px;
}

.tb-equal-half {
    padding: 50px 0px;
}

.tb5-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt-half {
    padding-top: 40px;
}

.bg-contain {
    background-size: contain !important;
}

.bg-cover {
    background-size: cover !important;
}

.pt-none {
    padding-top: 0px;
}

.pb-none {
    padding-bottom: 0px;
}

.overflow-hidden {
    overflow: hidden;
}

P {
    font-size: 15px;
    line-height: 22px;
}

ul li:last-child {
    margin-bottom: 0px;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 30px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px !important;
    line-height: 24px !important;
    color: grey !important;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 ;
}

.m-auto {
    margin: auto;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.offset-half {
    margin-left: 4.333333%;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pr-8 {
    padding-right: 8.8%;
}

.z-index-9 {
    z-index: 9;
}

.p-none {
    padding: 0px;
}

.pt-0 {
    padding-top: 50px;
}

.pt-80 {
    padding-top: 80px;
}

.height-full {
    height: 100%;
}

.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.border-radius-5 {
    border-radius: 5px;
}

figure {
    margin: 0px;
}

/* Button */

.view-more {
    background: #87CEEB;
    border: none;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    color: #000;
    padding: 0px 30px;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
}

.view-more:hover {
    background: #000;
    color: #87CEEB;
    text-decoration: none;
}

/*** #2.# HEADER ***/

.nav-header {
    left: auto;
    width: 17rem;
    height: 7.5rem;
    display: inline-block;
    position: fixed;
    top: 15px;
    transition: all .2s ease;
}



.nav-header a.brand-logo {
    padding-left: 25px;
    padding-right: 25px;
}

.nav-header .logo-abbr {
    max-width: 110px;
    margin: auto;
}

.nav-header .logo-compact {
    display: none;
}

.nav-header .brand-title {
    margin-left: 10px;
    max-width: 120px;
    margin-top: 0px;
}

.nav-control {
    cursor: pointer;
    text-align: center;
    z-index: 99;
    margin-left: auto;
}

header {
    /*position: fixed;*/
    top: 0;
    width: 100%;
    height: 7.5rem;
    padding: 0rem;
    z-index: 4;
    padding-left: 17rem;
    transition: all .2s ease;
}

.hamburger {
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999;
}

.hamburger .line {
    background: #fff;
    display: block;
    height: 2px;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

header {
    height: 100%;
    padding-left: 19.3125rem;
    padding-right: 2.4rem;
    align-items: center;
    display: flex;
    height: 5.5rem;
}

.headnav {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
}

.notification_dropdown {
    position: relative;
}

.headnav li {
    margin-right: 40px;
    position: relative;
}

.headnav li:last-child {
    margin-right: 0px;
}

.headnav li a {
    position: relative;
    color: #000;
    background: transparent;
    border-radius: 0;
    padding: 0;
    display: block;
}

.headnav li.active .dropdown-menu {
    display: block;
    right: 0;
    left: inherit;
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 25px;
    height: auto;
    min-width: 15rem;
    margin-top: 15px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.headnav li ul a {
    line-height: 32px;
    background: none;
    color: #222;
    font-weight: 500;
}

.headnav li a:hover {
    color: #87CEEB;
}

.notification_dropdown .setting,
.header-profile {
    text-align: center;
}

.header-profile {
    border: none !important;
    list-style: none;
    margin: 0;
    padding: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header.sticky {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header.sticky .header-profile {
    position: fixed;
 
    align-items: center;
    justify-items: center;
}

header.sticky .header-profile:after {
    content: "";
    background: #333333!important;
    background-position: center;
    background-size: cover;
    width: 111px;
    height: 55px;
    position: absolute;
    border-radius: 10px;
    padding-left: 10px;
    z-index: -1;
}

aside {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 17rem;
    padding-bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    padding-top: 30px;
    z-index: 3;
    border-radius: 0px 20px 20px 0px;
    scrollbar-width: none;
    overflow-y: auto;
    background-color: #333;
    transition: all .2s ease;
}

.side-bar .menu {
    width: 100%;
    margin-top: 10px;
    padding: 0px;
    padding-left: 30px;
}

.side-bar .menu .item {
    position: relative;
    cursor: pointer;
}

.side-bar .menu .item a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 15px 15px 32px;
    border-radius: 15px 0px 0px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar .menu .item a:hover {
    /* background: #e1c377; */
    color: #000000;
    transition: 0.3s ease;
}

.side-bar .menu .item.active a {
    background: #e1c377;
    color: #000 !important;
}

.side-bar .menu .item i {
    margin-right: 10px;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar .menu .item a .dropdown {
    position: absolute;
    right: 0;
    transition: 0.3s ease;
    font-size: 14px;
}

.side-bar.open .menu .item a .dropdown {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #2e6a50!important;
    border-radius: 50px!;
    text-align: center;
    z-index: 10;
}

.side-bar .menu .item .sub-menu {
    display: none;
}

.side-bar .menu .item.active .sub-menu {
    display: block;
}

.side-bar .menu .item .sub-menu a {
    font-weight: 500;
    font-size: 16px;
    padding: 8px 15px 8px 32px;
    background: none;
    padding-left: 35px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.side-bar.open .menu .item .sub-menu a {
    padding-left: 25px;
}

.rotate {
    transform: rotate(90deg);
}

.copyright {
    padding: 20px 20px 20px;
    margin-top: auto;
    margin-left: 40px;
}

.copyright a {
    color: #fff !important;
    font-size: 16px !important;
    display: grid !important;
    grid-template-columns: 30px 1fr !important;
    grid-gap: 10px !important;
    align-items: center !important;
}

.content-body {
    /*padding-top: 7.5rem;*/
    margin-left: 17rem;
    scrollbar-width: thin;
}

.content-body .container-fluid {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.column-two {
    display: grid;
    grid-template-columns: 50% 500px;
    grid-gap: 15px;
    justify-content: space-around;
}

.column-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
}

.column-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}


.table-box {
    background: #333;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    padding: 35px;
    border-radius: 15px;
}

.table-li {
    padding: 0px;
    display: grid;
    grid-gap: 15px;
}

.table-li li {
    box-shadow: rgb(225 195 119) 0px 0px 1px;
    border-radius: 5px;
    list-style: none;
    padding: 15px;
    display: grid;
    grid-template-columns: 70% 1fr;
}

.table-li h4 {
    color: #000;
    border: none;
    font-size: 14px;
}

.table-li h4 strong {
    display: block;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.table-li h4 span {
    color: #e1c377;
}

.table-box h4 {
    color: #fff;
}
 .tr{
    border-style: none;

}
.side-bar {
    overflow: auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.side-bar.open,
.logo-resize {
    width: 8rem;
    overflow: visible;
}

.side-bar.open .menu a span {
    display: none;
}

.side-bar.open .menu a i {
    margin-right: 0px;
    font-size: 24px;
}

.side-bar.open .menu .item a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.content-resize {
    margin-left: 7.4rem;
}

aside.open .copyright {
    padding: 20px 15px 10px;
}

.side-bar.open .menu .sub-menu {
    position: absolute;
    z-index: 9;
    top: 0;
    width: 200px;
    transform: translateX(113px);
    padding: 15px 0px;
}

.los-tabs {
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 50px;
    overflow: hidden;
}

.los-tabs li {
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}

.los-tabs li button {
    background: #ffffff;
    color: #000;
    border: none;
    min-width: 100%;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
}

.los-tabs li button.active {
    background: #2E6A50!important;
    color: #fff!important;
    border-radius: 50px;
}


.menu-practice {
    list-style: none;
    padding: 0px;
}

.menu-practice li a {
    color: #222;
}

.menu-practice li ul.sub-menu {
    display: none;
}

.menu-practice li.active ul {
    display: block;
}

.btn-white {
    color: #009B10 ;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px 15px;
    height: 42px;
    display: inline-grid;
    align-items: center;
    min-width: 110px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
}

.btn-white:hover {
    background: #e1c377;
    color: #fff !important;
    text-decoration: none;
}

/*** Form css ***/

.form-mina {
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.form-mina .form-group label {
    font-size: 14px;
}

.form-mina h4 {
    color: #2E6A50;
}

.view-more.large {
    background: #2e6a50 !important;
    color: #fff;
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0px 30px;
    font-size: 16px;
}

.view-more.large:hover {
    box-shadow: 0px -20px 10px #0c160052 inset;
}

.headtable {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.login-wrapper {
    display: grid;
    align-items: center;
    height: 100vh;
}

.login-forms {
    background: #e1c377;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
    padding: 40px;
}

.login-forms h2 {
    color: #000;
    text-align: center;
}

.login-forms input[type=email],
.login-forms input[type=password] {
    height: 50px;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 0px 20px;
    font-size: 15px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px -4px 4px -1px;
}

.login-forms input[type=submit] {
    width: 100%;
}

.remember-me {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.remember-me a {
    color: #000;
    font-size: 15px;
}

.login-child {
    color: #000;
}

.login-child p {
    max-width: 500px;
}

/* .cursor2 {
    background: url(../images/grid-circle-bg.png)no-repeat;
    position: fixed;
    width: 900px;
    height: 900px;
    background-size: 900px;
    opacity: 0.7;
    transform: translate(-50%, -50%);
    pointer-events: none;
    filter: blur(8rem);
    -webkit-filter: blur(8rem);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transition: width .3s, height .3s, opacity .3s;
} */

.toggle-menu {
    position: relative;
    z-index: 1000;
    height: 40px;
    right: 25px;
}

.toggle-menu img {
    position: absolute;
    display: block;
    left: 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    object-fit: cover;
    object-position: bottom;
    background: #352d2d;
}

.toggle-menu.active img {
    object-position: top;
}



/* .bx-table table {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
} */

/* .bx-table table th,
.bx-table table td {
    font-size: 15px;
    letter-spacing: 0;
} */
.bx-table table {
    color: #b1b1b1;
    border-radius: 10px;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #333;
    border-bottom:  1px solid #333;
}

.bx-table table td i {
    margin-right: 5px;
    
}

.bx-table table td {
    border: none;
    font-size: 15px;
      vertical-align: middle;
}

.bx-table table td i {
    color: #e1c377;
}

.bx-table table th {
    font-weight: 600;
    color: #e1c377;
    font-size: 15px;
}

.bx-table table td input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    display: grid;
    color: grey !important;
}

.bx-table table td input:after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 5px;
    position: absolute;
}

.bx-table table td input:checked:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    text-align: center;
    font-size: 12px;
    color: #00b5ff;
    padding-top: 3px;
}

.datatable-pagination-list {
    list-style: none;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 0;
}

.datatable-pagination-list li {
    margin: 0px 3px;
}

.datatable-pagination-list li button {
    border-radius: 50px;
    border: 2px solid #000;
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
}

.datatable-pagination-list li button:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.datatable-pagination-list li button.prev,
.datatable-pagination-list li button.next {
    border: 2px solid #87ceeb;
}

@media (max-width: 991px) {
    .bx-table table {
        width: 750px;
    }
}



.form-dashboard .row div[class^="col-"] {
    margin-bottom: 20px;
}

.form-dashboard label {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
}

.form-dashboard input[type=text],
.form-dashboard input[type=email],
.form-dashboard input[type=tel],
.form-dashboard input[type=number]{
    border-radius: 6px;
    height: 45px;
    border-width: 0;
    background: #444;
    color: #fff;
    box-shadow: none;
  
}
.form-dashboard input[type=datetime-local] {
    border-radius: 6px;
    height: 45px;
    border-width: 0;
    background: #444;
    color: #fff!important;
    box-shadow: none;
    padding-right: 16px !important;
}
.form-dashboard input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    filter: invert(1); /* Inverts the color to white */
    opacity: 1;
}

/* .form-dashboard select {
    border-radius: 6px;
    height: 45px;
    border-width: 0;
    background: #444;
    color: #fff;
    box-shadow: none;
} */
.form-dashboard select {
    border-radius: 8px !important;
    height: 45px !important;
    border-width: 0 !important;
    box-shadow: none !important;
    background: #444 !important;
    color: #fff !important;
    font-size: 15px !important;
}
.form-dashboard textarea {
    background: #444;
    border: none;
    box-shadow: none;
    color: #fff;
    height: auto;
    font-size: 15px;
}

.form-dashboard textarea:focus {
    background: #444;
    color: #fff;
    box-shadow: none;
}

/* .btn-white.small {
    min-width: auto;
    color: #fff;
    background: #F44336;
    border-radius: 25px;
    height: auto;
    padding: 8px 20px;
} */

.btn-primary {
    background-color: #e1c377;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    display: block;
    margin: auto;
}

.btn-primary:hover {
    background: #fff;
    color: #e1c377;
}

.action {
    background-color: inherit;
    text-decoration: none;
}

td.action a {
    padding: 0 4px 0;
}

.invite-btn {
    background: #2199e8!important;
    color: #fefefe!important;
    cursor: default!important;
    padding: 10px 30px!important;
    margin-bottom: 15px!important;
    border-radius: 15px!important;
}

/* ---new on 31 july--- */
/* .column-two {
    display: grid;
    grid-template-columns: 35% 500px;
    grid-gap: 15px;
    justify-content: space-around;
} */

.login-forms {
    background: #333;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    border-radius: 20px;
    padding: 40px;
}

.login-child h1 {
    color: #e1c377;
}

.login-child p {
    color: #a9a9a9;
}

.remember-me p {
    margin: 0;
    color: #fff;
}

.remember-me a {
    color: #fff;
    font-size: 15px;
}

.remember-me input[type=checkbox] {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    margin-right: 6px;
    margin-left: 5px;
}

.login-forms h2 {
    color: #e1c377;
    text-align: center;
}

.view-more {
    background: #e1c377;
    border: none;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    color: #222;
    padding: 0px 30px;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.view-more:hover {
    background: #111111;
    color: #e1c377;
    text-decoration: none;
}

.gold-btn {
    background: #e1c377!important;
    color: #111!important;
    padding: 0px 25px!important;
    height: 45px!important;
    margin-bottom: 15px!important;
    border-radius: 7px!important;
    font-weight: 500!important;
    font-size: 15px!important;
}

.gold-btn:hover {
    background: #fff;
    color: #e1c377;
}

.gold-btn-submit {
    background: #e1c377!important;
    color: #111!important;
    height: 45px!important;
    margin-top: 15px!important;
    font-weight: 500!important;
    font-size: 15px!important;
    border: none!important;
    padding: 10px 20px!important;
    display: block!important;
    margin: auto!important;
}

.gold-btn-submit:hover {
    background: #fff!important;
    color: #e1c377!important;
}

.cancel-btn:hover {
    background: #fff;
    color: #e1c377;
}
.cancel-btn {
    background: #ffffff!important;
    color: #111!important;
    padding: 0px 25px!important;
    height: 45px!important;
    margin-bottom: 15px!important;
    border-radius: 7px!important;
    font-weight: 500!important;
    font-size: 15px!important;
}
ul.ngx-pagination {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

ul.ngx-pagination li {
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 5px;
}

ul.ngx-pagination li a {
    display: block !important;
    background: none !important;
}

ul.ngx-pagination li.pagination-previous,
ul.ngx-pagination li.pagination-next {
    width: auto;
}

ul.ngx-pagination li.pagination-previous {
    grid-template-columns: 10px auto;
    color: #222;
}

ul.ngx-pagination li.pagination-next a {
    padding: 0px 10px;
}

.ngx-pagination .current {
    background: #e1c377 !important;
}

.user-table {
    background: #fff;
    border-radius: 7px;
    border: none !important;
}

.ngx-intl-tel-input.form-control.country-control.phone-padding[_ngcontent-dax-c36] {
    background-color: #fff0;
}

.bx-ads
 {
    padding: 13px 13px;
    border-radius: 20px;
    display: grid;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
    text-align: center;
    background: #7a6d4c;
}

.bx-ads strong {
    font-size: 14px;
    font-weight: 400;
    color: #e1c377;
    text-transform: uppercase;
}

.bx-ads h3 {
    font-weight: 600;
    color: #fff;
}

.aside-logo {
    margin-bottom: 40px;
}

.bx-ads span img {
    width: 64px;
}

.ngx-intl-tel-input.form-control.country-control.phone-padding[_ngcontent-dax-c36] {
    background-color: #fff0;
}

.form-control-static {
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
}

.form-dashboard h4 {
    color: #fff ;
margin-bottom: 30px;
}

.image {
    width: 100%;
    max-height: 260px;
    margin: auto;
}

.imagePreview.vendor-preview img.image {
    width: 100%;
}

.modal-body .imagePreview {
    width: 100%;
    height: 250px;
    margin-bottom: 0px !important;
    box-shadow: none;
}

.popup_advance button {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ffffff;
    opacity: 1;
    font-weight: 200;
    font-size: 24px;
    cursor: pointer;
    z-index: 9;
}

label.preview-butn {
    margin-left: 15px;
    color: #85214f;
    margin-bottom: 0;
}

/* --checkbox--- */
.table-checkbox {
    padding: 0 2px !important;
}

td.checkbox-td {
    padding-left: 25px !important;
    text-overflow: ellipsis;
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

.table-checkbox input {
    width: 12px;
    height: 12px;
    accent-color: #002C6F;
}

.table-checkbox input:checked {
    width: 14px;
    height: 14px;
}

.td-inputtext input {
    margin-right: 10px;
    width: 65px;
    padding: 8px;
    height: 25px;
    text-align: center;
}

input[type=checkbox] {
    box-shadow: none !important;
}

/* toggle button css */

.switch span {
    font-size: 15px;
    text-align: center;
}

.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 23px;
    margin-bottom: 0px !important;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 5px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #e1c377;
}

input:focus+.slider {
    box-shadow: 0 0 1px #002C6F;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* / Rounded sliders / */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

img.img-responsive.mid-img[_ngcontent-rvw-c57] {
    max-width: 100px;
    max-height: 70px;
}

.text-right a.btn-white.small {
    color: #282828 !important;
    border-radius: 5px;
    background: #e1c377;
    height: 45px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
    border: none;
    padding: 10px 20px;
}

.text-right a.btn-white.small:hover {
    background: #fff;
    color: #e1c377;
}
.selected-dial-code.ng-star-inserted {
    color: #fff !important;
}
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.form-control.is-invalid:focus {
    border-color: none;
    box-shadow: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color:#4f4f4f !important;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
select option:checked {
    background-color: white !important; 
    color: black; 
}


select option:hover {
    background-color: white !important; 
    color: black; 
}
.warning-mess-sec img {
    width: 75px;
    margin: 10px auto;
}
.imgUp {
    position: relative;
}

.imagePreview {
    width: 30%;
    height: 200px;
    background-color: #4f4f4f;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgb(0 0 0 / 20%);
    overflow: hidden;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.imagePreview img {
    width: 100%;
    height: 100%;
}

  /* Upload button styling */
  .upload.button {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    max-width: 100px;
  }
  
  .upload.button input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  img.img-responsive.mid-img {
    max-width: 70px;
    max-height: 50px;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.grey-placeholder::placeholder {
    color: grey; /* Sets the placeholder text color to grey */
  }
  .btn-white {
    color: #009B10;
    background: #fff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 10px 15px;
    height: 42px;
    display: inline-grid;
    align-items: center;
    min-width: 110px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin-top: 5px!important;
}

.no-data img{
width: 25%;
height: auto;
margin: auto;
overflow: hidden;
margin-top: 80px;
margin-bottom: 40px;
}