@import url("https://fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@400;500;600;700;800&family=Titillium+Web:wght@300;400;600;700&display=swap");
:root {
    --primary: #ff4b82;
    --secondary: #ff8347;
    --tangerine: #ff9a61;
    --white: #fff;
    --black: #3f3a64;
    --bgLight: #f7f8fd;
    --borderColor: #eeeeee;
    --fontColor: #696969;
    --fontColor2: #dddddd;
    --shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.1);
    --shadow2: 0 1px 2px rgba(0, 0, 0, 0.2);
    /*--gradient: linear-gradient(to right, #ff9a61 0%, #ff4b82 100%);*/
}

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

body {
    font-family: "Titillium Web", sans-serif;
    color: var(--fontColor);
    background: var(--white);
    font-weight: 400;
    font-size: 16px;
}

.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(--fontColor);
    box-shadow: 0 0 0px 1000px var(--white) inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}
.rtl .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-radius: 0;
    margin-left: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.rtl .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.badge {
    border-radius: 50px;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 500;
    padding: 5px 5px 5px 20px;
    position: relative;
    background: var(--borderColor) !important;
    color: var(--black);
}
.badge::before {
    content: "";
    position: absolute;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #26cc8c;
}

.badge.bg-primary::before {
    background: #488ff9;
}

.badge.bg-info::before {
    background: #59c8ff;
}

.badge.bg-danger::before {
    background: #ff6379;
}

.badge.bg-warning::before {
    background: #ffce00;
}

.badge.bg-secondary::before {
    background: #6c757d;
}

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

h1 {
    font-size: 64px;
}

h2 {
    font-size: 42px;
}

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

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

h5 {
    font-size: 18px;
    font-family: "Saira Semi Condensed", sans-serif;
    font-weight: 500;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 15px;
}

.btn:focus {
    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: 160px;
    height: 50px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-family: "Titillium Web", sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    color: var(--white);
    border: none;
    border-radius: 10px;
    transition: 0.4s;
    overflow: hidden;
    z-index: 1;
}

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

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

.form-check label {
    cursor: pointer;
    color: var(--fontColor);
}
.form-check .form-check-input {
    border-radius: 5px;
    border: 2px solid var(--borderColor);
    cursor: pointer;
    background-color: transparent;
    margin-top: 5px;
}
.form-check .form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-check .form-check-input:focus {
    box-shadow: 0 0 0 0rem var(--black);
}

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

.header-text {
    margin-bottom: 50px;
}
.header-text h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    color: var(--primary);
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
}
.header-text h3,
.header-text h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
}
.header-text p {
    max-width: 500px;
}

#topbar {
    background: #fbeee2;
    border-bottom: 1px solid rgba(255, 75, 130, 0.1019607843);
    padding: 25px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1031;
}

#topbar .btn-custom {
    height: 35px;
    min-width: 120px;
    text-transform: capitalize;
    margin: 0 3px;
}
#topbar .btn-custom.disabled {
    background: var(--borderColor);
    color: var(--primary);
}
#topbar .progress {
    height: 30px;
    border-radius: 10px;
    background: var(--white);
}
#topbar .progress .progress-bar {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    font-size: 14px;
    font-weight: 500;
}
#topbar .form-select,
#topbar .form-control {
    height: 35px;
    border-radius: 10px;
    background-color: var(--white);
    border: 2px solid var(--white);
    padding: 5px;
    font-weight: normal;
    font-size: 16px;
    caret-color: var(--primary);
    color: var(--fontColor);
    margin: 0 2px;
    display: inline;
    width: 23%;
}
#topbar .form-select:focus,
#topbar .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
#topbar .form-select::-moz-placeholder,
#topbar .form-control::-moz-placeholder {
    color: var(--fontColor);
}
#topbar .form-select:-ms-input-placeholder,
#topbar .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}
#topbar .form-select::placeholder,
#topbar .form-control::placeholder {
    color: var(--fontColor);
}
#topbar .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}
#topbar .form-select option {
    background: var(--white);
    color: var(--black);
}

#topbar .spinner-border {
    width: 14px;
    height: 14px;
}

.navbar {
    padding: 0px 15px;
    background: #fbeee2;
    box-shadow: var(--shadow);
}
.navbar .navbar-brand img {
    width: 120px;
}
.navbar .container {
    position: relative;
}
.navbar .navbar-nav {
    margin: auto;
}
.navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 10px;
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    color: var(--white);
    width: 40px;
    height: 40px;
    border-radius: 10px;
}
.navbar .navbar-toggler i {
    font-size: 16px;
}
.navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
.navbar .nav-item {
    margin: 15px 15px;
    padding: 5px 0;
}
.navbar .nav-item .nav-link {
    color: var(--black);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    transition: 0.4s;
}
.navbar .nav-item .nav-link::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 10px;
    background: var(--primary);
    bottom: 0px;
    left: 0.5rem;
    transition: 0.4s;
}
.navbar .nav-item .nav-link.active,
.navbar .nav-item .nav-link:hover {
    color: var(--primary);
}
.navbar .nav-item .nav-link.active::after,
.navbar .nav-item .nav-link:hover::after {
    width: 20px;
}
.navbar .navbar-text {
    display: flex;
}
.navbar .navbar-text .btn-custom {
    width: 120px;
    height: 40px;
    padding: 9px;
}
.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: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    min-width: 20px;
    height: 20px;
    border-radius: 5px;
    color: var(--white);
    font-family: "Saira Semi Condensed", 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(--white);
    box-shadow: var(--shadow);
    width: 290px;
    max-height: 324px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 0px;
    padding-left: 0;
    position: absolute;
    right: -120px;
    top: 70px;
    border-radius: 10px;
    visibility: hidden;
    transition: 0.4s;
    opacity: 0;
}
.navbar .notification-panel .notification-dropdown li {
    border-bottom: 1px solid var(--borderColor);
}
.navbar .notification-panel .notification-dropdown li a {
    padding: 10px 10px 10px 15px;
    display: flex;
    color: var(--fontColor);
    white-space: normal;
    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(--bgLight);
}
.navbar .notification-panel .notification-dropdown li a i {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    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: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.navbar .notification-panel .notification-dropdown li a .text .time {
    font-size: 12px;
    font-weight: 400;
    color: var(--primary);
}
.navbar .notification-panel .notification-dropdown .clear-all {
    background: var(--white);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-top: 1px solid var(--borderColor);
    text-align: center;
    padding: 10px 10px 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navbar .notification-panel .notification-dropdown .clear-all a {
    color: var(--primary);
    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;
}
.rtl .navbar .nav-item .nav-link::after {
    left: auto;
    right: 0.5rem;
}

.home-section {
    height: 100vh;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5803921569) 10%,
        rgba(222, 135, 49, 0.1490196078) 100%
    );
    position: relative;
    z-index: 1;
}
.home-section .text-box h5,
.home-section .text-box h4,
.home-section .text-box h3 {
    color: var(--primary);
    text-transform: capitalize;
}
.home-section .text-box h1 {
    color: var(--black);
    font-size: 70px;
    font-weight: 700;
}
.home-section .img-box {
    position: relative;
    max-width: 800px;
    float: right;
}
.home-section .img-box img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
    z-index: 1;
}

