@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@400;500;600;700&family=Kumbh+Sans:wght@300;400;500;600;700&family=Mukta+Mahee:wght@400;500;600;700&display=swap");

:root {
    --primary: #2bc48b;
    --secondary: #adb6f9;
    /*--secondary: #2bc48b;*/
    --white: #fff;
    --black: #08192b;
    --bgDark: #0b2239;
    --bgDark2: #0e2a47;
    --bgLight: #f4f9fc;
    --borderColor: #e4e6eb;
    --gray: #869fb2;
    --gold: #fed42d;
    --fontColor: #ffffffcc;
    --shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    font-family: "Kumbh Sans", sans-serif;
    color: var(--fontColor);
    background: var(--black);
    font-weight: 400;
    font-size: 15px;
}
#preloader {
    background: var(--bgDark);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1100;
}

@keyframes ldio-bkwjjstnvi-r {
    0%,
    25%,
    50%,
    75%,
    100% {
        animation-timing-function: cubic-bezier(0, 1, 0, 1);
    }
    0% {
        transform: scale(0.7000000000000001) rotate(180deg);
    }
    25% {
        transform: scale(0.7000000000000001) rotate(270deg);
    }
    50% {
        transform: scale(0.7000000000000001) rotate(360deg);
    }
    75% {
        transform: scale(0.7000000000000001) rotate(450deg);
    }
    100% {
        transform: scale(0.7000000000000001) rotate(540deg);
    }
}

@keyframes ldio-bkwjjstnvi-z {
    0%,
    50%,
    100% {
        animation-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.5);
    }
}

@keyframes ldio-bkwjjstnvi-p {
    0%,
    50%,
    100% {
        animation-timing-function: cubic-bezier(1, 0, 0, 1);
    }
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes ldio-bkwjjstnvi-c {
    0%,
    25%,
    50%,
    75%,
    100% {
        animation-timing-function: cubic-bezier(0, 1, 0, 1);
    }
    0% {
        background: #2bc48b;
    }
    25% {
        background: #2bc48b;
    }
    50% {
        background: #2bc48b;
    }
    75% {
        background: #2bc48b;
    }
    100% {
        background: #2bc48b;
    }
}

.ldio-bkwjjstnvi > div {
    animation: ldio-bkwjjstnvi-r 4s linear infinite;
    transform-origin: 100px 100px;
}

.ldio-bkwjjstnvi > div > div {
    width: 200px;
    height: 200px;
    position: absolute;
    animation: ldio-bkwjjstnvi-z 1s linear infinite;
    transform-origin: 200px 200px;
}

.ldio-bkwjjstnvi > div > div div {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #2bc48b;
    transform-origin: 50px 50px;
    border-radius: 5px;
}

.ldio-bkwjjstnvi > div > div div:nth-child(1) {
    left: 0px;
    top: 0px;
    animation: ldio-bkwjjstnvi-p 1s linear infinite, ldio-bkwjjstnvi-c 4s linear infinite;
}

.ldio-bkwjjstnvi > div > div div:nth-child(2) {
    left: 100px;
    top: 0px;
    animation: ldio-bkwjjstnvi-p 1s linear infinite, ldio-bkwjjstnvi-c 4s linear infinite;
}

.ldio-bkwjjstnvi > div > div div:nth-child(3) {
    left: 0px;
    top: 100px;
    animation: ldio-bkwjjstnvi-p 1s linear infinite, ldio-bkwjjstnvi-c 4s linear infinite;
}

.ldio-bkwjjstnvi > div > div div:nth-child(4) {
    left: 100px;
    top: 100px;
    transform: scale(1);
    animation: ldio-bkwjjstnvi-c 4s linear infinite;
}

.loadingio-spinner-chunk-agha61xd7d8 {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.ldio-bkwjjstnvi {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-bkwjjstnvi div {
    box-sizing: content-box;
}

.rtl {
    direction: rtl;
    overflow-x: hidden !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--gray);
    -webkit-box-shadow: 0 0 0px 1000px var(--black) inset;
    box-shadow: 0 0 0px 1000px var(--black) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Kanit", sans-serif;
    font-weight: 700;
    color: var(--white);
    margin-bottom: 15px;
}

h1 {
    font-size: 64px;
}

h2 {
    font-size: 48px;
    font-weight: 600;
}

h3 {
    font-size: 36px;
    font-weight: 600;
}

h4 {
    font-size: 24px;
    font-weight: 400;
}

h5 {
    font-size: 20px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0rem black;
    box-shadow: 0 0 0 0rem black;
}

button {
    background: none;
    border: none;
    padding: 0;
}

i {
    font-size: 16px;
}

.rtl .form-select {
    background-position-x: 10px !important;
}

.btn-custom {
    position: relative;
    width: 190px;
    height: 55px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    z-index: 1;
}

.btn-custom i {
    margin-right: 5px;
}

/* .btn-custom::after {
  content: "";
  background: var(--secondary);
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 30px;
  right: -5px;
  bottom: -5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
} */

.btn-custom:hover::after {
    border-radius: 5px;
    width: 150%;
    height: 150%;
}

a.btn-custom {
    padding: 15px;
    color: var(--white);
}

.form-check label {
    cursor: pointer;
    color: var(--fontColor);
}

.form-check .form-check-input {
    border-radius: 3px;
    border: 1px solid var(--gray);
    cursor: pointer;
    background-color: transparent;
    margin-top: 2px;
}

.form-check .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.form-check .form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0rem var(--black);
    box-shadow: 0 0 0 0rem var(--black);
}

.rtl .form-check .form-check-input {
    float: right;
    margin-left: 0.5em;
}

.header-text {
    margin-bottom: 80px;
}

.header-text h5 {
    text-transform: capitalize;
    color: var(--primary);
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.header-text h3,
.header-text h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
}

.header-text p {
    max-width: 500px;
}

.navbar {
    padding: 0px 15px;
}

.navbar .navbar-brand img {
    width: 120px;
}

.navbar .container {
    position: relative;
    background: var(--bgDark);
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.navbar .navbar-nav {
    margin: auto;
}

.navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 10px;
    background: var(--primary);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.navbar .navbar-toggler i {
    font-size: 16px;
}

.navbar .navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

.navbar .nav-item {
    margin: 0px 15px;
    padding: 5px 0;
}

.navbar .nav-item .nav-link {
    color: var(--white);
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .nav-item .nav-link.active, .navbar .nav-item .nav-link:hover {
    color: var(--primary);
}

.navbar .navbar-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navbar .navbar-text .btn-custom {
    width: 120px;
    height: 40px;
    color: var(--white);
    padding: 10px;
    font-size: 14px;
}

.navbar .user-panel {
    color: var(--primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    padding: 7px 8px;
}

.navbar .user-panel i {
    font-size: 24px;
}

.navbar .notification-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 0;
}

.navbar .notification-panel:hover .notification-dropdown {
    visibility: visible;
    opacity: 1;
    top: 60px;
}

.navbar .notification-panel .dropdown-toggle {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 15px;
}

.navbar .notification-panel .dropdown-toggle i {
    color: var(--primary);
    font-size: 24px;
}

.navbar .notification-panel .dropdown-toggle::after {
    display: none;
}

.navbar .notification-panel .dropdown-toggle .count {
    background: var(--primary);
    min-width: 20px;
    height: 20px;
    border-radius: 5px;
    color: var(--white);
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: -2px;
    right: -3px;
    font-size: 12px;
}

.navbar .notification-panel .dropdown-box {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 285px;
}

.navbar .notification-panel .dropdown-box::-webkit-scrollbar {
    width: 0px;
    height: 100%;
}

.navbar .notification-panel .dropdown-box::-webkit-scrollbar-track {
    background: var(--ghostColor);
}

.navbar .notification-panel .dropdown-box::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 5px;
}

.navbar .notification-panel .dropdown-box::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

.navbar .notification-panel .notification-dropdown {
    background: var(--bgDark);
    border: 1px solid #302a7c;
    width: 290px;
    max-height: 324px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 0px;
    padding-left: 0;
    position: absolute;
    right: -120px;
    top: 70px;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

.navbar .notification-panel .notification-dropdown li {
    border-bottom: 1px solid var(--black);
}

.navbar .notification-panel .notification-dropdown li a {
    padding: 10px 10px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white);
    border-bottom: 1px solid #183452;
    white-space: normal;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .notification-panel .notification-dropdown li a:active,
.navbar .notification-panel .notification-dropdown li a:focus,
.navbar .notification-panel .notification-dropdown li a:hover {
    background: var(--black);
}

.navbar .notification-panel .notification-dropdown li a i {
    background: var(--primary);
    border-radius: 5px;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    color: var(--white);
    font-size: 16px;
    padding-top: 8px;
}

.navbar .notification-panel .notification-dropdown li a .text {
    width: calc(100% - 40px);
}

.navbar .notification-panel .notification-dropdown li a .text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

.navbar .notification-panel .notification-dropdown li a .text .time {
    font-size: 11px;
    font-weight: 500;
    color: var(--primary);
}

.navbar .notification-panel .notification-dropdown .clear-all {
    background: var(--bgDark);
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    border-top: 1px solid var(--black);
    text-align: center;
    padding: 10px 10px 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar .notification-panel .notification-dropdown .clear-all a {
    color: var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.navbar .notification-panel .notification-dropdown .clear-all a:hover {
    color: var(--primary);
}

.rtl .navbar .navbar-brand {
    margin-right: 0;
}

.rtl .navbar .navbar-toggler {
    right: auto;
    left: 15px;
}

.rtl .navbar .notification-panel .notification-dropdown li a i {
    margin-right: 0;
    margin-left: 5px;
}


.home-section .text-box h5 {
    color: var(--primary);
    text-transform: capitalize;
}

.home-section .text-box h1 {
    color: var(--primary);
    font-size: 70px;
    font-weight: 700;
}

.home-section .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.home-section .timer {
    background: var(--bgDark);
    padding: 30px 30px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
}

.home-section .countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
}

.home-section .countdown .box {
    padding: 20px;
    background: var(--primary);
    border-radius: 5px;
    text-align: center;
    width: 100%;
}

.home-section .countdown .box .num {
    display: block;
    font-size: 36px;
    font-family: "Kanit", sans-serif;
    font-weight: 600;
    color: var(--white);
}

.home-section .countdown .box .word {
    text-transform: capitalize;
    color: var(--white);
}

.home-section .progress {
    border-radius: 100px;
}

.home-section .progress .progress-bar {
    background-color: var(--primary);
}

.rtl .home-section::before {
    left: auto;
    right: 50px;
}

.rtl .home-section::after {
    right: auto;
    left: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.about-section {
    padding: 150px 0;
    background: var(--bgDark);
    position: relative;
    overflow-x: hidden;
}

.about-section .text-box h3 {
    color: var(--primary);
}

.about-section .text-box ul {
    list-style: none;
    padding-left: 0;
}

.about-section .text-box ul li {
    margin-bottom: 15px;
}

.about-section .text-box ul i {
    background: var(--primary);
    color: var(--white);
    width: 25px;
    height: 25px;
    border-radius: 5px;
    margin: 0 5px;
    padding: 5px 3px;
    text-align: center;
}

.about-section .img-box {
    position: relative;
    max-width: 495px;
}

.about-section .img-box::before {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 100px;
    height: 200px;
    border-radius: 10px;
    left: -30px;
    bottom: -30px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
}

.about-section .img-box img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.about-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/shape/wave-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0px;
    right: 0px;
    width: 660px;
    height: 580px;
}

.token-section {
    padding: 150px 0;
    position: relative;
}

.token-section .token-rate-box {
    background: var(--bgDark);
    border-radius: 10px;
    padding: 20px;
}

.token-section .token-rate-box p {
    margin-bottom: 0;
}

.token-section .token-rate-box p span {
    color: var(--primary);
}

.token-section .chart {
    position: relative;
}

.token-section .chart .logo {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    width: 150px;
}

.token-section::before {
    content: "";
    position: absolute;
    background: url(../images/shape/circle-1.png);
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -35px;
    z-index: -1;
}

.token-section::after {
    content: "";
    position: absolute;
    background: url(../images/shape/circle-2.png);
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -1;
}

.how-it-works {
    padding: 150px 0;
}

.how-it-works .work-box {
    background: var(--black);
    text-align: center;
    padding: 0 30px;
}

.how-it-works .work-box .icon-box {
    background: var(--bgDark);
    padding: 30px;
    border-radius: 1000px;
    width: 150px;
    height: 150px;
    margin: auto;
    margin-bottom: 20px;
    padding: 35px 0;
    position: relative;
}

.how-it-works .work-box .icon-box img {
    width: 80px;
}

.how-it-works .work-box .icon-box .count {
    background: var(--primary);
    font-family: "Kanit", sans-serif;
    font-size: 13px;
    color: var(--white);
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 0;
    border: 5px solid var(--bgDark);
    outline: 1px solid var(--primary);
}

.feature-section {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.feature-section .feature-box {
    background: var(--bgDark);
    padding: 50px 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-section .feature-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/shape/call-to-shape-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
    bottom: -15px;
    left: 0px;
    z-index: -1;
}

.feature-section .feature-box .icon-box {
    background: var(--primary);
    width: 90px;
    height: 90px;
    border-radius: 200px;
    padding-top: 23px;
    margin: auto;
    margin-bottom: 30px;
}

.feature-section .feature-box .icon-box img {
    width: 45px;
}

.feature-section .feature-box h5 {
    text-transform: capitalize;
}

.feature-section .feature-box .read-more {
    color: var(--primary);
    position: relative;
    display: inline-block;
    margin-top: 15px;
}

.feature-section .feature-box .read-more::after {
    position: absolute;
    content: "";
    width: 110%;
    height: 2px;
    background: var(--primary);
    bottom: -5px;
    left: -5%;
    margin: auto;
    border-radius: 100px;
}

.feature-section::before {
    content: "";
    position: absolute;
    background: url(../images/shape/dots.png);
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 100px;
    top: 100px;
    z-index: -1;
}

.feature-section::after {
    content: "";
    position: absolute;
    background: url(../images/shape/dots.png);
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 100px;
    bottom: 100px;
    z-index: -1;
}

.search-bar {
    background: var(--black);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.search-bar form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.dashboard-box .input-group .form-control,
.search-bar form .input-box .form-select,
.search-bar form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 10px 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}

.dashboard-box .input-group .form-control,
.search-bar form .input-box .form-select:focus,
.search-bar form .input-box .form-control:focus {
    color: var(--fontColor);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.dashboard-box .input-group .form-control,
.search-bar form .input-box .form-select::-webkit-input-placeholder,
.search-bar form .input-box .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
}

.dashboard-box .input-group .form-control,
.search-bar form .input-box .form-select:-ms-input-placeholder,
.search-bar form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}

.dashboard-box .input-group .form-control,
.search-bar form .input-box .form-select::-ms-input-placeholder,
.search-bar form .input-box .form-control::-ms-input-placeholder {
    color: var(--fontColor);
}

.dashboard-box .input-group .form-control,
.search-bar form .input-box .form-select::placeholder,
.search-bar form .input-box .form-control::placeholder {
    color: var(--fontColor);
}

.search-bar form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}

.search-bar form .input-box .form-select option {
    background: var(--bgDark2);
    color: white;
}

.search-bar form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.market-update {
    padding: 150px 0;
    background: var(--bgDark);
}

.market-update .table {
    color: var(--fontColor);
    margin-bottom: 0;
    border-radius: 5px;
}

.market-update .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--black);
    color: var(--fontColor);
}

.market-update .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--black);
    color: var(--fontColor);
}

