/*======== Inner body ========*/
.profile__grid {
    height: 100%;
    box-shadow: inset 0 0 5px -0.5px rgb(30 30 30 / 30%);
    background-color: transparent;
    border-radius: 7px;
}

.profile-body {
    display: grid;
    grid-template-columns: 4fr 2fr;
    grid-gap: 10px;
    background-color: #007e8c;
}

.profile-btn {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: #007e8c;
}

.profile-btn .theme-btn {
    margin-bottom: 15px;
}

.theme-btn.border-btn a {
    background-color: #fff;
    color: inherit;
    font-size: 16px;
    font-weight: 500;
}
.theme-btn.border-btn a:hover:before {
    transform: translateY(-50%) translateX(-50%) scale(0);
}

.theme-btn.border-btn a:hover {
    color: var(--theme-primary-color) !important;
}
.profile-info {
    border-right: 2px dashed #d3d3d3;
    padding: 20px;
    background-color: #007e8c;
    border-radius: 7px;
}
.profile-info p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}
.profile-info p:last-child {
    margin-bottom: 0;
}
.profile-info p strong {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

.propfirm-details-tab-box .tabs-container {
    border-radius: inherit;
}

.propfirm-details-tab-box .tab-links {
    gap: 10px;
    flex-wrap: wrap;
    border-bottom: inherit;
    justify-content: center;
}

.propfirm-details-tab-box .tab-link.active,
.propfirm-details-tab-box .tab-link:hover {
    color: #fff;
    border-radius: 50px;
    background-color: var(--theme-secondary-color);
}

.propfirm-details-tab-box .tab-link::after {
    background: transparent;
}

.propfirm-details-tab-box .tab-link {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 50px;
    background-color: var(--theme-primary-color);
    color: #fff;
}

.profile-info table {
    color: #fff;
    margin-bottom: 0;
}

.profile-info table tbody tr th,
.profile-info table tbody tr td {
    border-color: transparent;
}

.profile-info table tbody tr th {
    font-size: 18px;
    font-weight: 500;
}

tr.tr-logo th img {
    max-width: 130px;
    border: 1px solid #fff;
}

tr.tr-logo .medium-heading {
    color: #fff;
    margin-bottom: 5px;
}
.profile-btn p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
/*=========== Get Code =========*/
.get-code {
    position: relative;
    width: 155px;
    padding: 0;
    border: 0;
    background-color: #ffff;
    border-radius: 5px;
}

.get-code .couponCode {
    padding-right: 5px;
    right: 0;
    border: dashed 2px #2fc2a9;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: #2fc2a9;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.get-code .getBtn {
    background-image: url(../../images/assets/get-code-btn.png);
    background-repeat: no-repeat;
    color: #fff !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    display: block;
    border-radius: 5px;
    font-weight: 700;
    text-decoration: none;
    transform: translateX(0);
    cursor: pointer;
    text-align: left;
    padding-left: 10px;
}

.get-code .getBtn:hover {
    transform: translateX(-10px);
}

.copy-button {
    height: inherit;
    padding: 0;
    border: 2px dashed #0fc0a4;
    display: grid;
    grid-template-columns: 1fr 40%;
    width: 195px;
    justify-content: center;
    display: none;
}
.copy-button input:focus-visible {
    outline: none;
}
.copy-button input {
    font-size: 16px;
    text-align: center;
    width: 130px;
    overflow: hidden;
}

.copy-button button {
    padding: 5px;
    background-color: #0fc0a4;
    color: #fff;
    border: 1px solid transparent;
    font-size: 16px;
}
.copy-button input[style*="background-color: rgb(224, 247, 250);"] + button {
    font-size: 12px;
}
.coupon-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.coupon-btn:first-child {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
}

@media (max-width: 991px) {
    .profile-info {
        padding: 10px;
    }
    tr.tr-logo th img {
        max-width: 100px;
    }
    .profile-info table tbody tr th {
        font-size: 16px;
    }
    .profile-info table tbody tr td {
        font-size: 14px;
    }
    .profile-btn p {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    tr.tr-logo th img {
        max-width: 145px;
    }
    .profile-info table tbody tr th {
        font-size: 16px;
    }
    .profile-info table tbody tr th {
        font-size: 18px;
    }
    .profile-btn p {
        font-size: 16px;
    }
    .profile-btn {
        justify-content: start;
        align-items: start;
        gap: 20px;
        padding: 20px;
        padding-top: 0;
        padding-left: 180px;
    }
    .profile-body {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 575px) {
    tr.tr-logo th img {
        max-width: 100px;
    }
    .profile-info table tbody tr th {
        font-size: 16px;
    }
    .profile-info table tbody tr td,
    .profile-btn p {
        font-size: 14px;
    }
    .profile-btn {
        padding-left: 135px;
    }
    .get-code .getBtn {
        font-size: 14px;
        font-weight: 500;
    }
    .get-code .couponCode {
        font-size: 16px;
    }
    .copy-button
        input[style*="background-color: rgb(224, 247, 250);"]
        + button {
        font-size: 8px !important;
    }
}

/*======= Data table =======*/
.dataTable div.dt-container select.dt-input {
    margin-right: 10px;
}

.dataTable {
    background-color: #fff;
    padding: 15px;
    border-radius: 5px;
}

.dataTable .table td,
.dataTable .table th {
    vertical-align: middle;
    margin-bottom: 10px;
}
.dataTable .table td {
    font-size: 13px;
    padding: 10px 16px;
    text-align: center;
    font-weight: 500;
}
.dataTable td.td-buy a {
    display: flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background-color: var(--red);
}

.dataTable .th-logo,
.dataTable .td-logo {
    position: sticky !important;
    z-index: 48;
    left: 0;
}
.dataTable .td-buy,
.dataTable .th-buy {
    position: sticky !important;
    z-index: 48;
    right: 0;
    background-image: linear-gradient(
        90deg,
        #0000,
        var(--theme-secondary-color)
    ) !important;
}

.dataTable td.dt-type-numeric {
    text-align: center !important;
}
.dataTable .table thead tr,
.dataTable .table thead th {
    border: none;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    text-align: center;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 28px;
    left: 14px;
    border: none;
    box-shadow: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
    padding-left: 48px;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    width: 100%;
}

table.dataTable > tbody > tr.child span.dtr-title {
    min-width: 50%;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 1rem;
    }
}

.btn-icon {
    background: #fff;
}
.btn-icon .bx {
    font-size: 20px;
}

.btn .bx {
    vertical-align: middle;
    font-size: 20px;
}

.dropdown-menu {
    padding: 0.25rem 0;
}

.dropdown-item {
    padding: 0.5rem 1rem;
}

.badge {
    padding: 0.5em 0.75em;
}

.badge-success-alt {
    background-color: #d7f2c2;
    color: #7bd235;
}

.table a {
    color: #212529;
}

.table a:hover,
.table a:focus {
    text-decoration: none;
}

table.dataTable {
    margin-top: 5px !important;
}

.dataTable td.td-logo,
.dataTable th.th-logo {
    min-width: 150px;
    background-color: #e1e1e1 !important;
    border-color: #ffffff;
}

.dataTable td.td-logo img {
    max-width: 75px;
    margin-bottom: 7px;
}

.dataTable td.td-logo p {
    margin-bottom: 0;
    font-weight: 700;
    color: #fff !important;
}

.dataTable td.year-established img {
    max-width: 45px;
    margin: 7px 0;
}

/*========= Pros Cons Box Css==========*/
.pros-cons-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.pros-cons-wrapper .common-box {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
        rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pros-cons-wrapper .common-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}

.pros-cons-wrapper .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.pros-cons-wrapper .title .icon {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    padding: 8px;
}

.pros-cons-wrapper .pros-icon {
    background: #e8f5e9;
    color: #4caf50;
}

.pros-cons-wrapper .cons-icon {
    background: #ffebee;
    color: #f44336;
}

.pros-cons-wrapper ul.content {
    list-style: none;
    padding-left: 0;
}

.pros-cons-wrapper .content li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.pros-cons-wrapper .content li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 15px;
    padding-left: 12px;
}

.pros-cons-wrapper .pros .content li::before {
    background: var(--theme-tertiary-color);
}

.pros-cons-wrapper .cons .content li::before {
    background: var(--theme-secondary-color);
}
.pros-cons-wrapper .title .large-heading {
    margin-bottom: 0;
}
@media (max-width: 991px) {
    .pros-cons-wrapper {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .pros-cons-wrapper {
        grid-template-columns: 1fr;
    }
    .common-box {
        flex: 1 1 100%;
    }
}

/*======= FAQs ======*/
.faq-block details + details {
    margin-top: 15px;
}

.faq-block details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    background-color: var(--theme-tertiary-color);
    color: #fff;
}

.faq-block details summary:after {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}

.faq-block details summary:after {
    content: "\002B";
}

.faq-block details[open] summary:after {
    content: "\2212";
}

.faq-block details[open] .expand {
    padding: 15px;
    position: relative;
    background-color: #f7f8f9;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    border-left: 3px solid var(--theme-tertiary-color);
}

@media (max-width: 575px) {
    .faq-block details summary {
        font-size: 15px;
    }
}

/*====== video box =====*/
.dvMap {
    height: 0;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 20px;
}
.dvMap iframe,
.dvMap object,
.dvMap embed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*=========== Details table =========*/
.propfirm-details-table table {
    width: 75%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.propfirm-details-table table td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: left;
}
.propfirm-details-table table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.propfirm-details-table table tr:hover {
    background-color: #f1f1f1;
}
.propfirm-details-table .category {
    background-color: #6c757d !important;
    color: #fff;
}
.propfirm-details-table {
    display: flex;
    justify-content: center;
}
.propfirm-details-table table td:first-child {
    font-size: 15px;
    font-weight: 700;
}
.propfirm-details-table .category td {
    font-size: 18px !important;
}
@media (max-width: 991px) {
    .propfirm-details-table table {
        width: 100%;
    }
}
/*====== Main Content =====*/
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
    margin-top: 24px;
}