.rtl .home-section::before {
    left: auto;
    right: 50px;
}
.rtl .home-section::after {
    right: auto;
    left: 0;
    transform: rotateY(180deg);
}
.rtl .home-section .text-box {
    padding-left: 0;
}
.rtl .home-section .img-box {
    float: left;
}
.rtl .home-section .img-box img {
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.about-section {
    padding: 150px 0;
    overflow-x: hidden;
    background: var(--white);
}
.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 {
    color: var(--primary);
    margin: 0 5px;
    font-size: 16px;
}
.about-section .img-box {
    position: relative;
    max-width: 600px !important;
}
.about-section .img-box img {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    max-width: 100% !important;
}

.pricing-section {
    padding: 150px 0;
    background-image: linear-gradient(
        0deg,
        rgba(222, 135, 49, 0.1490196078) 10%,
        rgba(255, 255, 255, 0.5803921569) 100%
    );
}
.pricing-section .pricing-box {
    position: relative;
    background: var(--white);
    padding: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--shadow);
}
.pricing-section .pricing-box h1 span {
    font-size: 16px;
    color: var(--fontColor);
    font-weight: 300 !important;
}
.pricing-section .pricing-box ul {
    padding-left: 0;
    list-style: none;
    margin: 30px 0;
}
.pricing-section .pricing-box ul li {
    margin-bottom: 15px;
}
.pricing-section .pricing-box ul li i {
    color: var(--primary);
    margin: 0 5px;
    font-size: 16px;
}
.pricing-section .pricing-box .feature {
    background: var(--primary);
    color: var(--white);
    position: absolute;
    right: -40px;
    top: 20px;
    transform: rotate(45deg);
    text-transform: uppercase;
    font-size: 12px;
    width: 150px;
    text-align: center;
    padding: 10px 0;
}

.pricing-section .pricing-box::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    transform: rotate(20deg);
    border-radius: 20px;
    top: -80px;
    right: -80px;
    border: 0px solid var(--primary);
}

.rtl .pricing-section .pricing-box::after {
    right: auto;
    left: -80px;
    transform: rotate(-20deg);
}
.rtl .pricing-section .pricing-box .feature {
    right: auto;
    left: -40px;
    transform: rotate(-45deg);
}

.feature-section {
    padding: 150px 0;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5803921569) 10%,
        rgba(222, 135, 49, 0.1490196078) 100%
    );
}
.feature-section .feature-box {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: 10px;
}
.feature-section .feature-box .icon-box {
    margin-bottom: 30px;
}
.feature-section .feature-box .icon-box img {
    width: 80px;
}
.feature-section .feature-box h4 {
    text-transform: capitalize;
    color: var(--primary);
}

.commission-section {
    padding: 100px 0;
    position: relative;
}
.commission-section.purchase-plan {
    /* background: rgba(222, 135, 49, 0.1490196078); */
    background-image: linear-gradient(
        0deg,
        rgba(222, 135, 49, 0.1490196078) 10%,
        rgba(255, 255, 255, 0.5803921569) 100%
    );
}
.commission-section .commission-box {
    border-radius: 10px;
    text-align: center;
    width: 200px;
    height: 200px;
    margin: auto;
    position: relative;
    padding-top: 55px;
    background: var(--bgLight2);
    border: 2px solid var(--primary);
    box-shadow: var(--shadow);
    border-radius: 200px;
    box-shadow: inset 0 0 0px 20px var(--white);
}
.commission-section .commission-box h2 {
    color: var(--primary);
}
.commission-section .box:nth-child(1) .commission-box {
    border: 2px solid #ff6379;
    background: rgba(255, 99, 120, 0.1);
}
.commission-section .box:nth-child(2) .commission-box {
    border: 2px solid #ffce00;
    background: rgba(255, 204, 0, 0.1);
}
.commission-section .box:nth-child(3) .commission-box {
    border: 2px solid #59c8ff;
    background: rgba(89, 200, 255, 0.1);
}
.commission-section .box:nth-child(4) .commission-box {
    border: 2px solid #26cc8c;
    background: rgba(38, 204, 140, 0.1);
}
.commission-section .box:last-child .commission-box::after {
    width: 0;
}
.commission-section .box:nth-child(even) .commission-box::after {
    transform: rotateX(180deg);
}

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

.search-bar {
    background: var(--bgLight);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.search-bar form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.search-bar form .input-box .form-select,
.search-bar form .input-box .form-control {
    height: 50px;
    border-radius: 10px;
    background-color: var(--white);
    border: 1px solid var(--white);
    padding: 10px 15px;
    font-weight: normal;
    font-size: 16px;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.search-bar form .input-box .form-select:focus,
.search-bar form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}
.search-bar form .input-box .form-select::-moz-placeholder,
.search-bar form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.search-bar form .input-box .form-select:-ms-input-placeholder,
.search-bar form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}
.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(--white);
    color: var(--black);
}
.search-bar form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

.faq-section {
    padding: 150px 0;
    overflow-x: hidden;
    background: var(--white);
}
.faq-section .accordion-item {
    background: var(--bgLight);
    border: none;
    margin-bottom: 25px;
    border-radius: 5px;
}
.faq-section .accordion-button {
    background: var(--bgLight);
    font-family: "Titillium Web", sans-serif;
    border-radius: 5px !important;
    padding-left: 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 25px;
    padding-right: 70px;
    color: var(--black);
    transition: 0.4s;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faq-section .accordion-button::after {
    border-radius: 5px;
    background-image: url(../images/icon/down-arrow.png);
    background-size: contain;
    position: absolute;
    right: 25px;
    height: 20px;
    width: 20px;
    background-position: center;
}
.faq-section .accordion-body {
    padding: 25px;
    padding-top: 0px;
}
.faq-section .accordion-button:not(.collapsed) {
    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;
    transition: 0.4s;
    z-index: 0;
}
.faq-section .img-box::after {
    content: "";
    position: absolute;
    background-color: var(--primary);
    background-size: cover;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    right: -75px;
    bottom: -25px;
    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;
}

.testimonial-section {
    padding: 150px 0;
    background-image: linear-gradient(
        0deg,
        rgba(222, 135, 49, 0.1490196078) 0%,
        rgba(255, 255, 255, 0.5803921569) 50% rgba(222, 135, 49, 0.1490196078)
            100%
    );
}

.testimonial-section .testimonials {
    position: relative;
    border-radius: 20px;
    padding: 100px 50px;
    background: rgba(0, 0, 0, 0.2);
}
.testimonial-section .review-box {
    padding: 30px;
    background: var(--white);
    border-radius: 10px;
}
.testimonial-section .review-box .top {
    display: flex;
    align-items: center;
    margin-top: 30px;
    font-family: "Saira Semi Condensed", sans-serif;
}
.testimonial-section .review-box .top img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    margin-right: 15px;
}
.testimonial-section .review-box .top .title {
    font-size: 14px;
}
.testimonial-section .review-box .top .organization {
    color: var(--primary);
}
.testimonial-section .review-box .top h4 {
    margin-bottom: 10px;
}
.testimonial-section .review-box p {
    font-style: italic;
}
.testimonial-section .review-box .quote {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 10px solid var(--white);
    text-align: center;
    padding-top: 13px;
    position: absolute;
    right: 30px;
    top: -35px;
}
.testimonial-section .review-box .quote i {
    color: var(--white);
    font-size: 24px;
}
.testimonial-section .owl-carousel .owl-stage-outer {
    padding: 35px 0 5px 0;
}
.testimonial-section .owl-dots {
    display: block;
    text-align: center;
}
.testimonial-section .owl-dots .owl-dot {
    width: 10px;
    height: 5px;
    background: var(--bgLight);
    margin: 0 2px;
    border-radius: 4px;
    transition: 0.4s;
}
.testimonial-section .owl-dots .owl-dot.active {
    background: var(--primary);
    width: 20px;
}

