/*
----------------------------------------------------------------
	remove the white gap for 4 sides in elementor
----]------------------------------------------------------------
*/
.elementor-section-wrap .elementor-section,
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px !important;
}

.admin-bar .sticky-header {
    top: 32px !important;
}


/********* Pagination Style *************/
.pagination {
    text-align: center;
}

.pagination li,
.pagination li {
    position: relative;
    display: inline-block;
}

.pagination li a,
.pagination li span {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Syne', sans-serif;
    ;
    text-align: center;
    z-index: 1;
    color: #a8a9b3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 500ms ease;
}

.pagination li:hover a,
.pagination li.active span,
.pagination li.active a,
.pagination li span.current {
    color: #1b1e31;
}

/***************** Blog Sidebar Style*******************/
.widget {
    position: relative;
    margin-bottom: 40px;
}

.widget ul,
.widget ol {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.widget ul li,
.widget ol li {
    position: relative;
    display: block;
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 700;
    border-bottom: 1px solid #6e6e6e;
    text-transform: uppercase;
}

.widget ul li:before,
.widget ol li:before {
    position: absolute;
    content: '';
    background: #fe5924;
    width: 12px;
    height: 9px;
    left: 0px;
    top: 8px;
    border-radius: 2px;
    opacity: 0;
    transition: all 500ms ease;
}

.widget ul li:last-child,
.widget ol li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.widget ul li ul li,
.widget ol li ol li {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #6e6e6e;
    margin-left: 15px;
    margin-top: 12px;
    padding-top: 12px;
}

.widget ul li ul li:before,
.widget ol li ol li:before {
    top: 12px;
}

.widget ul li a,
.widget ol li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 25px;
    text-transform: uppercase;
}

.widget ul li a:hover,
.widget ol li a:hover {
    color: #fe5924;
}


.widget .tagcloud {
    position: relative;
    margin: 0px;
    display: inline-block;
}

.widget .tagcloud a {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 28px;
    padding: 6px 10px;
    border-radius: 5px;
    margin: 0px 5px 5px 0px;
    background: #f4f4f4;
    float: left;
    font-family: var(--text-font);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    color: #6e6e6e;
    text-align: center;
}

.widget .tagcloud a:hover {
    color: #fff;
    background: #fe5924;
}

.blog-sidebar .widget .post-widget .post h6 a {
    color: #1b1e31;
}

.sidebar-page-container .comment-form-box .group-title h2 a {
    color: #1b1e31;
    font-size: 20px;
}

.sidebar-page-container .comment-form-box .group-title h2 a:hover {
    color: #fe5924;
}

/***************** Trading Sidebar Style*******************/
.trading-widget {
    position: relative;
    margin-bottom: 40px;
}

.trading-widget ul {
    position: relative;
}

.trading-widget ul li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    transition: all 500ms ease;
}

.trading-widget ul li:last-child {
    margin-bottom: 0px;
}

.trading-widget ul li ul li {
    padding-bottom: 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
    border: 1px solid #fff;
    margin-left: 15px;
    margin-top: 12px;
    padding-top: 12px;
}

.trading-widget ul li a {
    position: relative;
    display: block;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 28px;
    background: #fff;
    font-weight: 600;
    color: #1b1e31;
    font-family: var(--title-font);
    text-transform: capitalize;
    transition: all 500ms ease;
}

.trading-widget ul li a:before {
    position: absolute;
    content: "\f101";
    font-family: 'flaticon';
    top: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #a1a1a1;
    transition: all 500ms ease;
}

.trading-widget ul li a:hover:before,
.trading-widget ul li.current-menu-item a:before {
    background: transparent;
    border-color: #fe5924;
    transform: rotate(-45deg);
    color: #fe5924;
}

.trading-widget ul li:hover a,
.trading-widget ul li.current-menu-item a,
.trading-widget ul li.current-menu-item a:before {
    color: #fe5924;
    background: transparent;
    border-color: #fe5924;
    border-radius: 5px;
}

/***************** Footer Widget Style*******************/
.footer-widget {
    position: relative;
}

