@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: "Twemoji Country Flags", "Poppins", sans-serif;
    font-size: 0.9rem;
}

.title {
    font-size: 1.25rem;
    font-weight: 700;
}

.card, .nav-link, .btn {
    border-radius: 10px;
}

.upload-dropzone {
    outline: 2px dashed rgba(112, 112, 112, 0.3);
    border-radius: 10px;
    transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out;
}

.dashed-border {
    outline: 2px dashed rgba(112, 112, 112, 0.3);
    border-radius: 10px;
}

.upload-dropzone span {
    display: none;
}

.upload-dropzone.supports-drag-and-drop span {
    display: inline;
}

.upload-dropzone.highlight {
    outline-offset: 6px;
    outline-color: rgb(112, 112, 112, 0.7);
}

.modal-dialog .modal-footer {
    border-top: none;
}

.modal-dialog .modal-footer button {
    font-weight: bold;
}

.modal-80 {
    max-width: 80vw;
}

/* Webkit remove arrow in number box */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    display: none;
}

/* Firefox hide arrow in number box */
input[type=number] {
    -moz-appearance: textfield;
}

.font-weight-medium {
    font-weight: 500 !important;
}

/* Microsoft Edge hide default reveal password option */
::-ms-reveal {
    display: none;
}

/*.table {
    border-bottom: 1px solid #cbc5c5;
    border-top: 1px solid #cbc5c5;
}*/

th, td {
    color: #333333;
    font-weight: 500;
    border: none !important;
    white-space: nowrap;
}

.table th, .table td {
    vertical-align: middle !important;
}

.table th {
    background: #f3f3f9;
}

thead > tr:first-child > th:first-child {
    border-radius: 5px 0 0 5px;
}

thead > tr:first-child > th:last-child {
    border-radius: 0 5px 5px 0;
}

.required::after {
    content: " *";
    color: rgb(255, 0, 0, 0.86);
}

.form-control.form-control-lg {
    background-color: #efeff7;
    border-radius: 8px;
    border: 0;
    font-weight: 500;
    font-size: 0.9rem;
}

.form-control.form-control-lg option {
    background-color: #efeff7;
}

label {
    font-weight: 400 !important;
    font-size: 0.9rem;
    color: #333333;
}

#modalOk {
    border-radius: 500px;
}

/*#region Badges*/
.badge.badge-pill {
    border-radius: 20px;
}

.badge.badge-warning {
    background-color: #E2C970;
    color: #fff;
}

.badge.badge-grey {
    background-color: #B9B9B9;;
    color: #fff;
}

.badge-outline-primary {
    border: 1px solid #6868AC;
    background-color: #fff;
    color: #6868AC;
}


/*#endregion*/


/*#region Opacity*/

.opacity-50 {
    opacity: 50%;
}

.opacity-40 {
    opacity: 40% !important;
}

.opacity-20 {
    opacity: 20% !important;
}

.opacity-87 {
    opacity: 87%
}

/*#endregion*/

/*#region Text*/

.text-black-333 {
    color: #333 !important;
}

.text-gold {
    color: #CC8F19;
}

/*#endregion*/

.dashed {
    margin: 1rem auto;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #000 0 7px, transparent 0 14px);
}

.dashed-white {
    margin: 1rem auto;
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg, #D5D5D5 0 7px, transparent 0 14px);
}

.double-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8, 0.8);
}

.double-arrow .btn.box {
    pointer-events: none;
}

/*#region Width Utility*/

.w-10 {
    width: 10% !important;
}

/*#endregion*/

/*#region Selectize Custom*/

.selectize-control.search-select > .selectize-input {
    background-color: #efeff7;
    border: 0;
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
}

/*#endregion*/

input.masked {
    text-security: disc;
    -webkit-text-security: disc;
    -mox-text-security: disc;
}

#errorSummary td {
    background-color: #FFE3E4;
}

#errorSummary tbody tr {
    border-top: 8px solid #fff;
    border-bottom: 8px solid #fff;
}

/*#region Downloadable Slip*/
.background {
    background-color: #6868ac;
}

.print-area {
    height: 100vh;
}

.slip {
    border-radius: 8px;
    width: 375px;
    background-color: #fff;
    padding: 24px 16px;
}

.punch-hole {
    background-color: #6868ac;
    border-radius: 50% 50%;
    width: 18px;
    height: 18px;
}

.punch-hole-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-75%, -50%);
}

.punch-hole-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(75%, -50%);
}

/*#endregion*/

.loading-dots:after {
    content: ' .';
    animation: dots 1s steps(5, end) infinite;
}

@keyframes dots {
    0%, 20% {
        color: rgba(0, 0, 0, 0);
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0),
        .5em 0 0 rgba(0, 0, 0, 0);
    }
    40% {
        color: white;
        text-shadow: .25em 0 0 rgba(0, 0, 0, 0),
        .5em 0 0 rgba(0, 0, 0, 0);
    }
    60% {
        text-shadow: .25em 0 0 white,
        .5em 0 0 rgba(0, 0, 0, 0);
    }
    80%, 100% {
        text-shadow: .25em 0 0 white,
        .5em 0 0 white;
    }
}

form.not-validated .field-validation-error {
    display: none;
}

.menu-button {
    opacity: 30%;
}

.menu-button, .menu-button::before, .menu-button::after {
    height: 6px;
    width: 36px;
    border-radius: 5px;
    background-color: #707070;
}

.menu-button::before {
     content: "";
     position: absolute;
     margin-top: -12px;
}

.menu-button::after {
    content: "";
    position: absolute;
    margin-top: 12px;       
} 

.dataTables_length {
    padding-top: 10px;
}

.select2-container {
    width: 100% !important;
}

.select2 {
    max-width: 100%;
}

.select2-selection {
    min-height: 42px;
    /* min-width: 350px; */
}

.btn{
    font-size:0.9rem;
}

.custom-loader {
    animation: none !important;
    border-width: 0 !important;
}

#preloder {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    backdrop-filter: blur(2px);
}

.loader {
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #000000;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

.loader-text {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}
