:root {
    --color-currentcolor: rgb(102, 102, 102);
    --font-family-normal: 'Roboto', sans-serif;
    --font-size-main: 1rem;
    --color-orange: #f39200;
    --color-hakki: rgb(69, 71, 39);
    --color-dark-grey: rgb(94, 99, 82);
}


* {
    box-sizing: border-box;
    font-family: var(--font-family-normal);
    font-size: 15px;
}

    *::after, *::before {
        box-sizing: inherit;
    }

html,
body {
    font: normal 15px var(--font-family-normal);
    margin: 0;
    padding: 0;
    background: #e3f5fd;
    color: #0c0d1f;
}

a {
    color: #ae9a51;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

pre {
    white-space:pre-wrap;
}

.toast {
    font-size: 16px;
}

button:focus {
    outline: 0 !important;
}

.error {
    color:red;
    font-size:12px;
} 

.red {
    color: #f44336 !important;
}

.orange {
    color: #FF9800 !important;
}

.orange {
    color: var(--color-orange);
}

.blue {
    color: #03a9f4;
}


.bold {
    font-weight: 600 !important;
}

.btn {
    margin: .375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    padding: .84rem 2.14rem;
    font-size: .81rem;
    display: inline;
    align-items: center;
}

    .btn.btn-sm {
        padding: .5rem 1.6rem;
        text-transform: uppercase;
    }

.btn-primary {
    color: #fff;
    background-color: var(--color-orange);
    border-color: var(--color-orange);
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #03a9f4;
        border-color: #03a9f4;
    }

.btn.btn-primary:hover {
    color: #fff;
    background-color: #72b22b;
    border-color: #6ba829;
}

.btn-blue {
    background-color: var(--color-orange);
    color: #fff !important;
    border: 1px solid var(--color-orange);
}

.error-page {
    max-width:430px;
    width:100%;
    margin:auto;
}

.error-page .btn {
    width: 100%;
    display: block;
    margin-bottom: 15px !important;
}

.error-page .btn:last-child {
    margin-bottom: 0 !important;
}

@media screen and (min-width:600px) {
    .error-page .btn {
        width: auto;
        display: inline-block;
        margin-bottom: 0px !important;
    }
}

.Error-title {
    font-size: 1.45rem;
    margin-bottom: .5rem;
    color: #005792 !important;
    font-weight: 700;
    line-height: 1.1;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border: none;
    border-radius: 0;
}

@media screen and (max-width:500px) {
    .accept-card .btn {
        width: 100%;
    }
}

::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3)!important;
}

::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3) !important;
}

input {
    color: black;
}

::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    background-color: transparent;
    margin-left: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #5d9cec;
}

.card {
    border-radius:0;
}

.form-control {
    border-radius:0;
}

.confirm-register {
    max-width: 600px;
    background: #e3f5fd;
}

.btn-img {
    cursor: pointer;
}

.account_title {
    font-size: 20px;
    color: #4f5f6f;
    text-transform:uppercase;
}

.datepicker-days .table .day.weekend {
    background: #f6f4f4;
}

.datepicker-days .table .day.active.today {
    background: var(--color-orange)!important;
    color: #fff;
}

.hidden {
    display: none !important;
}

/*loader*/
.loader-container {
    position: fixed;
    background-color: rgba(46, 46, 46, 0.78);
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.loader-center {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    text-align: center;
}

    .loader-center .loader {
        top: 40px;
        left: -2.5px;
        position: relative;
    }

        .loader-center .loader span {
            display: inline-block;
            width: 5px;
            height: 20px;
            background-color: var(--color-orange);
        }

.loader span:nth-child(1) {
    animation: grow 1s ease-in-out infinite;
}

.loader span:nth-child(2) {
    animation: grow 1s ease-in-out 0.15s infinite;
}

.loader span:nth-child(3) {
    animation: grow 1s ease-in-out 0.30s infinite;
}

.loader span:nth-child(4) {
    animation: grow 1s ease-in-out 0.45s infinite;
}

.loader span:nth-child(5) {
    animation: grow 1s ease-in-out 0.60s infinite;
}

@keyframes grow {
    0%, 100% {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
    }

    50% {
        -webkit-transform: scaleY(1.8);
        -ms-transform: scaleY(1.8);
        -o-transform: scaleY(1.8);
        transform: scaleY(1.8);
    }
}
