/* Copy from exipay-ui- spa site styles.scss (2020-07-09) */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 0.8125rem;
}

a {
    color: #3A34B4;
}

#page-topbar {
    background-color: #F0F6F7;
}
.exi-sticky-container {
    padding-top: 76.56px;
}
.sidebar-enable .exi-sticky-filter {
left: 70px;
}
.exi-sticky-filter {
    position: fixed;
    top: 70px;
    left: 250px;
    right: 0;
    z-index: 1001;
    border-radius: 0!important;
}
.exi-sticky-card {
    position: sticky;
    top: 169px;
}

.exi-gradient-bg {
    background: url("../img/newbg.png") no-repeat bottom, #F9F9F9; 
    background-size: contain;
    background-position: bottom;
    background-attachment: fixed;
    min-height: 100vh;
}

@media (max-width:800px) {
  .footer-img {
    display: none;
  }
}

@media (min-width:426px) and (max-width:1024px) {
    .exi-gradient-bg {
        background: url("../img/newbg.png") no-repeat bottom, #F9F9F9;
        background-size: contain;
        background-position: bottom;
        background-attachment: fixed;
    }
}

.exi-login-footer {
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translateX(-50%);
}
.top-0 {
    top:0!important;
}
.card  {
    background: #F9F9F9;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.16), -4px -4px 12px #FFFFFF;
    border-radius: 16px;
}
.btn {
    padding: 0.47rem 1.25rem;
    font-weight: 500;
    letter-spacing: 0.25px;
    font-size: 0.8125rem;
    line-height: 1.5;
}
.btn-primary {
    color: #fff;
    background-color: #3A34B4;
    border-color: #3A34B4;
}
.btn-primary:hover {
    color: #fff;
    background-color: #302b96;
    border-color: #2d298c;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2d298c;
    border-color: #2a2683;
}

.btn-danger {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #EB5757;
}
.btn-warning {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #F2C94C;
}
.btn-success {
    color: #03E88A;
    background-color: #ffffff;
    border-color: #ffffff;
}
.btn, .nav-pills .nav-link {
    border-radius: 1.25rem;
    box-shadow: -4px -4px 12px transparent, 4px 4px 12px rgba(0, 0, 0, 0.16);
}
.nav-pills>.nav-item {
    margin-right: 0.5rem;
}
.nav-pills>.nav-item:last-child {
    margin-right: 0;
}  
.exi-user-data-grid {
    min-width: 411px;
}
.exi-topnav {
    background: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    position: fixed;
    left: 250px;
    right: 0;
    z-index: 100;
    top: 70px;
}
.exi-thin-container {
    max-width: 1091px;
    margin: auto;
}
.exi-store-banner {
    height: 150px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
label {
    font-weight: 600;
    color: #3A34B4;
}
h2 {
    color: #3A34B4;
	font-size: 1.6rem;
}
.text-primary {
    color: #3A34B4!important;
}
.text-muted {
    color:#828282!important;
}
.footer-img {
    position: fixed;
    bottom: 36px;
    left: 36px;
}
.footer-copyright {
    position: absolute;
    bottom: 36px;
    left: 50%;
    transform: translateX(-50%);
}
.lock-img {
    margin-bottom: 4px;
    margin-right: 4px;
}
.custom-control-label {
    padding-top: 2.9px; 
}
.pagination-rounded .page-link {
    box-shadow: -4px -4px 12px transparent, 4px 4px 12px rgba(0, 0, 0, 0.16);
    width: 37px;
    height: 37px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.bg-light {
    background-color: #f0f6f7 !important;
}
.exi-img-upload {
    position: relative;
}
.exi-upload-actions {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.exi-img-upload:hover .exi-upload-actions{
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
div .exi-upload-actions.rounded {
    border-radius: 50%!important;
}
.avatar-sm {
    object-fit: cover;
}
textarea {
    resize: none;
}
#sidebar-menu ul li a {
    display: flex;
    align-items:center;
}
#sidebar-menu .has-arrow:after {
    position: absolute;
    right: 10px;
}
.rounded {
    border-radius: 16px !important;
}
.exi-adv-data {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    border-radius: 0px 0px 16px 16px;
}
.exi-adv-img {
    height: 400px!important;
    object-fit: cover;
}
.carousel, .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    outline:0!important
}
.swal2-icon.swal2-info {
    border-color: #9de0f6;
    color: #3fc3ee;
}
.swal2-icon {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 1.25em auto 1.875em;
    border: .25em solid transparent;
    border-radius: 50%;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swal2-icon .swal2-icon-content {
    display: flex;
    align-items: center;
    font-size: 3.75em;
}
.exi-alert {
    color: #EB5757;
    background-color: transparent;
    border:none;
    padding:0;
}
.form-control {
    display: block; 
    width: 100%; 
    height: calc(1.5em + 0.94rem + 2px); 
    padding: 0.47rem 0.75rem; 
    font-size: 0.8125rem!important; 
    font-weight: 400; 
    line-height: 1.5; 
    color: #495057; 
    background-color: #fff; 
    background-clip: padding-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.iti {
    width: 100%;
}

.form-group.has-error {
    margin-bottom: 0.2rem;
}

/* Modifications per realm */
html[data-realm="app"] .form-control {
    border: none;
    border-radius: 20px;
    box-shadow: inset 0px 2px 9px rgba(58, 58, 58, 0.2);
}

html:not([data-realm="app"]) .form-control {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

html[data-realm="app"] body {
    background-color: #F0F6F7;
}

html:not[data-realm="app"] body {
    background-color: #F9F9F9;
}

html:not([data-realm="app"]) .form-control {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}




/* Csak mobil */

.mobile-title {
    color: #859EAD;
    padding-right: 15px;
    padding-left: 15px;
}
.mobile-container {
    min-height: 100vh;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    background: #F9F9F9;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    box-shadow: 0px -4px 12px rgb(124 158 178 / 15%);
}
