@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Varela+Round&display=swap');

.brand-link {
    padding: .9rem .3rem !important;
}
.brand-image {
    margin-left: 0;
}
/* ┌──────────────────────────────────────────────────┐ */
/* │                    GLOBALS                       │ */
/* └──────────────────────────────────────────────────┘ */
.lh-1 {
    line-height: 1;
}
.items {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
}
.items:not(:last-child) {
    margin-bottom: 1rem;
}
.bg-fsc {
    background: #002D59;
    /*background: #4270A9;*/
    /*background: #CADAEB;*/
    color: #FFFFFF;
}
/*lightbox2*/
.lb-close {
    display: none !important;
}
/*region Cropper Custom*/
.modal.cropper {
    background-color: rgba(0,0,0,.5);
    backdrop-filter: blur(8px);
}
.modal.cropper .modal-body .content-imagen-cropper {
    width: 100%;
    height: 400px;
    outline: 1px solid #e9ecef;
}

.modal.cropper .modal-body .content-imagen-cropper .img-cropper {
    width: 100%;
}

.modal.cropper .modal-body .content-imagen-cropper .img-cropper{
    width: 100%;
}
.modal.cropper .modal-body .content-imagen-sample{
    width: 75px; /* Ancho de la foto */
    height: 90px; /* Alto de la foto */
    outline: 1px solid #e9ecef;
    overflow: hidden;
}
.modal.cropper .modal-body .content-imagen-sample .img-sample{
    height: 100%;
    width: 100%;
}
/*endregion*/

/*region Alert*/
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-warning a {
    color: #856404;
    text-decoration: none;
}
/*endregion*/

/*region Callout*/
.callout {
    border-left-color: #e9ecef !important;
}
.callout-info {
    border-left-color: #5bc0de !important;
}
.callout-warning {
    /*border-left-color: #f0ad4e !important;*/
    border-left-color: #ffc107 !important;
}
.callout-danger {
    border-left-color: #d9534f !important;
}
/*endregion*/

/*region Text*/
.text-info {
    color: #5bc0de !important;
}
/*endregion*/

/*region Links*/
.link-dark {
    color: #212529;
    text-decoration: underline;
}
.link-dark:hover,
.link-dark:focus {
    color: #000000;
    text-decoration: underline;
}
/*endregion*/

div.dt-container {
    width: 800px;
    margin: 0 auto;
}

/*region DataTables*/
table.dataTable > thead .sorting::before, table.dataTable > thead .sorting_asc::before, table.dataTable > thead .sorting_desc::before, table.dataTable > thead .sorting_asc_disabled::before, table.dataTable > thead .sorting_desc_disabled::before {
    position: absolute;
    display: block;
    bottom: 50%;
    right: 5px;
    content: "▲";
    font-size: 10px;
    line-height: 9px;
}
table.dataTable > thead .sorting::after, table.dataTable > thead .sorting_asc::after, table.dataTable > thead .sorting_desc::after, table.dataTable > thead .sorting_asc_disabled::after, table.dataTable > thead .sorting_desc_disabled::after {
    position: absolute;
    display: block;
    top: 50%;
    right: 5px;
    content: "▼";
    font-size: 10px;
    line-height: 9px;
}
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active ~ .nav-treeview > .nav-item > .nav-link.active {
    background-color: rgba(255,255,255,.1);
    color: white;
    /*font-weight: bold;*/
}
.dataTables_wrapper > .row:nth-child(1) > div:nth-child(2) {
    display: flex !important;
    justify-content: end !important;
    align-items: end !important;
}
.dataTables_wrapper > .row:nth-child(1) > div:nth-child(2) .dataTables_filter label {
    margin-bottom: 0;
}
/*endregion*/