.footer-widget ul,
.footer-widget ol {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.footer-widget ul li,
.footer-widget ol li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    min-width: 100%;
    color: #a8a9b3;
    font-weight: 400;
    font-family: var(--text-font);
}

.footer-widget ul li:last-child,
.footer-widget ol li:last-child {
    margin-bottom: 0px;
}

.footer-widget ul li ul li,
.footer-widget ol li ol li {
    margin-bottom: 0px;
    margin-top: 10px;
    margin-left: 15px;
}

.footer-widget ul li a,
.footer-widget ol li a {
    position: relative;
    color: #a8a9b3;
    display: inline-block;
    transition: .5s;
    font-size: 17px;
    font-weight: 400;
    font-family: var(--text-font);
}

.footer-widget ul li a:hover,
.footer-widget ol li a:hover {
    color: #fe5924;
}

.main-footer .footer-widget .contact-widget ul.social-links li {
    display: inline-block;
    min-width: auto;
}

/****** footer widget two ***********/
.footer-style-two .footer-widget ul li,
.footer-style-two .footer-widget ol li {
    color: #a8aaaf;
}

.footer-style-two .footer-widget ul li a,
.footer-style-two .footer-widget ol li a {
    color: #a8aaaf;
}

.footer-style-two .footer-widget ul li a:hover,
.footer-style-two .footer-widget ol li a:hover {
    color: #26ba5e;
}

.footer-style-two .footer-widget.widget_nav_menu {
    margin-left: 60px;
}

.footer-style-two .apps-widget p {
    color: #a8aaaf;
    margin-bottom: 11px;
}

.footer-style-two .apps-widget .list-item {
    margin-bottom: 22px;
}

.footer-style-two .apps-widget .list-item li {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
}

.footer-style-two .apps-widget .list-item li:before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome 6 Free';
    left: 0px;
    top: 0px;
    color: #26ba5e;
    font-weight: 900;
}

.footer-style-two .apps-widget .download-apps {
    position: relative;
    display: inline-flex;
}

.footer-style-two .apps-widget .download-apps li {
    position: relative;
    display: inline-flex;
    float: left;
    margin-right: 0px;
}

.footer-style-two .apps-widget .download-apps li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}

.footer-style-two .apps-widget .download-apps li a:hover {
    color: #fff;
    background: #26ba5e;
    border-color: #26ba5e;
}

/****** footer widget three ***********/
.footer-style-three .footer-widget ul li,
.footer-style-three .footer-widget ol li {
    display: block;
    min-width: auto;
    color: #7c7b7a;
    font-family: var(--text-font);
}

.footer-style-three .footer-widget ul li a,
.footer-style-three .footer-widget ol li a {
    display: block;
    min-width: auto;
    color: #7c7b7a;
    font-family: var(--text-font);
}

.footer-style-three .footer-widget ul li a:hover,
.footer-style-three .footer-widget ol li a:hover {
    color: #ce183d;
}


/****** comment Style ***************/
.bullion-comment-item .bullion-comment-item {
    margin-left: 80px;
}

.blog-details-content .comment-form-box .text {
    margin-bottom: 20px;
}

.blog-details-content .comment-form-box .text h2 small a {
    position: relative;
    display: inline-block;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0a0807;
}

.blog-details-content .comment-form-box .comment-form .logged-in-as a {
    color: #fe5924;
}

.blog-details-content .comment-box .comment-inner>.bullion-comment-item:last-child .comment {
    margin-bottom: 0px;
}

.blog-details-content .comment-box,
.blog-details-content .comment-form-box {
    margin-top: 80px;
    margin-bottom: 0px;
}

.bullion-comment-item .comment-form-box {
    margin: 50px 0px 50px;
}

.blog-details-content .post-nav-btn {
    margin-bottom: 0px;
}

.author-box h6 a {
    color: #1b1e31;
}

.news-style-three .form-inner .form-group button[type='submit'] {
    padding: 15px 60px;
    margin-top: 15px;
    border-radius: 5px;
}

.location-section .lower-box .form-inner .form-group button[type='submit'] {
    background-color: #26ba5e;
}