.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;
    transform: rotateY(180deg);
    left: 40px;
}

.blog-section {
    padding: 150px 0;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5803921569) 10%,
        rgba(222, 135, 49, 0.1490196078) 50%
    );
}
.blog-section .blog-box {
    border-radius: 10px;
    overflow: hidden;
}
.blog-section .blog-box .img-box {
    margin-bottom: 15px;
}
.blog-section .blog-box .img-box img {
    z-index: 0;
    width: 100%;
    border-radius: 10px;
}
.blog-section .blog-box .title {
    font-size: 24px;
    font-family: "Saira Semi Condensed", sans-serif;
    color: var(--black);
    margin-bottom: 15px;
}
.blog-section .blog-box .date-author {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.blog-section .blog-box .date-author i {
    font-size: 16px;
    color: var(--primary);
    margin-right: 5px;
}

.blog-page {
    padding: 100px 0;
    background: var(--white);
}
.blog-page .blog-box {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}
.blog-page .blog-box .img-box {
    margin-bottom: 15px;
}
.blog-page .blog-box .img-box img {
    z-index: 0;
    width: 100%;
    border-radius: 20px;
}
.blog-page .blog-box .title {
    font-size: 24px;
    font-family: "Saira Semi Condensed", sans-serif;
    color: var(--black);
    margin-bottom: 15px;
}
.blog-page .blog-box .date-author {
    text-transform: capitalize;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.blog-page .blog-box .date-author i {
    font-size: 16px;
    color: var(--primary);
    margin-right: 5px;
}
.blog-page #shareBlock {
    margin-bottom: 50px;
    background: var(--white);
    font-family: "Kanit", sans-serif;
    color: var(--white);
    border-radius: 20px;
    font-size: 18px;
    text-transform: capitalize;
    display: flex;
    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(--white);
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: var(--shadow);
}
.blog-page .side-bar .side-box h4 {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.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(--borderColor);
    padding-bottom: 10px;
}
.blog-page .side-bar .side-box .links li a {
    color: var(--fontColor);
    text-transform: capitalize;
    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(--bgLight);
    margin: 0 10px 10px 0;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--fontColor);
    border: 1px solid var(--bgLight);
    border-radius: 10px;
}
.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);
    box-shadow: 0 0 0 0rem rgba(49, 132, 253, 0.5);
}
.blog-page .side-bar .side-box .blog-box {
    display: flex;
    margin-bottom: 30px;
    box-shadow: none;
}
.blog-page .side-bar .side-box .blog-box .title {
    font-size: 16px;
    color: var(--black);
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    transition: 0.4s;
}
.blog-page .side-bar .side-box .blog-box .title:hover {
    color: var(--primary);
}
.blog-page .side-bar .side-box .blog-box .date {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}
.blog-page .side-bar .side-box .blog-box .img-box img {
    height: 80px;
    width: 120px;
    border-radius: 10px;
}
.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: 16px;
    padding: 15px;
    background: var(--bgLight);
    caret-color: var(--primary);
    border: 1px solid var(--bgLight);
    border-radius: 10px !important;
    transition: 0.4s;
}
.blog-page .side-bar .input-group .form-control:focus {
    color: var(--fontColor);
    background-color: var(--bgLight);
    border-color: var(--primary);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.blog-page .side-bar .input-group .form-control::-moz-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(--bgLight);
    position: absolute;
    right: 1px;
    top: 1px;
    color: var(--primary);
    height: 48px;
    width: 50px;
    border: none;
    border-radius: 10px;
    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;
}

#cookieAlert {
    background: var(--white);
    box-shadow: var(--shadow);
    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(--black);
}
#cookieAlert .cookie-btns .btn-custom {
    height: 40px;
    width: 120px;
    border-radius: 50px;
    padding: 10px;
}
#cookieAlert .cookie-btns .close-btn {
    background: var(--black);
}
#cookieAlert a {
    color: var(--primary);
}

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

.footer-section {
    /* padding: 100px 0; */
    padding-top: 100px;
    padding-bottom: 20px;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
}
.footer-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #111;
    border-top-right-radius: 100px;
    z-index: -1;
}
.footer-section .navbar-brand {
    margin-bottom: 20px;
    display: inline-block;
}
.footer-section .navbar-brand img {
    width: 120px;
}
.footer-section .footer-box {
    color: var(--fontColor2);
}
.footer-section .footer-box .company-bio {
    color: var(--fontColor2);
    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(--fontColor2);
    transition: 0.4s;
}
.footer-section ul li a:hover {
    color: var(--primary);
}
.footer-section h4 {
    color: var(--white);
    position: relative;
    margin-bottom: 50px;
    font-family: "Saira Semi Condensed", sans-serif;
}
.footer-section h4::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background: var(--primary);
    left: 0;
    bottom: -15px;
}
.footer-section .social-links a {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 8px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}
.footer-section .social-links a i {
    font-size: 13px;
}
.footer-section .news-letter {
    display: flex;
    position: relative;
    width: 250px;
}
.footer-section .news-letter .form-control {
    background-color: var(--bgLight);
    border-color: var(--bgLight);
    height: 50px;
    padding: 10px 15px;
    color: var(--fontColor);
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid var(--bgLight);
    border: none;
    caret-color: var(--primary);
}
.footer-section .news-letter .form-control:focus {
    border-color: var(--bgLight);
    box-shadow: 0rem var(--borderColor);
}
.footer-section .news-letter .btn-custom {
    height: 44px;
    width: 44px;
    border-radius: 8px;
    position: absolute;
    right: 3px;
    top: 3px;
}

.footer-section .footer-bottom {
    margin-top: 60px;
}
.footer-section .footer-bottom .copyright {
    color: var(--fontColor2);
}
.footer-section .footer-bottom .language {
    /* text-align: right;
    max-width: 45%; */
    color: var(--fontColor2);
    justify-content: end;
}

.rtl .footer-section .navbar-brand {
    margin-right: 0;
}
.rtl .footer-section .social-links a {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .footer-section h4::after {
    left: auto;
    right: 0;
}
.rtl .footer-section .news-letter .btn-custom {
    right: auto;
    left: 3px;
}

.banner-section {
    padding: 170px 0 90px 0;
    position: relative;
    background-image: linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.5803921569) 10%,
        rgba(222, 135, 49, 0.1490196078) 100%
    );
}
.banner-section h3 {
    text-transform: capitalize;
}
.banner-section .breadcrumb-item {
    color: var(--black);
    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);
    transition: 0.4s;
}
.banner-section .breadcrumb-item a {
    color: var(--black);
}
.banner-section .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: var(--black);
    content: var(--bs-breadcrumb-divider, "-");
}

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

