@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat.ttf');
}

@font-face {
    font-family: Montserrat_Bold;
    src: url('../fonts/Montserrat_Bold.ttf');
}

@font-face {
    font-family: 'Credit Card';
    src: url('../fonts/CreditCard.eot');
    src: url('../fonts/CreditCard.eot?#iefix') format('embedded-opentype'), url('../fonts/CreditCard.woff') format('woff'), url('../fonts/CreditCard.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.ant-picker-clear {
    display: none
}
/*html, body {
    --diners-blue: #031A6E;
    --diners-dark: #222222;
    --background: #efefef;
    --gray1: #aaaaaa;
    --padding-small: 10px;
    --padding-medium: 15px;
    --padding-common: 20px;
    --padding-content: 10px 20px;
    --radius-common: 8px;
    --offset-content: 200px;
    --content-big: 400px;
    --content-medium: 200px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height:100%;
}*/

html {
    scroll-behavior: smooth;
}

html, body {
    height:100%;
}



a, .btn-link {
    color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}*/

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


/*CUSTOM CSS*/
.common-content {
    padding: var(--padding-content);
    background-color: white;
    border-radius: var(--radius-common)
}

.no-pt {
    padding-top: 0px !important;
}

.desktop {
    display:block;
}

.mobile {
    display: none;
}

/*.row {
    margin-left: unset !important;
    margin-right: unset !important;
}*/

.center-form {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

input {
    font-family: Montserrat !important;
    font-size: 14px !important;
}

.btn {
    width: 100%;
    box-shadow: 0 5px 15px #dddddd;
}

/*.btn-primary {
    color: var(--diners-blue);
    background-color: #f8f8f8;
    border-color: transparent;
    font-family: Montserrat_Bold !important
}

.btn-primary:hover {
    color: var(--diners-blue);
    background-color: #f1f1f1;
    border-color: transparent;
}

.btn-secondary {
    color: white;
    background-color: var(--diners-blue);
    border-color: transparent;
    font-family: Montserrat_Bold !important
}

.btn-secondary:hover {
    color: white;
    background-color: var(--diners-dark);
    border-color: transparent;
}
*/
.divider-line {
    height:1px;
    background-color:var(--gray1)
}

.text1 {
    font-size: 14px;
    color: black;
    font-family: Montserrat_Bold
}

.text2 {
    font-size: 12px;
    color: var(--gray1);
    font-family: Montserrat
}

.text3 {
    font-size: 12px;
    color: white;
    font-family: Montserrat_Bold
}

.text4 {
    font-size: 16px;
    color: white;
    font-family: Montserrat_Bold
}

.text5 {
    font-size: 12px;
    color: white;
    font-family: Montserrat
}

.text6 {
    font-size: 12px;
    color: black;
    font-family: Montserrat_Bold
}

.text7 {
    font-size: 12px;
    color: var(--diners-blue);
    font-family: Montserrat_Bold
}

.text8 {
    font-size: 14px;
    color: black;
    font-family: Montserrat_Bold
}

.text9 {
    font-size: 12px;
    color: var(--gray1);
    font-family: Montserrat
}

.text10 {
    font-size: 14px;
    color: black;
    font-family: Montserrat
}

.text11 {
    font-size: 12px;
    color: var(--diners-blue) !important;
    font-family: Montserrat_Bold
}

.text12 {
    font-size: 11px;
    background-color:var(--diners-blue);
    color: white;
    font-family: Montserrat
}

.text13 {
    font-size: 12px;
    color: var(--diners-blue);
    font-family: Montserrat_Bold
}

.text14 {
    font-size: 12px;
    color: var(--diners-blue) !important;
    font-family: Montserrat
}

.text-green {
    color: green;
}

.text-red {
    color: orangered;
}
.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 5%);
}

.login-container{
    width:100%;
    max-width:400px;
}


@media only screen and (max-width: 680px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .center-form {
        width: unset;
        margin-left: unset;
        margin-right: unset;
    }
}











.container-width-400 {
    width: 400px;
}

.card-background {

    background-image:url('../images/card_background.png');
    background-repeat:no-repeat;
    background-size:contain;

}


.card-logo {
    max-width:80px;
}


.card-placeholder {
    /*    position: relative;
    max-width: 415px;*/
}

.card-info {
/*    position: absolute;
    bottom: 45px;
    left: 35px;*/
}

.card-info span {
    font-family: 'Credit Card';
    color: #fff;
    font-size: 20px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.card-widget {
    border-top: 2px solid #0f66c4;
}

.card-widget-danger {
    border-top: 2px solid #dc3545;
}

.min-width-200px {
    min-width:200px;
}

.min-height-240px {
    min-height: 240px;
}


@media only screen and (min-width: 576px) {
    .width-360px {
        min-width: 360px;
    }
}


.invite-friend {
    background-image: url('../images/referral-mydiners-web.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    display: flex;
    flex-direction: column; 
    justify-content: flex-end; 
}
.image-friend{
    width: 73%;
    height: 73%;

}
.button-friend {
    width: 30%;
    font-size: 15px;
    border: 0px;
    position: relative;
    bottom: 3em;
    border-radius: 5px;
    color: #004C97;
}
.button-friend:hover{
    text-decoration: underline;
}

.modal-text{
    width: 90%;
    text-align: center;
}
.modal-inputs{
    margin: 1.5em;
    color: black;
  
}
.modal-text {
    color: #004C97;
    font-weight: 500;
}
/* Add this CSS to your stylesheet or in a <style> block in your HTML */

/* Define the background color for the active button */
.list-group-item.active {
    background-color: #1E9AB0;
    color: #fff; /* Replace "your-text-color" with the desired text color */
}


.btn-outline-custom {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #009CA6;
    border: 1px solid #009CA6;
    background-color: transparent;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}


button.btn-outline-custom:hover,
button.btn-outline-custom:focus {
    background-color: #009CA6 !important;
    color: #fff !important;
    border-color: #009CA6 !important;
   
}

button.btn-outline-custom:disabled {
    opacity: 0.65;
    pointer-events: none;
}

.btn-outline-cancel {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #D34B07;
    border: 1px solid #D34B07;
    background-color: transparent;
    transition: background-color .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

    .btn-outline-cancel:hover,
    .btn-outline-cancel:focus {
        background-color: #D34B07 !important;
        color: #fff !important;
        border-color: #D34B07 !important;
    }

    .btn-outline-cancel:disabled {
        opacity: 0.65;
        pointer-events: none;
    }
