@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?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');

body {
    position: relative;
    background: #e4e4e4;
    font-family: 'Roboto', sans-serif;
}

:root {
    --white: #fff;
    --black: #000;
    --theme-color: #0AAFB8;
    --primary-color: #221E34;
}

.container {
    width: 1170px;
}

p {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 25px;
    color: #616161;
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

figure {
    margin: 0;
}

#wrapper {
    display: flex;
}

.sidebar {
    width: 21.3rem;
    min-height: 100vh;
    flex-shrink: 0;
}

.bg-gradient-primary {
    background-color: var(--white);
    background-size: cover;
}

#wrapper #content-wrapper {
    width: 100%;
    overflow-x: hidden;
    background-color: #221E34;
}

#wrapper #content-wrapper #content {
    flex: 1 0 auto;
    background-color: #F9F9F9;
}


/*.sidebar.toggled {
        width: 0 !important;
        overflow: hidden;
    }*/

.topbar {
    padding: 0px 40px 0px 4rem;
    border-left: 1px solid #cccccc;
    background-color: var(--white) !important;
    border: 0 !important;
}

.sidebar .logost {
    /* background-color: #ffffff; */
    text-align: center;
    padding: 1.5rem 0;
    /* border-bottom-left-radius: 20px; */
    margin-bottom: 70px;
    min-height: 123px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.sidebar li {
    /* padding: 25px 45px; */
    /* text-align: center; */
    text-transform: uppercase;
    /* background-color: #3a3a3a; */
    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid rgb(255 255 255 / 30%); */
    transition: all 0.4s ease-in-out;
}

.sidebar li.dropdown ul.dropdown-menu li a {
    padding: 12px 25px;
    font-size: 16px;
}

.sidebar li.dropdown {
    position: relative;
}

.sidebar li.dropdown ul.dropdown-menu {
    background: transparent;
    border-radius: 0;
    border: 0;
    padding: 0 50px;
}

.sidebar li.dropdown ul.dropdown-menu.show {
    position: sticky !important;
    transform: unset !important;
}

.sidebar li:hover {
    /* background-color: rgb(0 146 193 / 48%); */
}

.sidebar li a {
    font-size: 19px;
    color: var(--black);
    font-weight: 400;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 0.5rem;
    padding: 20px 35px;
    border-right: 1px solid transparent;
    border-radius: 21px 0 0 21px;
}

.sidebar li a:after {
    transform: rotate(265deg);
}

.sidebar li.active {
    /* box-shadow: 0px 11px 10px 0px rgb(0 0 0 / 0); */
}

.sidebar li.active a {
    color: black;
    border: 0;
    background: #f9f9f9;
}

.navbar-expand h2 {
    font-size: 2rem;
    color: var(--theme-color);
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.rghtbl .nav-item .nav-link {
    position: relative;
}

.rghtbl .nav-item .nav-link i {}

.rghtbl #alertsDropdown::after {
    margin: 0;
    display: none;
}

.rghtbl .nav-item .nav-link .badge {
    padding: 3px 5px;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    right: -6px;
    background-color: var(--theme-color);
    top: 0;
}

.rghtbl .dropdown-menu {
    padding: 0;
    margin: 0;
    left: inherit;
}

.rghtbl .dropdown-menu a {
    font-size: 17px;
    padding: 10px 15px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 500;
    display: block;
}

.rghtbl .dropdown-menu a:hover {
    background-color: var(--theme-color);
    color: #fff;
}

.rghtbl .nav-item .dropdown-toggle {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 10px 0 0;
}

.rghtbl .nav-item .dropdown-toggle .small b {
    display: block;
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 3px;
}

.rghtbl .nav-item .dropdown-toggle .small {
    margin-left: 11px;
    font-size: 14px;
    color: #282828;
    font-weight: 500;
    line-height: 22px;
}

#content .rghtbl {
    /* align-items: center; */
}

#content .rghtbl li {
    padding: 30px 25px;
    display: flex;
    align-items: center;
    position: relative;
}

.rghtbl #userDropdown::after {
    margin: 0 0 0 20px;
    color: #fff;
    border-top: 0.7em solid;
    border-right: 0.7em solid transparent;
    border-left: 0.7em solid transparent;
}

