/*Custom Rules*/

.font-per-100 {
    font-size: 100% !important;
}

.width-100 {
    width: 100% !important;
}

.hover-white:hover {
    color: white !important;
}

.error,
.text-red {
    color: red;
}

.err-asterisk:after {
    content: "*";
    color: red;
}

.text-green {
    color: green;
}

span.switchery {
    padding: 0px !important;
}

.border-r-black {
    border-right: 1px solid #000;
}

.m-no-blink {
    -webkit-animation: machine_no_blink 0.5s 1;
}
@-webkit-keyframes machine_no_blink {
    0% {
        box-shadow: 0 0 -10px #ffb64d;
    }
    40% {
        box-shadow: 0 0 20px #ffb64d;
    }
    60% {
        box-shadow: 0 0 20px #ffb64d;
    }
    100% {
        box-shadow: 0 0 -10px #ffb64d;
    }
}

.machine-stop {
    /* -webkit-animation: machine_stop 0.5s infinite; */
    color: firebrick;
}
.buzzer-alert {
    -webkit-animation: machine_card_stop 0.5s infinite !important;
    /*color: red !important;*/
}
@-webkit-keyframes machine_card_stop {
    0% {
        box-shadow: 0 0 20px 7px #fff;
    }
    40% {
        box-shadow: 0 0 20px 5px #fff;
    }
    60% {
        box-shadow: 0 0 20px 5px #fff;
    }
    100% {
        box-shadow: 0 0 20px 7px #fff;
    }
}

@-webkit-keyframes machine_stop {
    0% {
        text-shadow: 0 0 -10px red;
    }
    40% {
        text-shadow: 0 0 20px red;
    }
    60% {
        text-shadow: 0 0 20px red;
    }
    100% {
        text-shadow: 0 0 -10px red;
    }
}

.machine-card {
    -webkit-animation: machine_card 0.5s infinite;
}
@-webkit-keyframes machine_card {
    0% {
        box-shadow: 0 0 20px 7px #ff0000;
    }
    40% {
        box-shadow: 0 0 20px 5px #ff0000;
    }
    60% {
        box-shadow: 0 0 20px 5px #ff0000;
    }
    100% {
        box-shadow: 0 0 20px 7px #ff0000;
    }
}

.alert-machine {
    cursor: pointer;
}
.alert-machine:active {
    color: red !important;
}
.sms-recharge {
    max-height: 300px;
    min-height: 300px;
    border: 1px solid #f3f2f3;
}

/*Dashboard Design Start*/

.shift-icon {
    height: 55px;
    width: auto;
    /*margin-top: 5px;*/
}
/*Dashboard Design End*/

.dashboard-nav {
    background: #ffffff !important;
    border-bottom: 1px solid #d2d2d2;
}
.brand-logo {
    height: 50px !important;
    margin-left: 50px;
}
.common-img-bg {
    background-image: url(../images/bg.jpg) !important;
    background-size: 100%;
    position: relative;
    background-position: 0% 17%;
}
.auth-box {
    /* background-color: rgba(255, 255, 255, 0.6) !important; */
}