.content-box {
    margin-top: -24px;
}

.dataTable .dt-scroll-body {
    overflow-x: auto;
    cursor: grab;
}

.dataTable .dt-scroll-body:active {
    cursor: grabbing;
}

/*======= Compare Select Single ======*/
.compare-box-grid {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
}
.select2-container--default
    .select2-search--dropdown
    .select2-search__field:focus-visible {
    outline: none;
}
.compare-box-grid
    .select2-container--default
    .select2-search--dropdown
    .select2-search__field {
    border: 1px solid var(--theme-primary-color);
}
.compare-box-grid .dropdown-content .select2-container {
    min-width: 300px;
}
.compare-box-grid .select2-container--default .select2-selection--single {
    border-radius: 7px;
    height: 50px;
    padding: 10px 7px;
    text-align: left;
    font-weight: 500;
}
.compare-box-grid
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 3px;
    width: 20px;
    font-size: 38px;
}
.compare-box-grid
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 7px 5px 0 5px;
    margin-left: -6px;
    margin-top: -2px;
    border-color: var(--theme-primary-color) transparent transparent transparent;
}
.compare-box-grid
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--theme-primary-color) !important;
}
.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--theme-primary-color) !important;
}
.compare-box-grid
    .select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-width: 0px 5px 7px 5px;
    border-color: transparent transparent var(--theme-primary-color);
}
.compare-box-grid button[type="submit"] {
    color: #fff;
    background: var(--theme-secondary-color);
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    text-decoration: none;
    min-width: 150px;
    line-height: normal;
    border-radius: 10px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}