.rghtbl .cmpnbtn a {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: rgb(47, 56, 122);
    box-shadow: 0px 7px 10px 0px rgba(47, 56, 122, 0.2);
    padding: 12px 16px;
}

#content .rghtbl li:last-child {
    border-right: none;
}

.copyright span {
    font-size: 16px;
    color: #828282;
    display: block;
    padding: 0 4rem;
}

footer.sticky-footer {
    border-top: 1px solid #cccccc;
    padding: 25px 0;
    margin: 100px 0 0;
}

.pagination ul li a:hover {
    background-color: var(--theme-color);
    color: #fff;
}



.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}

.bar1,
.bar2,
.bar3 {
    width: 17px;
    height: 2px;
    background-color: #fff;
    margin: 3px 0 0px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(0px, 0px);
}

.bar1 {
    margin: 0;
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-7px, -8px);
}

.sidemenu.showSide {
    left: 0;
}

.bars {
    display: none;
}

.sidebar li a img {}

.rghtbl .nav-item .dropdown-toggle .small small {
    color: var(--theme-color);
    font-size: 14px;
}

.sidebar li.logout {
    border-bottom: 0;
    margin-top: 5rem;
    background: #0F7EC1;
}

.main-padingbdy {
    padding: 0;
    margin-bottom: 60px;
}

.balanceSlider {
    margin-right: -23rem;
    padding: 30px 0 50px;
}

.formArea textarea {
    width: 100%;
    background: #2B283D;
    border: 0;
    height: 707px;
    padding: 2rem 2rem;
    color: var(--white);
    resize: none;
}

.formArea {
    margin-top: 3rem;
}

.rghtbl .nav-item .dropdown-toggle img {
    border: 2px solid #fff;
    border-radius: 50%;
}


/* ........................................... */

.main-container {
    background-color: #2B283D;
    /* width: 92%; */
    margin: auto 0;
    padding: 10px 0;
}

.main-container .card {
    border: 0;
    border-radius: 0;
    background-color: #373543;
    padding: 2.0625rem 2.5rem;
    margin: 2rem 0;
}

.main-container .heading {
    font-size: 1.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 700;
}

.mytable {
    border-collapse: separate;
    border-spacing: inherit;
    font-family: 'Poppins', sans-serif;
    margin-top: 1.5rem;
}

.mytable tr {
    background-color: var(--white);
    margin-top: 0;
    border: 1px solid #E6E6E6;
}

.mytable tr th,
.mytable tr td {
    border-left: 1px solid #E6E6E6;
    text-align: center;
    padding: 19px 0;
    font-size: 15px;
    font-weight: 500;
}

.mytable tr th:first-child,
.mytable tr td:first-child {
    border: 0;
    text-align: left;
}

.mytable.noborder tr,
.mytable.noborder tr th,
.mytable.noborder tr td {
    border: 0;
    border-bottom: 1px solid #E6E6E6;
}

.main-container .btn {
    /* background-color: var(--theme-color); */
    border-radius: 0;
    padding: 7px 20px !important;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 500;
    box-shadow: none !important;
}

.mytable .themeBtn:hover {
    background-color: var(--primary-color);
}

.mytable thead tr {
    background-color: var(--theme-color);
}

.mytable thead tr th {
    color: var(--white);
    padding: 1rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
}

.tableheadingsection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--white);
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #DEDEDE;
}

.tableheadingsection .searchBox {
    position: relative;
    padding: 5px;
    background-color: var(--white);
    display: flex;
    align-items: center;
}

.tableheadingsection .searchBox input {
    border: 0;
}

.comment-header {
    display: flex;
    align-items: center;
    color: var(--white);
}

.comment-header .text {
    color: var(--white);
    margin-left: 1.5rem;
}

.comment-header .text .dot {
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--white);
    margin: auto 10px;
}

.comment .form-group {
    position: relative;
}

.comment .comment-body {
    border-bottom: 1px solid #707070;
    margin-bottom: 2rem;
}

.comment .comment-body p {
    font-size: 17px;
}

