.bg-yellow,
.callout.callout-warning,
.alert-warning,
.label-warning,
.modal-warning .modal-body,
.alert-danger {
    background-color: #f39c12 !important;
    color: #fff !important;
    border-color: #e08e0b;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.alert-success .alert .close,
.alert-danger .alert .close,
.alert .close {
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-decoration: underline;
}
.alert-success .close,
.alert-danger .close,
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #00a65a !important;
    color: #fff !important;
    border-color: #008d4c;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.password-error {
    z-index: 9;
    top: calc(100% + 4px);
    left: 0;
    border-radius: 10px;
    padding: 12px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
}

.password-error::before {
    content: "";
    left: 10px;
    bottom: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: Transparent;
    position: absolute;
    border-bottom-color: #999;
}

.password-error h3 {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: left;
}

.password-error p {
    font-size: 13px;
    padding-left: 15px;
    text-align: left;
    position: relative;
}

.password-error .valid {
    color: green;
}

.password-error .valid:before {
    position: absolute;
    left: 0;
    content: "✔";
}

.password-error .invalid {
    color: red;
}

.password-error .invalid:before {
    position: absolute;
    left: 0;
    content: "✖";
}

.error {
    font-size: 13px;
    text-align: left;
    display: inline-flex;
    justify-content: flex-start;
    color: #d43939;
    width: 100%;
}

span.list-status {
    cursor: pointer;
}

.working_day_list {
    margin-bottom: 20px;
}
.working_day_list .row {
    align-items: center;
}

.working_day_list .dCheckbox {
    margin-bottom: 0;
}

.page-dashBoard--figure {
    bottom: 26vh;
    left: 20px;
    padding-left: 25px;
    text-align: right;
    position: absolute;
}

.page-dashBoard--figure p {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: left;
    font-weight: bold;
    color: #fff;
}

.page-dashBoard--figure p span {
    font-size: 22px;
    font-weight: 300;
    display: block;
}

.page-dashBoard--figure img {
    max-width: 180px;
    left: 32px;
    position: relative;
    transform: rotate(-10deg);
}