.contact-section {
    padding: 100px 0;
    background: var(--white);
}
.contact-section .info-wrapper {
    margin-bottom: 100px;
}
.contact-section .info-box {
    background: var(--white);
    border-radius: 10px;
    box-shadow: var(--shadow);
    padding: 30px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.contact-section .info-box .icon img {
    width: 36px;
}
.contact-section .info-box .text {
    width: calc(100% - 48px);
    padding-left: 30px;
}
.contact-section .info-box .text p {
    margin-bottom: 0;
}
.contact-section .info-box .text h4 {
    margin-bottom: 10px;
}
.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: 10px;
    background-color: var(--white);
    border: 2px solid var(--borderColor);
    padding: 10px 15px;
    font-weight: normal;
    font-size: 16px;
    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);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.contact-section form .input-box .form-select::-moz-placeholder,
.contact-section form .input-box .form-control::-moz-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: 10px;
}
.contact-section .social-links a {
    background: var(--primary);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 8px;
    margin-right: 10px;
    text-align: center;
    color: var(--white);
}
.contact-section .social-links a i {
    font-size: 13px;
}
.contact-section .text-box {
    background: url(../img/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 .text-box img {
    max-width: 400px;
}
.rtl .contact-section .info-box .text {
    padding-left: 0;
    padding-right: 30px;
}

.advertisement-section {
    padding: 20px 0;
}
.advertisement-section .box {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 10px;
    /* display: flex;
   justify-content: space-between; */
}
.advertisement-section .box .btn-custom {
    width: auto;
    height: auto;
    padding: 3px 10px;
}

.advertisement-section .box .price {
    text-align: right;
}

.rtl .advertisement-section .box .price {
    text-align: left;
}

.login-section {
    padding: 100px 0;
    background: var(--white);
}
.login-section form {
    margin: auto;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 50px;
    border-radius: 20px;
}
.login-section form h4 {
    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: 10px !important;
    background-color: var(--white);
    border: 2px solid var(--borderColor);
    padding: 10px 15px;
    font-weight: normal;
    font-size: 16px;
    caret-color: var(--primary);
    color: var(--fontColor);
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
}
.login-section form .input-box .form-select:focus,
.login-section form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.login-section form .input-box .form-select::-moz-placeholder,
.login-section form .input-box .form-control::-moz-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: 10px;
}
.login-section form .links {
    display: flex;
    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);
}
.login-section .divider {
    text-align: center;
    position: relative;
    display: block;
    margin-top: 20px;
}
.login-section .divider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: var(--borderColor);
    top: 13px;
    left: 0;
    z-index: 0;
}
.login-section .divider span {
    background: var(--white);
    z-index: 1;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}
.login-section .social-links {
    text-align: center;
    margin-top: 20px;
}
.login-section .social-links a {
    background: var(--white);
    box-shadow: var(--shadow2);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    padding-top: 8px;
    margin-right: 8px;
    text-align: center;
    color: var(--white);
}
.login-section .social-links a:hover {
    background-color: var(--primary);
}
.login-section .social-links a:hover i {
    color: white;
}
.login-section .social-links a i {
    font-size: 15px;
    color: var(--primary);
}

.modal .modal-content {
    background: var(--white);
    border-radius: 20px;
    border: none;
}
.modal .modal-content .modal-header {
    border-bottom: 1px solid #e5e5e591;
}
.modal .modal-content .modal-header .close-btn i {
    color: var(--fontColor);
    transition: 0.4s;
}
.modal .modal-content .modal-header .close-btn i:hover {
    color: var(--primary);
}
.modal .modal-content .modal-footer {
    border-top: 1px solid #e5e5e591;
}
.modal .btn-custom {
    width: auto;
    padding: 0 20px;
    height: 40px;
}
.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: 10px;
    background-color: var(--white);
    border: 2px solid var(--borderColor);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--fontColor) !important;
}
.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.modal form .input-box .form-select::-moz-placeholder,
.modal form .input-box .form-control::-moz-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 .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
    color: var(--fontColor);
    text-transform: capitalize;
}
.modal form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}
.modal form .input-box .form-select option {
    background: var(--white);
    color: var(--fontColor);
}
.modal form .input-box textarea.form-control {
    height: 150px;
    border-radius: 15px;
}

.pagination {
    font-size: 14px;
    margin-top: 50px;
}
.pagination .page-link {
    color: var(--fontColor);
    font-family: "Saira Semi Condensed", sans-serif;
    background: var(--white);
    border: 1px solid var(--white);
    box-shadow: var(--shadow);
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 9px;
    border-radius: 50px;
}
.pagination .page-link i {
    font-size: 16px;
    padding-top: 2px;
}
.pagination .page-item {
    margin: 0 5px;
}
.pagination .page-item.disabled .page-link,
.pagination .page-item.disabled:hover .page-link {
    background: var(--white);
    border-color: var(--white);
    color: var(--fontColor);
}
.pagination .page-item:hover .page-link,
.pagination .page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
    color: var(--white);
}
.pagination .page-link:focus {
    box-shadow: 0 0 0 0rem rgba(13, 109, 253, 0.211);
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    border-radius: 50px;
}

.rtl .pagination .page-link i {
    transform: rotate(180deg);
}

.search-bar {
    background: var(--white);
    background-size: cover;
    box-shadow: var(--shadow);
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.search-bar form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.search-bar form .input-box .form-select,
.search-bar form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--white);
    border: 2px solid #eeeeeebf;
    padding: 10px 15px;
    font-weight: normal;
    font-size: 16px;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.search-bar form .input-box .form-select:focus,
.search-bar form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.search-bar form .input-box .form-select::-moz-placeholder,
.search-bar form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.search-bar form .input-box .form-select:-ms-input-placeholder,
.search-bar form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}
.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(--white);
    color: var(--fontColor);
}
.search-bar form .input-box textarea.form-control {
    height: 150px;
    border-radius: 0;
}
.search-bar .btn-custom {
    height: 50px;
    background: var(--primary);
}

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

#sidebar {
    background: var(--white);
    box-shadow: var(--shadow2);
    position: fixed;
    width: 300px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1031;
    transition: 0.4s;
}
#sidebar.active {
    left: -310px;
}
#sidebar::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}
#sidebar::-webkit-scrollbar-track {
    background: var(--white);
}
#sidebar::-webkit-scrollbar-thumb {
    background: var(--borderColor);
    border-radius: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
#sidebar .sidebar-top {
    padding: 15px 20px;
    border-bottom: 1px solid var(--borderColor);
    position: relative;
}
#sidebar .sidebar-top .navbar-brand img {
    width: 100px;
}
#sidebar .sidebar-top .sidebar-toggler {
    position: absolute;
    right: 20px;
    top: 15px;
    background: var(--primary);
    color: var(--white);
    width: 35px;
    height: 35px;
    border-radius: 50px;
}
#sidebar .sidebar-top .sidebar-toggler i {
    font-size: 16px;
}
#sidebar .sidebar-top .sidebar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
#sidebar .sidebar-top .mobile-user-area {
    display: flex;
    justify-content: center;
}

#sidebar .sidebar-top .mobile-user-area .user-name {
    white-space: nowrap;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#sidebar .sidebar-top .mobile-user-area .thumb {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    position: relative;
}
#sidebar .sidebar-top .mobile-user-area .thumb .user-img {
    object-fit: cover;
    width: 62px;
    height: 60px;
    border-radius: 50px;
}
#sidebar .sidebar-top .mobile-user-area .thumb .rank-badge {
    width: 30px;
    position: absolute;
    bottom: -10px;
    right: 0;
}
#sidebar .sidebar-top .mobile-user-area .content {
    width: calc(100% - 50px);
    padding: 0 10px;
    /* color: var(--white); */
}
#sidebar ul.main {
    margin-top: 20px;
}
#sidebar ul.main::-webkit-scrollbar {
    width: 5px;
    height: 100%;
}
#sidebar ul.main::-webkit-scrollbar-track {
    background: var(--white);
}
#sidebar ul.main::-webkit-scrollbar-thumb {
    background: var(--borderColor);
    border-radius: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#sidebar ul.main::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
