﻿#logo {
    text-decoration: none;
    border: 0;
    width: 169px;
    height: 43px;
    margin: 0;
    padding: 0;
    background: url(../img/logo-cielo.png) no-repeat 0 0;
    margin-bottom: 14px;
}

    #logo a {
        display: block;
        height: 43px;
        text-indent: -9999px;
    }

#foot {
    position: absolute;
    top: 40px;
    right: 0;
    text-decoration: none;
    border: 0;
    width: 153px;
    height: 118px;
    margin: 0;
    padding: 0;
    background-size: 153px 118px;
}

.input-validation-error {
    border-color: #e6a64b;
    background-color: #ffe4e4;
}

.field-validation-error {
    color: #A00;
}

.validation-summary-errors {
    font-family: 'avenir_85_heavyregular', sans-serif;
    line-height: normal;
    padding: 5px 0px;
    color: #A00;
}

#connect-options a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 2px;
    background: url(../img/connect-options.png) no-repeat;
    overflow: hidden;
    text-indent: -1000px;
    border: 0;
}

#connect-options .fb {
    background-position: -30px 0;
}

#connect-options .gplus {
    background-position: -60px 0;
}

#connect-options {
    position: relative;
    top: -40px;
    right: 5px;
    background: #FFF;
    border-radius: 5px;
    padding: 3px;
    display: inline;
    float: right;
    margin-bottom: -40px;
    height: 34px;
}

    #connect-options p {
        position: absolute;
        top: 10px;
        left: -75px;
        width: 75px;
    }

.antifraudrisklistbox {
    background: #d9d9d9;
    border: 2px solid #d9d9d9;
    font: 12px 'avenir_45_bookregular', sans-serif;
    padding: 3px 8px;
    width: 400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    margin: 10px 12px;
}

.dt-text {
    margin-top: 5px;
    margin-bottom: 4px;
}

.m-0 {
    margin: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-3 {
    margin-top: 20px;
}

.login-card {
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    min-height: 250px !important;
    background: #FFF;
    border: 1px solid #dddadd;
    border-radius: 4px;
}

    .login-card.col-12 {
        width: 94%;
    }

.main-body {
    background: #FFF;
    border: 1px solid #dddadd;
}

.alert-text {
    color: #A00;
}

.patvoucher-new-warning {
    display: flex;
    background-color: #EFE8FF;
    padding-left: 12px;
    gap: 16px;
    border-radius: 12px;
    font-weight: bold;
    color: #5B169C; 
}

.patvoucher-warning {
    display: flex;
    background-color: #EFE8FF;
    padding: 12px;
    gap: 16px;
    border-radius: 12px;
    margin-top: 16px;
}

.patvoucher-warning i {
    color: #6F18BF;
    font-size: 18px;
}

.patvoucher-warning h5 {
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

.patvoucher-warning p {
    margin: 0px;
}

.patvoucher-warning.idpay {
    position: relative;
    margin-bottom: 32px;
}

.patvoucher-warning.idpay a {
    font-weight: bold;
    color: #000;
}

.external-link {
    font-weight:700;
    color: #000;
}

.modal-button {
    font-weight: 700;
    color: #000;
    background: none;
    border: none;
    text-decoration: underline;
    cursor: pointer;
}

.c2pModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.clickToPayModal-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 32px 24px;
    width: 100%;
    max-width: 584px;
    border-radius: 24px;
}

.clickToPayModal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

    .clickToPayModal-header h2 {
        font-size: 20px;
        line-height: 28px;
    }

.clickToPayModal-close {
    width: 44px;
    height: 44px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 9999;
}

    .clickToPayModal-close span {
        font-size: 24px;
        font-family: montserrat;
    }

.clickToPayModal-body {
    overflow-y: auto;
}

.clickToPayModal-text {
    max-width: 550px;
    height: 205px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #5C6A7B;
}

.clickToPayModal-footer {
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}


.close {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.spinner {
    /*   for centering div */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*   spinner div css */
    height: 50px;
    width: 50px;
    border-radius: 50%;
    /*   background-color : red; */
    border: 10px solid #ccc;
    border-top-color: #007bff;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