/******************** Display Ads Banners ********************/
/* Square and Rectangle Display Ad Sizes */
.small-square {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 200px;

    background-color: #007bff;
}
.square {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;

    background-color: #007bff;
}
.triple-widescreen {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 360px;

    background-color: #007bff;
}
.vertical-rectangle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 400px;

    background-color: #007bff;
}
.medium-rectangle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 250px;

    background-color: #007bff;
}
.netboard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 580px;
    height: 400px;

    background-color: #007bff;
}
.large-rectangle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 336px;
    height: 280px;

    background-color: #007bff;
}
/* Skyscraper Display Ad Sizes */
.wide-skyscraper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 600px;

    background-color: #007bff;
}
.skyscraper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 600px;

    background-color: #007bff;
}
.portrait {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 1050px;

    background-color: #007bff;
}
.half-page {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 600px;

    background-color: #007bff;
}
/* Leaderboard Display Ad Sizes */
.leaderboard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 728px;
    height: 90px;

    background-color: #007bff;
}
.large-leaderboard {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 970px;
    height: 90px;

    background-color: #007bff;
}
.billboard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 970px;
    height: 250px;

    background-color: #007bff;
}
.top-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 930px;
    height: 180px;

    background-color: #007bff;
}
.panorama {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 980px;
    height: 120px;

    background-color: #007bff;
}
/* Most Popular Google Display Mobile Ad Sizes */
.mobile-large-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 100px;

    background-color: #007bff;
}
.mobile-leaderboard {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 50px;

    background-color: #007bff;
}
.mobile-medium-rectangle {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 250px;

    background-color: #007bff;
}
.mobile-full-page-flex {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 480px;

    background-color: #007bff;
}
.mobile-square {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 250px;

    background-color: #007bff;
}






/*Select2*/
.form-label {
    font-weight: 500 !important;
}
.form-label-sm,
.select2-results__option,
select2-search__field,
.select2-selection__rendered {
    font-size: .875rem !important;
    /*line-height: 1.5 !important;*/
}
.select2-selection__rendered {
    position: relative;
    top: 2px;
}
.select2-container--default .select2-selection--single {
    padding: .25rem .5rem;
    line-height: 1.5;
}
.select2-search--dropdown .select2-search__field {
    font-size: .875rem;
    padding: .25rem .5rem;
}
.custom-file {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}


/*Form Clases*/

label.required::after {
    content: ' *';
    color: red;
}

input[name="fileUserProfilePhoto"] {
    position: absolute;
    width: 32px;
    height: 32px;
    top: calc(100% - 32px);
    left: calc(100% - 32px);
    background-color: #0c84ff;
    cursor: pointer;
    /*opacity: 0;*/
    display: none;
}
.profile-username {
    margin: .5rem 0 0 0;
}
.profile-user-role {
    line-height: 1;
}
/*#profileUserImg::before {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 100%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    color: #fff;*/
/*    font-size: medium;*/
/*    background-color: rgba(0,0,0, .75);*/
/*    transition: .25s ease;*/
/*    vertical-align: middle;*/
/*}*/

#profileUserImg {
    overflow: hidden;
    border-radius: 50%;
}
#editUserProfile {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .25s ease;
}
#profileUserImg:hover #editUserProfile {
    top: 0 !important;
}
/*#profileUserImg:hover::before {*/
/*    top: 65% !important;*/
/*}*/

#editUserProfile {
    /*position: absolute;*/
    /*width: 32px;*/
    /*height: 32px;*/
    /*top: calc(100% - 32px);*/
    /*left: calc(100% - 32px);*/
    /*cursor: pointer;*/
    position: absolute;
    width: 100px;
    height: 100px;
    top: 100%;
    background-color: rgba(0,0,0, .75);
}






/*Cropper*/
:root{
    --primary-color: rgb(58,79,105);
    --secundary-color: rgb(157,167,180);
    --thir-color: rgb(233,95,133);
    --primary-color-hover: rgb(30, 50, 75);
    --secundary-color-hover:rgb(110, 116, 124);
}
.group{
    position: relative;
    width: 100px;
    height: 100px;
    padding: 0;
    outline: 1px solid rgb(157,167,180);
    border-radius: 50%;
    overflow: hidden;
}
.group .crop-image{
    width: 100%;
}
.group #input-file{
    display: none;
}
.group .label-file{
    position: absolute;
    text-align: center;
    width: 100%;
    margin: auto;
    background-color: rgba(157, 167, 180, 0.74);
    padding: 30px 70px;
    font-size: 16px;
    bottom: -101%;
    left: 0;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    color: rgb(58,79,105);
}
.group:hover .label-file{
    bottom: 0;
}