#sidebar ul.main {
    list-style: none;
    padding-left: 0;
    padding: 20px;
    padding-top: 0;
    height: 90vh;
    overflow-y: auto;
}
#sidebar ul li {
    margin-bottom: 2px;
    list-style: none;
  }
  #sidebar ul li a {
    position: relative;
    color: var(--fontColor);
    text-transform: capitalize;
    font-weight: 500;
    width: 100%;
    display: block;
    border-radius: 5px;
    padding: 10px;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 15px;
    transition: 0.4s;
  }
  #sidebar ul li a i {
    width: 30px;
    text-align: left;
    position: relative;
    color: var(--primary);
    top: 0;
    transition: 0.4s;
  }
  #sidebar ul li a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 96%;
    border-radius: 3px;
    background: var(--primary);
    top: 0;
    bottom: 0;
    left: -24px;
    margin: auto;
    transition: 0.4s;
  }
  #sidebar ul li a.active, #sidebar ul li a:hover {
    background: var(--bgLight2);
    color: var(--primary);
  }
  #sidebar ul li a.active i, #sidebar ul li a:hover i {
    color: var(--primary);
  }
  #sidebar ul li a.active::before, #sidebar ul li a:hover::before {
    width: 0px;
  }
  #sidebar .dropdown-toggle[aria-expanded=true] {
    color: var(--primary);
    font-weight: 500;
  }
  #sidebar .dropdown-collapsible ul {
    height: 100%;
    padding: 0;
    overflow: initial;
    margin-top: 10px;
    margin-left: 30px;
  }
  #sidebar .dropdown-collapsible ul li a::before {
    width: 0;
  }


.rtl #sidebar {
    left: auto;
    right: 0;
}
.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 {
    right: auto;
    left: 20px;
}

.rtl #sidebar .dropdown-collapsible ul {
    padding-right: 30px;
}

#content {
    width: calc(100% - 300px);
    margin-left: auto;
    min-height: 100vh;
    /* background: url(../img/dark-evening-light.jpg); */
    background-size: cover;
    background-position: center;
    transition: 0.4s;
}
#content .overlay {
    background: var(--bgLight);
    padding: 15px 0;
    min-height: 100vh;
}
#content.active {
    width: 100% !important;
}
#content .navbar {
    background: var(--white);
    box-shadow: var(--shadow2);
    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: 50px;
}
#content .navbar .sidebar-toggler i {
    font-size: 16px;
}
#content .navbar .sidebar-toggler:focus {
    box-shadow: 0 0 0 0rem;
}
#content .navbar .navbar-text {
    display: flex;
}
#content .navbar .navbar-text .btn-custom {
    width: 120px;
    height: 40px;
    padding: 9px;
}
#content .navbar .profile {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
#content .navbar .profile img {
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
#content .navbar .user-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0;
}
#content .navbar .user-panel:hover .user-dropdown {
    opacity: 1;
    visibility: visible;
    top: 64px;
}
#content .navbar .user-panel .user-dropdown {
    background: var(--white);
    box-shadow: var(--shadow);
    width: 200px;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: 0;
    top: 74px;
    border-radius: 5px;
    visibility: hidden;
    transition: 0.4s;
    opacity: 0;
    z-index: 3;
}
#content .navbar .user-panel .user-dropdown li {
    border-bottom: 1px solid var(--bgLight);
    list-style: none;
}
#content .navbar .user-panel .user-dropdown li a {
    background: var(--white);
    color: var(--fontColor);
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    display: flex;
    transform: 0.4s;
}
#content .navbar .user-panel .user-dropdown li a:active,
#content .navbar .user-panel .user-dropdown li a:focus,
#content .navbar .user-panel .user-dropdown li a:hover {
    background: var(--primary);
    color: white;
}
#content .navbar .user-panel .user-dropdown li a i {
    color: var(--primary);
    margin: 0 5px;
    margin-top: 4px;
    font-size: 16px;
}
#content .navbar .user-panel .user-dropdown li a:hover i {
    color: white;
}
#content .navbar .notification-panel {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0px 0;
}
#content .navbar .notification-panel:hover .notification-dropdown {
    visibility: visible;
    opacity: 1;
    top: 64px;
}
#content .navbar .notification-panel .dropdown-toggle {
    width: 40px;
    height: 40px;
    border-radius: 2px;
    position: relative;
    /* margin-right: 15px; */
    padding-top: 4px;
}
#content .navbar .notification-panel .dropdown-toggle i {
    color: var(--primary);
    font-size: 24px;
}
#content .navbar .notification-panel .dropdown-toggle::after {
    display: none;
}
#content .navbar .notification-panel .dropdown-toggle .count {
    background: var(--primary);
    min-width: 18px;
    height: 18px;
    border-radius: 50px;
    color: var(--white);
    font-family: "Saira Semi Condensed", sans-serif;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 11px;
    font-weight: 400;
    padding-top: 1px;
}
#content .navbar .notification-panel .dropdown-box {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    max-height: 278px;
}
#content .navbar .notification-panel .dropdown-box::-webkit-scrollbar {
    width: 0;
    height: 100%;
}
#content .navbar .notification-panel .dropdown-box::-webkit-scrollbar-track {
    background: var(--black);
}
#content .navbar .notification-panel .dropdown-box::-webkit-scrollbar-thumb {
    background: var(--black);
    border-radius: 5px;
}
#content
    .navbar
    .notification-panel
    .dropdown-box::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
}
#content .navbar .notification-panel .notification-dropdown {
    background: var(--white);
    box-shadow: var(--shadow);
    width: 290px;
    max-height: 324px;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 0;
    padding-left: 0;
    position: absolute;
    right: -40px;
    top: 74px;
    border-radius: 5px;
    visibility: hidden;
    transition: 0.4s;
    opacity: 0;
    z-index: 10;
}
#content .navbar .notification-panel .notification-dropdown li {
    border-bottom: 1px solid var(--bgLight);
}
#content .navbar .notification-panel .notification-dropdown li a {
    padding: 10px 10px 10px 15px;
    display: flex;
    color: var(--fontColor);
    white-space: normal;
    transition: 0.4s;
}
#content .navbar .notification-panel .notification-dropdown li a:active,
#content .navbar .notification-panel .notification-dropdown li a:focus,
#content .navbar .notification-panel .notification-dropdown li a:hover {
    background: var(--bgLight);
}
#content .navbar .notification-panel .notification-dropdown li a i {
    background: var(--primary);
    border-radius: 2px;
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    color: var(--white);
    font-size: 16px;
    padding-top: 8px;
}
#content .navbar .notification-panel .notification-dropdown li a .text {
    width: calc(100% - 40px);
}
#content .navbar .notification-panel .notification-dropdown li a .text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}
#content .navbar .notification-panel .notification-dropdown li a .text .time {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary);
}
#content .navbar .notification-panel .notification-dropdown .clear-all {
    background: var(--white);
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-top: 1px solid var(--bgLight);
    text-align: center;
    padding: 10px 10px 11px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#content .navbar .notification-panel .notification-dropdown .clear-all a {
    color: var(--primary);
    transition: 0.4s;
}
#content .navbar .notification-panel .notification-dropdown .clear-all a:hover {
    color: var(--primary);
}
#content .main {
    padding: 8px;
}
#content .dashboard-box-wrapper .box:nth-child(1) .dashboard-box i {
    color: #ff6379;
}
#content .dashboard-box-wrapper .box:nth-child(2) .dashboard-box i {
    color: #ffce00;
}
#content .dashboard-box-wrapper .box:nth-child(3) .dashboard-box i {
    color: #59c8ff;
}
#content .dashboard-box-wrapper .box:nth-child(4) .dashboard-box i {
    color: var(--primary);
}
#content .dashboard-box {
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    z-index: 1;
}
#content .dashboard-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    z-index: -1;
}
#content .dashboard-box h3,
#content .dashboard-box h5 {
    color: #202859;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#content .dashboard-box i {
    font-size: 32px;
    color: var(--primary);
    position: absolute;
    right: 30px;
    top: 55%;
    transform: translateY(-55%);
    margin: auto;
}
#content .table-responsive {
    box-shadow: var(--shadow);
    border-radius: 10px;
    margin-bottom: 20px;
}
#content .table {
    color: var(--fontColor);
    background: var(--white);
    box-shadow: var(--shadow2);
    margin-bottom: 0;
    border-radius: 10px;
}
#content .table tbody > tr:nth-of-type(even) > * {
    --bs-table-accent-bg: var(--white);
    color: var(--fontColor);
}
#content .table tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: var(--bgLight);
    color: var(--fontColor);
}
#content .table thead {
    background: var(--primary);
    /* background: var(--bgLight); */
    /* color: var(--black); */
    color: var(--white);
    font-weight: 600;
    text-transform: capitalize;
}
#content .table tbody {
    border: none;
}
#content .table tr {
    border: none;
}
#content .table tr th {
    font-weight: 600;
    border: none !important;
    vertical-align: middle;
    padding: 15px 20px;
    font-size: 16px;
}
#content .table tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#content .table tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#content .table tr td {
    padding: 15px;
    color: var(--fontColor);
    vertical-align: middle;
    border: none !important;
    border-bottom: 1px solid var(--bgLight) !important;
    /* text-transform: capitalize; */
    margin: 5px !important;
    font-size: 16px;
}
#content .table tr td span.currency {
    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: 10px;
    border-bottom-left-radius: 10px;
}
#content .table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#content .table .sidebar-dropdown-items .dropdown-menu {
    border-radius: 2px;
    background: var(--white);
}
#content .table .sidebar-dropdown-items .dropdown-item {
    color: var(--fontColor);
}
#content .table .sidebar-dropdown-items .dropdown-item:hover,
#content .table .sidebar-dropdown-items .dropdown-item:active {
    color: var(--white);
    text-decoration: none;
    background-color: var(--primary);
}
#content .table .sidebar-dropdown-items .dropdown-item:hover i,
#content .table .sidebar-dropdown-items .dropdown-item:active i {
    color: var(--white);
}
#content .table .sidebar-dropdown-items .dropdown-item i {
    color: var(--primary);
    width: 22px;
}
#content .table .sidebar-dropdown-items .dropdown-toggle {
    background: var(--primary);
    height: 35px;
    width: 35px;
    border-radius: 2px;
    color: var(--white);
    position: relative;
    padding: 5px;
    transition: 0.4s;
}
#content .table .sidebar-dropdown-items .dropdown-toggle::after {
    display: none;
}