.market-update .table thead {
    background: var(--primary);
    color: var(--white);
    text-transform: capitalize;
}

.market-update .table tbody {
    border: none;
}

.market-update .table tr {
    border: none;
}

.market-update .table tr th {
    font-weight: 500;
    border: none !important;
    vertical-align: middle;
    padding: 15px 20px;
    font-size: 15px;
}

.market-update .table tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.market-update .table tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.market-update .table tr td {
    padding: 20px;
    color: var(--fontColor);
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid var(--bgDark) !important;
    text-transform: capitalize;
    margin: 5px !important;
    font-size: 15px;
}

.market-update .table tr td span.currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.market-update .table tr td span.currency img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.market-update .table tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.market-update .table tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.market-update .table tr .btn-custom {
    width: 100px;
    height: 30px;
}

.market-update .table tr .btn-custom::after {
    width: 20px;
    height: 20px;
}

.market-update .table tr .btn-custom:hover::after {
    border-radius: 5px;
    width: 150%;
    height: 150%;
}

.rtl .market-update .table tr td span.currency img {
    margin-right: 0;
    margin-left: 5px;
}

.rtl .market-update .table tr td:first-child,
.rtl .market-update .table tr th:first-child {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.rtl .market-update .table tr td:last-child,
.rtl .market-update .table tr th:last-child {
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.faq-section {
    padding: 150px 0;
    background: var(--bgDark);
}

.faq-section .accordion-item {
    background: var(--black);
    border: none;
    margin-bottom: 25px;
    border-radius: 5px;
}

.faq-section .accordion-button {
    background: var(--black);
    border-radius: 5px !important;
    font-family: "Kanit", sans-serif;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 400;
    padding: 30px;
    padding-right: 70px;
    color: var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.faq-section .accordion-button::after {
    background-color: var(--primary);
    border-radius: 100px;
    background-image: url(../images/icon/down-arrow.png);
    background-size: auto;
    padding: 10px;
    position: absolute;
    right: 30px;
    height: 40px;
    width: 40px;
    background-position: center;
}

.faq-section .accordion-body {
    padding: 30px;
    padding-top: 15px;
}

.faq-section .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--primary);
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url(../images/icon/down-arrow.png);
}

.faq-section .img-box {
    position: relative;
    max-width: 395px;
}

.faq-section .img-box::before {
    content: "";
    position: absolute;
    background: var(--secondary);
    width: 100px;
    height: 200px;
    border-radius: 10px;
    left: -50px;
    top: -50px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 0;
}

.faq-section .img-box::after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    background-image: url(../images/icon/question2.png);
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    right: -75px;
    bottom: -25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}

.faq-section .img-box img {
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.rtl .faq-section .accordion-button {
    padding-right: 15px;
    padding-left: 40px;
    text-align: right;
}

.rtl .faq-section .accordion-button::after {
    right: auto;
    left: 15px;
}

.rtl .faq-section .img-box::before {
    left: auto;
    right: -50px;
}

.rtl .faq-section .img-box::after {
    right: auto;
    left: -75px;
}

.faq-page {
    padding: 100px 0;
}

.roadmap-section {
    padding: 150px 0;
    position: relative;
    overflow-x: hidden;
    background: var(--bgDark);
    z-index: 1;
}

.roadmap-section .roadmap-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
}

.roadmap-section .roadmap-box:nth-child(even) .content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.roadmap-section .roadmap-box:nth-child(even) .count {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left;
}

.roadmap-section .count {
    width: 50%;
    text-align: right;
}

.roadmap-section .count h1 {
    color: var(--primary);
    padding: 0 30px;
}

.roadmap-section .count h3 {
    background: var(--primary);
    color: var(--white);
    display: inline-block;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    padding: 10px;
    margin: 0 20px;
    text-align: center;
    padding-top: 28px;
}

.roadmap-section .content {
    width: 50%;
    background: var(--black);
    border-radius: 10px;
    padding: 30px;
    position: relative;
}