.location-section .lower-box .form-inner .form-group button img {
    margin-top: -12px;
}

.history-section figure.image-box.mr_30 {
    margin-right: 30px !important;
}

.history-section figure.image-box.ml_30 {
    margin-left: 30px !important;
}

.about-section figure.image-box {
    margin-right: 30px !important;
}

.about-style-two figure.image-box {
    margin-right: 20px !important;
}

.contact-section.alternat-2 .theme-btn {
    background: #1b1e31;
    padding: 15px 37px;
}

.contact-section.alternat-2 .theme-btn:hover {
    background: #fe5924;
    color: #fff;
}

.account-details-content .content-three .single-item .icon-box .shape {
    top: -5px;
}

.apps-section .image-box .image-content .rating {
    text-align: center;
}

.apps-section .image-box .image-content .rating li {
    float: none;
}

.contact-widget .widget-content ul li a {
    border: 0px solid #fff;
    border-radius: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 28px;
    background: transparent;
}

.contact-widget .widget-content ul li a:before {
    display: none;
}

.author-widget ul.share-links li:before {
    display: none;
}

.author-widget .team-block-one .inner-box .image-box {
    padding: 0px;
}

.author-widget .team-block-one .inner-box {
    margin-bottom: 0px;
}

.author-widget .team-block-one {
    max-width: none;
}

.author-widget .team-block-one .inner-box .image-box .share-box .share-links {
    top: 50px;
}

.author-widget ul.share-links li {
    padding-bottom: 5px;
    border-bottom: 0px solid #e2dfdd;
    padding-left: 30px;
}

.author-widget .team-block-one .inner-box .image-box .share-box .share-icon {
    top: -15px;
    right: -15px;
}

.location-section .lower-box .single-link button,
.location-section .lower-box .single-link a {
    padding: 25px 25px;
}

.location-section .lower-box .form-inner .form-group input[type='email'] {
    padding: 10px 25px;
}

.blog-details-content .post-nav-btn .single-btn.left-btn h5 a i {
    transform: rotate(95deg);
    top: 0px;
}

.education-details-content .course-content .video-inner {
    margin-top: 43px;
}

/*** 

====================================================================
			Team-details-Page
====================================================================

***/
.team-details {
    position: relative;
    padding: 120px 0px 120px 0px;
}

.team-details .image-box {
    position: relative;
    display: block;
    padding-right: 40px;
    padding-bottom: 60px;
}

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

.team-details .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 66px;
}

.team-details .image-box .image-shape {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 271px;
    height: 231px;
    background-repeat: no-repeat;
    z-index: -1;
}

.team-details .content-box {
    position: relative;
    display: block;
    margin-top: -14px;
}

.team-details .content-box h2 {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 14px;
}

.team-details .content-box h2 span {
    font-size: 36px;
    display: block;
}

.team-details .content-box .designation {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 31px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-details .content-box .text {
    position: relative;
    display: block;
    margin-bottom: 38px;
}

.team-details .content-box .text p {
    margin-bottom: 26px;
}

.team-details .content-box .text h3 {
    display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.team-details .content-box .text .list-item li {
    position: relative;
    display: block;
    padding-left: 30px;
    margin-bottom: 13px;
}

.team-details .content-box .text .list-item li:last-child {
    margin-bottom: 0px;
}

.team-details .content-box .text .list-item li:before {
    position: absolute;
    content: '';
    background-image: url(../images/icons/icon-1.png);
    width: 14px;
    height: 16px;
    left: 0px;
    top: 6px;
    background-repeat: no-repeat;
}

.team-details .content-box .contact-inner h6 a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #1f1f1f;
    margin-bottom: 20px;
}

.team-details .content-box .contact-inner h3 {
    display: block;
    font-size: 22px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 10px;
}

.team-details .content-box .contact-inner h3 a {
    display: inline-block;
    color: #1f1f1f;
}

.team-details .content-box .contact-inner h3 a:hover {
    color: #a9774e;
}

.team-details .content-box .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

.team-details .content-box .social-links li:last-child {
    margin: 0px !important;
}

.team-details .content-box .social-links li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #d6d6d5;
    border-radius: 50%;
    font-size: 16px;
    color: #87827f;
}