.width-65 {
    width: 65px !important;
}
.dsh-group {
    background-color: #3f474d !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}

/**********************************************************/
.sup-wrapper {
    margin-top: 15px;
    position: relative;
}
.supheer-inner {
    margin-bottom: 20px;
    margin-top: 20px;
}
.sup-total-nabar {
    position: absolute;
    top: -15px;
    left: auto;
    right: 15px;
    z-index: 10;
}
.sup-total-nabar .machine-no {
        font-size: 26px;
    position: relative;
    padding: 0 11px;
    z-index: 10;
    width: auto;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    height: 65px;
    display: block;
    line-height: 65px;
    background: #f05d31 !important;
    border-radius: 10px 10px 0 0;
}
.sup-wrapper .card {
    margin-bottom: 50px;
    /* background-color: rgba(248, 179, 208, 0.84) !important; */
    background-color: #fff !important;
    border-radius:10px;
}
.stop_time {
    color: #222222;
    letter-spacing: 3px;
    font-size: 20px;
    font-weight: 500;
}
.sup-title span a {
    color: #000000 !important;
    font-size: 22px;
    letter-spacing: 1px;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.sup-dec span {
    font-weight: 500;
    color: #222222;
    letter-spacing: 3px;
}
.sup-left-dec-block,
.sup-left-dec-block span {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
.sup-left-timmer-block span {
    color: #000000;
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
}
.sup-total-timmer.sup-bottom-section {
    background-color: #255c95;
    display: flex;
    align-items: center;
    border-radius: 0 0 10px 10px;
    padding: 10px 15px;
}
.sup-total-timmer-inner span {
    letter-spacing: 2px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.sup-total-timmer-inner {
    width: 75%;
}
.sup-icon-machine-block{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
}
.sup-setting-icon-blcok,
.sup-alert-machine {
    width: 40px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.sup-alert-machine i,
.sup-menu i {
    margin: 0;
    font-size: 28px;
    color: #ffffff;
}

.sup-timmer-inner {
    border-radius: 10px 10px 0 0;
    background-color: #cbe5fe;
    padding: 10px 15px;
    text-align: left;
}
.sup-left-title-block .stitches {
    font-size: 36px;
    color: black;
    letter-spacing: 1px;
}
.machine-element.sup-wrapper {
    padding: 0 15px;
}

.border-checkbox-label{
    margin-left:5px;
}

@media (max-width: 5500px) and (min-width: 4201px) {
    .machine-element.sup-wrapper {
        max-width: 12.5%;
    }
}
@media (max-width: 4200px) and (min-width: 3200px) {
    .machine-element.sup-wrapper {
        max-width: 16.66%;
    }
}
@media (max-width: 3199px) {
    .machine-element.sup-wrapper {
        width: 25%;
    }
}
@media (max-width: 1920px) {
    .sup-title span a {
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .sup-left-title-block .stitches {
        font-size: 25px;
    }
}
@media (max-width: 1599px) {
    .sup-left-title-block .stitches {
        font-size: 30px;
    }
    .machine-element.sup-wrapper {
        width: 33.33%;
    }
    .sup-total-timmer-inner span {
        padding: 5px 20px;
    }
    .sup-left-title-block .stitches {
        font-size: 30px;
    }
}
@media (max-width: 1199px) {
    .alert-machine,
    .f-22.stop_time {
        font-size: 10px !important;
    }
    .machine-element.sup-wrapper {
        /* width: 50%; */
        width: 20%;
    }
    .sup-timmer {
        flex: auto !important;
        max-width: 65% !important;
    }
    .sup-menu {
        max-width: 0 !important;
    }
    .machine-no {
        font-size: 10px !important;
        padding: 6px 11px !important;
    }
    .sup-menu > .fa-lg {
        vertical-align: 2px;
    }
    .sup-title span a {
        font-size: 10px;
    }
    .sup-dec > span.f-18 {
        font-size: 10px;
    }
    .supheer-title:after {
        right: 5px !important;
        top: 46% !important;
        height: 85% !important;
    }
    .sup-left-title-block {
        padding: 0 !important;
        text-align: right !important;
    }
    .sup-left-title-block > span.f-22 {
        font-size: 15px;
    }
    .sup-left-dec-block {
        padding: 0;
    }
    .sup-left-dec-block .rpm {
        font-size: 15px;
    }
    .sup-left-dec-block .max_rpm {
        font-size: 13px;
    }
    .sup-left-dec-block .thred_break {
        font-size: 13px;
    }
    .sup-left-timmer-block {
        padding: 5px 0;
    }
    .sup-left-timmer-block .total_stop_time {
        font-size: 10px;
    }
    .sup-total-timmer-inner {
        margin-top: 0px;
    }
    .sup-total-timmer-inner span {
        padding: 5px 10px;
        font-size: 10px;
    }
}
@media (max-width: 767px) {
    .sup-left-title {
        text-align: center !important;
    }
    .sup-total-timmer-inner span {
        padding: 5px 10px;
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .machine-element.sup-wrapper {
        width: 100%;
    }
    .sup-timmer {
        width: 70%;
    }
    .sup-menu {
        width: 30%;
    }
}
@media (min-width: 768px) {
    .supheer-title {
        position: relative;
    }
    .supheer-title:after {
        position: absolute;
        content: "";
        right: -15px;
        width: 1px;
        top: 50%;
        transform: translate(0, -50%);
        height: 80%;
        border-right: 1px dashed #ffffff;
    }
}


/* Image */
.img-zoom-1:hover,
.img-zoom-1-5:hover,
.img-zoom-2:hover,
.img-zoom-2-5:hover,
.img-zoom-3:hover,
.img-zoom-3-5:hover,
.img-zoom-4:hover,
.img-zoom-4-5:hover,
.img-zoom-5:hover{
    transition: .3s linear;
}
.img-zoom-1:hover{
    transform: scale(1);
}
.img-zoom-1-5:hover{
    transform: scale(1.5);
}
.img-zoom-2:hover{
    transform: scale(2);
}
.img-zoom-2-5:hover{
    transform: scale(2.5);
}
.img-zoom-3:hover{
    transform: scale(3);
}
.img-zoom-3-5:hover{
    transform: scale(3.5);
}
.img-zoom-4:hover{
    transform: scale(4);
}
.img-zoom-4-5:hover{
    transform: scale(4.5);
}
.img-zoom-5:hover{
    transform: scale(5);
}

.expiry-date-msg{
    color: red;
    font-weight: 500;
}

.customer-expiry-date{
    background-color: #ffcccb;
}

/* START:: 2021/12/31 - DAB */
.maintenance-mode .maintenance-msg {
    padding: 80px 40px 80px 40px;
}
.db-machine-outer {
    margin-left: 0;
    margin-right: 0;
}
.pcoded .pcoded-inner-content {
    padding: 15px;
}
.machine-element.sup-wrapper {
    margin-bottom: 50px;
}
.sup-wrapper .card {
    margin-bottom: 0;
    height: 100%;
}
.maintenance-mode {
    height: 100%;
}
.maintenance-mode .maintenance-msg {
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
}
@media(max-width: 1199px) {
    .db-machine-wrap .sup-timmer {
        max-width: 100%!important;
    }
    .db-machine-wrap .machine-element.sup-wrapper {
        width: 33.33%;
    }
    .db-machine-wrap .sup-setting-icon-blcok .fa-cog {
        font-size: 10px !important;
    }
    .db-machine-wrap .sup-setting-icon-blcok,.db-machine-wrap .sup-alert-machine {
        width: 30px;
    }
    .db-machine-wrap .sup-menu {
        max-width: 100%!important;
    }
}
@media(max-width: 767px) {
    .db-machine-wrap .sup-left-title-block {
        text-align: center!important;
    }
    .sup-total-timmer-inner span {
        font-size: 10px;
    }
    .db-machine-wrap .machine-element.sup-wrapper {
        width: 50%;
    }
}
@media(max-width: 575px) {
    .db-machine-wrap .sup-timmer {
        width: 100%;
    }
}
@media(max-width: 480px) {
    .db-machine-wrap .machine-element.sup-wrapper {
        width: 100%;
    }
}
/* END:: 2021/12/31 - DAB */
.select2.select2-container{
    margin-top: 0px !important;
}
.select2.select2-container span.selection{
    margin-top: 0px !important;
}

.card .card-header span.select2-selection--single{
    margin-top: 0px !important;
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    background-color: transparent !important;
    line-height: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 0px !important;
}
.db-machine-wrap .sup-timmer-inner {
    min-height: 50px;
}
.db-machine-wrap .supheer-inner {
    min-height: 193px;
}
.db-machine-wrap .sup-total-timmer.sup-bottom-section {
    min-height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
}
.db-machine-wrap .machine-element .card {
    position: relative;
}
@media(max-width: 1399px) {
    .sup-total-timmer-inner span {
        font-size: 14px;
    }
    .db-machine-wrap .supheer-inner {
        min-height: 189px;
    }
}
@media(max-width: 767px) {
    .db-machine-wrap .supheer-inner {
        min-height: 275px;
    }
    .db-machine-wrap .sup-total-timmer.sup-bottom-section {
        min-height: 62px;
    }
}
/* DAB ::user register form css - 09-02-2022 */
.mb-register-link {
    color: #222!important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}
.mb-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 15px;
}
.mb-invalid-feedback {
    margin-top: 0.25rem;
    font-size: .875rem;
    color: #dc3545;
    display: block;
    text-align: left;
}
.mb-input-group {
    margin-bottom: 1.25em;
}
.mb-input-group input {
    border: none;
    border-bottom: 1px solid #b5b5b5!important;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    color: #000;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: none!important;
}
.mb-customer-registration input.form-control {
    background-color: transparent!important;
}
.mb-customer-registration .form-control:focus {
    border: none;
}
.mb-customer-registration .form-control.is-invalid {
    border: none;
    border-color: #dc3545!important;
    background-color: transparent;
}
.mb-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.mb-csc .form-inner {
    text-align: left;
}
.mb-csc {
    margin-left: -15px;
    margin-right: -15px;
}
.mb-wrapper .form-inner label {
    color: #868e96;
}
.mb-csc .select2-container--default .select2-selection--single {
    background-color: transparent;
}  
.mb-csc .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #868e96;
}
.mb-csc .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #222222 transparent transparent transparent;
}
.mb-customer-registration .form-control {
    padding-left: 0;
    padding-right: 0;
}
.register-card h3.title {
    color: #222222;
}
.theme-loader.black {
    background: rgb(0 0 0/ 60%);
}
.mb-customer-create input[readonly] {
    cursor: not-allowed;
}
.mb-customer-registration .auth-box-inner-block {
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    background-color: #ffffff;
    padding: 25px;
}
@media (min-width: 1200px) {
    .mb-customer-registration .container {
        max-width: 800px;
    }
}

.mb-customer-registration .error {
    text-align: left;
}