.roadmap-section .content .date {
    background: var(--primary);
    padding: 5px 20px;
    border-radius: 5px;
    position: absolute;
    right: 30px;
    bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.roadmap-section::before {
    content: "";
    position: absolute;
    background: url(../images/shape/circle-3.png);
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 100px;
    top: 100px;
    z-index: -1;
}

.roadmap-section::after {
    position: absolute;
    content: "";
    background-image: url(../images/shape/wave-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 100px;
    right: 0px;
    width: 740px;
    height: 540px;
    z-index: -1;
}

.testimonial-section {
    padding: 150px 0;
    position: relative;
    z-index: 1;
}

.testimonial-section.about-testimonial {
    background: var(--bgDark);
}

.testimonial-section.about-testimonial .review-count {
    background: var(--black);
}

.testimonial-section .review-count {
    padding: 76px 30px;
    height: 100%;
    background: var(--bgDark);
    border-radius: 10px;
    text-align: center;
}

.testimonial-section .review-box {
    position: relative;
    padding: 30px;
    border-radius: 10px;
}

.testimonial-section .review-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Kanit", sans-serif;
}

.testimonial-section .review-box .top img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-right: 15px;
}

.testimonial-section .review-box .top i {
    color: var(--gold);
    font-size: 13px;
}

.testimonial-section .review-box .top .bar {
    position: relative;
    margin: 0 10px;
}

.testimonial-section .review-box .top .bar::before {
    position: absolute;
    left: 0;
    bottom: 4px;
    content: "";
    width: 1px;
    background: var(--fontColor);
    height: 12px;
}

.testimonial-section .review-box .top .title {
    font-size: 14px;
}

.testimonial-section .review-box p {
    font-style: italic;
}

.testimonial-section .review-box .quote {
    position: absolute;
    right: 30px;
    top: 40px;
    width: 50px;
}

.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 0px 0;
}

.testimonial-section .owl-dots {
    display: block;
    padding-left: 30px;
}

.testimonial-section .owl-dots .owl-dot {
    width: 10px;
    height: 3px;
    background: var(--gray);
    margin: 0 2px;
    border-radius: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-section .owl-dots .owl-dot.active {
    background: var(--primary);
    width: 20px;
}

.testimonial-section::before {
    content: "";
    position: absolute;
    background: url(../images/shape/circle-1.png);
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    bottom: -35px;
    z-index: -1;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    background: url(../images/shape/circle-2.png);
    width: 300px;
    height: 300px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -1;
}

.rtl .testimonial-section {
    direction: ltr;
}

.rtl .testimonial-section .review-box {
    direction: rtl;
}

.rtl .testimonial-section .review-box .top img {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .testimonial-section .review-box .quote {
    right: auto;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    left: 40px;
}

.blog-section {
    padding: 150px 0;
    background: var(--bgDark);
}

.blog-section .blog-box {
    background: var(--black);
    border-radius: 10px;
    overflow: hidden;
}

.blog-section .blog-box .img-box img {
    border-radius: 5px;
    z-index: 0;
}

.blog-section .blog-box .text-box {
    padding: 30px;
    padding-top: 20px;
}

.blog-section .blog-box .date-author {
    font-size: 14px;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 500;
}

.blog-section .blog-box .date-author i {
    font-size: 18px;
    color: var(--primary);
    margin-right: 5px;
}

.blog-section .blog-box .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    color: var(--fontColor);
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-section .blog-box .read-more:after {
    content: "";
    position: absolute;
    background: var(--bgDark);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-section .blog-box .read-more:hover {
    color: var(--primary);
}

.blog-section .blog-box .read-more:hover::after {
    width: 100%;
}

.blog-section .blog-box .read-more i {
    font-size: 12px;
    margin-left: 10px;
}

.blog-page {
    padding: 100px 0;
    background: var(--bgDark);
}

.blog-page .blog-box {
    margin-bottom: 60px;
}

.blog-page .blog-box .img-box img {
    border-radius: 10px;
}

.blog-page .blog-box .date-author {
    padding: 15px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    z-index: 1;
}

.blog-page .blog-box .date-author span {
    margin-right: 10px;
}

.blog-page .blog-box .date-author i {
    font-style: 12px;
    color: var(--primary);
    margin-right: 5px;
}

.blog-page .blog-box .read-more {
    margin-top: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 15px;
    color: var(--fontColor);
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-page .blog-box .read-more:after {
    content: "";
    position: absolute;
    background: var(--black);
    height: 40px;
    width: 40px;
    border-radius: 5px;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-page .blog-box .read-more:hover {
    color: var(--primary);
}

.blog-page .blog-box .read-more:hover::after {
    width: 100%;
}

.blog-page .blog-box .read-more i {
    font-size: 12px;
    margin-left: 10px;
}

.blog-page #shareBlock {
    margin-top: 30px;
    margin-bottom: 50px;
    background: var(--black);
    -webkit-box-shadow: var(--shadow);
    box-shadow: var(--shadow);
    font-family: "Kanit", sans-serif;
    color: var(--white);
    border-radius: 5px;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.blog-page #shareBlock .btn {
    background: none;
    border: none;
    padding: 5px 10px;
}

.blog-page #shareBlock .btn i {
    font-size: 24px;
}

.blog-page .side-bar .side-box {
    background: var(--black);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
}

.blog-page .side-bar .side-box h5 {
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
}

.blog-page .side-bar .side-box h5::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 16px;
    top: 3px;
    left: 0;
    background: var(--primary);
}

.blog-page .side-bar .side-box .links {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog-page .side-bar .side-box .links li {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bgDark);
    padding-bottom: 10px;
}

.blog-page .side-bar .side-box .links li a {
    color: var(--fontColor);
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-page .side-bar .side-box .links li a:hover {
    color: var(--primary);
}

.blog-page .side-bar .side-box .links li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.blog-page .side-bar .side-box .tag-item label {
    background: var(--bgDark);
    margin: 0 10px 10px 0;
    border-radius: 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--fontColor);
    border: 1px solid var(--bgDark);
    border-radius: 5px;
}

.blog-page .side-bar .side-box .tag-item .btn-check:checked + .btn-primary {
    background: var(--primary) !important;
    color: #fff;
    border: 1px solid var(--primary);
}

.blog-page .side-bar .side-box .tag-item .btn-check:focus + .btn-primary,
.blog-page .side-bar .side-box .tag-item .btn-primary:focus {
    color: #fff;
    background-color: #fff;
    border-color: var(--primary);
    border: 1px solid var(--primary);
    -webkit-box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}

.blog-page .side-bar .side-box .blog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-page .side-bar .side-box .blog-box .title {
    font-size: 16px;
    color: var(--white);
    font-family: "Kanit", sans-serif;
}

.blog-page .side-bar .side-box .blog-box .title:hover {
    color: var(--primary);
}

.blog-page .side-bar .side-box .blog-box .img-box img {
    height: 80px;
    width: 120px;
    border-radius: 5px;
}

.blog-page .side-bar .side-box .blog-box .img-box .category {
    top: 10px;
    right: 10px;
}

.blog-page .side-bar .side-box .blog-box .text-box {
    width: calc(100% - 120px);
    overflow: hidden;
    padding-left: 15px;
}

.blog-page .side-bar .side-box .blog-box .text-box .date-author {
    margin-top: 0;
}

.blog-page .side-bar .side-box .blog-box:last-child {
    margin-bottom: 0;
}

.blog-page .side-bar .input-group .form-control {
    border: none;
    height: 50px;
    font-size: 14px;
    padding: 15px;
    background: var(--bgDark);
    caret-color: var(--primary);
    border: 1px solid var(--bgDark);
    border-radius: 5px !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-page .side-bar .input-group .form-control:focus {
    color: var(--white);
    background-color: var(--bgDark);
    border-color: var(--primary);
    outline: 0;
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.blog-page .side-bar .input-group .form-control::-webkit-input-placeholder {
    text-transform: capitalize;
}

.blog-page .side-bar .input-group .form-control:-ms-input-placeholder {
    text-transform: capitalize;
}

.blog-page .side-bar .input-group .form-control::-ms-input-placeholder {
    text-transform: capitalize;
}

.blog-page .side-bar .input-group .form-control::placeholder {
    text-transform: capitalize;
}

.blog-page .side-bar .input-group button {
    background: var(--bgDark);
    position: absolute;
    right: 1px;
    top: 1px;
    color: var(--primary);
    height: 48px;
    width: 50px;
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 4;
}

.blog-page .side-bar .input-group button i {
    font-size: 18px;
}

.rtl .blog-page .side-bar .side-box h5 {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .blog-page .side-bar .side-box h5::before {
    left: auto;
    right: 0;
}

.rtl .blog-page .side-bar .side-box .blog-box .text-box {
    padding-left: 0;
    padding-right: 15px;
}

.rtl .blog-page .side-bar .input-group button {
    right: auto;
    left: 2px;
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}

.payment-partner {
    padding: 150px 0;
}

.payment-partner .gateways img {
    border-radius: 5px;
}

.call-to-section {
    background: var(--black);
    padding-top: 108px;
    margin-top: 108px;
    position: relative;
}

.call-to-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--bgDark);
    top: -108px;
    left: 0;
}

.call-to-section .box {
    padding: 50px 100px;
    background: var(--primary);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: -215px;
}

.call-to-section .box .btn-custom {
    background: var(--black);
    float: right;
}

.call-to-section .box .btn-custom::after {
    background: var(--bgDark);
}

.call-to-section .box::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/shape/call-to-shape-1.png);
    background-position: top right;
    background-repeat: no-repeat;
    right: 110px;
    top: 0;
    z-index: -1;
}

.call-to-section .box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/shape/call-to-shape-2.png);
    background-position: top right;
    background-repeat: no-repeat;
    right: -55px;
    top: 0;
    z-index: -1;
}

.rtl .call-to-section .box .btn-custom {
    float: left;
}

#cookieAlert {
    background: var(--bgDark2);
    position: fixed;
    bottom: 15px;
    left: 0;
    margin: 15px;
    max-width: 450px;
    padding: 20px;
    border-radius: 10px;
    z-index: 1057;
}