.password-success {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.password-success--circle {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #00b45a;
}

.password-success--text {
    font-size: 26px;
    margin-top: 15px;
    color: #009966;
}

.password-warning--circle {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f39c12;
}

.password-warning--text {
    font-size: 26px;
    margin-top: 15px;
    color: #f39c12;
}

.password-danger--circle {
    width: 172px;
    height: 172px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ec4117;
}
textarea{
    height: 150px!important;
}

.password-danger--text {
    font-size: 26px;
    margin-top: 15px;
    color: #ec4117;
}

.go-to-home {
    margin-top: 40px;
}

.go-to-home .buttons {
    min-width: 140px;
    border-radius: 20px;
    height: 40px;
}

.go-to-home span {
    font-size: 14px;
    margin-top: 15px;
    display: block;
    color: #999;
}

.dForm-middle.center {
    text-align: center;
}

.otpModal.xs .pop-contain {
    padding-top: 15px;
    padding-bottom: 30px;
}

.otpModal .dlogin-action {
    margin-top: 30px;
}

.otpModal .dlogin-action .buttons {
    min-width: 130px;
    width: auto;
}

.otp-timers {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

.resend-otp {
    font-weight: 600;
    margin-right: 4px;
    display: inline-flex;
    background: #182266;
    background: linear-gradient(270deg, #182266 0%, #9f3533 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.otpModal .popup-heading h2 {
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.separater {
    margin: 50px 0;
    border-bottom: 2px solid #ccc;
}

img.loader_img {
    width: 90px;
    padding-top: 5px;
}
.popup-modal {
    background: #fff !important;
}
.buttons.secondary {
    background-color: #ee542f !important;
}
.popup-logo {
    margin-bottom: 0 !important;
}
.forget-link {
    color: #e5002d !important;
}
.popup-close svg path {
    fill: #e2002d;
}
.dbtn-secondary {
    background-color: #ff6741;
}
.dbtn-secondary:hover {
    background-color: #ff6741;
}
.daside {
    /* background: linear-gradient(to bottom, #1D0208 0%, #E5002D 100%);*/
    background: #182266;
}
.page-dashBoard {
    background: linear-gradient(to right, #182266 0%, #9f3533 100%) !important;
}
.dataTables_wrapper .dataTables_paginate > span .paginate_button.current,
.dataTables_wrapper .dataTables_paginate > span .paginate_button:hover {
    background: linear-gradient(to bottom, #182266 0%, #9f3533 100%) !important;
}
.dlogin-action .buttons {
    background: #ec4117;
}

.sidebar-dropdown li.has-child > a:after {
    border-left: 5px solid #fff !important;
}
.sidebar-dropdown li.selected > a:after {
    border-left: 5px solid transparent !important;
    border-top: 5px solid #e2002d !important;
}

.advance-formselect .select2-container {
    width: 100% !important;
}
.dbody {
    overflow: hidden;
}

  .show-custom-modal {
    position: absolute;
    left: 30%;
    top: 90px;
    padding-right: 0px;
    background: #fff;
    width: 100%;
    z-index: 9999;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
}
.shw-modal-cover:after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
    left: 0;
    top:0;
}
.close_btn
{
    position: absolute;
    right: -5px;
    top: -7px;
    background: #fff;
    opacity: 1 !important;
    border: 2px solid #ddd;
    border-radius: 50%;
    cursor: pointer;
}


@media (min-width: 1420px) {
    .dataTables_wrapper table.dataTable {
        width: 100% !important;
        table-layout: fixed;
    }
    /*.dataTables_wrapper table.dataTable th.width-250px
{
    width: 250px !important;
}*/
    .dataTables_wrapper table.dataTable th.width-60px {
        width: 60px !important;
    }
    .dataTables_wrapper table.dataTable th {
        width: 100% !important;
        overflow: hidden;
        white-space: unset;
    }
    .dataTables_wrapper table.dataTable tr td {
        white-space: unset !important;
    }
}
@media (max-width: 1199px) {
    .page-dashBoard--figure {
        display: none;
    }

    .password-success {
        padding-top: 20px;
    }

    .password-success--circle,
    .password-warning--circle,
    .password-danger--circle {
        width: 120px;
        height: 120px;
    }

    .password-success--circle svg,
    .password-warning--circle svg,
    .password-danger--circle svg {
        width: 70px;
    }

    .password-success--text,
    .password-warning--text,
    .password-danger--text {
        font-size: 17px;
    }

    .go-to-home {
        margin-top: 30px;
    }

    .go-to-home span {
        margin-top: 10px;
    }

    .separater {
        margin: 30px 0;
    }
}

.height-auto {
    height: auto !important;
}

.mandatory {
    font-size: 13px;
    color: #d43939;
}

.full-select2-container .select2-container {
    width: 100% !important;
}

.table-align-2 th,
.table-align-2 td {
    text-align: left;
    padding: 7px;
}

.myProfile-details--grp--wrap .myProfile-details--grp p,
.myProfile-details--grp--wrap .myProfile-details--grp a {
    white-space: inherit;
}
.myProfile-details--grp.myProfile-Description {
    align-items: flex-start;
    padding-top: 15px;
}
.myProfile-details--grp--wrap .myProfile-details--grp p {
    text-align: justify;
}
.verified-img {
    position: absolute;
    right: 20px;
    top: 45px;
}
.position-relative {
    position: relative;
}
input[readonly] {
    background-color: #eee;
}
.hide {
    display: none;
}

.disable_input_box {
    background-color: #c2c2c2 !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background: linear-gradient(to right, #182266 0%, #9f3533 100%);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.closed_orders_datatables_filter{
    width: 50%;
}
.pagination{
    display: flex;
    justify-content: right;
}
.pagination .page-item{
    padding: 5px 10px;

}