.team-details .content-box .social-links li a:hover {
    background: #fe5924;
    color: #fff;
}

.team-section.team-page-1 {
    background: #1f1f1f;
    padding-bottom: 90px;
}

.team-section.team-page-1 .team-block-one .inner-box {
    margin-bottom: 30px;
}

.team-section.alternat-2 .team-block-one .inner-box {
    margin-bottom: 30px;
}

.team-section.alternat-2 {
    padding-bottom: 90px;
}

/************ custom style *********************/
.header-style-two .right-column .social-links li a i {
    top: -15px;
}

.header-style-two .right-column .social-links li {
    margin-right: 10px;
}


.contact-section .wpcf7 form .wpcf7-response-output {
    position: relative;
    z-index: 9;
}

.faq-page-section .tabs-content-box {
    position: relative;
    display: block;
}

.faq-page-section .tab-content-box-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.faq-page-section .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.tab-content-box-item .faq-style1-content {

    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
}

.tab-content-box-item.tab-content-box-item-active .faq-style1-content {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.faq-page-section .faq-tab-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #6e6e6e;
    font-weight: 700;
    padding-right: 26px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    cursor: pointer;
}

.faq-sidebar .category-list li:hover .faq-tab-title,
.faq-sidebar .category-list li.active-btn-item .faq-tab-title {
    color: var(--theme-color);
}

.faq-page-section .faq-tab-title:before {
    position: absolute;
    content: "\f103";
    font-family: 'flaticon';
    font-size: 22px;
    top: 0px;
    right: 0px;
    color: #1b1e31;
    font-weight: 400;
    opacity: 0;
    transition: all 500ms ease;
}

.faq-page-section .category-list li:hover .faq-tab-title:before,
.faq-sidebar .category-list li.active-btn-item .faq-tab-title:before {
    opacity: 1;
}

.account__content--style1 {
    max-inline-size: 500px;
    margin-inline: auto;
    /*padding: 50px 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 7px 0px rgb(98 98 98 / 23%);*/
}

.form-title {
    font-weight: 600;
    color: #3b8b6e;
    font-size: 16px;
}

.account__divider--style1 {
    position: relative;
    text-align: center;
    margin: 33px 0 50px;
}

.account__divider--style1:before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #E7F1FF;
}

.account__divider--style1 span {
    font-size: 1.125rem;
    color: #fff;
    padding: 12px 15px;
    background: #3B8B6E;
    border-radius: 33px;
}

.account__header {
    margin-block-end: 30px;
}

.account__content--style1 .form-control {
    background-color: #fff;
    border: #c9c9c9 0px solid;
    padding: 13px 20px;
    border-radius: 5px;
    color: #0A263C;
    box-shadow: 0px 0px 4px #b9b9b9;
}

.account__content--style1 a {
    color: #337e63;
}

.date-col-main {
    display: flex;
    justify-content: space-between;
}

.date-col-main .date-col,
.date-col-main .month-col {
    width: 25%;

}

.month-col {
    margin: 0 20px;
}



.year-col {
    width: 50%;
}

.nice-select {
    background-color: #fff;
    border: #c9c9c9 0px solid;
    padding: 13px 20px;
    border-radius: 5px;
    color: #0A263C;
    box-shadow: 0px 0px 4px #b9b9b9;
    width: 100%;

}