/*Cropper modal styles*/
/*.modal{*/
/*    background-color: rgba(0, 0, 0, 0.247);*/
/*    backdrop-filter: blur(0px);*/
/*    position: fixed;*/
/*    z-index: 2;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all 150ms ease-in-out;*/
/*    overflow: auto;*/
/*    padding: 20px;*/
/*}*/
/*.modal-content{*/
/*    width: 1200px;*/
/*    margin: auto;*/
/*    background-color: rgb(250, 250, 250);*/
/*    border-radius: 10px;*/
/*    overflow: hidden;*/
/*    transform: scale(0.9);*/
/*    opacity: 0;*/
/*    transition: 400ms 300ms all ease;*/
/*}*/
/*.modal-content .modal-header{*/
/*    width: 100%;*/
/*    padding: 20px 10px;*/
/*    text-align: center;*/
/*    background-color: rgb(249,249,249);*/
/*    box-shadow: 0px -2px 7px 1px rgba(0, 0, 0, 0.281);*/
/*    font-size: 18px;*/
/*}*/
/*.modal-content .modal-body{*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-start;*/
/*    gap: 10px;*/
/*    padding: 18px 10px;*/
/*}*/
/*.modal-body .content-imagen-cropper{*/
/*    width: 80%;*/
/*    height: 400px;*/
/*    padding: 5px;*/
/*    outline: 1px solid rgb(233,95,133);*/
/*}*/
/*.content-imagen-cropper .img-cropper{*/
/*    width: 100%;*/
/*}*/
/*.modal-body .content-imagen-sample{*/
/*    height: 200px;*/
/*    width: 200px;*/
/*    outline: 1px solid rgb(233,95,133);*/
/*    border-radius: 100%;*/
/*    overflow: hidden;*/
/*}*/
/*.modal-body .content-imagen-sample .img-sample{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*}*/
/*.modal-content .modal-footer{*/
/*    width: 100%;*/
/*    padding: 10px 10px;*/
/*    text-align: center;*/
/*    background-color: rgb(249,249,249);*/
/*    box-shadow: 0px 2px 7px 1px rgba(0, 0, 0, 0.281);*/
/*    font-size: 18px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-end;*/
/*    gap: 15px;*/
/*}*/
/*.modal.active{*/
/*    opacity: 1;*/
/*    backdrop-filter: blur(3px);*/
/*    visibility: visible;*/
/*}*/
/*.modal-content.active{*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*}*/
/*.modal.remove{*/
/*    opacity: 0;*/
/*    backdrop-filter: blur(0px);*/
/*    visibility: hidden;*/
/*    transition: 150ms 150ms all ease-in-out;*/
/*}*/
/*.modal-content.remove{*/
/*    transform: scale(0.9);*/
/*    opacity: 0;*/
/*    transition: 150ms all ease;*/
/*}*/

/*@media screen and (max-width: 1200px) {*/
/*    .modal-content{*/
/*        width: 100%;*/
/*    }*/
/*    .container{*/
/*        width: 90%;*/
/*    }*/
/*    .group{*/
/*        width: 400px;*/
/*        height: 400px;*/
/*        margin: auto;*/
/*    }*/
/*    .group .label-file{*/
/*        padding: 10px 10px 30px 10px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1200px) {*/
/*    .content-imagen-sample{*/
/*        display: none;*/
/*    }*/
/*    .modal-body .content-imagen-cropper{*/
/*        width: 100%;*/
/*    }*/
/*    .modal-content .modal-footer{*/
/*        flex-direction: column;*/
/*        gap: 5px;*/
/*    }*/
/*    .modal-footer .btn{*/
/*        width: 100%;*/
/*    }*/
/*    .container{*/
/*        width: 90%;*/
/*    }*/
/*    .group{*/
/*        width: 200px;*/
/*        height: 200px;*/
/*        margin: auto;*/
/*    }*/
/*}*/