.rtl #content {
    margin-left: 0;
    margin-right: auto;
}
.rtl #content .navbar .navbar-brand {
    margin-right: 0;
}
.rtl #content .navbar .notification-panel .dropdown-toggle {
    margin-right: 0;
    margin-left: 15px;
}
.rtl #content .navbar .notification-panel .dropdown-toggle .count {
    right: auto;
    left: 1px;
}
.rtl #content .navbar .user-panel .user-dropdown {
    right: auto;
    left: 0;
}
.rtl #content .navbar .notification-panel .notification-dropdown {
    right: auto;
    left: -62px;
}
.rtl #content .navbar .notification-panel .notification-dropdown li a i {
    margin-right: 0;
    margin-left: 10px;
}
.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 .dashboard-box {
    background-position: left;
}
.rtl #content .dashboard-box i {
    right: auto;
    left: 50px;
}
.rtl #content .coin-box-wrapper .input-group button {
    margin-left: 0;
    margin-right: 5px;
}

.profile-setting .upload-img {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 5px;
    text-align: center;
    padding: 30px;
}
.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;
}
.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);
    color: var(--white);
    width: 60%;
    height: 100px;
    text-align: center;
    padding-top: 40px;
    text-transform: uppercase;
    border: 2px dashed var(--black);
    border-radius: 5px;
}
.profile-setting .upload-img form .img-box input {
    position: absolute;
    background: var(--white);
    color: var(--white);
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.profile-setting .edit-area {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 10px;
    padding: 20px;
    -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 var(--borderColor);
}
.profile-setting .edit-area .profile-navigator button {
    height: 45px;
    width: auto;
    margin: 0 10px 10px 0;
    text-transform: capitalize;
    color: var(--fontColor);
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 10px;
    border: 2px solid transparent;
    transition: 0.4s;
}
.profile-setting .edit-area .profile-navigator button:hover,
.profile-setting .edit-area .profile-navigator button.active {
    border: 2px solid var(--primary);
    background: var(--primary);
    color: var(--white);
}
.profile-setting .edit-area form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.profile-setting .edit-area form .input-box .form-select,
.profile-setting .edit-area form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--bgLight);
    border: 2px solid var(--bgLight);
    padding: 10px;
    padding-left: 15px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.profile-setting .edit-area form .input-box .form-select:focus,
.profile-setting .edit-area form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.profile-setting .edit-area form .input-box .form-select::-moz-placeholder,
.profile-setting .edit-area form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.profile-setting .edit-area form .input-box .form-select:-ms-input-placeholder,
.profile-setting
    .edit-area
    form
    .input-box
    .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}
.profile-setting .edit-area form .input-box .form-select::placeholder,
.profile-setting .edit-area form .input-box .form-control::placeholder {
    color: var(--fontColor);
}
.profile-setting .edit-area form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}
.profile-setting .edit-area form .input-box .form-select option {
    background: var(--white);
    color: var(--fontColor);
}
.profile-setting .edit-area form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}
.profile-setting .edit-area form .attach-file {
    position: relative;
}
.profile-setting .edit-area form .attach-file span.prev {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 115px !important;
    background: var(--primary);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    padding: 12px;
}
.profile-setting .edit-area .alert {
    background: var(--bgLight);
    border-radius: 5px;
}
.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;
}
.rtl .profile-setting .edit-area form .form-control,
.rtl .profile-setting .edit-area form .form-select {
    padding: 12px;
}