.password-strength-meter ul {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

.password-strength-meter ul li span {
    align-items: center;
    display: flex;
    font-weight: 300;
    gap: .25rem;
}

.password-strength-meter ul li span i.fa-circle {
    --tw-text-opacity: 1;
    color: rgb(233 233 233);
}

.password-strength-meter ul li span i {
    margin-right: .625rem;
}

.password-strength-meter ul li span strong {
    font-weight: 600;
}


.account__social-btn {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 1rem;
    display: inline-flex;
    background-color: #fff;
    color: #081E2E;
    padding: 0.8rem 2.25rem;
    border: 1px solid #3B8B6E;
    border-radius: 0.5rem;
    width: 100%;
    justify-content: center;
}

.account__check {
    margin-block-end: 35px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.sign-btn .theme-btn {
    background: #468504;
    padding: 8px 40px;
    border-radius: 33px;
}

.forgot-link a {
    color: #333;
    font-size: 14px;
}

.forgot-link a span {
    color:red;
    text-decoration: underline;
}

.account__switch {
    margin-block-start: 30px;
    text-align: center;
}

.contact-style-two .pattern-layer:before {

    background-color: rgb(0 0 0 / 0%);
}


.list-item li {
    position: relative;
    padding-left: 22px;
    margin: 8px 0;
}


.list-item li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #3b8b6e;
    border-radius: 33px;
}

.trading-hours__table-caption {
    height: 62px;
    background-color: #f3f8ff;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 -18px 30px;
    padding: 7px 95px 6px 14px;
    display: flex;
}

.trading-hours__table-item.-first {
    font-weight: 400;
}

.trading-hours__table-item {
    font-size: 20px;
    font-weight: 500;
    line-height: 48px;
}

.trading-hours__utc-descr {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.equities-icon-bg {
    background: #0d2b3f;
    display: inline-flex;
    padding: 25px;
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 100%;
    border: #ffffff 5px solid;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 59%);
}



.custom-login-form {
    position: relative;
    padding: 30px;
    border-radius: 16px;
    box-sizing: border-box;
    width: 500px;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
}

.custom-login-form img.login-logo {
    width: 175px;
}




.verify-input-row {
    display: flex;
    margin-bottom: 30px;
    position: relative;
}

.verify-input-row .form-control {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 0 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: none;
    text-align: center;
}

.resemdCont a {
    color: #606060;
    text-decoration: underline;
    font-size: 12px;
}

.bdr-left {
    border-left: #d5d5d5 1px solid;
    margin: 0 20px;
}


.inner-pages-content {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


.shadow-deposit {
     background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    position: relative;
    padding:30px;
    border-radius: 16px;
    box-sizing: border-box;
    box-sizing: border-box;
}


.deposit-tab-content .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: var(--theme-color);
    border-bottom: var(--theme-color) 1px solid;
}

.deposit-tab-content .nav-tabs .nav-link {
    padding: 10px 25px;
    background: #e9e9e9;
    color: #333;
    margin: 0 6px;
    min-width: 175px;
}


.local-deposit-tab-inner {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deposit-title {
    color: #3b8b6e;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #3b8b6e;
    padding-bottom:20px;
}


.deposit-form-box .form-control {
    background-color: #fff;
    border: #c9c9c9 0px solid;
    padding: 13px 20px;
    border-radius: 5px;
    color: #0A263C;
    box-shadow: 0px 0px 4px #b9b9b9;
}



/* -------------------Rajan------------------ */
.common-main {
    padding: 10px;
}

.common-main .common-sec {
    box-shadow: 0px 2px 12px #d1d1d1;
    padding: 32px;
    text-align: center;
    border-radius: 20px;
}

.common-main p {
    font-size: 20px;
    margin: 40px 0 20px;
}

.common-image {
    width: 130px;
    margin: 0 auto 23px auto;
    padding: 11px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 7px;
    border-radius: 50%;
    box-shadow: black 5px;
}

.common-image img {
    padding:20px;
}

.common-main .theme-btn {
    background: #468504;
    padding: 8px 20px;
}

.succes-bank {
    padding: 12px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
}

.custom-radio div {
    background-color: #fff;
    border: #c9c9c9 0px solid;
    padding: 13px 20px;
    border-radius: 5px;
    color: #0A263C;
    box-shadow: 0px 0px 4px #b9b9b9;
}

a.back-btn {
    background-color: #478514;
    padding: 6px 30px;
    color: white;
    margin: 0 auto;
    border-radius: 33px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}


.status-content span.btn {
    padding: 3px 15px;
    font-size: 11px;
    border-radius: 33px;
    color: #fff;
}


.back-bg { 
    background-image: url(../images/banners/main-banner-1.jpg);
 }

.back-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
/*    background-color: rgb(0 0 0 / 20%);*/
    width: 100%;
    height: 100%;
}


.form-check span.minimum-price {
    font-size: 14px;
    font-weight: 400;
    position: relative;
    top: -3px;
}
.custom-scroll-bar {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 5px;
}

/* width */
.custom-scroll-bar::-webkit-scrollbar {
        width: 6px;
    }

/* Track */
.custom-scroll-bar::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 5px;
    }
 
/* Handle */
.custom-scroll-bar::-webkit-scrollbar-thumb {
        background: #8fc745;
        border-radius: 5px;
    }

/* Handle on hover */
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
        background: #053c7a;
    }