/*Stepper JS*/
/*Background color*/
#grad1 {
    background-color: #9C27B0;
    background-image: linear-gradient(120deg, #FF4081, #81D4FA);
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 0px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 94%;
    margin: 0 3% 20px 3%;

    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    color: #9E9E9E;
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0;
}

/*Blue Buttons*/
#msform .action-button {
    width: 100px;
    background: skyblue;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px;
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}


/* ┌──────────────────────────────────────────────────┐ */
/* │                  PROFILE PAGE                    │ */
/* └──────────────────────────────────────────────────┘ */
.column-divider .vertical-divider {
    width: 1px;
    height: 100%;
    margin: 0 2rem;
    background-color: rgba(0,0,0,.125);
}


/* ┌──────────────────────────────────────────────────┐ */
/* │               COMPLETE PROFILE PAGE              │ */
/* └──────────────────────────────────────────────────┘ */
legend {
    position: relative;
}
legend:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background-color: slategray;
}
.invalid-tooltip {
    top: 63px;
}
#fileDocumentImage ~ label ~ .invalid-tooltip,
#fileResponsibleDocumentImage ~ label ~ .invalid-tooltip,
#fileResponsibleAuthorizationDocumentImage ~ label ~ .invalid-tooltip,
#filePolicyImage ~ label ~ .invalid-tooltip {
    top: 32px;
}
#imgLicensePhotoFeedback {
    /*display: block;*/
    position: relative;
    top: 2px;
    width: 128px;
    margin: 0 auto;
}
/*Checkbox Custom control*/
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
     border-color: #007bff;
     background-color: #007bff;
     box-shadow: #007bff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0 !important;
}
.custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
}
.custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
}
#imgLicensePhoto {
    width: 75px;
    height: 90px;
}


/* ┌──────────────────────────────────────────────────┐ */
/* │                 MEMBERSHIPS PAGE                 │ */
/* └──────────────────────────────────────────────────┘ */
.text-underlined {
    position: relative;
    margin-bottom: 1.5rem;
}
.text-underlined::after {
    content: "";
    background-image: linear-gradient(to right,#adb5bd 50%,#adb5bd 50%);
    font-weight: inherit;
    height: 3px;
    position: absolute;
    bottom: -.5rem;
    width: 46%;
    left: 50%;
    transform: translate(-50%);
}












/*TEST*/
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800);
.pricing6 {
    font-family: "Montserrat", sans-serif;
    color: #8d97ad;
    font-weight: 300;
}

.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
    color: #3e4555;
}

.pricing6 h5 {
    line-height: 22px;
    font-size: 18px;
}

.pricing6 .card.card-shadow {
    -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
    box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
    top: -20px;
    font-size: 16px;
}

.pricing6 .price-box .display-5 {
    line-height: 58px;
    font-size: 3rem;
}

.pricing6 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}

.pricing6 ul li {
    text-indent: -.95em;
    padding-left: 1.25em;
}


/* ┌──────────────────────────────────────────────────┐ */
/* │                   CHECKOUT PAGE                  │ */
/* └──────────────────────────────────────────────────┘ */
#paymentDetails .nav .nav-item .nav-link.active {
    color: #FFFFFF !important;
    background-color: #343a40 !important;
}
#paymentDetails .nav .nav-item .nav-link.active:hover {
    background-color: #171a1c !important;
}
#paymentDetails .nav .nav-item .nav-link {
    color: rgba(255,255,255,.5);
    transition: all .25s ease;
}
#paymentDetails .nav .nav-item .nav-link:hover {
    color: #FFFFFF;
}
#paymentDetails input:focus {
    outline: none;
    border-color: #ced4da;
}
#paymentDetails input#txtCardNumber:focus .input-group-append #paymentIcon {
    border-color: #ced4da !important;
}

/*region Three Dots*/
.stage {

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .375rem .75rem;
    margin: 0 -5%;
    overflow: hidden;
    height: 24px;
}
.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
}
.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}
.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