.comment .form-group textarea {
    resize: none;
    background-color: transparent;
    border-color: #707070;
    border-radius: 0;
    font-size: 1.25rem;
    padding: 2rem;
    color: var(--white);
    box-shadow: none;
}

.comment .form-group .text-option {
    position: absolute;
    bottom: 1.4rem;
    right: 1.4rem;
}

.form-box label {
    color: var(--black);
    font-size: 1.125rem;
}

.form-box input,
.form-box select {
    padding: 0 1rem;
    height: 60px;
    border-radius: 6px;
    margin-bottom: 1.5rem;
    box-shadow: none !important;
    background: #F9F9F9;
    border: 2px solid #E1E1E1;
}

.form-box input::placeholder,
.form-box select {
    color: var(--black);
    font-weight: 500;
}

.form-box .btn {
    padding: 1rem 2.2rem !important;
}

.main-container.margin {
    margin-top: 5rem;
}

.form-box .box {
    margin-top: -1px;
}

.form-box .position-absolute {
    top: 45px;
    right: 40px;
}

.mainPadding {
    padding: 3rem 3rem 6rem;
}

.welcomeBox {
    background: #fff;
    text-align: center;
    border-radius: 16px;
    padding: 4rem;
    margin-bottom: 3rem;
    min-height: 360px;
}

.welcomeBox h2 {
    font-size: 36px;
    color: var(--black);
    margin: 0 0 18px;
    font-weight: 400;
}

.welcomeBox p {
    font-size: 1.125rem;
    color: var(--white);
    margin: 0 0 40px;
}

.themeBtn {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 8px 37px;
    border: 1px solid var(--theme-color);
    border-radius: 50px;
    background: var(--theme-color);
}

.themeBtn.borderBtn {
    background: transparent;
    border-color: var(--white);
    padding: 11px 23.3px;
    font-size: 14px;
}

.themeBtn:hover {
    background: var(--black);
    color: var(--white);
}



.heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 0;
}

.card {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    padding: 2rem 3.5rem 4rem;
    border: 0;
}

.mytable .d-flex {
    align-items: center;
    gap: 15px;
}

.mytable .d-flex h2 {
    font-size: 20px;
    margin: 0;
    font-weight: 500;
}


.main-containered .row+.row {
    margin-top: 3rem;
}

.card.profileBg .d-flex {
    align-items: flex-end !important;
    margin-top: -9rem;
    margin-bottom: 4rem !important;
}

.card.profileBg .d-flex figure {
    position: relative;
}

.card.profileBg .d-flex figure span {
    width: 69px;
    height: 69px;
    background: var(--white);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    color: rgb(112 112 112 / 30%);
    font-size: 1.7rem;
    position: absolute;
    bottom: -10px;
    right: 0;
}

.card.profileBg .d-flex figure span input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.main-containerd.margin {
    margin-top: 9rem;
}

.memberContent {
    text-align: center;
}

.memberContent h2 {
    font-size: 2.625rem;
    margin: 0 0 1rem;
}

.memberContent h3 {
    font-size: 1.125rem;
    color: var(--theme-color);
    font-weight: 500;
    margin: 0 0 15px;
}

.memberContent p {
    color: #5A5B5D;
    line-height: 37px;
    margin: 0;
}

.stepBox {
    border: 1px solid #EBEBEB;
    background: var(--white);
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    border-radius: 16px;
    text-align: center;
    padding: 3rem 0;
    margin-top: 7rem;
}

.stepBox figure {
    width: 150px;
    height: 150px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    border-radius: 50%;
    margin: -7rem auto 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--white);
}

.stepBox figure small {
    font-size: 1.375rem;
    color: var(--theme-color);
    font-weight: 500;
}

.stepBox figure span {
    font-size: 4.375rem;
    color: var(--theme-color);
    font-weight: bold;
    line-height: 1;
}

.stepBox h2 {
    font-size: 1.375rem;
    color: var(--theme-color);
    margin: 0 0 16px;
}

.stepBox p {
    font-size: 1rem;
    color: #5A5B5D;
    margin: 0 0 1.4rem;
}

.stepBox .themeBtn+p {
    margin: 1.7rem 0 0;
}

.stepBox .themeBtn+p a {
    color: var(--theme-color);
    font-weight: 500;
}