.custom-scroll-bar-2 {
    max-height: 700px !important;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 5px;
}

/* width */
.custom-scroll-bar-2::-webkit-scrollbar {
        width: 6px;
    }

/* Track */
.custom-scroll-bar-2::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 5px;
    }
 
/* Handle */
.custom-scroll-bar-2::-webkit-scrollbar-thumb {
        background: #8fc745;
        border-radius: 5px;
    }

/* Handle on hover */
.custom-scroll-bar-2::-webkit-scrollbar-thumb:hover {
        background: #053c7a;
    }

 .error {
    color: red;
    font-size: 14px;
}

.auto-container {
        position: relative; 
    }
    
    .sidebutton-main {
        position: absolute;
        top: 10%;
        right: -34px;
        background-color: #de0333;
        padding: 5px;
        display: flex;
        justify-content: center;
        background: rgb(71,133,20);
        background: linear-gradient(90deg, rgba(71,133,20,1) 32%, rgba(44,88,139,1) 92%);
        flex-direction: column;
    }
    .sidebutton-main a {
        background-color: white;
        padding: 5px 10px;
        margin-bottom: 9px;
        color: black;
        width: 39px;
    }
    .sidebutton-main a:nth-child(3) { 
        margin-bottom: 0px;
    }
    
    .verify-input-row label.error {
        position: absolute;
        bottom: -25px;
        white-space: nowrap;
        font-size: 12px !important;
        font-weight: 200;
        margin: 0;
    }



.fixed-sidebar {
    position: absolute;
    top: 3%;
    right: 15px;
/*    z-index:1;*/
}
 .fixed-sidebar ul li {
  width: 38px;
  height: 38px;
  position: relative;
  background: #e59500;
  margin: 10px 0;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.fixed-sidebar ul li .fa-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #fff;
}

.fixed-sidebar ul li.home{
  background: #168a0b;
}

.fixed-sidebar ul li.back{
  background: #f37321;
}

.fixed-sidebar ul li.history {
    background: #1850b5;
}

.fixed-sidebar ul li.home div.slider{
  background: #7eab89;
}

.fixed-sidebar ul li.back div.slider{
  background: #f69a5f;
}

.fixed-sidebar ul li.history div.slider{
  background: #1850b5d4;
}


.successful-top-col img {
    width: 80px;
    margin: 20px 0 0 0;
}

.fixed-sidebar .slider {
  content: "";
  position: absolute;
  top: 0;  
  left: 40px;
  width: 0px;
  height: 38px;
  background: #eebb5c;
  border-radius: 3px;
  transition: all 0.5s 0.3s ease;
}

.fixed-sidebar .slider p {
  font-size: 14px;
  font-weight:600;
  color: #fff !important;
  text-align: center;
  line-height: 38px;
  opacity: 0;
  transition: all 0.6s ease;
}
.fixed-sidebar .slider p a {
     color: white;
}
.fixed-sidebar ul li:hover .slider {
  width: 180px;
  left: -183px;
  transition: all 0.5s ease;
}

.fixed-sidebar ul li:hover .slider p {
  opacity: 1;
  transition: all 1s 0.2s ease;
}
 

.sidebar-middle {

    display: flex;

    align-items: center;

    flex-direction: column;

}