#cookieAlert i {
    font-size: 24px;
    margin-right: 5px;
    color: var(--primary);
}

#cookieAlert h4 {
    color: var(--white);
}

#cookieAlert .cookie-btns .btn-custom {
    height: 40px;
    width: 120px;
    border-radius: 50px;
    padding: 8px;
}

#cookieAlert a {
    color: var(--primary);
}

.rtl #cookieAlert .cookie-btns {
    float: left;
}

.footer-section {
    padding-top: 100px;
    padding-bottom: 15px;
    background: var(--black);
}

.footer-section .navbar-brand {
    margin-bottom: 20px;
    display: inline-block;
}

.footer-section .navbar-brand img {
    width: 120px;
}

.footer-section .footer-box {
    color: var(--darkText);
}

.footer-section .footer-box .company-bio {
    color: var(--darkText);
    margin-bottom: 30px;
}

.footer-section ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-section ul li {
    margin-bottom: 15px;
}

.footer-section ul li a {
    color: var(--fontColor);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section ul li a:hover {
    color: var(--primary);
}

.footer-section h5 {
    color: var(--white);
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 45px;
}

.footer-section h5::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background: var(--primary);
    left: 0;
    bottom: -15px;
}

.footer-section .social-links a {
    background: var(--primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 7px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}

.footer-section .social-links a i {
    font-size: 13px;
}

.footer-section .news-letter .form-control {
    background-color: var(--bgDark);
    border-color: var(--bgDark);
    height: 50px;
    width: 235px;
    color: var(--white);
    font-size: 15px;
    border-radius: 5px;
    caret-color: var(--primary);
}

.footer-section .news-letter .form-control:focus {
    border-color: var(--primary);
    -webkit-box-shadow: 0rem var(--borderColor);
    box-shadow: 0rem var(--borderColor);
}

.footer-section .news-letter .btn-custom {
    height: 50px;
    width: 235px;
    margin-top: 15px;
}

.rtl .footer-section .navbar-brand {
    margin-right: 0;
}

.rtl .footer-section .social-links a {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .footer-section h5::after {
    left: auto;
    right: 0;
}

.banner-section .overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 150px 0 100px 0;
}

.banner-section h3 {
    text-transform: capitalize;
}

.banner-section .breadcrumb-item {
    color: var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    text-transform: capitalize;
}

.banner-section .breadcrumb-item:hover, .banner-section .breadcrumb-item.active {
    color: var(--primary);
}

.banner-section .breadcrumb-item:hover a, .banner-section .breadcrumb-item.active a {
    color: var(--primary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.banner-section .breadcrumb-item a {
    color: var(--white);
}

.banner-section .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--white);
    content: var(--bs-breadcrumb-divider, "-");
}

.rtl .banner-section .breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding: 0 0.5rem;
    color: var(--white);
    content: var(--bs-breadcrumb-divider, "-");
}

.contact-section {
    padding: 100px 0;
    background: var(--bgDark);
}

.contact-section form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.contact-section form .input-box .form-select,
.contact-section form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--black);
    border: 1px solid var(--black);
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}

.contact-section form .input-box .form-select:focus,
.contact-section form .input-box .form-control:focus {
    color: var(--fontColor);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.contact-section form .input-box .form-select::-webkit-input-placeholder,
.contact-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
}

.contact-section form .input-box .form-select:-ms-input-placeholder,
.contact-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}

.contact-section form .input-box .form-select::-ms-input-placeholder,
.contact-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--fontColor);
}

.contact-section form .input-box .form-select::placeholder,
.contact-section form .input-box .form-control::placeholder {
    color: var(--fontColor);
}

.contact-section form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}

.contact-section form .input-box .form-select option {
    background: var(--white);
    color: var(--black);
}

.contact-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.contact-section .social-links a {
    background: var(--primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 10px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}

.contact-section .social-links a i {
    font-size: 13px;
}

.contact-section .text-box {
    background: url(../images/contact-side-img.jpg);
    background-size: cover;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

.contact-section .text-box .overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px;
    padding-top: 100px;
}

.contact-section .info-box {
    background: var(--black);
    border-radius: 10px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.contact-section .info-box .icon-box {
    width: 50px;
    border-radius: 5px;
    text-align: left;
}

.contact-section .info-box .icon-box i {
    color: var(--white);
    background: var(--primary);
    height: 50px;
    width: 50px;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    padding: 15px;
}

.contact-section .info-box .text {
    width: calc(100% - 80px);
    padding: 0 15px;
}

.contact-section .info-box .text p {
    margin-bottom: 0;
    margin-right: auto;
}

.contact-section .info-box .text h5 {
    margin-bottom: 5px;
    color: var(--white);
}

.login-section {
    padding: 100px 0;
    background: var(--bgDark);
}

.login-section form {
    margin: auto;
    background: var(--black);
    padding: 50px;
    border-radius: 10px;
}

.login-section form h5 {
    text-transform: capitalize;
}

.login-section form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.login-section form .input-box .form-select,
.login-section form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}

.login-section form .input-box .form-select:focus,
.login-section form .input-box .form-control:focus {
    color: var(--fontColor);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.login-section form .input-box .form-select::-webkit-input-placeholder,
.login-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
}

.login-section form .input-box .form-select:-ms-input-placeholder,
.login-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}

.login-section form .input-box .form-select::-ms-input-placeholder,
.login-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--fontColor);
}

.login-section form .input-box .form-select::placeholder,
.login-section form .input-box .form-control::placeholder {
    color: var(--fontColor);
}

.login-section form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}

.login-section form .input-box .form-select option {
    background: var(--white);
    color: var(--black);
}

.login-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.login-section form .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.login-section form .links a {
    color: var(--primary);
}

.login-section form .links a:hover {
    color: var(--primary);
}

.login-section form .bottom {
    margin-top: 20px;
    text-align: center;
    color: var(--fontColor);
}

.login-section form .bottom a {
    color: var(--primary);
}

.login-section form .bottom a:hover {
    color: var(--primary);
}

.dashboard-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

#sidebar {
    background: var(--black);
    position: fixed;
    width: 300px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1031;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#sidebar.active {
    left: -310px;
}

#sidebar .sidebar-top {
    padding: 10px 20px;
    border-bottom: 1px solid var(--bgDark);
    position: relative;
}

#sidebar .sidebar-top .navbar-brand img {
    width: 120px;
}

#sidebar .sidebar-top .sidebar-toggler {
    position: absolute;
    right: 20px;
    top: 20px;
    background: var(--primary);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

#sidebar .sidebar-top .sidebar-toggler i {
    font-size: 16px;
}

#sidebar .sidebar-top .sidebar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

#sidebar .main {
    overflow-y: scroll;
    max-height: 100vh;
    padding-right: 5px;
}

#sidebar .main::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

#sidebar .main::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2bc48b;
}

#sidebar ul {
    list-style: none;
    padding-left: 0;
    padding: 20px;
    padding-bottom: 235px;
    height: 100vh;
    overflow: auto;
}

#sidebar ul li {
    margin-bottom: 15px;
}

#sidebar ul li a {
    position: relative;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
    display: block;
    border-radius: 10px;
    padding: 12px 15px 12px 30px;
    font-family: "Kanit", sans-serif;
    font-size: 16px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#sidebar ul li a i {
    width: 30px;
    text-align: left;
    position: relative;
    color: var(--white);
    top: 1px;
}

#sidebar ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 96%;
    border-radius: 10px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    left: -24px;
    margin: auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#sidebar ul li a.active, #sidebar ul li a:hover {
    background: var(--primary);
    color: var(--white);
}

#sidebar ul li a.active i, #sidebar ul li a:hover i {
    color: var(--white);
}

#sidebar ul li a.active::before, #sidebar ul li a:hover::before {
    width: 6px;
}

.rtl #sidebar {
    left: auto;
    right: 0px;
}

.rtl #sidebar.active {
    right: -310px;
}

.rtl #sidebar ul li a i {
    text-align: right;
}

.rtl #sidebar ul li a::before {
    left: auto;
    right: -24px;
}

.rtl #sidebar .sidebar-top .sidebar-toggler {
    left: auto;
    right: 35px;
}

#content {
    width: calc(100% - 300px);
    margin-left: auto;
    min-height: 100vh;
    background: var(--bgDark);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#content.active {
    width: 100% !important;
}

#content .navbar {
    background: var(--black);
    padding: 10px;
    height: 80px;
    margin: 15px 20px;
    border-radius: 10px;
}

#content .navbar .navbar-brand {
    display: none;
}

#content .navbar .sidebar-toggler {
    position: relative;
    background: var(--primary);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

#content .navbar .sidebar-toggler i {
    font-size: 16px;
}

#content .navbar .sidebar-toggler:focus {
    -webkit-box-shadow: 0 0 0 0rem;
    box-shadow: 0 0 0 0rem;
}

#content .navbar .navbar-text {
    position: absolute;
    right: 15px;
    top: auto;
    padding: 0;
}

#content .navbar .navbar-text .profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

#content .navbar .navbar-text .profile img {
    width: 45px;
    height: 45px;
    border-radius: 100px;
}

#content .navbar .navbar-text .user-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}

#content .navbar .navbar-text .user-panel:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    top: 60px;
}

#content .navbar .navbar-text .user-panel .user-dropdown {
    background: var(--bgDark);
    border: 1px solid #302a7c;
    width: 200px;
    overflow: hidden;
    padding-top: 0px;
    padding-left: 0;
    position: absolute;
    right: -15px;
    top: 70px;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    z-index: 3;
}

#content .navbar .navbar-text .user-panel .user-dropdown li {
    border-bottom: 1px solid var(--light);
    list-style: none;
}

#content .navbar .navbar-text .user-panel .user-dropdown li a {
    background: var(--bgDark);
    color: var(--white);
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: 0.4s;
    transform: 0.4s;
}

