@import url("reset.css");
@import url("font-face.css");
@import url("responsive.gs.12col.css");
@import url("mp.css");
@import url("nice-select.css");
@import url("animate.css");
@import url("swal.css");
@import url("toastr.css");

body {
    position: relative;
    font-family: 'Geomanist';
    font-weight: normal;
    font-style: normal;
    color: #133c55;
    overflow-x: hidden;
    line-height: 21px;
    background: linear-gradient(45deg, rgba(72, 135, 199, 0.65), rgba(48, 150, 209, 0.65), rgba(41, 159, 214, 0.65), rgba(16, 178, 227, 0.65));
}

body::before {
    content: "";
    background-image: url('../img/payguru_logo_diagonal.png'); /* Arka plan resmi */
    background-repeat: repeat;
    background-position: center;
    background-clip: content-box;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; /* Arka plana gönder */
}

.header {
    background-color: #FFFFFF;
    width: 100%;
    height: 60px;
    z-index: 2;
}

.header .logo img {
    height: 65px;
    padding: 0;
    margin-left: 10px;
}
.header .logo {
    /*padding: 16px;*/
    float: left;
    width: 50%;
}

.header .merchant-logo img {
    height: 60px;
    padding: 5px;
}

.header .merchant-logo {
    /*padding: 10px;*/
    float: right;
}

.box-full {
    margin: 50px auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 500px;
}

.box-full .text {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding: 5px;
    line-height: 21px;
    font-size: 16px;
}

.box-full .text b {
    font-weight: 600;
}

.box {
    margin: 25px auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 6px #dcdcdc;
    width: 600px;
    display: table;
}

.blue {
    background-color: #3169D6;
}

.dark-blue {
    background-color: #3da8e0;
}

.box-left {
    width: 291px;
    border-top-left-radius: 10px;
    height: 355px;
    border-bottom-left-radius: 10px;
    float: left;
}

.title {
    border-bottom: 1px solid #103263;
    padding: 15px;
    margin: 10px 0 0px 30px;
    width: 90%;
    font-size: 20px;
    margin-left: 5%;
}

.box-left .text {
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    padding: 5px;
    line-height: 28px;
    font-size: 15px;
}

.disabled-confirmbtn {
    -webkit-transition: background-color 1s ease-out, color 1s ease-out;
    -moz-transition: background-color 1s ease-out, color 1s ease-out;
    -o-transition: background-color 1s ease-out, color 1s ease-out;
    transition: background-color 1s ease-out, color 1s ease;
    color: #848484 !important;
}

.disabled-confirmbtn:hover {
    background-color: #848484 !important;
    color: #FFFFFF !important;
}

.box-left .text b {
    font-weight: 600;
}

.box-right {
    width: 519px;
    border-radius: 10px;
    float: left;
    padding: 30px;
}

.btn {
    font-family: Geomanist;
    padding: 10px 20px;
    border: none;
    color: #FFFFFF;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}

.btn:hover {
    background-color: #3169D6;
    cursor: pointer;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
}

.bank-info b {
    font-weight: 600;
}

.black-opactiy {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    display: none;
}

.footer {
    font-size: 13px;
}

.footer b {
    font-weight: 600;
}

.show800 {
    display: none;
}

.radius-top {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.radius-bottom {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.border-none {
    border: none;
}

.bank-info {
    padding: 0px 0 20px 0px;
    line-height: 25px;
}

.overlay-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    pointer-events: none;
    font-size: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000;
    opacity: 0;
    transition: opacity .3s;
}

.modal-loading {
    width: 478px;
    height: 300px;
    background-color: #3169D6 !important;
    border-radius: 15px !important;
    pointer-events: none;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    position: static;
    margin: 20px auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 10001;
    transition: opacity .2s, -webkit-transform .3s;
    transition: transform .3s, opacity .2s;
    transition: transform .3s, opacity .2s, -webkit-transform .3s;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    padding: 5px;
}

.bold{
    font-weight: bold;
}

.element-group{
    display: inline-block;
    width: 60%;
    margin-left: 20%;
    padding-bottom: 3px;
    border-bottom: 1px solid #103263;
    color: #103263;
    font-size: 12px;
}

.element-textarea-group{
    display: inline-block;
    width: 60%;
    margin-left: 20%;
    padding-bottom: 3px;
    border: 1px solid #103263;
    border-radius: 15px;
    color: #103263;
    font-size: 12px;
    margin-top: 20px;
}

.form-label{
    float: left;
    margin-top: 20px;
    line-height: 30px;
    width: 40%;
    text-align: right;
    padding-right: 10px;
    border-right: 1px solid #103263;
    margin-bottom: 0;
    font-weight: 100;
}

.form-input{
    float: left;
    padding: 12px;
    width: 60%;
    margin-top: 16px;
    border: 0;
    height: 35px;
}
.form-textarea{
    width: 60%;
    border: 0;
    height: 70px;
    padding: 12px;
}

.box h2{
    margin: 0 auto;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
}

.submit-btn{
    -webkit-tap-highlight-color: transparent;
    background-color: #103263;
    border-radius: 50px!important;
    box-sizing: border-box;
    clear: both;
    font-family: inherit;
    height: 42px;
    text-align: center!important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #FFFFFF;
    padding: 0 30px!important;
    margin: 0 auto!important;
    display: block!important;
}
.element-textarea-group .form-label {
    margin-top: 5px;
}

.no-margin {
    margin: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}


@media (max-width: 800px) {
    .box {
        width: 80%;
    }

    .hide800 {
        display: none;
    }

    .show800 {
        display: block;
    }
}

@media (max-width: 600px) {
    .box-full {
        width: 96%;
    }
    .element-group{
        width: 90%;
        margin-left: 5%;
    }

    .mt50{
        margin-top: 20px;
    }
    .element-group{
        font-size: 10px;
    }

}

@media (max-width: 376px) {
    .box-full {
        width: 96%;
    }

    .font-size-50 {
        font-size: 25px;
    }

    .header .logo {
        width: 50%;
    }

    .merchant-logo {
        width: 50%;
    }

    .box-full .text {
        font-size: 15px;

    }

    .title{
        font-size: 16px;
    }

    .element-group{
        font-size: 10px;
    }
}

.loading-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.loading-content {
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.loader {
    transform: rotateZ(45deg);
    perspective: 1000px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    color: #fff;
    position: relative;
    margin: auto;
}
.loader:before,
.loader:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    transform: rotateX(70deg);
    animation: 1s spin linear infinite;
}
.loader:after {
    color: #007BFF;
    transform: rotateY(70deg);
    animation-delay: .4s;
}

.center {
    display: grid;
    justify-content: center;
}