#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 101;
    text-align: center;
}

#loading-content {
    position: absolute;
    top: 50%;
    left: calc(50% - 40px);
    text-align: center;
    z-index: 100;
}

.loader {
    /* border: 5px solid #f3f3f3; */
    border-top: 5px solid red;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hide {
    display: none !important;
}


.show {
    display: flex !important;
}


.lds-dual-ring {
    display: inline-block;
    /* width: 80px; */
    /* height: 80px; */
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 25px;
    height: 25px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid rgb(29, 117, 162);
    border-color: rgb(29, 117, 162) transparent rgb(29, 117, 162) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.light-input {
    border: 1px solid lightgray;
    color: black;
    font-weight: 600;
}

select {
    color: black;
    font-weight: 600;
}

.toolbar {
    /* border-bottom: 1px solid lightgray; */
    /* border-radius: 0px; */
}

.pagination {
    display: inline-block;
    margin-top: 20px;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination-active {
    background: #539BFF;
    border-radius: 20px;
    color: white !important;
    font-weight: 600;
}

.winner-name {
    font-weight: 800;
    color: green;
}

.circle-button {
    border-radius: 100px;
    height: 40px;
    width: 40px;
    text-align: center;
    padding: 0;
}

.button-transparent {
    background-color: transparent;
}

.modal-body-content {
    text-align: center;
    margin: auto;
}

.modal-body-img-box {
    width: 100%;
    margin: auto;
    text-align: center;
}

.modal-body-img-box .modal-body-img {
    max-width: 80px;
    max-height: 80px;
    margin: auto;
}

.box-margin {
    margin-bottom: 10px;
}


.box-choose {
    border: 2px solid red;
}


.avatar-box {
    width: 40px;
    height: 40px;
    border-radius: 100px !important;
}


.card-body {
    padding: 15px !important;
}

.card-img-top {
    /*max-height: 120px !important;*/
}

.btn-disable {
    cursor: not-allowed;
    pointer-events: none;
    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #ffffff;
    border: none;
}


.max-width-100 {
    max-width: 100px;
    margin: auto;
}


.absolute-button {
    position: absolute;
    right: 20px;
    top: 35px;
}

.card-content {
    padding: 15px 0px !important;
}


.card-color {
    background: lightslategrey;
}

.red-box {
    border: 1px solid red !important;
}

.red-box::placeholder {
    color: red;
    opacity: 1;
    /* Firefox */
}

.red-box::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: red;
}

.auto-img {
    max-height: 50px;
    max-width: 30px;
    margin: 10px;
}

.file-box {
    border-bottom: 1px solid lightgray;
    margin: 0 10px;
    /*padding: 0 10px;*/
}

.file-box :hover {
    background-color: lightgray;
    border-bottom: none;
}


.file-box-2 {
    border-bottom: 1px solid lightgray;
    margin: 0 10px;
}

.file-box-button {
    margin-top: 10px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 0px;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    cursor: pointer;
}


.red-text {
    color: red !important;
    font-weight: 700;
}


.order-box {
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    max-width: 200px;
    text-align: center;
    background: lightslategrey;
    color: white;
}

.stamp-box {
    display: inline-block;
    border: 1px solid;
    border-radius: 8px;
    padding: 5px;
    margin: 3px;
}

.stamp-text {
    display: inline-block;
    padding-top: 5px;
    padding-left: 5px;
    font-weight: bold;
}

.container-fluid {
    max-width: 1500px !important;
}


.a-primary {
    color: blue;
    font-weight: bold;
    text-decoration: underline;
}

.a-danger {
    color: red;
    font-weight: bold;
    text-decoration: underline;
}

.a-dark {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

.a-green {
    color: green;
    font-weight: bold;
    text-decoration: underline;
}

.line-style {
    border: 0.1px solid lightgray;
    margin: 10px 0;
}

.text-bold-margin {
    margin: 10px 0;
    font-weight: bold;
}

.img-small-box {
    width: 70px;
    height: 8dvb;
}

.input-box {
    max-width: 100px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.float-box {
    position: absolute;
    background: white;
    border: 1px solid lightgray;
    border-radius: 10px;
    top: 80px;
    width: 100%;
    z-index: 1000000000;
    /* pointer-events: none; */
    outline: none;
    will-change: transform, opacity;
}

.row-choose {
    background: lightgray;
}

.row-hover :hover {
    background: lightgray;
    cursor: pointer;
    cursor: hand;
    cursor: -webkit-grab;
}

/* .form-label {
    font-size: 18px !important;
} */

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #909;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #909;
}

::placeholder {
    /* Most modern browsers support this now. */
    color: #909;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #FF9900;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #FF9900;
}

.max-width-300 {
    max-width: 500px;
    word-wrap: break-word;
    white-space: normal;
}

input,
select {
    font-size: 18px !important;
    color: black !important;
    font-weight: bold !important;
}

.bold-text {
    font-size: 18px !important;
    /* color: black !important; */
    font-weight: bold !important;
}

.bold {
    font-weight: bold !important;
    color: black;
}

.badge {
    margin: 2px;
}

.number-box {
    text-align: end;
    max-width: 200px;
    font-size: 18px !important;
}

.on-mobile {
    display: none;
}

.on-desktop {
    display: flex;
}

.on-desktop-inline {
    display: inline-block;
}

.container-with {}

@media only screen and (max-width: 1000px) {
    .on-mobile {
        display: inline-block;
        width: 100%;
    }

    .on-desktop {
        display: none;
    }

    .container-with {
        width: 100% !important;
        padding: 10px;
        margin: auto;
        padding-right: 10px !important;
    }
}

.signup {
    float: right;
    padding-top: 3px;
}

.icon-user{
    width: 30px;
    position: absolute;
    left: -30px;
    bottom: 12px;
}

.icon-user-mobile{
    width: 30px;
    position: absolute;
    right: 150px;
    bottom: 25px;
}

.cancel-button{
    background-color: transparent;
    color: black;
}

input,
select {
    font-family: "Poppins", serif !important;
}

.otp-input {
    text-align: center;
    font-weight: 500 !important;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    /* width: auto; */
    display: inline-block;
}

.otp-time-box {
    /* display: inline-block; */
    /* margin-left: 10px; */
    text-align: left;
    font-size: 16px;
    /* position: absolute; */
    top: 30px;
}

.otp-time{
    /* display: inline-block; */
    font-weight: 600;
    color: red;
    /* margin-left: 10px; */
    text-align: left;
    font-size: 16px;
    /* position: absolute; */
    top: 30px;
}

.small-modal{
    width: 410px !important;
}