@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: #0096BF;
    --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;
    border-right: 1px solid #C6C8C9;
}

#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;
}

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

.sidebar li.active {
    background-color: rgb(0 150 191 / 15%);
    /* box-shadow: 0px 11px 10px 0px rgb(0 0 0 / 0); */
}

.sidebar li.active a {
    color: black;
    border-color: rgb(0 150 191 / 30%);
}

.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;
}

.matrixshapeBox.matrixwhiteBg .themeBtn:hover,
.main-containerd.editProfile .card.profileBg .d-flex .themeBtn+.themeBtn:hover {
    background: var(--black);
    color: var(--white);
}

.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 {
    padding-right: 15px;
}

.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;
}

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

.inspectionBox {
    background: var(--white);
    display: flex;
    align-items: center;
    padding: 3.06rem 2rem;
    gap: 1.5rem;
    position: relative;
    overflow: hidden;
    flex-flow: wrap;
    border: 1px solid #EBEBEB;
    border-radius: 12px;
    box-shadow: -5px 0 22px rgb(0 0 0 / 6%);
}

.inspectionBox h2 {
    font-size: 1.375rem;
    color: var(--black);
    font-weight: 400;
    margin: 0 0 20px;
}

.inspectionBox h6 {
    font-size: 2.625rem;
    color: var(--black);
    font-weight: 500;
    margin: 0;
    line-height: 29px;
}


/* .inspectionBox:before {
    content: '';
    position: absolute;
    right: 0;
    width: 106px;
    height: 100%;
    background: var(--theme-color);
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%, 0% 50%);
} */

.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: var(--theme-color);
    text-align: center;
    border-radius: 16px;
    padding: 4rem 0;
    margin-bottom: 3rem;
}

.welcomeBox h2 {
    font-size: 2.625rem;
    color: var(--white);
    margin: 0 0 18px;
}

.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);
}

.viewCard {
    text-align: center;
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    padding: 1.7rem 0;
}

.viewCard figure {
    margin: 0 0 13px;
}

.viewCard+.viewCard {
    margin-top: 2rem;
}

.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: 1.125rem;
    margin: 0;
    font-weight: 400;
}

.telegram {
    background: var(--white);
    border: 2px solid var(--theme-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 40px;
}

.telegram .d-flex {
    align-items: center;
    gap: 20px;
}

.telegram .d-flex h2 {
    font-size: 2.0625rem;
    color: var(--theme-color);
    margin: 0;
}

.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(--black);
    border-color: var(--black);
}

.pagination {
    justify-content: flex-end;
    margin-top: 3rem;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.pagination ul li a {
    font-size: 1rem;
    color: #9F9F9F;
    border: 1px solid #F2F2F2;
    border-radius: 2px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 400;
}

.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;
}

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

.parntdb h2 {
    font-size: 1.5625rem;
    font-weight: bold;
    margin: 0 0 1.2rem;
}

.parntdb h4 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1.2rem 0 10px;
}

.parntdb span {
    font-size: 1.125rem;
    color: var(--theme-color);
    font-weight: 400;
}

.skbCard {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 0 22px rgb(0 0 0 / 6%);
    border: 1px solid #EBEBEB;
    padding: 2rem 3rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 100%;
}

.skbCard span {
    font-size: 1.375rem;
    color: var(--theme-color);
    font-weight: 400;
    display: inline-block;
    margin: 0 0 0.5rem;
}

.skbCard h5 {
    font-size: 2.25rem;
    font-weight: 400;
    margin: 0 0 1rem;
}

.skbCard ul {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.skbCard ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #5A5B5D;
    font-weight: 400;
}

.skbCard ul li a i {
    color: var(--theme-color);
    font-size: 1.4rem;
}

.skbCard figure img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.skbEnterprises .heading span {
    color: var(--theme-color);
}

.skbEnterprises {
    margin-top: 4rem;
}

.skbEnterprises .parntdb {
    margin-bottom: 1.5rem;
}


/* tree css */

ul.treeList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1rem;
}

ul.treeList li {
    display: flex;
    position: relative;
    gap: 5rem;
}

ul.treeList li div {
    background: #5a2760;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.5rem;
    border: 2px solid #0096bf;
    position: relative;
    z-index: 11;
}

ul.treeList li:nth-child(2) div {
    width: 50px;
    height: 50px;
    background: #243547;
    font-size: 1.1rem;
}

