@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background: #FF84D5;
}

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;
    }

.table-size {
    font-size: 12px;
    font-weight: 500;
    background-color: white;
    color: #191D31;
}
.table-new {
    background-color: #D3F2FF;
    color: #191D31;
    width: 80px;
    height: 40px;
    border-radius: 7px;
}
.table-inwork {
    background-color: yellow;
    color: #191D31;
    width: 80px;
    height: 40px;
    border-radius: 7px;
}
.table-paid {
    background-color: limegreen;
    color: white;
    width: 80px;
    height: 40px;
    border-radius: 7px;
}
.table-cancel {
    background-color: crimson;
    color: white;
    width: 80px;
    height: 40px;
    border-radius: 7px;
}
.input-date-table {
    height: 25px;
}
.table-style {
    background-color: white;
}
.btn-plus-minus {
    background-color: white;
    color: black;
    font-size: 17px;
    transition: 0.4s;
}
.btn-plus-minus:hover {
    background-color: dimgray;
    color: black;
    cursor: pointer;
}
.container-design {
    position: absolute;
    width: 750px;
    height: 485px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
}
.main-class {
    width: 100%;
    height: 100vh;
}
.input-design {
    background-color: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #191D31;
    width: 300px;
    height: 40px;
}
.label-design {   
    color: #341E79;
}
.input-date-design {
    background-color: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #191D31;
    width: 130px;
    height: 40px;
}
.input-tel-design {
    background-color: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #191D31;
    width: 150px;
    height: 40px;
}
.input-image-design {
    all: unset;
    width: 100%;
    height: 100%;
    color: transparent;
}
.input-file-wrapper {
    position: relative;
    width: 120px;
    height: 40px;
    background: #895EF1;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    transition: all .4s;
}

    .input-file-wrapper:hover {
        background: #893EF0;
        color: #efefef;
    }

.files-label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

input[type=file]::file-selector-button {
    visibility: hidden;
    color: transparent;
}

input[type=file]::-webkit-file-upload-button {
    visibility: hidden;
    color: transparent;
}
.contact-wrapper::before {
    content: "";
    width: 1px;
    height: 69px;
    background: #341e7936;
    position: absolute;
    left: 145px;
    top: 84px;
}

.image-design {
    background-color: #FFFFFF;
    border-radius: 10px;
    width: 170px;
    height: 90px;
}
.input-captcha-design {
    background-color: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #191D31;
    width: 170px;
    height: 40px;   
}
.input-captcha-design:invalid {
    border-color: deeppink;
}
.button-style {
    font-size: 20px;
    border-radius: 50%;
    color: #895EF1;
}
.input-text-design {
    background-color: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #191D31;
    width: 350px;
    resize: none;
}
.button-save-design {
    font-weight: 600;
    font-size: 15px;
    border-radius: 10px;
    width: 500px;
    height: 35px;
    background-color: #895EF1;
    color: #FFFFFF;
    transition: .4s;
}
    .button-save-design:hover {
        background: #893EF0;
        color: #efefef;
    }
.button-add-style {
    background-color: #140054;
    color: #FFFFFF;
    width: 120px;
    height: 35px;
    font-size: 14px;
    border-radius: 10px;
    transition: .4s;
}
    .button-add-style:hover {
        background-color: #0c0a33;
        color: #efefef;
    }
.btn-status {
    color: black;
    font-size: 16px;
    transition: 0.4s;
}

    .btn-status:hover {
        background-color: white;
        color: black;
        cursor: pointer;
    }
.column-icon-style {
    font-size: 13px;
}
    .column-icon-style:hover {
        cursor: pointer;
    }
.delete-icon {
    font-size: 18px;
    transition: 0.4s;
}
    .delete-icon:hover {
        background-color: crimson;
        color: crimson;
        cursor: pointer;
    }
.calendar-style {
    border-radius: 10px;
}

.events {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
}

    .events .ant-badge-status {
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        text-overflow: ellipsis;
        font-size: 12px;
    }

.btn-read-all-info {
    background-color: #895EF1;
    color: #FFFFFF;
    height: 25px;
    padding-bottom: 20px;
    border-radius: 10px;
    font-size: 10px;
    transition: .4s;
}
    .btn-read-all-info:hover {
        background: #893EF0;
        color: #efefef;
    }
.title-rules {
    color: white;
    font-size: 1.1rem;
    font-weight: 700;
}
.btn-read-rules {
    background-color: #FFFFFF;
    color: #875EEF;
    width: 140px;
    height: 37px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 0.9rem;
    transition: all 0.4s;
    overflow: hidden;
    border: none;
}
    .btn-read-rules:hover::before {
        width: 100%;
    }
    .btn-read-rules::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0;
        background-color: #FFA621;
        z-index: -1;
        transition: all 0.4s;
    }
    .btn-read-rules:hover {
        color: #FFFFFF;
    }

.warning-return-money-text {
    font-size: 1rem;
    font-weight: 500;
    color: #341E79;
}
.label-in-warning-return-money-text {
    color: #341E79;
    font-weight: 500;
    font-size: 16px;
}
.input-select-cancel-reason {
    background-color: #FFFFFF;
    border: 1px solid #E5E9ED;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #191D31;
    width: 100%;
    height: 40px;
}
.rules-design {
    margin-top: 1%;
}
.description-container {
    width: 90%;
}
.add-new-modal {
    width: 70%;
}
.holiday-text {
    display: none;
}