.stepBox .telegramImg {
    display: table;
    margin: -15px auto 1.5rem;
}

.memberContent.bilingContent p {
    color: var(--black);
    font-weight: 500;
    line-height: 33px;
}

.memberContent.bilingContent p+p {
    font-weight: 400;
    margin-top: 10px;
}

.memberContent.bilingContent p a {
    color: var(--theme-color);
    font-weight: 600;
}

.memberContent.bilingContent p+p a {
    font-weight: 500;
}

.memberContent.bilingContent {
    margin-top: 2.3rem;
    padding: 0 20px;
}

.joinContent {
    text-align: center;
}

.joinContent h2 {
    font-size: 2.625rem;
    margin: 0 0 2.5rem;
    line-height: 1.4;
}

.joinContent h3 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 0 1.4rem;
}

.joinContent span {
    border-radius: 16px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-weight: 400;
    padding: 29px 0;
    margin: 0 0 2.5rem;
}

.joinContent span a {
    color: var(--theme-color);
    font-weight: 400;
}

.joinContent h4 {
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.joinContent figure {
    margin: 2rem 0 0;
}


/* .main-containerd.editProfile {
    margin-top: 8rem;
} */

.main-containerd.editProfile .card.profileBg .d-flex {
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 4rem;
    margin: 0 0 3.5rem !important;
}

.main-containerd.editProfile .card.profileBg .d-flex .themeBtn {
    position: relative;
}

.main-containerd.editProfile .card.profileBg .d-flex .themeBtn input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.main-containerd.editProfile .card.profileBg .d-flex div {
    display: flex;
    align-items: center;
    gap: 15px;
}

.main-containerd.editProfile .card.profileBg .d-flex .themeBtn+.themeBtn {
    background: rgb(0 150 191 / 10%);
    color: var(--theme-color);
}

.form-box .themeBtn {
    width: 100%;
}

.form-box textarea {
    width: 100%;
    height: 140px;
    background: #F9F9F9;
    border: 2px solid #E1E1E1;
    border-radius: 6px;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 1.2rem 1.5rem;
    margin: 0 0 1.5rem;
    resize: none;
}

.card.avatar {
    margin: 3rem 0;
}

.paymentBox {
    border-radius: 16px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    text-align: center;
    padding: 1.5rem 0 3rem;
}

.paymentBox figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
}

.paymentBox h2 {
    font-size: 2rem;
    margin: 0 0 2.5rem;
}

.paymentBox a {
    width: 74px;
    height: 74px;
    background: var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--white);
    margin: auto;
    font-size: 1.5rem;
}

.paymentMain .heading {
    font-size: 2.625rem;
}

.paymentMain .row+.row {
    margin-top: 3.5rem;
}

.venomoBox {
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    padding: 3rem 3rem;
    border-radius: 16px;
    background: var(--white);
}

.venomoBox img {
    display: table;
    margin: 0 0 30px;
}

.venomoBox label {
    display: table;
    font-size: 1.125rem;
    color: var(--black);
    font-weight: 400;
}

.venomoBox input {
    width: 100%;
    height: 65px;
    background: #F9F9F9;
    border-radius: 6px;
    border: 2px solid #E1E1E1;
    font-size: 1.125rem;
    font-weight: 500;
    padding: 0 30px;
}

.checkBox {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1.2rem 0 1.5rem;
}

.checkBox input {
    width: 22px;
    height: 22px;
    margin: 0;
}

.checkBox label {
    margin: 0;
    font-weight: 500;
    color: #515151;
}

.venomoMain {
    margin: 3.5rem 0 0;
}

.memberContent.matrixIcon h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.memberContent.matrixIcon {
    margin-bottom: 4rem;
}