ul.treeList li:nth-child(1):before {
    content: '';
    position: absolute;
    left: -45px;
    border: 1px dashed #0096bf;
    width: 101%;
    transform: rotate(-45deg);
    bottom: -18px;
}

ul.treeList li:nth-child(1):after {
    content: '';
    position: absolute;
    right: -45px;
    border: 1px dashed #0096bf;
    width: 101%;
    transform: rotate(45deg);
    bottom: -14px;
}

ul.treeList li .d-flex {
    align-items: center;
    gap: 2rem;
    background: transparent;
    border: 0;
    position: relative;
    z-index: 1;
}

ul.treeList li .d-flex div {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    font-size: 1rem;
}

ul.treeList li:nth-child(3) {
    gap: 5.5rem;
}

ul.treeList li .d-flex:before {
    content: '';
    position: absolute;
    left: -20px;
    border: 1px dashed #0096bf;
    width: 87%;
    transform: rotate(-50deg);
    top: -8px;
    z-index: -1;
}

ul.treeList li .d-flex:after {
    content: '';
    position: absolute;
    right: -32px;
    border: 1px dashed #0096bf;
    width: 100%;
    transform: rotate(60deg);
    top: -8px;
    z-index: -1;
}

ul.treeList li:nth-child(3) .d-flex+.d-flex:before {
    left: -25px;
    transform: rotate(-60deg);
}

ul.treeList li:nth-child(3) .d-flex+.d-flex:after {
    right: -26px;
    transform: rotate(55deg);
}


/* tree css */

/* matrixspotMain */
.matrixspotMain .mtop {
    width: 100%;
    text-align: center;
}

.matrixspotMain .tlcont {
    border: 2px solid #434C60;
    border-radius: 25px;
    position: relative;
    display: inline-block;
    padding: 3.125rem 1.25rem 1.25rem;
    max-width: 250px;
    width: 100%;
    margin-top: 2.1875rem;
    background: linear-gradient(to right, #e8e8e8 0%, #fff 46%, #e8e8e8 100%);
}

.matrixspotMain .roundImg-cont {
    width: 70px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid #434C60;
    background-color: #5C265E;
    color: var(--white);
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    display: grid;
    place-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -2.5rem;
    overflow: hidden;
}

.roundImg-cont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.matrixspotMain .username {
    background: #007bff;
    color: #FFF;
    position: absolute;
    width: 100%;
    top: 18px;
    left: 0;
    z-index: 3;
    padding: 5px;
    text-align: center;
    font-weight: 700;
    font-size: 1rem;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.matrixspotMain .sponsorl {
    text-overflow: ellipsis;
    width: 100%;
    overflow-x: hidden;
    text-align: center;
    font-size: 1rem;
    color: #777;
}

.matrixspotMain :is(.arrow-top, .arrow-top2, .arrow-top3) {
    border-top: 2px solid #434C60;
    width: 50%;
    height: 30px;
}

.matrixspotMain .arrow-top {
    border-left: 2px solid #434C60;
    margin-left: 50%;
}

.matrixspotMain .arrow-top2 {
    margin-left: 0;
    border-right: 2px solid #434C60;
}

.matrixspotMain .arrow-top3 {
    width: 100%
}

.matrixspotMain .arrow-down {
    width: 2px;
    margin: 0 auto;
    background: #434C60;
    height: 15px;
}

.matrixspotMain .mlevel1 {
    width: 50%;
}

.matrixspotMain .mlevel2 {
    width: 25%;
}

.matrixspotMain :is(.mlevel1, .mlevel2, .mlevel3) {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    float: left;
}

.matrixspotMain .empty {
    border-color: #CCC;
    margin-top: 0 !important;
}

.matrixspotMain .empty .username {
    background-color: #FAA
}

.matrixspotMain .completed .username {
    background-color: #070;
}

.matrixspotMain .emptybelow .username {
    background-color: #000
}

.matrixspotMain .approve .username {
    background-color: #C20926
}


ul.treeList li:nth-child(2) div {
    font-size: 1rem;
    line-height: 1;
    width: 55px;
    height: 55px;
}

ul.treeList li .d-flex div {
    font-size: 0.75rem;
    line-height: 1;
}

.welcomeBox h2 a {
    font-size: 2rem;
    text-decoration: underline !important;
}

.textDark{
    color: var(--black) !important;
}