#content .navbar .navbar-text .user-panel .user-dropdown li a:active,
#content .navbar .navbar-text .user-panel .user-dropdown li a:focus,
#content .navbar .navbar-text .user-panel .user-dropdown li a:hover {
    background: var(--primary);
}

#content .navbar .navbar-text .user-panel .user-dropdown li a i {
    margin: 0 5px;
    margin-top: 2px;
    font-size: 16px;
}

#content .navbar .navbar-text .notification-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 0;
    z-index: 12;
}

#content .navbar .navbar-text .notification-panel:hover .notification-dropdown {
    visibility: visible;
    opacity: 1;
    top: 60px;
}

#content .navbar .navbar-text .notification-panel .dropdown-toggle {
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 15px;
}

#content .navbar .navbar-text .notification-panel .dropdown-toggle i {
    color: var(--primary);
    font-size: 24px;
}

#content .navbar .navbar-text .notification-panel .dropdown-toggle::after {
    display: none;
}

#content .navbar .navbar-text .notification-panel .dropdown-toggle .count {
    background: var(--primary);
    min-width: 20px;
    height: 20px;
    border-radius: 5px;
    color: var(--white);
    font-family: "Kanit", sans-serif;
    position: absolute;
    top: -2px;
    right: -3px;
    font-size: 12px;
}

#content .navbar .navbar-text .notification-panel .dropdown-box {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 285px;
}

#content .navbar .navbar-text .notification-panel .dropdown-box::-webkit-scrollbar {
    width: 0px;
    height: 100%;
}

#content .navbar .navbar-text .notification-panel .dropdown-box::-webkit-scrollbar-track {
    background: var(--ghostColor);
}

#content .navbar .navbar-text .notification-panel .dropdown-box::-webkit-scrollbar-thumb {
    background: var(--border);
    border-radius: 5px;
}

#content .navbar .navbar-text .notification-panel .dropdown-box::-webkit-scrollbar-thumb:hover {
    background: var(--secondary);
}

#content .navbar .navbar-text .notification-panel .notification-dropdown {
    background: var(--bgDark);
    width: 290px;
    max-height: 324px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 0px;
    padding-left: 0;
    position: absolute;
    right: -60px;
    top: 70px;
    border-radius: 5px;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li {
    border-bottom: 1px solid var(--black);
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li a {
    padding: 10px 10px 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--white);
    white-space: normal;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li a:active, #content .navbar .navbar-text .notification-panel .notification-dropdown li a:focus, #content .navbar .navbar-text .notification-panel .notification-dropdown li a:hover {
    background: var(--black);
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li a i {
    background: var(--primary);
    border-radius: 5px;
    padding: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    color: var(--white);
    font-size: 16px;
    padding-top: 8px;
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li a .text {
    width: calc(100% - 40px);
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li a .text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

#content .navbar .navbar-text .notification-panel .notification-dropdown li a .text .time {
    font-size: 11px;
    font-weight: 500;
    color: var(--primary);
}

#content .navbar .navbar-text .notification-panel .notification-dropdown .clear-all {
    background: var(--bgDark);
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    border-top: 1px solid var(--black);
    text-align: center;
    padding: 10px 10px 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#content .navbar .navbar-text .notification-panel .notification-dropdown .clear-all a {
    color: var(--white);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#content .navbar .navbar-text .notification-panel .notification-dropdown .clear-all a:hover {
    color: var(--primary);
}

#content .main {
    padding: 8px;
}

#content .dashboard-box {
    background: var(--black);
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 30px;
}

#content .dashboard-box i {
    font-size: 32px;
    color: var(--primary);
    position: absolute;
    right: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

#content .chart-information {
    margin-bottom: 30px;
}

#content .chart-information .progress-wrapper {
    background: var(--black);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    text-align: center;
}

#content .chart-information .progress-wrapper .chart {
    position: relative;
}

#content .chart-information .progress-wrapper .chart .logo {
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -45%);
    transform: translate(-50%, -45%);
    width: 150px;
}

#content .table {
    color: var(--fontColor);
    margin-bottom: 0;
    border-radius: 5px;
}

#content .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--black);
    color: var(--fontColor);
}

#content .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--black);
    color: var(--fontColor);
}

#content .table thead {
    background: var(--primary);
    color: var(--white);
    text-transform: capitalize;
}

#content .table tbody {
    border: none;
}

#content .table tr {
    border: none;
}

#content .table tr th {
    font-weight: 500;
    border: none !important;
    vertical-align: middle;
    padding: 15px 20px;
    font-size: 14px;
}

#content .table tr th:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content .table tr th:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#content .table tr td {
    padding: 20px;
    color: var(--fontColor);
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid var(--bgDark) !important;
    /* text-transform: capitalize; */
    margin: 5px !important;
    font-size: 14px;
}

#content .table tr td span.currency {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#content .table tr td span.currency img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

#content .table tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#content .table tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#content .table tr .btn-custom {
    width: 100px;
    height: 30px;
}

#content .table tr .btn-custom::after {
    width: 20px;
    height: 20px;
}

#content .table tr .btn-custom:hover::after {
    border-radius: 5px;
    width: 150%;
    height: 150%;
}

#content .table .sidebar-dropdown-items .dropdown-toggle {
    background: var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 5px;
    color: var(--white);
    position: relative;
    padding: 8px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#content .table .sidebar-dropdown-items .dropdown-toggle:hover {
    background: var(--primary);
    color: var(--white);
}

#content .table .sidebar-dropdown-items .dropdown-toggle::after {
    display: none;
}

#content .table .sidebar-dropdown-items .dropdown-toggle::after .sidebar-dropdown-items .dropdown-item {
    font-size: 14px;
    color: var(--gray);
}

#content .table .sidebar-dropdown-items .dropdown-toggle::after .sidebar-dropdown-items .dropdown-item i {
    color: var(--primary);
    width: 22px;
}

.rtl #content {
    margin-left: 0;
    margin-right: auto;
}

.rtl #content .navbar .navbar-text {
    right: auto;
    left: 15px;
}

.rtl #content .navbar .navbar-text .notification-panel .dropdown-toggle .count {
    left: 12px;
}

.rtl #content .navbar .navbar-text .notification-panel .notification-dropdown {
    right: auto;
    left: -64px;
}

.rtl #content .search-bar .input-group button {
    left: auto;
    right: 0;
    padding-left: 0;
    padding-right: 19px;
}

.rtl #content .search-bar .input-group .form-control {
    padding-left: 20px;
    padding-right: 50px;
}

.rtl #content .table tr td.company-logo img {
    margin-right: 0;
    margin-left: 15px;
}

.rtl #content .table tr th:first-child,
.rtl #content .table tr th:last-child {
    border-radius: 0;
}

.rtl #content .settings form .input-box span.icon {
    left: auto;
    right: 14px;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.rtl #content .dashboard-box {
    background-position: left;
}

.rtl #content .dashboard-box i {
    right: auto;
    left: 50px;
}

.rtl #content .edit-profile-section .about .links a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl #content .edit-profile-section .sidebar-wrapper .upload-img {
    right: auto;
    left: 5px;
}

.rtl #content .edit-profile-section .sidebar-wrapper .profile {
    margin-left: 0;
}

.rtl #content .edit-profile-section .sidebar-wrapper .profile .img {
    margin-left: 20px;
}

.rtl #content .navbar .navbar-text .user-panel .user-dropdown {
    right: auto;
    left: -15px;
}

.rtl #content .navbar .navbar-text .notification-panel .notification-dropdown li a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl #content .activity-box .icon {
    margin-right: 0;
    margin-left: 15px;
}

.rtl #content .activity-box .text::before {
    left: auto;
    right: -41px;
}

.edit-profile-section {
    margin-bottom: 50px;
    background: var(--black);
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
}

.edit-profile-section .sidebar-wrapper {
    position: relative;
}

.edit-profile-section .sidebar-wrapper .cover {
    width: 100%;
    position: relative;
}

.edit-profile-section .sidebar-wrapper .cover img {
    border-radius: 5px;
    height: 200px;
    width: 100%;
}

.edit-profile-section .sidebar-wrapper .profile {
    margin-top: -75px;
    margin-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.edit-profile-section .sidebar-wrapper .profile .img {
    position: relative;
    margin-right: 20px;
}

.edit-profile-section .sidebar-wrapper .profile .img img {
    border-radius: 10px;
    height: 150px;
    width: 150px;
}

.edit-profile-section .sidebar-wrapper .profile .name i {
    font-size: 16px;
    color: var(--primary);
}

.edit-profile-section .sidebar-wrapper .upload-img {
    padding: 9px 12px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #b2bac2;
}

.edit-profile-section .sidebar-wrapper .upload-img i {
    font-size: 16px;
}

.edit-profile-section .sidebar-wrapper .upload-img:hover {
    color: var(--primary);
}

.edit-profile-section .sidebar-wrapper .upload-img input {
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer !important;
}

.edit-profile-section .about .profile {
    width: 200px;
    height: 200px;
    border-radius: 10px;
    margin-right: 15px;
}

.edit-profile-section .about .name i {
    color: var(--primary);
}

.edit-profile-section .about .bio {
    color: var(--gray);
}

.edit-profile-section .about .links a {
    display: block;
    color: var(--gray);
    margin-bottom: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.edit-profile-section .about .links a:hover {
    color: var(--primary);
}

.edit-profile-section .about .links a:last-child {
    margin-bottom: 0;
}

.edit-profile-section .about .links a i {
    margin-right: 10px;
    font-size: 16px;
    color: var(--primary);
}

.edit-profile-section .counts {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
}

.edit-profile-section .counts .count span {
    display: block;
    color: var(--primary);
}

.edit-profile-section form {
    margin-top: 50px;
}

.edit-profile-section form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.edit-profile-section form .input-box .form-select,
.edit-profile-section form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}

.edit-profile-section form .input-box .form-select:focus,
.edit-profile-section form .input-box .form-control:focus {
    color: var(--fontColor);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.edit-profile-section form .input-box .form-select::-webkit-input-placeholder,
.edit-profile-section form .input-box .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
}

.edit-profile-section form .input-box .form-select:-ms-input-placeholder,
.edit-profile-section form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}