.matrixshapeBox {
    background: rgb(0 150 191 / 16%);
    border-radius: 16px;
    border: 1px solid var(--theme-color);
    text-align: center;
    position: relative;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.matrixshapeBox span {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 14px;
    color: var(--theme-color);
    font-weight: 400;
}

.matrixshapeBox figure {
    margin: 0 0 1.7rem;
}

.matrixshapeBox h2 {
    font-size: 1.25rem;
    font-weight: 400;
}

.matrixshapeBox h2 strong {
    font-weight: bold;
}

.matrixshapeBox p {
    font-size: 11px;
    color: #5A5B5D;
}

.matrixshapeBox .themeBtn {
    font-size: 13px;
}

.matrixshapeBox.matrixwhiteBg {
    background: var(--white);
}

.matrixshapeBox.matrixwhiteBg .themeBtn {
    background: transparent;
    color: var(--theme-color);
}

.matrixMain hr {
    margin: 2rem 0 3rem;
}

.mytable .d-flex.contractbtn {
    justify-content: center;
}

.mytable .d-flex.contractbtn .themeBtn {
    font-size: 12px;
    padding: 9px 25px;
}

.mytable .d-flex.contractbtn .themeBtn+.themeBtn {
    background: var(--w);
    border-color: var(--theme-color);
    color: var(--theme-color);
}



.contractHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 2.5rem;
}

.contractHeading .heading {
    font-size: 2.625rem;
}

.showEnter ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 1.5rem;
}

.showEnter ul li label {
    font-size: 1.125rem;
    color: var(--black);
    margin: 0;
    font-weight: 400;
}

.showEnter ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.showEnter ul li select {
    font-size: 14px;
    border: 1px solid #707070;
    border-radius: 4px;
    /* width: 48px; */
    /* height: 26px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
}

.showEnter ul li form input {
    border: 1px solid #E6E6E6;
    width: 256px;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    padding-right: 3rem;
}

.showEnter ul li form button {
    width: 36px;
    height: 34px;
    background: var(--theme-color);
    border: 0;
    color: var(--white);
    border-radius: 5px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.showEnter ul li form {
    position: relative;
}


/* news csss start   */


.btnwrap a {
    font-size: 25px;
    color: #5A5B5D;
    padding: 2rem 7rem;
    border: 1px solid #5A5B5D;
    border-radius: 16px;
    font-weight: 500;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
}

.btnwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btnwrap a:hover {
    border-color: var(--theme-color);
    color: var(--theme-color);
}


.welcomeBox h3 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 1rem;
}

.welcomeBox .themeBtn.borderBtn {
    background: var(--theme-color);
    border-color: var(--theme-color);
    padding: 0.7rem 7rem;
}

.welcomeBox.secondbox .themeBtn.borderBtn {
    border-color: #fff;
    background: transparent;
    color: #fff;
    padding: 0.7rem 2.3rem;
}

.welcomeBox.secondbox {
    background: var(--theme-color);
}

.welcomeBox.secondbox h2 {
    color: #fff;
}

.welcomeBox.secondbox h4 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.welcomeBox.secondbox h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 2rem;
    margin-top: 1rem;
}



.welcomeBox.secondbox .btn-group {
    gap: 1.375rem;
}

.magwrap figure img {
    width: 100%;
}

.magcntnt h3 {
    font-size: 25px;
    font-weight: 500;
}

.magcntnt {
    text-align: center;
    margin-top: 1rem;
}

h2.maghead {
    font-size: 42px;
    font-weight: 500;
}

.row.cardss {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    padding: 2rem 3.5rem 4rem;
    border: 0;
}

.magwrap .themeBtn {
    background: unset;
    color: var(--theme-color);
    font-size: 14px;
}

.magwrap:hover .themeBtn {
    background: var(--theme-color);
    color: #fff;
}

.magwrap:hover .magcntnt h3 {
    color: var(--theme-color);
}

.magwrap figure img {
    border: 2px solid transparent;
    border-bottom: 0;
    transition: 0.5s ease;
}

.magwrap:hover figure img {
    border-color: var(--theme-color);

}

ul.navbar-nav.sidemenu.bg-gradient-primary.sidebar.sidebar-dark.accordion {
    padding-left: 1.5rem;
}


.sidebar li a figure {
    background: #59dbe136;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 10px;
}

.sidebar li.active a figure {
    background: #0AAFB8;
}

.sidebar li.active a figure img {
    filter: brightness(0) invert(1);
}

img.img-fluid.ball11 {
    margin-left: 1rem;
}