.support-ticket-section {
    background: var(--bgLight);
}
.support-ticket-section .inbox-wrapper {
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.support-ticket-section .inbox-wrapper .top-bar {
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid var(--borderColor);
}
.support-ticket-section .inbox-wrapper .top-bar .user {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    margin-right: 10px;
}
.support-ticket-section .inbox-wrapper .top-bar .name {
    font-family: "Teko", sans-serif;
    font-size: 18px;
}
.support-ticket-section .inbox-wrapper .top-bar .close-btn {
    width: 100px;
    height: 35px;
    border-radius: 12px;
    background: var(--primary);
    border: none;
    color: var(--white);
    box-shadow: var(--shadow);
    transition: 0.4s;
}
.support-ticket-section .inbox-wrapper .top-bar .close-btn:hover {
    background: var(--primary);
    color: var(--white);
}
.support-ticket-section .inbox-wrapper .chats {
    padding: 30px 15px 10px 15px;
    height: 500px;
    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(--white);
}
.support-ticket-section .inbox-wrapper .chats::-webkit-scrollbar-thumb {
    background: var(--borderColor);
    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;
}
.support-ticket-section .inbox-wrapper .chats .chat-box .text-wrapper .text {
    padding: 10px;
    background: var(--bgLight);
    max-width: 600px !important;
    border-radius: 3px;
    float: right;
    margin-bottom: 5px;
    max-width: 300px;
}
.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;
}
.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(--bgLight);
    display: inline-block;
    position: relative;
    left: 0px;
    bottom: 5px;
    max-width: 100px;
    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;
}
.support-ticket-section .inbox-wrapper .img-preview button.delete i {
    font-size: 14px;
    color: var(--secondary);
    padding-bottom: 3px;
}
.support-ticket-section .inbox-wrapper .typing-area {
    background: var(--white);
    border-top: 1px solid var(--borderColor);
    padding: 20px;
}
.support-ticket-section .inbox-wrapper .typing-area .input-group {
    border-radius: 3px;
    overflow: hidden;
}
.support-ticket-section .inbox-wrapper .typing-area .input-group .form-control {
    height: 45px;
    background: var(--bgLight);
    border-radius: 0;
    border: none;
    font-size: 13px;
    color: var(--gray);
    padding: 7px;
}
.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: 50px;
    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);
}
.support-ticket-section
    .inbox-wrapper
    .typing-area
    .input-group
    .send-file-btn:hover
    i {
    color: var(--white);
}
.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;
}

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

.my-referral {
    display: flex;
}
.my-referral #v-pills-tab {
    margin-right: 15px;
    position: relative;
    z-index: 1;
    height: 100%;
}
.my-referral #v-pills-tab::before {
    content: "";
    position: absolute;
    width: 2px;
    height: calc(100% - 15px);
    background: var(--primary);
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: -1;
}
.my-referral #v-pills-tab .nav-link {
    background: var(--white);
    color: var(--primary);
    margin-bottom: 15px;
    width: 100px;
    box-shadow: var(--shadow);
    transition: 0.4s;
}
.my-referral #v-pills-tab .nav-link:hover,
.my-referral #v-pills-tab .nav-link.active {
    background: var(--primary);
    color: var(--white);
}
.my-referral .tab-content {
    width: 100%;
}

.rtl .my-referral #v-pills-tab {
    margin-right: 0;
    margin-left: 15px;
}

.modal .modal-content {
    background: var(--white);
    border-radius: 5px;
    border: none;
}
.modal .modal-content .modal-header {
    border-bottom: 1px solid #e5e5e591;
}
.modal .modal-content .modal-header .close-btn i {
    color: var(--fontColor);
    transition: 0.4s;
}
.modal .modal-content .modal-header .close-btn i:hover {
    color: var(--primary);
}
.modal .modal-content .modal-footer {
    border-top: 1px solid #ebebeb91;
}
.modal .btn-custom {
    height: 45px;
    width: 130px;
    border-radius: 5px;
    padding: 6px 10px;
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
}
.modal .btn-custom:first-child {
    background: var(--black);
}
.modal form .input-box label {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.modal form .input-box .form-select,
.main .input-box .form-control,
.modal form .input-box .form-control {
    height: 50px;
    border-radius: 5px;
    background-color: var(--white);
    border: 2px solid var(--borderColor);
    padding: 8px;
    padding-left: 15px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.modal form .input-box .form-select:focus,
.main .input-box .form-control:focus,
.modal form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 2px solid var(--primary);
}
.modal form .input-box .form-select::-moz-placeholder,
.main .input-box .form-control::-moz-placeholder,
.modal form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select:-ms-input-placeholder,
.main .input-box .form-control:-ms-input-placeholder,
.modal form .input-box .form-control:-ms-input-placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select::placeholder,
.main .input-box .form-control::placeholder,
.modal form .input-box .form-control::placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select {
    background-image: url(../images/icon/downward-arrow.png);
}
.modal form .input-box .form-select option {
    background: var(--white);
    color: var(--fontColor);
}
.modal form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}

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

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

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

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

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

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

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

#content .dashboard-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
#content .dashboard-heading h2,
#content .dashboard-heading h3 {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 36px;
}
#content .dashboard-heading .btn-custom {
    width: auto;
    height: auto;
    /* min-height: 50px; */
    padding: 10px 20px;
}

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

/*------------ for notiflix ------------*/
#Notiflix-Icon-Success,
#Notiflix-Icon-Failure,
#Notiflix-Icon-Warning {
    fill: #fff !important;
}
[v-cloak] {
    display: none;
}

.redColorText {
    color: var(--primary) !important;
}

.primaryColorText {
    color: var(--fontColor2) !important;
}

.primaryColorText2 {
    color: var(--fontColor) !important;
    font-family: "Saira Semi Condensed", sans-serif;
    font-size: 16px;
}

.primaryColorText:hover {
    color: var(--primary) !important;
}

.primaryBg {
    background-color: var(--primary);
}
.gradientBg {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%) !important;
    color: var(--white);
}
.gradientBg:hover {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%) !important;
    color: var(--white);
    cursor: pointer;
}

.font13 {
    font-size: 13px;
}
.font18 {
    font-size: 18px;
}

.indegoTextColor {
    color: #202859;
}

.cursorPointer {
    cursor: pointer;
}

.opacityLow {
    opacity: 0.5 !important;
}

#adViewBar {
    width: 10%;
    height: 30px !important;
    background-color: var(--primary) !important;
    text-align: center !important;
    line-height: 30px !important;
    color: white !important;
}

.cardDesign {
    margin: auto;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 10px;
}

/*------ 404 page --------*/
.not-found {
    /* height: 100vh; */
    background: var(--white);
}
.not-found .img-box {
    max-width: 500px;
    margin: auto;
}

/*-------- for loader ---------*/
.w-15 {
    width: 15%;
}
.w-150px {
    width: 150px;
}
.wh-200-150 {
    width: 200px;
    height: 150px;
}
.wh-200-150 {
    width: 200px;
    height: 150px;
}

.iframeAdView {
    border: 1px solid #eaeaea;
    height: 50vh;
    width: 100%;
}
.viewAdIframe {
    border: none;
    height: 100vh;
    width: 100%;
}

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

#content .chart-information .progress-wrapper {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    z-index: 1;
}

#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: 100px;
}

/*------------------------- Referral Copy Text -------------------------*/
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: var(--primary);
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

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