.edit-profile-section form .input-box .form-select::-ms-input-placeholder,
.edit-profile-section form .input-box .form-control::-ms-input-placeholder {
    color: var(--fontColor);
}

.edit-profile-section form .input-box .form-select::placeholder,
.edit-profile-section form .input-box .form-control::placeholder {
    color: var(--fontColor);
}

.edit-profile-section form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}

.edit-profile-section form .input-box .form-select option {
    background: var(--white);
    color: var(--black);
}

.edit-profile-section form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.rtl .profile-section .about .profile {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .profile-section .about .links a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .profile-section .right-wrapper .button-group,
.rtl .profile-section .right-wrapper .social-links {
    text-align: left;
}

.rtl .profile-section .about .profile {
    margin-right: 0;
    margin-left: 15px;
}

.rtl .profile-section .about .links a i {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .profile-section .right-wrapper .button-group,
.rtl .profile-section .right-wrapper .social-links {
    text-align: left;
}

@media (max-width: 767px) {
    #sidebar {
        left: -310px;
        position: fixed;
    }

    #sidebar.active {
        left: 0;
    }

    .rtl #sidebar {
        right: -310px;
        left: auto;
    }

    .rtl #sidebar.active {
        right: 0;
        left: auto;
    }

    #content {
        width: 100%;
    }

    #content .navbar {
        margin: 12px;
    }

    #content .main {
        padding: 15px 0;
    }

    #content .add-contact-sidebar .form-wrapper {
        width: 300px;
        padding: 15px;
    }
}

@media (max-width: 575px) {
    #content .switcher button {
        min-width: auto;
        height: 40px;
    }

    .edit-profile-section .sidebar-wrapper .cover img {
        height: 150px;
    }

    .edit-profile-section .sidebar-wrapper .profile {
        display: block;
        margin-left: 0;
        text-align: center;
        margin-top: -60px;
    }

    .edit-profile-section .sidebar-wrapper .profile .img {
        margin-right: 0;
        width: 120px;
        height: 120px;
        margin: auto;
        margin-bottom: 15px;
    }

    .edit-profile-section .sidebar-wrapper .profile .img img {
        width: 120px;
        height: 120px;
    }

    .edit-profile-section .sidebar-wrapper .upload-img {
        bottom: 5px;
        right: 5px;
    }

    .rtl #content .edit-profile-section .sidebar-wrapper .profile .img {
        margin: auto;
        margin-bottom: 15px;
    }

    #content .business-hour .input-box .form-control {
        padding: 5px;
    }

    #content .map-box,
    #content form {
        padding: 15px 10px;
    }

    #content .add-listing-form {
        background: var(--white);
        border-radius: 10px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        padding: 5px;
        margin: 10px 0;
    }

    #content form .add-new {
        width: 40px;
    }
}

.not-found {
    height: 100vh;
}

.not-found .text-box img {
    width: 300px;
}

.not-found .text-box a {
    color: var(--primary);
    text-transform: capitalize;
}

.modal .modal-content {
    background: var(--bgDark2);
    border: 1px solid #4d477e;
}

.modal .modal-content .modal-header {
    border-bottom: 1px solid #ffffff1c;
}

.modal .modal-content .modal-header .close-btn i {
    color: var(--gray);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.modal .modal-content .modal-header .close-btn i:hover {
    color: var(--primary);
}

.modal .modal-content .modal-footer {
    border-top: 1px solid #ffffff1c;
}

.modal .btn-custom {
    width: auto;
    padding: 0 20px;
    height: 40px;
    border-radius: 100px;
}

.modal form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.modal form .input-box .form-select,
.modal form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--white);
}

.modal .form-select,
.modal .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--white);
}

.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.modal .form-select:focus,
.modal .form-control:focus {
    color: var(--white);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.modal form .input-box .form-select::-webkit-input-placeholder,
.modal form .input-box .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal .form-select::-webkit-input-placeholder,
.modal .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal form .input-box .form-select:-ms-input-placeholder,
.modal form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal .form-select:-ms-input-placeholder,
.modal .form-control:-ms-input-placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal form .input-box .form-select::-ms-input-placeholder,
.modal form .input-box .form-control::-ms-input-placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal .form-select::-ms-input-placeholder,
.modal .form-control::-ms-input-placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal form .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal .form-select::placeholder,
.modal .form-control::placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}

.modal span.input-group-text {
    color: #cdcdcd;
    background-color: #3b2258;
}

.modal form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}

.modal form .input-box .form-select option {
    background: var(--bgDark);
    color: var(--white);
}

.modal form .input-box textarea.form-control {
    height: 150px;
    border-radius: 15px;
}


.team-section {
    padding: 150px 0;
}

.team-section .title-text-box {
    margin-bottom: 50px;
}

.team-section .title-text-box span {
    color: var(--primary);
    display: inline-block;
    margin-bottom: 15px;
}

.team-section .team-members {
    margin-bottom: 50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    list-style: none;
    padding-left: 0;
}

.team-section .team-members .clearfix::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    clear: both;
    content: "";
}

.team-section .team-members .member-details {
    float: left;
    width: 20%;
    position: relative;
}

