@import url('partial/header.css');
@import url('partial/vars.css');
@import url('partial/compnents.css?v=1.1');
@import url('partial/footer.css');
@import url('partial/DIR-RTL.css');
@import url('partial/owl.carousel.min.css');
@import url('partial/owl.theme.default.min.css');
@import url('../fonts/line-icons-pro/line-icons-pro.css');
html,
body {
    height: 100%;
}
.nav > li {
    position: relative;
    display: table-cell !important;
    list-style-type: none !important;
}
.wrap > .container {
    padding: 0px 15px 20px !important;
}
li {
    list-style-type: none !important;
}
.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    color: #fff !important;
    background: #B1BFBE;
}
.list-disc-type {
    list-style-type: disc !important;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

/*.footer {
    height: 60px;
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
*/
.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the _navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}
@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}
.nav > li > form > button.logout:focus {
    outline: none;
}

.modal-backdrop.fade.show {
    display: none;
}


.view-container {
    background-color: #384150;
    color: white;
    margin: 0 auto;
    width: 1024px;
    clear: both;
}
@media screen and (min-width: 1000px){
    .refer-step-holder.str {
        display: inline-block;
        font-size: 14px;
        margin: 0 17px;
        text-align: center;
    }
}

.refer-step-holder {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
}

.refer-step-img {
    display: inline-block;
    position: relative;
}

.view-content {
    padding: 20px;
    padding-bottom: 40px;
}