.custom-login-form-title{
    border-bottom: 1px solid #3e8b6e;
    font-size: 23px;
    padding-bottom: 10px;
}
#LiveRate {
    color: red;
    font-size: 13px;
    font-weight: 600;
}

.chat-col {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 50px;
    background: #fff;
    padding: 7px;
    border-radius: 33px;
    height: 50px;
}

.chat-col img {
    width: auto;
    height: 35px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-content {
    position: absolute;
    right: 0;
    bottom:65px;
    background: #fff;
    width: 300px;
/*    box-shadow: 0px 2px 12px #d1d1d1;*/
    border-radius: 5px;
}

.chat-content h3 {
    background: #90c74c;
    padding: 10px;
    font-size: 20px;
    color: #333;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.chat-content ul {
    margin: 0;
    padding:0;
}


.chat-content ul li {
    position: relative;
    padding: 0px 15px;
    line-height: 33px;
    border-bottom: #e1e1e1 1px solid;
}
.chat-content ul li:last-child {
    border-bottom: #e1e1e1 0px solid;
}

.chat-content ul li:hover {
    box-shadow: inset 1px 0 0 #dadce0,inset -1px 0 0 #dadce0,0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);

}


.chat-content ul li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}




@media (max-width:767px) {
    .account__content--style1 {
        padding: 20px;
    }

    .custom-login-form {
        min-width: auto;
        width: 100%;
        padding: 20px;
    }


}




.date-divider {
    text-align: center;
    margin: 10px 0;
    color: #999;
}
.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height:50vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.chatlist {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: 300px;
    float: left;
    padding: 15px;
}

.chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.chat-area .modal-dialog-scrollable {
    height: 100% !important;
}


.chat-area .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    flex-direction: column-reverse;
    background-image: url(https://www.pro.seawindsolution.com/FYI2/assets/front/images/tech.png);
    display: flex;
    background-color: #fff;
    padding: 8px;
    border-right: 1px solid #ccc;
}

.custom-login-form .send-box .form-control {
    padding: 10px 15px;
}


.chatbox {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

/* width */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
		width: 6px;
	}

/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px grey;
		border-radius: 5px;
	}
 
/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
		background: #8fc745;
		border-radius: 5px;
	}

/* Handle on hover */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover {
		background: #053c7a;
	}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
    max-width: 100%;
    margin: 0;
}

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


.chat-list {
    height: auto !important;
}



.chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
    width: 100%;
}

.chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}

.chat-list h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.chat-list a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.chat-list .active {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    bottom: 3px;
    left: 34px;
    height: 12px;
    width: 12px;
    background: #00DB75;
    border-radius: 50%;
    border: 2px solid #fff;
}

.msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.msg-head {
    padding: 8px 15px;
    border-bottom: 1px solid #ccc;
    background: #90c74c;
}

.moreoption {
    display: flex;
    align-items: center;
    justify-content: end;
}

.moreoption .navbar {
    padding: 0;
}

.moreoption li .nav-link {
    color: #222;
    font-size: 16px;
}

.moreoption .dropdown-toggle::after {
    display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: auto;
    right: 0;
    margin-top: 0.125rem;
}

.msg-body ul {
    overflow: hidden;
}

.msg-body ul li {
    list-style: none;
    margin: 15px 0;
}

.msg-body ul li.sender {
    display: block;
    width: 100%;
    position: relative;
}

.msg-body ul li.sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.msg-body ul li.sender p {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px 15px;
    background:#2ecc71;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.sender p b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.msg-body ul li.repaly:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #3498db transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}

.msg-body ul li.repaly p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 10px 15px;
    background:#3498db;
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}

.msg-body ul li.repaly p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.msg-body ul li.repaly:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.repaly .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

.msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
    background-color: #ededed;
}

.send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.send-box .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 40px;
    resize: none;
    overflow: hidden;
}

.send-box button {
    border: none;
    background: #90c74c;
    padding: 0.375rem 5px;
    color: #fff;
    border-radius: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    width: 42px;
}


.send-box button i {
    margin-right: 5px;
}