.ring-1,
.ring-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: linear-gradient(to top left, #00cc99 0%, #00796b 100%);
}
.ring-1 {
    width: 55px;
    height: 55px;
}
.ring-2 {
    width: 45px;
    height: 45px;
    border: 1px solid #ffffff;
}
.text {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(to top left, #00cc99 0%, #00796b 100%);
    border: 1px solid #fff;
    width: 37px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border-radius: 50px;
}
.compare-table {
    margin: 20px auto;
    border-radius: 5px;
}

.compare-table .table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.compare-table thead {
    background-color: #495057;
}

.compare-table thead th {
    text-align: left;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    border: 1px solid #808080;
}

.compare-table .tr-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.compare-table .tr-logo img {
    height: 45px;
    padding: 1px;
    background-color: #fff;
}

.compare-table thead th:first-child {
    vertical-align: middle;
}

.compare-table tbody td {
    padding: 12px 15px;
    font-size: 14px;
    color: #444;
    border: 1px solid #eaeaea;
    width: 33.33%;
}

.compare-table tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.compare-table tbody tr:hover {
    background-color: #f0f8ff;
}

.compare-table tbody td:first-child {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background-color: #495057;
    border-bottom: 1px solid #808080;
    width: 20% !important;
}

.compare-table tbody td:last-child {
    text-align: left;
}

.compare-box {
    margin: 40px 0;
    text-align: center;
}

.compare-field .small-heading {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.compare-field {
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 7px;
    padding: 20px;
    position: relative;
}

.compare-field:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .compare-box-grid .dropdown-content .select2-container {
        min-width: 250px;
    }
    .compare-box-grid .select2-container--default .select2-selection--single {
        height: 44px;
        padding: 7px;
    }
}

@media (max-width: 767px) {
    .compare-table .table {
        font-size: 12px;
    }

    .compare-table thead th {
        padding: 10px;
    }

    .compare-table tbody td {
        padding: 10px;
    }

    .compare-table .tr-logo,
    .compare-table thead th {
        font-size: 15px;
    }
    .compare-box-grid {
        flex-direction: column;
        gap: 5px;
    }
    .compare-table .tr-logo img {
        height: 30px;
    }
    .compare-table tbody td:first-child {
        font-size: 13px;
    }
    .ring-1 {
        width: 46px;
        height: 46px;
    }
    .ring-2 {
        width: 38px;
        height: 38px;
    }
    .text {
        width: 30px;
        height: 30px;
    }
    .compare-box-grid .select2-container--default .select2-selection--single {
        height: 40px;
        padding: 5px 7px;
        font-size: 14px;
    }
    .compare-box-grid
        .select2-container--default
        .select2-selection--single
        .select2-selection__arrow
        b {
        margin-left: -6px;
        margin-top: -5px;
    }
    .compare-field .small-heading {
        margin-bottom: 10px;
    }
    .compare-box-grid button[type="submit"] {
        font-size: 14px;
        padding: 10px 15px;
        min-width: 130px;
        margin-top: 10px;
    }
}
@media (max-width: 575px) {
    .compare-table .tr-logo {
        flex-direction: column;
        gap: 5px;
    }
    .compare-table .tr-logo,
    .compare-table thead th {
        font-size: 14px;
    }
    .compare-table tbody td {
        font-size: 13px;
    }
}