@keyframes dot-flashing {
    0% {
        background-color: #FFFFFF;
    }
    50%, 100% {
        background-color: rgba(255, 255, 255, 0.2);
    }
}
/*endregion*/


/* ┌──────────────────────────────────────────────────┐ */
/* │                MY MEMBERSHIPS PAGE               │ */
/* └──────────────────────────────────────────────────┘ */

/*region flip box*/
.flip-card {
    background-color: transparent;
    /*width: 300px;*/
    /*height: 300px;*/
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /*box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);*/
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: transparent;
    color: black;
}

.flip-card-back {
    background-color: transparent;
    color: black;
    transform: rotateY(180deg);
}
/*endregion*/

/*region membership cards*/
#myMemberships .flip-card {
    width: 8.57cm;
    height: 5.4cm;
}
#myMemberships .card {
    overflow: hidden;
}
#myMemberships .card-img-overlay {
    padding: .75rem !important;
}
#federationMembershipCard .card-title {
    font-size: 14px;
    font-weight: bold;
    float: none;
    text-align: left;
    margin-bottom: .5rem;
}
#federationMembershipCard .card-subtitle {
    font-size: 13px;
    text-align: left;
    margin-left: 2.25rem;
}
#federationMembershipCard .flip-card-front .card-content {
    display: flex;
    align-items: start;
}
#federationMembershipCard .card-content .card-content-left {
    margin-left: 2.25rem;
    margin-right: .75rem;
}
#federationMembershipCard .card-content .card-content-left > img {
    position: relative;
    width: 75px;
    height: 90px;
    margin-bottom: .25rem;
}
#federationMembershipCard .card-content .card-content-left .membership-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.1;
}
#federationMembershipCard .card-content .card-content-right {
    font-size: 10px;
    text-align: left;
}
#federationMembershipCard .card-content .card-content-right .card-text-label {
    display: inline-block;
    font-weight: bold;
    width: 70px;
}
#federationMembershipCard .flip-card-back .card-content {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
#federationMembershipCard .card-content .card-content-top {
    font-size: 8px;
    line-height: 1.2;
    text-align: justify;
}

#federationMembershipCard .card-content .card-content-bottom {
    font-size: 10px;
    text-align: left;
}
#federationMembershipCard .card-content .card-content-bottom p {
    line-height: 1.2;
}
#federationMembershipCard .card-content .card-content-bottom .card-text-label {
    display: block;
    font-weight: bold;
}
#federationMembershipCard .card-content .card-content-bottom .card-text-label ~ span {
    font-size: 9px;
}
#federationMembershipCard .expiry-date {
    position: relative;
    bottom: -6px;
    padding-right: 1rem;
}
#internationalMembershipCard .card-title {
    font-family: "Varela Round", sans-serif;
    font-size: 28px;
    font-weight: bolder;
    float: none;
    text-align: center;
    margin-left: 1rem;
    margin-bottom: 1.25rem;
    line-height: .75;
    letter-spacing: -2px;
}
#internationalMembershipCard .flip-card-front .card-content {
    display: flex;
    align-items: start;
}
#internationalMembershipCard .card-content .card-content-left {
    margin-left: .65rem;
    margin-right: 1rem;
}
#internationalMembershipCard .card-content .card-content-right {
    font-size: 10px;
    text-align: left;
}
#internationalMembershipCard .card-content .card-content-left > img {
    position: relative;
    width: 75px;
    height: 90px;
    background-color: #0c84ff;
    border: 1px solid #000000;
}
#internationalMembershipCard .card-content .card-content-right p {
    font-size: 10px;
    line-height: 1.25;
}
#internationalMembershipCard .card-content .card-content-right .card-text-label {
    display: inline-block;
    width: 90px;
}
#internationalMembershipCard .expiry-date {
    position: relative;
    bottom: -6px;
    text-align: left;
}
#internationalMembershipCard .expiry-date p {
    font-size: 10px;
}
#internationalMembershipCard .expiry-date p .card-text-label {
    display: inline-block;
    width: auto;
}

/*endregion*/