/*------------------------- 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: var(--primary);
    transition: all 0.2s ease;
    display: block;
    min-width: 90px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.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;
}

/*-------- for gateway image ---------*/
.gatewayImage {
    width: auto;
    max-width: 100%;
}
.bgGateway {
    background-color: var(--white);
    box-shadow: var(--shadow);
    position: relative;
    border-radius: 10px;
    padding: 30px;
    z-index: 1;
    border: none;
}

.feature-wrapper .card-type-1 {
    border-radius: 10px;
    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;
    /* background: var(--primary); */
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    color: var(--white);
    border: none;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    z-index: 1;
    margin-top: 20px;
}

.secbg {
    background-color: var(--white) !important;
    margin-top: 30px;
    box-shadow: var(--shadow);
    border-radius: 10px;
    z-index: 1;
}
.secbg .card-img-top {
    width: 90%;
}

/*---- for highlight code/script -----*/
.hljs {
    background: #fbeee2 !important;
    color: #a54949 !important;
}
.hljs-punctuation,
.hljs-tag {
    color: #bb1f1f !important;
}
.hljs-section,
.hljs-title {
    color: #3763b3 !important;
    font-weight: 700;
}
.hljs-link,
.hljs-operator,
.hljs-regexp,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-symbol,
.hljs-template-variable,
.hljs-variable {
    color: #0e4dbf !important;
}
.hljs-literal {
    color: #d12c1b !important;
}

#content .quick-links .link-item {
    text-align: center;
    background: var(--white);
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: var(--shadow);
}
#content .quick-links .link-item i {
    color: var(--primary);
    font-size: 20px;
    margin-bottom: 10px;
}
#content .quick-links .link-item h5 {
    margin-bottom: 0;
    margin-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#content .owl-carousel.card-boxes .dashboard-box {
    margin-right: 32.5px;
}
#content .owl-carousel .owl-item {
    padding: 15px 0;
}

.rtl .owl-carousel.card-boxes {
    direction: ltr;
}
.rtl .owl-carousel.card-boxes .dashboard-box {
    direction: rtl;
}

.bottom-nav {
    width: 100%;
    background: var(--white);
    box-shadow: var(--shadow);
    z-index: 1032;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.bottom-nav .link-item {
    text-align: center;
    padding: 5px;
    top: 0;
    transition: 0.4s;
    position: relative;
}
.bottom-nav .link-item i {
    color: var(--primary);
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    position: relative;
    top: 0;
    margin: auto;
    margin-bottom: 5px;
}
.bottom-nav .link-item span {
    font-size: 14px;
    display: block;
    color: var(--black);
}
.bottom-nav .link-item:hover i,
.bottom-nav .link-item.active i {
    background: linear-gradient(to right, var(--tangerine) 0%, var(--primary) 100%);
    color: var(--white);
}

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

@media (max-width: 991px) {
    .navbar {
        padding: 10px 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;
    }
    .rtl .home-section .text-box {
        padding: 100px 0;
    }
    .about-section .img-box,
    .faq-section .img-box {
        margin-bottom: 50px;
    }
    .call-to-section .box {
        padding: 30px;
    }
    #content .navbar {
        background: none;
        box-shadow: none;
        padding: 0px;
        height: 80px;
        margin: 0;
        border-radius: 10px;
    }
    #content .navbar .navbar-text {
        position: absolute;
        right: 15px;
        top: 12px;
    }
    #content .navbar .notification-panel .notification-dropdown {
        left: auto;
        right: -55px;
        right: 0px;
    }
    #content .navbar .user-panel .user-dropdown {
        left: auto;
        right: -15px;
    }
    .rtl #content .navbar .navbar-text {
        right: auto;
        left: 15px;
    }
    .rtl #content .navbar .notification-panel .notification-dropdown {
        right: auto;
        left: 5px;
    }
    .rtl #content .navbar .user-panel .user-dropdown {
        right: auto;
        left: -15px;
    }
    #sidebar,
    .dashboard-wrapper {
        padding-bottom: 50px;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
    .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;
    }
    .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 {
        padding: 125px 0 0 0;
    }
    .banner-section::before {
        width: 0;
    }
    .banner-section::after {
        width: 100px;
    }
    .testimonial-section .testimonials {
        padding: 50px 15px;
    }
    .testimonial-section .review-box {
        padding: 20px;
    }
    .testimonial-section .review-box .quote {
        width: 60px;
        height: 60px;
        padding-top: 10px;
    }
    .testimonial-section .review-box .quote i {
        font-size: 20px;
    }
    .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: 16px;
    }
    .search-bar {
        padding: 20px;
    }
    #sidebar {
        left: -310px;
        position: fixed;
        overflow-y: auto;
    }
    #sidebar.active {
        left: 0;
    }
    #sidebar .level-box {
        display: none;
    }
    .rtl #sidebar {
        right: -310px;
    }
    .rtl #sidebar.active {
        right: 0;
    }
    #sidebar ul.main {
        overflow: none;
        height: auto;
    }
    #content {
        width: 100%;
        /* responsive table */
    }
    /* #content .table-responsive {
        border-radius: 10px;
    }
    #content .table thead {
        display: none;
    }
    #content .table tbody tr {
        display: block;
    }
    #content .table tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: none !important;
        margin: 0 !important;
        padding: 10px 15px;
        font-weight: 300;
    }
    #content .table tbody tr td::before {
        content: attr(data-label);
        color: var(--black);
        font-weight: 600;
    }
    #content .table tbody > tr:nth-of-type(even) > * {
        --bs-table-accent-bg: var(--bgLight2) !important;
    }
    #content .table tr td:first-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    #content .table tr td:last-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    } */
    .my-referral {
        display: block;
    }
    .my-referral #v-pills-tab {
        margin-right: 0;
    }
    .my-referral #v-pills-tab .nav-link {
        width: 100%;
    }
    #content .dashboard-heading h2, #content .dashboard-heading h3{
        font-size: 24px;
        font-weight: 600;
    }
    .about-section,
    .pricing-section,
    .feature-section,
    .testimonial-section,
    .blog-section {
        padding: 50px 0;
    }
    .about-section {
        padding-top: 100px;
    }

}

@media (max-width: 575px) {
    .navbar .navbar-toggler {
        width: 35px;
        height: 35px;
        top: 9px;
    }
    .navbar .navbar-brand img {
        width: 100px;
    }
    .navbar .navbar-text {
        top: 1px;
        right: 52px;
    }
    .navbar .navbar-text .btn-custom {
        width: 35px;
        height: 35px;
        padding: 8px;
        text-overflow: initial;
    }
    .navbar .notification-panel .dropdown-toggle {
        width: 35px;
        margin-right: 10px;
    }
    .navbar .user-panel {
        width: 35px;
    }
    .rtl .navbar .navbar-text {
        right: auto;
        left: 52px;
    }
    .blog-page #shareBlock {
        display: block;
    }
    .blog-page #shareBlock .btn {
        padding: 5px;
    }
    #content .dashboard-heading {
        display: block;
    }
    #content .dashboard-heading .btn-custom {
        margin-top: 15px;
    }
    .profile-setting .edit-area .profile-navigator button {
        width: 100%;
    }
    .profile-setting .upload-img form .img-box {
        height: 210px;
    }
    #content .overlay {
        padding-top: 0;
    }
} /*# sourceMappingURL=style.css.map */
.greenColorText{
    color: #27ae60;
}
.btn-custom-sm,
.btn-custom-sm i {
    font-size: 12px !important;
}