.refer-header {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

@media screen and (min-width: 1000px){
    .refer-bold-text.str {
        font-size: 22px;
    }
}

.str-white-text {
    color: white;
    font-size: 18px;
    text-align: center;
}
.refer-ligh-text {
    font-size: 16px;
    text-align: center;
}

@media screen and (min-width: 1000px){
    .refer-terms-list.hide {
        display: block;
    }
}

.refer-terms-list {
    font-size: 14px;
    margin: 20px 0;
}

.refer-terms-list li {
    padding: 10px 0 10px 25px;
    position: relative;
}
.refer-terms {
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    text-decoration: underline;
    transition: all 300ms linear 0s;
}

.refer-bold-text {
    text-align: center;
    font-size: 18px;
}

.str-step-num {
    background-image: url(../images/how-work-step-circle.png);
    position: absolute;
    width: 43px;
    height: 41px;
    left: -32px;
}

.refer-button {
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.refer-button.str > a {
    background-color: #2ecc71;
    color: white;
}


.refer-button > a {
    background-color: #0a4a5f;
    border-radius: 4px;
    color: white;
    display: inline-block;
    max-width: 310px;
    padding: 10px;
    transition: all 300ms linear 0s;
    width: 100%;
}
@media screen and (min-width: 1000px){
    .refer-friend-page {
        display: table;
        margin: 15px auto;
        width: 74%;
    }
}

.str-step-num > span {
    left: 17px;
    position: absolute;
    top: 10px;
}


.refer-terms-list li::before {
    background-image: url(../images/my-orbex-inner.png);
    background-position: -461px -917px;
    background-repeat: no-repeat;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 9px;
    width: 20px;
}

@media screen and (max-width: 1000px) and (min-width: 320px){
    .view-content {
        background-color: #384150;
        border-radius: 4px;
        padding: 20px;
    }
    .view-container {
        background-color: #384150;
        color: #fff;
        margin: 0 auto;
        width: 100%;
        min-height: 910px;
        clear: none;
    }
}


.fas {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gray-text-icon{
    color: #63757f;
    font-size: 20px;
}
.gray-icon{
    color: #ecf0f1;
    font-size: 12px;
    margin-right: 5px;
}
.user-panel-custom {
    position: relative;
    width: 100%;
    padding: 4px;
    overflow: hidden;
}
.button-focus{
    box-shadow: 0px 0px 7px 5px #ced0d4;
}
.links-page-box {
    border-bottom: 1px solid #cbcdd0;
    float: left;
    padding-bottom: 10px;
    padding-top: 30px;
    width: 100%;
}
.links-page-box .links-text {
    color: black;
    float: left;
    font-size: 25px;
    line-height: 110px;
    text-align: center;
    width: 488px;
}
.video-img-cont {
    position: relative;
}
.playBtn {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    opacity: 0.55;

}
.box-result {
    border-bottom: 1px solid #303a44;
    margin-bottom: 33px;
    min-height: 292px;
    width: 100%;
    float: left;
}

/*.links-text-right {*/
/*width: 510px;*/
/*}*/

/*.links-text-right-msg {*/
/*color: #2f3943;*/
/*font-size: 15px;*/
/*}*/

/*.min-height-box {*/
/*min-height: 185px;*/
/*}*/
/*.links-text-right-box-href {*/
/*background-color: #f4f5fa;*/
/*float: left;*/
/*height: 58px;*/
/*margin-top: 14px;*/
/*width: 100%;*/
/*}*/
/*.iframeTxtBox {*/
/*margin: 0px;*/
/*height: 162px;*/
/*width: 483px;*/
/*resize: none;*/
/*border: none;*/
/*background-color: inherit;*/
/*outline: none;*/
/*font-weight: bold;*/
/*padding-top: 10px;*/
/*padding-left: 10px;*/
/*font-size: 15px;*/
/*}*/

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a {
    color: rgb(102, 102, 102);
    background: rgb(250, 250, 250);
}
.pagination > li > a, .pagination > li > span {
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 10px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    line-height: 1.42857;
    color: rgb(102, 102, 102);
    background-color: rgb(255, 255, 255);
    padding: 6px 12px;
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
}

.pagination>.active>a{
    z-index: 3;
    color:  rgb(102, 102, 102);
    cursor: default;
    background-color: #f4f4f4;
}

.pt-16 {
    padding-top: 16px !important;
}

.pl-pr-2{
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.filter-bar-container.commission {
    float: left;
    height: auto;
    margin-top: 17px;
    margin-bottom: 17px;

}
.filter-bar-container {
    background-color: #f2f2f2;
    height: 86px;
    margin-top: 30px;
    width: 100%;
}

.filter-bar-container.commission .filter-bar-content {
    float: left;
    padding: 14px 14px 30px 20px;
}
.filter-bar-content {
    padding: 14px 25px;
}
.filter-form-wrapper {
    float: left;
}
.filter-fileld-holder {
    float: left;
    margin-right: 10px;
}
.filter-bar-container.commission .filter-fileld-holder label {
    color: #2f3943;
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
}
.filter-bar-container.commission.custom-o .filter-form-input {
    background-position: 177px center;
    width: 182px;
    height: 38px;

}
.filter-bar-container.commission .filter-form-submit .submit-filter-form {
    margin-top: 32px;
}
.filter-form-submit .submit-filter-form {
    background-color: #80b230;
    border-color: #d3dfbf #d3dfbf #87a44d;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: white;
    cursor: pointer;
    font-size: 14.43px;
    height: 35px;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
    width: 100px;
}
.filter-form-submit {
    float: right;
    margin-right: 15px;
}

.text-s-10{
    font-size: 10px;
}

.marketing-logos-content .select-banner a {
    float: right;
    margin-bottom: 0;
    width: 140px;
}
.select-banner > a {
    margin: 2px;
    background-color: #188ded;
    border: 1px solid #188ded;
    color: white;
    display: inline-block;
    font-size: 16px;
    height: 38px;
    line-height: 37px;
    text-align: center;
    transition: all 300ms linear 0s;
    width: 140px;
}

.area-banner-code textarea {
    border: 1px solid #c0c2c5;
    border-radius: 4px;
    box-sizing: border-box;
    color: #4a5c66;
    margin-top: 10px;
    width: 98%;
}
.banner-msg {
    color: #2f3943;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    padding-top: 15px;
    padding-bottom: 15px;
}

.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.img-banner {
    max-width: 100%;
}


.social-img{
    padding-left: 10px;
}

.social-img img{
    width: 34px;
}

.right {
    float: right;
}
.links-text-right {
    width: 510px;
}

.links-text-right-msg {
    color: #2f3943;
    font-size: 15px;
}
.min-height-box {
    min-height: 185px;
}
.links-text-right-box-href {
    background-color: #eeeeee;
    float: left;
    height: 58px;
    margin-top: 14px;
    width: 100%;
}

.iframeTxtBox {
    margin: 0px;
    height: 162px;
    width: 483px;
    resize: none;
    border: none;
    background-color: inherit;
    outline: none;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 15px;
}
.content-wrapper {
    margin: 0 auto;
    width: 1000px;
}

.left{
    float: left;
}

.right{
    float: right;
}
.white-background{
    background: white;
}

.create-bank-link {
    color: #188ded;
    font-size: 12px;
}

.logo-partner {
    /*float: left;*/
}

.login-partner-title {
    color: white;
    float: left;
    font-size: 60px;
    padding-left: 67px;
    position: relative;
}


.login-partner-title > span {
    float: right;
    font-size: 28px;
    line-height: 100px;
    padding-left: 20px;
}

.partner-benefit-login {
    float: left;
    margin-top: 52px;
    width: 72%;
}

.partner-benefit-login li .benefit-icon1 {
    background-image: url(https://assets.iorbex.com/agent-area/login-partner-icons.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 63px;
}
.partner-benefit-login li .benefit-icon3 {
    background-image: url(https://assets.iorbex.com/agent-area/login-partner-icons.png);
    background-position: 0 -57px;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 63px;
}
.partner-benefit-login li .benefit-icon5 {
    background-image: url(https://assets.iorbex.com/agent-area/login-partner-icons.png);
    background-position: 0px -112px;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 63px;
}
.partner-benefit-login li .benefit-icon2 {
    background-image: url(https://assets.iorbex.com/agent-area/login-partner-icons.png);
    background-position: -128px 0px;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 63px;
}
.partner-benefit-login li {
    color: white;
    font-size: 18px;
    line-height: 61px;
}
.partner-benefit-login li .benefit-icon4 {
    background-image: url(https://assets.iorbex.com/agent-area/login-partner-icons.png);
    background-position: -128px -62px;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 63px;
}

.partner-benefit-login li .benefit-icon6 {
    background-image: url(https://assets.iorbex.com/agent-area/login-partner-icons.png);
    background-position: -128px -122px;
    background-repeat: no-repeat;
    float: left;
    height: 50px;
    width: 63px;
}

.logo-partner {
    /*float: left;*/
}

.banners-size{
    max-height: 350px;
    max-width: 500px;
}
.view-container.overide-back {
    background-color: transparent;
}
.view-container.overide-back .news-filter-wrapper label.field-title {
    color: #374250;
}

@media (max-width:767px){
    .cstm-moda-height {
        height: 100vh !important;;
    }
}

[lang=de] .partner-benefit-login ,[lang=pl] .partner-benefit-login{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2rem;
    width: auto;
}
@media (max-width:991px){
    [lang=de] .partner-benefit-login ,[lang=pl] .partner-benefit-login{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

}
.bg-wallet {
    background-color: #188ded;
    color: white;
}


.spanner{
    position:absolute;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display:block;
    text-align:center;
    height: 300px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay{
    position: fixed;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show{
    visibility: visible;
}

.spanner, .overlay{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
    opacity: 1
}


.modalbox.success,
.modalbox.error {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
}
.modalbox.success.animate .icon,
.modalbox.error.animate .icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.modalbox.success h1,
.modalbox.error h1 {
    font-family: 'Montserrat', sans-serif;
}
.modalbox.success p,
.modalbox.error p {
    font-family: 'Open Sans', sans-serif;
}

.modalbox.success button,
.modalbox.error button,
.modalbox.success button:active,
.modalbox.error button:active,
.modalbox.success button:focus,
.modalbox.error button:focus {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    width: 80%;
    background: transparent;
    color: #188ded;
    border-color: #188ded;
    outline: none;
}
.modalbox.success button:hover,
.modalbox.error button:hover,
.modalbox.success button:active:hover,
.modalbox.error button:active:hover,
.modalbox.success button:focus:hover,
.modalbox.error button:focus:hover {
    color: #fff;
    background: #DAA520;
    border-color: transparent;
}

.modalbox.success .icon,
.modalbox.error .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #188ded;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.modalbox.success .icon span,
.modalbox.error .icon span {
    postion: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.modalbox.success .ok button,
.modalbox.success .ok button:active,
.modalbox.success .ok button:focus {
    color: #188ded;
    border-color: #188ded;
}
.modalbox.success .ok button:hover,
.modalbox.success .ok button:active:hover,
.modalbox.success .ok button:focus:hover {
    color: #fff;
    background: #188ded;
}

.modalbox.error button,
.modalbox.error button:active,
.modalbox.error button:focus {
    color: #f44336;
    border-color: #f44336;
}
.modalbox.error button:hover,
.modalbox.error button:active:hover,
.modalbox.error button:focus:hover {
    color: #fff;
    background: #f44336;
}




.modalbox.error .icon {
    background: #f44336;
}

.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
}
.center .change {
    clearn: both;
    display: block;
    font-size: 10px;
    color: #ccc;
    margin-top: 10px;
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 25%;
    }
}
@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 25%;
    }
}
@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 25%;
    }
}
@-moz-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-webkit-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-o-keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@keyframes fall-in {
    0% {
        -ms-transform: scale(3, 3);
        -webkit-transform: scale(3, 3);
        transform: scale(3, 3);
        opacity: 0;
    }
    50% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
    }
    60% {
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}
@-moz-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
@-webkit-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
@-o-keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
@keyframes plunge {
    0% {
        margin-top: -100%;
    }
    100% {
        margin-top: 15%;
    }
}
.blue-important {
    background-color: #188ded!important;
}
p.card-text i.gray-text-icon {
    color: #178ded;
    margin: 0px 8px;
}
.modal-open{
    overflow:auto !important;
}

/* Social Trading Redirect Styles */
.social-redirect-container {
    padding: 40px 0;
    min-height: 60vh;
}

.redirect-content {
    padding: 20px 0;
}

.provider-info, .follower-info {
    margin-bottom: 30px;
}

.provider-info i {
    color: #007bff;
}

.follower-info i {
    color: #28a745;
}

.redirect-content ul {
    display: inline-block;
    text-align: left;
    max-width: 400px;
}

.redirect-content li {
    margin-bottom: 8px;
    color: #6c757d;
}

.email-credentials-info {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.email-credentials-info .alert {
    border-radius: 8px;
    border: 1px solid #bee5eb;
}

.email-credentials-info i {
    display: block;
    margin-bottom: 10px;
}

.redirect-status {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.redirect-actions {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}



.existing-account-section {
    margin-bottom: 30px;
}

.existing-account-section .card {
    border: 1px solid #28a745;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.existing-account-section .card-header {
    border-bottom: 1px solid #28a745;
    border-radius: 8px 8px 0 0;
    padding: 25px;
}

.existing-account-section .card-header h4 {
    margin: 0;
    font-size: 1.25rem;
}

.existing-account-section .card-header i {
    margin-right: 8px;
}

.existing-account-section .header-icon {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.existing-account-section .card-header .d-flex {
    gap: 20px;
}

.login-actions .btn {
    padding: 12px 24px;
    font-size: 1.1rem;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.login-actions .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.alert-info {
    border-radius: 8px;
    border: 1px solid #bee5eb;
}
.social-redirect-container {
    padding: 40px 0;
    min-height: 60vh;
}

.redirect-content {
    padding: 20px 0;
}

.provider-info, .follower-info {
    margin-bottom: 30px;
}

.provider-info i {
    color: #007bff;
}

.follower-info i {
    color: #28a745;
}

.redirect-content ul {
    display: inline-block;
    text-align: left;
    max-width: 400px;
}

.redirect-content li {
    margin-bottom: 8px;
    color: #6c757d;
}

.email-credentials-info {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.email-credentials-info .alert {
    border-radius: 8px;
    border: 1px solid #bee5eb;
}

.email-credentials-info i {
    display: block;
    margin-bottom: 10px;
}

.redirect-status {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.redirect-actions {
    border-top: 1px solid #dee2e6;
    padding-top: 20px;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}
/* Social Trading Page Enhancements */

/* Progress Steps */
.progress-steps {
    padding: 20px 0;
}

.progress-steps .step {
    position: relative;
    padding: 15px 10px;
}

.progress-steps .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    height: 2px;
    background: #e9ecef;
    transform: translateY(-50%);
}

.progress-steps .step.active .step-icon {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    transform: scale(1.1);
}

.progress-steps .step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    border: 3px solid #e9ecef;
}

.progress-steps .step h6 {
    font-weight: 600;
    color: #495057;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 20px;
}

.section-header i {
    display: block;
    margin-bottom: 15px;
}

.section-description {
    color: #6c757d;
    line-height: 1.6;
    font-size: 1.1rem;
}

/* Benefits List */
.benefits-list {
    list-style: none;
    padding: 0;
}

.benefits-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #495057;
}

.benefits-list li i {
    margin-right: 10px;
    font-size: 1.1rem;
}

/* Role Options */
.role-option {
    background: #f8f9fa;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.role-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    transition: all 0.3s ease;
}

.role-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    border-color: #007bff;
}

.role-option.provider-role::before {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.role-option.follower-role::before {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.role-option .role-icon {
    text-align: center;
    margin-bottom: 15px;
}

.role-option .role-content h5 {
    color: #495057;
    margin-bottom: 15px;
    font-weight: 600;
}

.role-option .role-content p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
}

.role-option .role-content ul {
    list-style: none;
    padding: 0;
}

.role-option .role-content li {
    padding: 5px 0;
    display: flex;
    align-items: center;
    color: #495057;
}

.role-option .role-content li i {
    margin-right: 10px;
    font-size: 0.9rem;
}

/* Existing Account Section */
.existing-account-section .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.existing-account-section .card-header {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
    border: none;
    padding: 25px;
}

.existing-account-section .header-icon {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.existing-account-section .card-body {
    padding: 30px;
}

.account-benefits .benefit-item {
    text-align: center;
    padding: 15px;
}

.account-benefits .benefit-item i {
    margin-bottom: 10px;
}

.account-benefits .benefit-item h6 {
    color: #495057;
    font-weight: 600;
    margin: 0;
}

/* Login Button */
.btn-pulse {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.btn-pulse::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-pulse:hover::before {
    width: 300px;
    height: 300px;
}

.btn-pulse:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.3);
}

/* Application Section */
.application-section .card {
    border-radius: 15px;
    overflow: hidden;
}

.application-section .card-header {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    border: none;
    padding: 30px;
}

.application-section .card-header .d-flex {
    gap: 25px;
    align-items: center;
}

.application-section .card-header i {
    flex-shrink: 0;
}

.application-section .alert {
    border-radius: 10px;
    border: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .progress-steps .step:not(:last-child)::after {
        display: none;
    }
    
    .progress-steps .step {
        margin-bottom: 20px;
    }
    
    .role-option {
        margin-bottom: 15px;
    }
    
    .existing-account-section .card-body,
    .application-section .card-body {
        padding: 20px;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.social-trading-info .card {
    animation: fadeInUp 0.6s ease-out;
}

.role-option {
    animation: fadeInUp 0.6s ease-out 0.2s both;
}

.existing-account-section {
    animation: fadeInUp 0.6s ease-out 0.4s both;
}

.application-section {
    animation: fadeInUp 0.6s ease-out 0.6s both;
}

/* Social Trading CSS starts here */

/* Form and Dropdown Styling - Minimal to avoid conflicts */
.form-control:focus, .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    outline: none;
}

/* Ensure form elements work properly */
.form-control, .form-select, select, input, textarea {
    font-size: inherit !important;
    line-height: inherit !important;
}

/* Reset any problematic styles */
select option {
    font-size: inherit !important;
    padding: 8px 12px !important;
}

/* Ensure placeholder text is visible */
.form-control::placeholder,
.form-select::placeholder,
select::placeholder {
    color: #6c757d !important;
    opacity: 1 !important;
}

/* Form Wizard Styling - Minimal to avoid conflicts */
.form-wizard .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
}

.form-wizard .btn-primary:hover {
    background: linear-gradient(135deg, #0056b3, #004085);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

/* Modal Styling */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.modal-title {
    font-weight: 600;
}

.modal-body {
    padding: 25px;
}

.modal-footer {
    border-top: none;
    padding: 20px 25px 25px;
}
.social-trading-info {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    padding: 20px 0;
}

.social-trading-info .card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
}

.social-trading-info .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #007bff, #28a745, #ffc107, #dc3545);
    z-index: 1;
}

.social-trading-info .card-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border: none;
    padding: 20px;
    text-align: center;
}

.social-trading-info .card-header h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

/* Progress Steps */
.progress-steps {
    padding: 20px 0;
    background: rgba(255,255,255,0.9);
    border-radius: 12px;
    margin: 0 15px 20px 15px;
}

.progress-steps .step {
    position: relative;
    padding: 15px 10px;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.progress-steps .step.active {
    opacity: 1;
}

.progress-steps .step:hover {
    opacity: 0.9;
}

.progress-steps .step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #007bff, #e9ecef);
    transform: translateY(-50%);
    border-radius: 1px;
}

.progress-steps .step.active .step-icon {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0,123,255,0.3);
}

.progress-steps .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    border: 3px solid #e9ecef;
    font-size: 1.2rem;
}

.progress-steps .step h6 {
    font-weight: 600;
    color: #495057;
    margin-top: 10px;
    font-size: 0.95rem;
}

.progress-steps .step small {
    color: #6c757d;
    font-weight: 500;
    font-size: 0.8rem;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.section-header i {
    display: block;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.8rem;
}

.section-header h4 {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
    position: relative;
    font-size: 1.3rem;
}

.section-header h4::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-radius: 1px;
}

.section-description {
    color: #6c757d;
    line-height: 1.6;
    font-size: 1rem;
    font-weight: 400;
}

/* Benefits List */
.benefits-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
}

.benefits-list li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.benefits-list li:hover {
    transform: translateX(8px);
    color: #007bff;
}

.benefits-list li i {
    margin-right: 12px;
    font-size: 1rem;
    color: #28a745;
    min-width: 18px;
}

/* Role Options */
.role-option {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
}

.role-option::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(135deg, #007bff, #0056b3);
    transition: all 0.3s ease;
}

.role-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    border-color: #007bff;
}

.role-option.provider-role::before {
    background: linear-gradient(135deg, #007bff, #0056b3);
}

.role-option.follower-role::before {
    background: linear-gradient(135deg, #28a745, #1e7e34);
}

.role-option .role-icon {
    text-align: center;
    margin-bottom: 15px;
    background: rgba(0,123,255,0.1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px auto;
    transition: all 0.3s ease;
}

.role-option.provider-role .role-icon {
    background: rgba(0,123,255,0.1);
    color: #007bff;
}

.role-option.follower-role .role-icon {
    background: rgba(40,167,69,0.1);
    color: #28a745;
}

.role-option .role-content h5 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

.role-option .role-content p {
    color: #6c757d;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: center;
    font-size: 0.9rem;
}

.role-option .role-content ul {
    list-style: none;
    padding: 0;
}

.role-option .role-content li {
    padding: 6px 0;
    display: flex;
    align-items: center;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 0.85rem;
}

.role-option .role-content li:hover {
    transform: translateX(4px);
    color: #007bff;
}

.role-option .role-content li i {
    margin-right: 10px;
    font-size: 0.9rem;
    min-width: 16px;
}

.role-option.provider-role .role-content li i {
    color: #007bff;
}

.role-option.follower-role .role-content li i {
    color: #28a745;
}

/* Existing Account Section */
.existing-account-section .card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(40,167,69,0.15);
}

.existing-account-section .card-header {
    background: linear-gradient(135deg, #28a745, #1e7e34) !important;
    border: none;
    padding: 20px;
    position: relative;
}

.existing-account-section .header-icon {
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.3);
}

.existing-account-section .card-body {
    padding: 25px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

.account-benefits .benefit-item {
    text-align: center;
    padding: 15px 10px;
    transition: all 0.3s ease;
}

.account-benefits .benefit-item:hover {
    transform: translateY(-3px);
}

.account-benefits .benefit-item i {
    margin-bottom: 10px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 2rem;
}

.account-benefits .benefit-item h6 {
    color: #2c3e50;
    font-weight: 600;
    margin: 0;
    font-size: 0.95rem;
}

/* Login Button */
.btn-pulse {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    border-radius: 25px;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border: none;
    font-size: 0.9rem;
}

.btn-pulse::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.5s, height 0.5s;
}

.btn-pulse:hover::before {
    width: 300px;
    height: 300px;
}

.btn-pulse:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(40, 167, 69, 0.3);
}

/* Application Section */
.application-section .card {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,123,255,0.15);
}

.application-section .card-header {
    background: linear-gradient(135deg, #007bff, #0056b3) !important;
    border: none;
    padding: 20px;
    position: relative;
}

.application-section .card-body {
    padding: 25px;
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
}

/* Info Box */
.info-box {
    background: linear-gradient(135deg, #ffffff, #f8f9fa);
    padding: 25px;
    border-radius: 15px;
    border: 2px solid #e9ecef;
    box-shadow: 0 5px 15px rgba(0,0,0,0.06);
}

/* Responsive Design */
@media (max-width: 768px) {
    .social-trading-info {
        padding: 15px 0;
    }
    
    .social-trading-info .card-header h3 {
        font-size: 1.5rem;
    }
    
    .progress-steps .step:not(:last-child)::after {
        display: none;
    }
    
    .progress-steps .step {
        margin-bottom: 20px;
    }
    
    .progress-steps .step-icon {
        width: 45px;
        height: 45px;
        font-size: 1rem;
    }
    
    .role-option {
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .existing-account-section .card-body,
    .application-section .card-body {
        padding: 20px;
    }
    
    .btn-pulse {
        padding: 10px 25px;
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .social-trading-info .card-header {
        padding: 15px;
    }
    
    .social-trading-info .card-header h3 {
        font-size: 1.4rem;
    }
    
    .progress-steps {
        margin: 0 10px 15px 10px;
        padding: 15px 10px;
    }
    
    .role-option {
        padding: 15px;
        margin-bottom: 15px;
    }
    
    .existing-account-section .card-header,
    .application-section .card-header {
        padding: 15px;
    }
    
    .existing-account-section .card-body,
    .application-section .card-body {
        padding: 20px 15px;
    }
}

/* Hover Effects */
.role-option:hover .role-icon {
    transform: scale(1.05);
}

.benefit-item:hover i {
    transform: scale(1.1);
}

/* Focus States for Accessibility */
.btn-pulse:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.3);
}

.role-option:focus-within {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}



/* Alert Styling */
.alert-info {
    background: linear-gradient(135deg, #d1ecf1, #bee5eb);
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}