.buttonhead {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.show2Enter form input {
    border: 1px solid #E6E6E6;
    width: 256px;
    height: 44px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    padding-right: 3rem;
}

.show2Enter form button {
    width: 36px;
    height: 34px;
    background: var(--theme-color);
    border: 0;
    color: var(--white);
    border-radius: 5px;
    position: absolute;
    right: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.show2Enter form {
    position: relative;
}

.show2Enter {
    display: flex;
    align-items: center;
    gap: 2rem;
}



.profileSetting .nav-pills {
    gap: 1rem;
}

.profileSetting .nav-pills .nav-link {
    font-size: 1.5rem;
    font-weight: 400;
    background: linear-gradient(180deg, #EBEBEB 0%, #C6C8C9 100%);
    color: #747474;
    border-radius: 0.5rem 0.5rem 0 0;
    padding: 0.5rem 2rem;
}

.profileSetting .nav-pills .nav-link.active {
    background: linear-gradient(180deg, #63EF08 0%, #307504 100%);
    color: var(--white);
}

.profileSetting .userProfile-setting {
    border-radius: 0 0.5rem 0.5rem;
    background-color: var(--white);
    filter: drop-shadow(0px 0px 22px rgb(0 0 0 / 6%));
    padding: 2.5rem;
}

.profileSetting .userProfile-wrapper {
    flex-wrap: nowrap;
}

.profileSetting .userProfile-wrapper .userProfile-img {
    width: 20%;
}

.profileSetting .userProfile-wrapper .userProfile-details {
    width: 80%;
}

.profileSetting .userProfile-details .userName,
.profileSetting .userProfile-order {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profileSetting .userContent p {
    font-size: 1rem;
    color: #5A5B5D;
}

.profileSetting .profileOrder-box {
    border: 2px solid #707070;
    border-radius: 0.625rem;
    padding: 2.5rem;
    background-color: var(--white);
    text-align: center;
    width: 32%;
    transition: all 300ms ease-in-out;
}

.profileSetting .profileOrder-box:hover {
    border-color: var(--primary-color);
}

.profileSetting .profileOrder-box:hover :is(h3,
    h5) {
    color: var(--theme-color);
}

.profileSetting .profileOrder-box h3 {
    font-size: 4.375rem;
    font-weight: 500;
    color: #707070;
    margin-bottom: 1rem;
    transition: all 300ms ease-in-out;
}

.profileSetting .profileOrder-box h5 {
    font-size: 1.625rem;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 0;
    transition: all 300ms ease-in-out;
}

.userProfile-order.vendorProfile {
    flex-flow: wrap;
    gap: 1.5rem;
}

.userProfile-wrapper {
    margin-bottom: 2.5rem;
}

.userProfile-wrapper,
.userCompletion-wrapper {
    align-items: flex-start !important;
}

.userProfile-wrapper,
.userProfile-details .userInfo,
.userCompletion-wrapper,
.userOrder-Details {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.userProfile-img {
    width: 224px;
    border-radius: 50%;
    overflow: hidden;
}

.userProfile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.userProfile-details .userName h4 {
    font-size: 2rem;
    color: var(--black);
    margin-bottom: 0;
}

.userProfile-details .userInfo {
    align-items: center;
    margin: 1.25rem 0 1.5rem;
}

.userProfile-details .userInfo a {
    font-size: 1rem;
    font-weight: 500;
    color: #5A5B5D;
}

.userProfile-details .userInfo a span {
    margin-right: 0.25rem;
}

.userCompletion-wrapper {
    border-top: 1px solid #707070;
    padding: 1.8rem 0;
}

.profileCompletion h5 {
    font-size: 1rem;
    color: var(--black);
}

.progressBar {
    display: flex;
    margin-top: 1rem;
}

.progressBar span {
    width: 32px;
    height: 5px;
    background-color: #EBEBEB;
    margin-right: 0.5rem;
    display: block;
    position: relative;
}

.progressBar span::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    position: absolute;
    inset: 0;
}

.progressBar span:nth-child(4):before {
    width: 20px;
}

.progressBar span:nth-child(5):before {
    background-color: #EBEBEB;
}

.userProfile-setting .heading {
    font-size: 42px;
    margin-bottom: 3rem;
}


.changeProfile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.changeProfile div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.changeProfile div figure {
    background: #256D2F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.changeProfile div .themeBtn {
    padding: 0.66em 1.8em;
}

.changeProfile div .themeBtn.remove {
    background: #5A5B5D;
}

.changeProfile div .themeBtn.verfy {
    background: transparent;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding: 0.56em 1.9em;
}



.editForm input {
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    width: 100%;
    height: 58.05px;
    font-size: 1rem;
    color: #000;
    padding: 0 1.5rem;
    box-shadow: 0 12px 13px 0 rgba(45, 46, 55, 0.05);
    margin: 0 0 0;
    font-family: var(--font-poppins);
}

.editForm .row+.row {
    margin-top: 2rem;
}

.editForm {
    margin-top: 2rem;
}

.editForm textarea {
    border: 1px solid #E1E1E1;
    border-radius: 10px;
    width: 100%;
    height: 276px;
    font-size: 1rem;
    color: #000;
    padding: 0 1.5rem;
    box-shadow: 0 12px 13px rgb(45 46 55 / 13%);
    margin: 0 0 1rem;
}

.editForm .themeBtn {
    border: 0;
    padding: 0.86em 2.2em;
}


.recentTable.editProfile label {
    margin: 0 !important;
    display: block;
    text-align: right;
    font-size: 1rem;
    color: #000000;
    font-weight: 500;
}


.editForm input::placeholder {
    color: #000;
}

.editForm textarea::placeholder {
    color: #000;
    padding-top: 1rem;
}


.balanceSlider {
    background: url(../images/loginbg.png)center/cover no-repeat;
}



.loginsection {
    background: url(../images/loginbg.png)center/cover no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginform .form-group input {
    height: 72px;
    border: 1px solid #BEBEBE;
    background: #fff;
    border-radius: 16px;
}

.loginform p a {
    color: #00ADEF;
    font-size: 18px;
}

.loginform h2 {
    color: #000;
    font-size: 42px;
    font-weight: 500;
    text-align: center;
}

.loginform .themeBtn {
    padding: 0.7rem 4.5rem;
    font-size: 18px;
    margin-bottom: 1rem;
}

.loginform .form-group label {
    font-size: 18px;
}

.loginform p {
    color: #121213;
    margin-top: 1.5rem;
    margin-bottom: 6px;
}

.loginform {
    box-shadow: 0 3px 23px rgb(0 0 0 / 16%);
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: 32px;
}

.frmcntnt a {
    font-size: 18px;
    display: block;
    /* margin: 1rem 0; */
}

.frmcntnt p {
    font-size: 20px;
}

.frmcntnt a span {
    font-size: 1rem;
    color: var(--theme-color);
    text-decoration: underline;
    display: block;
}


.loginform .form-group select {
    height: 72px;
    border: 1px solid #BEBEBE;
    background: #fff;
    border-radius: 16px;
    width: 100%;
}

.loginform .form-group textarea {
    height: 150px;
}


.loginsection {
    /*background: url(../images/invitebg.png)center/cover no-repeat;*/
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-wrapper {
    max-height: 320px;
    overflow: auto;
}

.more .select2-container {
    width: 100% !important;
    height: 60px !important;
}

.linkbtn {
    color: var(--theme-color);
    font-size: 1rem;
    font-weight: 500;
}


.modal {
    background: #0aafb8cc;
}

.sidebar li.dropdown ul.dropdown-menu {
    padding: 0;
}

.sidebar li.dropdown ul.dropdown-menu li a {
    background: white;
    margin-bottom: 0.5rem;
    border-radius: 0;
}

.sidebar li.dropdown ul.dropdown-menu li a:hover {
    background-color: #F9F9F9;
}

.gap {
    gap: 1.5rem;
}



.custom-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.custom-pagination svg.w-5.h-5 {
    width: 20px !important;
}

.custom-pagination .flex.justify-between.flex-1.sm\:hidden {
    display: none;
}

.custom-pagination .hidden.sm\:flex-1.sm\:flex.sm\:items-center.sm\:justify-between {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.custom-pagination nav.flex.items-center.justify-between {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: -3rem;
}