.team-section .team-members .member-details .box {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.team-section .team-members .member-details .box:hover .member-info {
    opacity: 1;
}

.team-section .team-members .member-details img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.team-section .team-members .member-details .member-info {
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0;
    top: 0;
    margin: auto;
    padding-top: 40px;
    text-align: center;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}

.team-section .team-members .member-details .member-info h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.team-section .team-members .member-details .member-info p {
    font-size: 12px;
}

.team-section .team-members .member-details .member-info::before {
    content: "";
    position: absolute;
    left: -50px;
    top: -50px;
    width: 200%;
    height: 200%;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
}

.team-section .team-members li:nth-child(2) > div:first-child {
    margin-left: 20%;
}

.team-section .team-members li:nth-child(3) > div:first-child {
    margin-left: 40%;
}

.team-section .team-box {
    text-align: center;
    background: var(--bgDark2);
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    padding-bottom: 93px;
}

.team-section .team-box h4 {
    margin-bottom: 10px;
}

.team-section .team-box .img-box img {
    width: 100%;
}

.team-section .team-box .text-box {
    padding: 15px 0;
    background: var(--bgDark2);
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: auto;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.team-section .team-box:hover .text-box {
    bottom: 0;
}

.team-section .team-box:hover .social-links {
    opacity: 1;
}

.team-section .social-links {
    margin-top: 15px;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.team-section .social-links a {
    background: var(--primary);
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    padding-top: 5px;
    margin: 0 3px;
    text-align: center;
    color: var(--white);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.team-section .social-links a i {
    font-size: 13px;
}

@media (max-width: 767px) {
    .team-section .team-members {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .team-section .team-members .member-details {
        width: 33.33%;
    }

    .team-section .team-members .member-details .member-info {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        padding-top: 20px;
    }

    .team-section .team-members li:nth-child(2) > div:first-child {
        margin-left: 0%;
    }

    .team-section .team-members li:nth-child(3) > div:first-child {
        margin-left: 0%;
    }

    .team-section .team-members .member-details .member-info::before {
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
}


/*------------- edit profile ---------------*/
.profile-setting .upload-img {
    background: var(--black);
    border-radius: 10px;
    text-align: center;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.profile-setting .upload-img form {
    position: relative;
}

.profile-setting .upload-img form .img-box {
    width: 100%;
    height: 300px;
    margin-bottom: 15px;
    position: relative;
}

.profile-setting .upload-img form .img-box img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.profile-setting .upload-img form .img-box .select-file {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    width: 60%;
    height: 100px;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
    border: 2px dashed #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.profile-setting .upload-img form .img-box input {
    position: absolute;
    background: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

.profile-setting .edit-area {
    background: var(--black);
    border-radius: 10px;
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.profile-setting .edit-area .content {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.profile-setting .edit-area .content.active {
    opacity: 1;
    visibility: visible;
    display: block;
}

.profile-setting .edit-area .profile-navigator {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.profile-setting .edit-area .profile-navigator button {
    height: 40px;
    width: auto;
    margin: 0 10px 10px 0;
    text-transform: capitalize;
    color: var(--white);
    border-radius: 5px;
    font-size: 18px;
    font-weight: 500;
    padding: 0 10px;
    border: 2px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.profile-setting .edit-area .profile-navigator button:hover, .profile-setting .edit-area .profile-navigator button.active {
    border: 2px solid var(--primary);
    color: var(--primary);
}

.profile-setting .edit-area form label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.profile-setting .edit-area form .form-select,
.profile-setting .edit-area form .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.profile-setting .edit-area form .form-select:focus,
.profile-setting .edit-area form .form-control:focus {
    color: var(--fontColor);
    -webkit-box-shadow: 0 0 0 0rem var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}

.profile-setting .edit-area form .form-select::-webkit-input-placeholder,
.profile-setting .edit-area form .form-control::-webkit-input-placeholder {
    color: var(--fontColor);
}

.profile-setting .edit-area form .form-select:-ms-input-placeholder,
.profile-setting .edit-area form .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}

.profile-setting .edit-area form .form-select::-ms-input-placeholder,
.profile-setting .edit-area form .form-control::-ms-input-placeholder {
    color: var(--fontColor);
}

.profile-setting .edit-area form .form-select::placeholder,
.profile-setting .edit-area form .form-control::placeholder {
    color: var(--fontColor);
}

.profile-setting .edit-area form .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}

.profile-setting .edit-area form .form-select option {
    background: var(--bgDark2);
    color: white;
}

.profile-setting .edit-area form textarea.form-control {
    height: 150px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.profile-setting .edit-area form .attach-file {
    position: relative;
}

.profile-setting .edit-area form .attach-file span.prev {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 110px;
    background: var(--primary);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: #111;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    padding: 15px;
}

.profile-setting .edit-area .alert {
    background: var(--bgDark);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.profile-setting .edit-area .alert i {
    color: var(--primary);
}

.rtl .profile-setting .edit-area form .attach-file span.prev {
    left: auto;
    right: 0;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.rtl .profile-setting .edit-area form .form-control,
.rtl .profile-setting .edit-area form .form-select {
    padding: 12px;
}

@media (max-width: 767px) {
    .profile-setting .edit-area,
    .profile-setting .upload-img {
        padding: 15px;
    }

    .profile-setting .edit-area form,
    .profile-setting .upload-img form {
        padding: 0 !important;
    }
}


/*------------ Support Ticket ------------*/
.support-ticket-section {
    background: var(--bgDark);
}

.support-ticket-section .inbox-wrapper {
    background: var(--black);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.support-ticket-section .inbox-wrapper .top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid var(--bgDark);
}

.support-ticket-section .inbox-wrapper .top-bar .user {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.support-ticket-section .inbox-wrapper .top-bar .name {
    font-weight: 500;
    font-family: "Michroma", sans-serif;
    font-size: 14px;
}

.support-ticket-section .inbox-wrapper .top-bar .close-btn {
    width: 88px;
    height: 35px;
    border-radius: 3px;
    background: #d2632f;
    border: none;
    padding-top: 3px;
    color: var(--white);
    box-shadow: var(--shadow);
    transition: 0.4s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.support-ticket-section .inbox-wrapper .top-bar .close-btn:hover {
    background: #c95924;
    color: var(--white);
}

.support-ticket-section .inbox-wrapper .chats {
    padding: 30px 15px 10px 15px;
    height: 575px;
    overflow-y: auto;
    position: relative;
}

.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar {
    width: 4px;
    height: 100%;
}

.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-track {
    background: var(--black);
}

.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-thumb {
    background: var(--black);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}

.support-ticket-section .inbox-wrapper .chats .chat-box {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .img {
    margin-left: 10px;
    min-width: 30px;
    min-height: 30px;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .img img {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text {
    padding: 10px;
    background: var(--bgDark);
    border-radius: 3px;
    float: right;
    margin-bottom: 5px;
    max-width: 600px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text p {
    margin-bottom: 0;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .name {
    text-align: right;
    margin-bottom: 5px;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .time {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .attachment {
    display: block;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .attachment img {
    max-width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .file {
    color: var(--primary);
    margin-bottom: 5px;
    text-align: right;
}

.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .file a {
    color: var(--primary);
    display: inline-block;
    margin-right: 5px;
}

.support-ticket-section .inbox-wrapper .chats .opposite-side {
    justify-content: start;
}

.support-ticket-section .inbox-wrapper .chats .opposite-side .img {
    margin-left: 0;
    margin-right: 10px;
}

.support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .text {
    float: left;
}

.support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .time {
    text-align: left;
}

.support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .file {
    text-align: left;
}

.support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .name {
    text-align: left;
}

.support-ticket-section .inbox-wrapper .img-preview {
    background: var(--bgDark);
    display: inline-block;
    position: relative;
    left: 0px;
    bottom: 5px;
    max-width: 100px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.support-ticket-section .inbox-wrapper .img-preview img {
    width: 100%;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.support-ticket-section .inbox-wrapper .img-preview .img-info {
    padding: 0 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.support-ticket-section .inbox-wrapper .img-preview .img-info span {
    font-size: 12px;
}

.support-ticket-section .inbox-wrapper .img-preview .img-info span.size {
    color: var(--gray);
    font-size: 10px;
}

.support-ticket-section .inbox-wrapper .img-preview button.delete {
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--bgLight);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    text-align: center;
    border: none;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.support-ticket-section .inbox-wrapper .img-preview button.delete i {
    font-size: 14px;
    color: var(--primary);
}

.support-ticket-section .inbox-wrapper .typing-area {
    background: var(--black);
    border-top: 1px solid var(--bgDark);
    padding: 20px;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group {
    border-radius: 3px;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group .form-control {
    height: 45px;
    background: var(--bgDark);
    border-radius: 0;
    border: none;
    font-size: 13px;
    color: var(--gray);
    padding: 12px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group .form-control:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
    border: none;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group .send-file-btn {
    position: relative;
    background: var(--primary);
    border: none;
    width: 40px;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    color: var(--gray);
}

.support-ticket-section .inbox-wrapper .typing-area .input-group .send-file-btn i {
    transition: 0.4s;
    position: relative;
    color: var(--white);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group .send-file-btn .form-control {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group button {
    width: 50px;
    border: none;
    background: var(--primary);
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.support-ticket-section .inbox-wrapper .typing-area .input-group button i {
    color: var(--white);
    font-size: 16px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.rtl .support-ticket-section .inbox-wrapper .top-bar .user {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .support-ticket-section .inbox-wrapper .chats .chat-box .img {
    margin-left: 0;
    margin-right: 10px;
}

.rtl .support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text {
    float: left;
}

.rtl .support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text,
.rtl .support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .time,
.rtl .support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .name,
.rtl .support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .file {
    text-align: left;
}

.rtl .support-ticket-section .inbox-wrapper .chats .opposite-side .img {
    margin-right: 0;
    margin-left: 10px;
}

.rtl .support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .text {
    float: right;
}

.rtl .support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .text,
.rtl .support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .time,
.rtl .support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .name,
.rtl .support-ticket-section .inbox-wrapper .chats .opposite-side .text-wrapper .file {
    text-align: right;
}


/*---------------------------------- Start extra CSS added by me -----------------------------*/

/*------------ for notiflix ------------*/
#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}

[v-cloak] {
    display: none;
}

.greenColorText {
    color: var(--primary);
}

.text-greenColorText {
    color: var(--primary);
}

.greenColorBg {
    background-color: var(--primary);
    color: white;
}

.greenColorBg:hover {
    background-color: var(--primary);
    color: white;
}

.font12 {
    font-size: 12px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.w-150px {
    width: 150px;
}

li.list-group-item.bg-transparent, .product-details {
    color: white;
    border: 1px solid #d3d3d317;
}

.cursorPointer {
    cursor: pointer;
}

.userBreadcumb {
    padding-bottom: 22px;
}

.btn-custom-sm {
    padding: 7px !important;
    height: 40px;
}

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

.bgDeepBlueColor {
    background-color: var(--bgDark) !important;
    border: 1px solid var(--bgDark);
    color: white;
}

.tabScroll {
    overflow-y: scroll;
    max-height: 270px;
    padding-right: 5px;
}

.tabScroll::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

.tabScroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6777ef;
}


/*------------ Referral on Home page ------------*/
.commission-section {
    padding: 150px 0;
    position: relative;
    background: var(--bgDark2);
    z-index: 1;
}

.commission-section .commission-box {
    border-radius: 10px;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
    padding-top: 55px;
    background: var(--bgDark2);
    border: 2px solid var(--primary);
    box-shadow: var(--shadow);
    border-radius: 200px;
    box-shadow: inset 0 0 0px 20px var(--bgDark);
}

.commission-section .commission-box h2 {
    color: var(--primary);
}

.commission-section .commission-box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
    right: -55%;
    margin: auto;
    background: url(../images/icon/curved-arrow.png);
    background-size: contain;
}

.commission-section::before {
    content: "";
    position: absolute;
    background: url(../images/shape/dots.png);
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 100px;
    top: 100px;
    z-index: -1;
}

.commission-section::after {
    content: "";
    position: absolute;
    background: url(../images/shape/dots.png);
    width: 150px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 100px;
    bottom: 100px;
    z-index: -1;
}

.rtl .commission-section .commission-box::after {
    right: auto;
    left: -55%;
}

.commission-section .box:nth-child(even) .commission-box::after {
    display: none;
}

.commission-section .commission-box::after {
    display: none;
}


/*------------------------- Referral Table Label -------------------------*/
#ref-label .nav-link:hover, #ref-label .nav-link.active {
    background: var(--primary);
    color: #fff;
    font-weight: 500;
}

#ref-label .nav-link {
    position: relative;
    background: transparent;
    margin-bottom: 20px;
    border: 1px solid var(--primary);
    color: #fff;
    transition: all .2s ease;
    display: block;
    min-width: 90px;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

#ref-label .nav-link::after {
    content: "";
    height: 20px;
    width: 2px;
    background: var(--primary);
    position: absolute;
    top: 100%;
    left: calc(50% - 1px);
}

#ref-label .nav-link:last-child::after {
    display: none;
}


/*------------------------- dashboard copytext -------------------------*/
.dashboard-box .input-group .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark);
    border: 1px solid var(--bgDark);
    padding: 15px;
    font-weight: normal;
    font-size: 14px;
    caret-color: var(--primary);
    color: var(--fontColor);
}

.dashboard-box .input-group .copytext i {
    position: initial !important;
    transform: translateY(0) !important;
    font-size: 20px !important;
    color: white !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
}

/*------------ card design ------------*/
.cardCustom {
    background-color: var(--black);
    color: white;
    padding: 15px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.cardCustom ul li {
    color: white;
}

.cardCustom form .form-select, .cardCustom form .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgDark) !important;
    border: 1px solid var(--bgDark);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--white);
    box-shadow: none;
    border: 1px solid #2bc48b1f;
}

.cardCustom form .form-select:focus, .cardCustom form .form-control:focus {
    color: var(--white);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}


/*------------ for violate section bg-color ------------*/
.sectionBgColor {
    background: var(--bgDark);
}


.container-fluid .search-bar form .input-box button.btn-custom {
    height: 50px !important;
}

/*------------ deposit/add fund confirm modal text ------------*/
.payment-info.text-center ul.list-group li {
    color: #dfdfdf;
}

.secbg {
    background-color: var(--black) !important;
    margin-top: 30px;
}


/*------------ for violate section bg-color ------------*/
.sectionBgColor {
    background: var(--bgDark);
}

/*-------- for loader ---------*/
.w-15 {
    width: 15%
}

.w-150px {
    width: 150px
}

.wh-200-150 {
    width: 200px;
    height: 150px;
}

.wh-200-150 {
    width: 200px;
    height: 150px;
}


/*-------- for gateway image ---------*/
.dashboard-wrapper .container-fluid .table-parent .table tr td .status,
.dashboard-wrapper .container-fluid .table-parent .status,
.container-fluid .support-ticket-section .inbox-wrapper .top-bar .status {
    background: var(--primary);
    color: white;
    padding: 0px 0px;
    min-width: 90px;
    text-align: center;
    border-radius: 100px;
    display: inline-block;
}

.dashboard-wrapper .container-fluid .table-parent .table tr td .status.warning,
.dashboard-wrapper .container-fluid .status.warning,
.container-fluid .support-ticket-section .inbox-wrapper .top-bar .status.warning {
    background: #204470;
    color: white;
}

.dashboard-wrapper .container-fluid .table-parent .table tr td .status.primary,
.dashboard-wrapper .container-fluid .status.primary,
.container-fluid .support-ticket-section .inbox-wrapper .top-bar .status.primary {
    background: #bba0ff;
    color: white;
}

.dashboard-wrapper .container-fluid .table-parent .table tr td .status.danger,
.dashboard-wrapper .container-fluid .status.danger,
.container-fluid .support-ticket-section .inbox-wrapper .top-bar .status.danger {
    background: #b51313;
    color: white;
}


/*-------- for gateway image ---------*/
.gatewayImage {
    width: auto;
    max-width: 100%;
}

.bgGateway {
    background-color: rgb(40, 40, 109);
}

.feature-wrapper .card-type-1 {
    border-radius: 10px;
    background-image: url('../images/shape/shape-img-2.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: none;
}

.feature-wrapper.add-fund .card-type-1 .card-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: unset;
    border-radius: unset;
}

.feature-wrapper.add-fund .card-type-1 .btn-custom {
    position: relative;
    width: 100%;
    height: 38px;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    font-family: "Kumbh Sans", sans-serif;
    background: var(--primary);
    color: var(--white);
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}


/*------------ for buy token ------------*/
.market-update .timer,
.allAuction .timer {
    background: var(--bgDark2);
    padding: 30px 30px;
    border-radius: 10px;
    text-align: center;
    width: 600px;
}

.market-update .timer ul,
.allAuction .timer ul {
    list-style-type: none !important;
}

.market-update .title
.allAuction .title {
    font-size: 28px;
}

.allAuction .input-group-text,
.market-update .input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ebebeb;
    text-align: center;
    white-space: nowrap;
    background-color: #2bc48b;
    border: 1px solid #0e2a47;
    border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    -ms-border-radius: .25rem;
    -o-border-radius: .25rem;
}

.market-update ul.deposit-preview-list li,
.allAuction ul.deposit-preview-list li {
    padding: 0.625rem 0;
    border-bottom: 1px solid rgb(157 157 157 / 15%);
    font-size: 16px;
}

.market-update ul.deposit-preview-list li:nth-child(7) {
    border-bottom: none;
}

.market-update .bgDarkColor ul.deposit-preview-list li:nth-child(4) {
    border-bottom: none;
}

.market-update .timer ul .input-group .form-control {
    background-color: var(--bgDark);
    border-color: var(--bgDark);
    height: 50px;
    width: 235px;
    color: var(--white);
    font-size: 15px;
    border-radius: 5px;
    caret-color: var(--primary);
}

.market-update .timer ul .input-group .form-control:focus,
.market-update .timer .input-group .form-control:focus {
    box-shadow: none;
    border: 1px solid #2bc48b;
    color: white;
}


/*------------ for user sidebar dropdown ------------*/
#sidebar #dropdownCollapsible ul {
    height: 100%;
    padding: 0px;
    padding-top: 10px;
    padding-bottom: 1px;
    overflow: initial;
    background: var(--bgDark);
    width: 90%;
    margin-left: auto;
    border-radius: 10px;
}

/*------------ pagination design ------------*/
.pagination {
    font-size: 14px;
    margin-top: 50px;
}

.pagination .page-link {
    background: var(--black);
    border-color: var(--black);
    color: var(--white);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 100px !important;
    padding-top: 9px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pagination .page-link i {
    font-size: 16px;
    padding-top: 2px;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-item.disabled:hover .page-link {
    background-color: var(--black);
    border-color: var(--black);
}

.pagination .page-item.disabled .page-link {
    color: white;
    pointer-events: none;
    background-color: var(--black);
    border-color: var(--black);
}

.pagination .page-item:hover .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}

.pagination .page-link:focus {
    -webkit-box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
    box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
}


/*------------ for footer language & copyright ------------*/
.footer-section .footer-bottom {
    margin-top: 60px;
}

.footer-section .footer-bottom .copyright a {
    color: var(--secondary);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-bottom .copyright a:hover {
    color: var(--secondary);
}

.footer-section .footer-bottom .language {
    text-align: right;
    max-width: 45%;
    color: var(--gray);
}

.footer-section .footer-bottom .language a {
    color: var(--gray);
    margin-right: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.footer-section .footer-bottom .language a:hover {
    color: var(--secondary);
}

.rtl .footer-section .footer-bottom .language a {
    margin-right: 0;
    margin-left: 15px;
}


/*---------------------------------- End extra CSS added by me -----------------------------*/


@media (min-width: 1400px) {
    .container {
        max-width: 1200px;
    }

    .navbar .container,
    .home-section .container,
    .footer-section .container {
        max-width: 1320px;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding: 0;
    }

    .navbar .navbar-text {
        position: absolute;
        right: 65px;
        top: 2px;
    }

    .navbar .nav-item {
        margin: 0;
    }

    .rtl .navbar .navbar-text {
        right: auto;
        left: 65px;
    }

    .home-section::before {
        width: 0;
    }

    .home-section::after {
        width: 300px;
        height: 300px;
    }

    .home-section .text-box {
        padding: 100px 0;
    }

    .home-section .text-box h1 {
        font-size: 48px;
    }

    .home-section .timer {
        margin: auto;
        margin-bottom: 15px;
    }

    .about-section .img-box,
    .faq-section .img-box {
        margin-bottom: 50px;
    }

    .call-to-section .box {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 24px;
    }

    .header-text {
        margin-bottom: 50px;
    }

    .header-text h2 {
        font-size: 24px;
    }

    .navbar .notification-panel .notification-dropdown {
        right: -118px;
    }

    .home-section {
        height: 100%;
    }

    .home-section .text-box h1 {
        font-size: 36px;
    }

    .home-section .timer {
        padding: 30px 15px;
    }

    .home-section .countdown {
        gap: 10px;
    }

    .home-section .countdown .box {
        padding: 0;
    }

    .home-section .countdown .box .num {
        font-size: 24px;
    }

    .roadmap-section .roadmap-box {
        display: block;
    }

    .roadmap-section .roadmap-box .count,
    .roadmap-section .roadmap-box .content {
        width: 100%;
    }

    #content .chart-information .progress-wrapper .chart .logo,
    .token-section .chart .logo {
        width: 100px;
    }

    .about-section .img-box::before {
        left: -10px;
    }

    .faq-section .accordion-body {
        padding: 20px;
    }

    .faq-section .accordion-button {
        padding: 20px;
        padding-right: 60px;
    }

    .faq-section .accordion-button::after {
        right: 20px;
    }

    .faq-section .img-box::before {
        left: -10px;
    }

    .faq-section .img-box::after {
        right: -10px;
    }

    .rtl .faq-section .img-box::before {
        right: -10px;
    }

    .rtl .faq-section .img-box::after {
        left: -10px;
    }

    .rtl .call-to-section .box,
    .call-to-section .box {
        padding: 30px;
        text-align: center;
    }

    .rtl .call-to-section .box .btn-custom,
    .call-to-section .box .btn-custom {
        float: none;
    }

    .banner-section .overlay {
        padding: 125px 0 50px 0;
    }

    .banner-section::before {
        width: 0;
    }

    .banner-section::after {
        width: 100px;
    }

    .testimonial-section .review-box {
        padding: 20px;
    }

    .testimonial-section .review-box .quote {
        position: absolute;
        right: 20px;
        top: 25px;
        width: 35px;
    }

    .testimonial-section .review-box .top img {
        width: 60px;
        height: 60px;
    }

    .testimonial-section .review-box .top h5 {
        margin-bottom: 5px;
    }

    .testimonial-section .review-box .top .title {
        display: block;
    }

    .testimonial-section .review-box .top .bar {
        display: none;
    }

    .rtl .testimonial-section .review-box .quote {
        right: auto;
        left: 20px;
    }

    .blog-page .side-bar .side-box {
        padding: 20px;
    }

    .login-section form {
        padding: 20px;
    }

    .login-section form .bottom,
    .login-section form .links {
        font-size: 13px;
    }
}

@media (max-width: 575px) {
    .navbar .navbar-toggler {
        width: 30px;
        height: 30px;
        top: 9px;
    }

    .navbar .navbar-brand img {
        width: 100px;
    }

    .navbar .navbar-text {
        top: 1px;
        right: 52px;
    }

    .navbar .navbar-text .btn-custom {
        width: 80px;
        height: 30px;
        padding: 6px;
    }

    .navbar .notification-panel .dropdown-toggle {
        width: 35px;
        margin-right: 10px;
    }

    .navbar .user-panel {
        width: 35px;
    }

    .rtl .navbar .navbar-text {
        right: auto;
        left: 52px;
    }
}

/*# sourceMappingURL=style.css.map */