.send-btns .button-wrapper {
    position: relative;
    width: 125px;
    height: auto;
    text-align: left;
    margin: 0 auto;
    display: block;
    background: #F6F7FA;
    border-radius: 3px;
    padding: 5px 15px;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

.send-btns .button-wrapper span.label {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
    color: #343945;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 13px;
}

#upload {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.send-btns .attach .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #F6F7FA;
    background-clip: padding-box;
    border: 1px solid #F6F7FA;
    border-radius: 3px;
    margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
    margin-right: 5px;
}



  @keyframes blinking {
    0% {
        background-color: #91c748; 
    }

    10% {
        background-color: #053c7a; 
    }
} 

.live-chat-success-2  a.live-chat {
    border: 0;
    color: white;
    background-color: #91c748;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation: blinking 1s infinite;
}

.live-chat-success-2 a.live-chat {
    padding: 4px 10px !important;
    color: white !important;
    border-radius: 28px !important;
}

.live-chat-success a.live-chat {
    position: relative;
    top: 6%;
    right: 0;
    color: #90c74c;
    left: 0;
}
.live-chat-success-2 .live-chat-text {
    display: inline;
    font-size: 14px !important;
    font-weight: 500 !important;
}

 

.live-chat-success-3 a.live-chat {
    position: absolute;
    left: 32px !important;
}

.history-tab-main .accordion-button::after {
    content: '\f078'; /* FontAwesome down arrow */
    font-family: 'FontAwesome';
    float: right;
    margin-left: auto;
}

.history-tab-main .accordion-button:not(.collapsed)::after {
    content: '\f077'; /* FontAwesome up arrow */
}

.history-tab-main .btn-link {
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.history-tab-main .btn-link:hover{
    text-decoration:none !important;
    color:black !important;
}
.history-tab-main .btn-link:focus {
    text-decoration: none !important;
}
.history-tab-main .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.history-tab-main .accordion-icon {
    transition: transform 0.2s ease-in-out;
}

.history-tab-main .collapsed .accordion-icon {
    transform: rotate(180deg); /* Rotate the arrow when the accordion is collapsed */
}

.history-tab-main th {
    color: #3e8b6e;
}
.history-tab-main .accordion .card {
    margin-bottom:10px;
}
.history-tab-main .accordion{
    border:0px;
}
.history-tab-main .accordion .card .table{
    margin-bottom:0px;
}


.history-table table.table thead tr th {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
}


.table-responsive.history-table {
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
}



.history-table table.table tbody tr td {
    font-size: 14px;
    font-weight:400;
    white-space: nowrap;
}

@media (max-width:767px) {

.deposit-form-box .nav-tabs {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 10px;
}

.deposit-tab-content .nav-tabs .nav-link {
    padding: 5px 20px;
    min-width: 63px;
    font-size: 16px;
}


     .inner-pages-content.Deposit-main {
        height:100vh;
        position: relative;
    }
    
    .chat-col {
    box-shadow: 0px 0px 0px 1px #90c74c;
        border: #d9d9d9 1px solid;
    }
    
    .chat-content {
        box-shadow: 0px 2px 12px #d1d1d1;
        z-index: 999;
    }
  
    .history-tab-main .nav-link {
        margin:0 !important;
    }

    .history-table table.table thead tr th {
    font-size: 14px;
}

.live-chat-success-3 a.live-chat {
    position: absolute;
    left: 10px !important;
    top: 64px;
}

.live-chat-success-2 .live-chat-text {
    display: inline;
    font-size: 11px !important;
    font-weight: 500 !important;
    padding: 0px 15px !important;
}

.history-table table.table tbody tr td {
    font-size: 12px;
}

.table-responsive.history-table {
    max-height: 250px;
    max-width: 300px;
    overflow-x: scroll;
    overflow-y: scroll;
}
}

@media (max-width:420px) {

    .history-tab-main .nav-link {
        margin:0 !important;
    }

.login-main-new .auto-container {
    width: 380px;
}

.deposit-middle-content {
    max-width: 325px;
}

.table-responsive.history-table {
    max-height: 250px;
    max-width: 300px;
    overflow-x: scroll;
    overflow-y: scroll;
}



}