/********************************common style********************************/
html {
    overflow-x: hidden;
}
body {
    /*font-family: "Segoe UI";*/
    font-family: 'Open Sans', sans-serif;
    height: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(248, 181, 110, 1) rgba(248, 181, 110, 0.1);
    background: linear-gradient(45deg, rgba(96, 9, 240, 0.2) 0%, rgb(216, 214, 217, 0.7) 74%);
    background-size: 400% 400%;
    font-size: 14px;
    background-image: url("../images/bg-01.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: rgba(248, 181, 110, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: rgba(248, 181, 110, 1);
    border-radius: 20px;
    border: 0px solid #fff;
}

ul {
    list-style: none;
}

p, a {
    font-size: 14px;
    font-weight: 100;
    color: #666;
    line-height: 28px;
}

    a:hover {
        text-decoration: none;
        color: #666;
    }

.w100 {
    width: 100%;
}

.w48 {
    width: 49%;
}

.b100 {
    font-weight: 100;
}

.b600 {
    font-weight: 600;
}

.fontFtr {
    font-family: 'Futura PT', sans-serif;
}

.c-common {
    color: #343a40;
}

.uppCs {
    text-transform: uppercase;
}

.breadcrumbSecmrgnTop {
    margin-top: 5%;
}

.breadcrumb-item a {
    color: #6c757d;
    font-size: 16px;
    font-weight: 600;
}

.container {
    max-width: 90%;
    width: 90%;
    padding: 0%;
}

*:focus {
    outline: 0;
}

.mrgn {
    margin: 0px;
}

.common-padding {
    padding-bottom: 2%;
}

h1 {
    font-size: 30px;
    margin-bottom: 0px;
    /*color: #fff;*/
    text-align: center;
    width: 100%;
}

ul {
    padding: 0;
}

button:focus {
    outline: none;
}

.row {
    margin: 0;
}

.bgBlack {
    background: #222;
}

.font-color {
    color: #fff;
}

.custom-select:focus, .form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(128 189 255 / 0%);
}

.custom-select option {
    color: #000;
}

#datepicker {
    width: 180px;
}

    #datepicker > span:hover {
        cursor: pointer;
    }

.table-sec .form-control:disabled, .form-control[readonly] {
    background: #fff;
}

.bg-01 {
    background: rgb(96, 9, 240);
    background: linear-gradient(45deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 74%);
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(129 5 240 / 35%);
}

.bg-02 {
    border: none;
    background: rgb(251, 33, 117);
    background: linear-gradient(45deg, rgba(251, 33, 117, 1) 0%, rgba(255 122 173) 74%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 0.5rem 1rem rgb(255 122 173 / 45%);
    font-size: 16px;
}

.bg-03 {
    background: rgb(6, 14, 131);
    background: linear-gradient(315deg, #89d8d3 0%, #03c8a8 74%);
    border: none;
    box-shadow: 0 0.5rem 1rem rgb(57 154 141 / 45%);
}

.bs-bl {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
}

.w10 {
    width: 10%;
}

.table-hover tbody tr:hover {
    -webkit-transition: all 0.2s 0s;
    -moz-transition: all 0.2s 0s;
    -ms-transition: all 0.2s 0s;
    -o-transition: all 0.2s 0s;
    transition: all 0.2s 0s;
    background-color: rgba(0, 0, 0, 0.05);
}

.table th {
    padding: 10px 10px 20px;
}

.btn-status {
    padding: 5px 10px;
    margin-top: 0px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
    width: 130px;
    text-align: center;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 10%);
    background: #fff;
    font-size: 14px;
    font-weight: 800;
    border-radius: 4px;
}

.black {
    color: rgba(0, 0, 0, 1);
}

.intiated {
    color: rgba(255, 200, 0, 1);
}

.inprogress {
    color: rgba(255, 153, 49, 1);
}

.hold {
    color: rgba(201, 64, 77, 1);
}

.completed {
    color: rgba(112, 203, 54, 1);
}

.details {
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    border-radius: 50px;
    background: #5fbecd;
    color: #fff;
    margin-left: 5px;
}

.attrbt-block-rf {
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
}

.input-group .dtpr span {
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.form-control {
    font-size: 14px;
    height: auto;
}

.dtpr .form-control.start, .dtpr .form-control.end {
    border: none;
}

.input-group.date {
    display: block;
}

.table-hover .table-light:hover {
    background-color: #ffffff;
}

.btn {
    font-size: 14px;
    padding: 5px 10px;
}

.table-sec .dataTables_wrapper .dataTables_filter input {
    border: 0px solid #dee2e6;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 10px;
    background: rgb(46 78 127 / 10%);
}

.table-sec .dataTables_wrapper .dataTables_filter label {
    font-weight: 800;
    text-transform: uppercase;
}

.table-sec .dataTables_wrapper .dataTables_length label {
    font-weight: 600;
    text-transform: capitalize;
}

.table-sec .dataTables_wrapper .dataTables_length select {
    border: 0px solid #dee2e6;
    font-weight: 700;
    background: rgb(46 78 127 / 10%);
    padding: 5px 10px;
}

.table-sec .dataTables_wrapper .dataTables_info, .table-sec .dataTables_wrapper .dataTables_paginate .paginate_button, .table-sec .dataTables_wrapper .dataTables_paginate .paginate_button {
    font-weight: 600;
}

    .table-sec .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        padding: 0px 10px;
        background: rgb(46 78 127 / 10%);
        border: 0px solid #979797;
    }

.table-sec table.dataTable tbody th, table.dataTable tbody td {
    padding: 10px 5px;
}
/*table.dataTable tbody tr td:first-child {
    width: 12%;
}*/
thead.fixedHeader tr {
    position: relative;
    width: 100%;
    display: inline-flex;
}
table-responsive-div {
    scrollbar-width: thin;
    scrollbar-color: rgba(248, 181, 110, 1) rgba(248, 181, 110, 0.1);
}
table-responsive-div:::-webkit-scrollbar-track {
    background: rgba(248, 181, 110, 0.3);
}

.table-responsive-div:::-webkit-scrollbar-thumb {
    background-color: rgba(248, 181, 110, 1);
    border-radius: 20px;
    border: 0px solid #fff;
}

.table-responsive-div::-webkit-scrollbar {
    width: 6px;
}
/*.marq-tab {*/
    /*    height: 80px;
    display: block;
    width: 100%;
}*/
/*}*/
.marq-tab-sec .dataTables_wrapper {
    height: 525px;
    overflow: hidden;
}
.table-sec table.marq-tab.dataTable tbody tr:first-child td {
    padding-top: 5%;
}
.marq-tab.table thead th {
    border: 1px solid #dee2e6;
}
.table-sec .marq-tab.table tr td {
    border-top: 2px solid #00000014;
}
.table-sec.marq-tab-sec table.dataTable tbody td {
    padding: 25px 5px;
}

/************************************Model************************************/
.modal.show .modal-dialog {
    margin-top: 20%;
}
/************************************Header************************************/
header {
    padding: 1% 0%;
    color: #343a40;
    background-color: #fff;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}

    header .main-hd {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

.res-hd {
    display: none;
}

.hd-letf {
    display: inline-flex;
    justify-content: flex-start;
    width: 20%;
}

.logo {
    background: rgb(0 0 0 / 12%);
    text-align: center;
    border-radius: 5px;
    padding: 1%;
}

.hd-letf .logo img {
    width: 100%;
}

.log img {
    width: 85%;
}

.hd-middle {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 60%;
}

.hd-right {
    width: 20%;
    display: inline-flex;
    justify-content: flex-end;
}

header .dropdown .dropbtn.name-block {
    background: rgba(251, 75, 2, 1);
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
    cursor: pointer;
    height: 52px;
    color: #fff;
    border-radius: 5px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    justify-content: space-between;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
    line-height: 42px;
    border: none;
    padding: 0px 15px;
    align-items: center;
}

header .dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255, 255, 255, 0);
    min-width: 200px;
    right: 0px;
    padding: 20px 0px;
    z-index: 1;
    top: 35px;
}

header .dropdown:hover .dropdown-content {
    display: block;
}

header .dropdown-content ul {
    list-style: none;
    border-radius: 10px;
    box-shadow: 2px 0px 15px 5px rgb(197 197 197 / 40%);
    overflow: hidden;
    background: rgb(255 255 255 / 85%);
    padding: 10px 0px;
}

    header .dropdown-content ul li a {
        color: black;
        padding: 2px 10px;
        text-decoration: none;
        display: block;
       /* background: rgba(255, 255, 255, 0.5);*/
        font-size: 14px;
        font-weight: 600;
    }
        header .dropdown-content ul li a:hover {
            background: rgba(66, 153, 204, 0.25);
            color: #123f84;
        }

.name-block span {
    padding-right: 4px;
    /*padding-right: 5px;*/
}

.name-block img {
    margin-left: 8px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    line-height: 3rem;
    margin-top: 2px;
}

.hd-middle h1 {
    font-size: 24px;
    font-weight: 700;
    color: #18427f;
}

.bg-mn {
    font-size: 24px;
    position: fixed;
    top: 115px;
    left: 10px;
    background: black;
    padding: 15px;
    width: 70px;
    border-radius: 50px;
    height: 70px;
    display: inline-flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 7px 7px 20px 0px rgb(0 0 0 / 30%);
    z-index: 999;
}
.bg-mn h6{
    font-size:12px;
    font-weight:600;
    margin-bottom:0px;
}
.bg-mn  i{
    color: #ff975a;
}
    /* 2 */
    .btn-2 {
    background: rgb(96, 9, 240);
    /* background: linear-gradient(0deg, rgba(7, 51, 118, 1) 0%, rgba(7, 51, 118, 0.5) 100%);*/
    /*background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);*/
    background: linear-gradient(0deg, rgba(255, 151, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
    border: none;
}

    .btn-2:before {
        height: 0%;
        width: 2px;
    }

    .btn-2:hover {
        box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    /*padding-top: 60px;*/
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    /*border-right: 3px solid rgb(23 66 128);*/
}

    .sidenav ul li a {
        padding: 8px 15px;
        text-decoration: none;
        font-size: 14px;
        color: #222;
        transition: 0.3s; 
        display: inline-flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        font-weight: 600;
    }
    .sidenav ul li a i{
        margin-right: 10px;
        color: #ff995a;
    }

        .sidenav ul li a:hover {
            background: rgb(255 145 0 / 37%);
        }
    .sidenav ul li a:hover i {
        margin-right: 10px;
        color: #222;
    }
    /*.sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }*/
.close-row {
    display: inline-flex;
    width: 100%;
    padding: 12px;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}
.close-row a{
    font-size:28px;
}
    .close-row a:hover {
        opacity: 0.6;
        color: #ff995a;
    }
        @media screen and (max-height: 450px) {
            .sidenav {
                padding-top: 15px;
            }

                .sidenav a {
                    font-size: 18px;
                }
        }
        /************************************Log In************************************/
        .login {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.form-box {
    justify-content: space-between;
    display: inline-flex;
    width: 60%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
    margin: 10% 5% 5%;
}

.login-left {
    justify-content: center;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    width: 40%;
    padding: 10% 5%;
}

    .login-left form {
        width: 100%;
    }

    .login-left .form-control {
        background: rgb(0 0 0 / 10%);
        border: 2px solid #e5e5e5;
        padding: 8px 10px;
        margin: 8px 0;
        width: 100%;
        border-radius: 5px;
        font-size: 14px;
    }

.form-top-row {
    text-align: center;
}

.form-btm-row {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .form-btm-row label, .form-btm-row a {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.4);
        margin-bottom: 0px;
        border-bottom: 1px solid #fff;
    }

        .form-btm-row a:hover {
            border-bottom: 1px solid #2aa4e3;
            color: #2aa4e3;
        }

        .form-btm-row label:hover {
            color: #2aa4e3;
        }

    .form-btm-row label {
        display: inline-flex;
        justify-content: flex-start;
        width: 50%;
        align-items: center;
    }

        .form-btm-row label input[type=checkbox] {
            margin-right: 5px;
        }

.login-right {
    background-image: linear-gradient(40deg, #1b62a5, #4aa1df);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 3%;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 20px 10px rgb(0 0 0 / 30%);
    width: 60%;
}

    .login-right img {
        width: 35%;
    }

    .login-right p {
        color: #fff;
        font-weight: 600;
    }

#Form-login.form-div {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    position: relative;
    overflow: hidden;
    width: 60%;
    min-height: 480px;
    margin-top: 5%;
}

.form-container h1 {
    margin-bottom: 15px;
}

.form-container form {
    text-align: center;
}

.form-container input {
    background: rgb(0 0 0 / 10%);
    border: 2px solid #e5e5e5;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
}
/*.form-container button {
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 45px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: transform 80ms ease-in;
  background: linear-gradient(0deg, rgb(255 117 147) 0%, rgb(255 38 47) 100%);
  margin-top: 10px;
  border: none;
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);

      background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / 75%);
}*/
sign-in-container .custom-select:focus, .form-control:focus {
    border: 2px solid #4aa1df;
}

.gradient.btn-3 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgb(65 132 234 / 75%);
    padding: 6px 40px;
    margin: 15px 5px;
}

.gradient {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    padding: 10px 40px;
    text-transform: uppercase;
}

    .gradient:hover {
        background-position: 100% 0;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        color: #fff;
    }

.form-container button:hover {
    box-shadow: 0 0.2rem 1rem rgb(0 0 0 / 15%);
}

.form-container button:active {
    transform: scale(0.95);
}

.form-container button:focus {
    outline: none;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.overlay {
    background: #ff416c;
    background-image: linear-gradient(40deg, #1b62a5, #4aa1df);
    background: #4aa1df;
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-panel {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transition: transform 0.6s ease-in-out;
    color: #fff;
    right: 0;
    transform: translateX(0);
}

    .overlay-panel h1 {
        font-weight: 600;
        color: #fff;
    }

    .overlay-panel p {
        color: #fff;
        font-size: 14px;
    }
/************************************screen-01************************************/
.breadcrumb-row {
    display: inline-flex;
    justify-content: flex-end;
    align-content: center;
    width: 100%;
}

.head-row, .dpmt-sec {
    display: inline-flex;
    align-content: center;
    width: 100%;
    margin-bottom: 2%;
}
.tv-scn-bc {
    justify-content: center;
}
    .tv-scn-bc .breadcrumb-item + .breadcrumb-item::before {
        padding-right: .5rem;
        color: rgb(252 93 1);
        content: var(--bs-breadcrumb-divider, "/");
    }
    .tv-scn-bc .breadcrumb-item a {
        color: #033e68;
        font-weight: 700;
        font-size: 18px;
    }
    .tv-scn-bc .breadcrumb { 
        background-color: rgb(255 255 255 / 80%);
    }
        .head-row h1 {
        font-weight: 800;
        font-size: 22px;
        color: #fff;
    }

.attrbt-row {
    display: inline-flex;
    align-content: center;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 2%;
}

.attrbt-block {
    width: 18%;
}

.breadcrumb {
    list-style: none;
    background-color: rgb(255 255 255 / 40%);
    margin-bottom: 0px;
    margin-top: 2%;
    padding: 5px 25px;
    border-radius: 50px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%);
}

.breadcrumb-item a {
    color: #fff;
}

    .breadcrumb-item a.active {
        color: #c5dcff;
        /* text-decoration: underline; */
        font-size: 16px;
        font-weight: 700;
    }

.breadcrumb-item + .breadcrumb-item::before {
    padding-right: .5rem;
    color: rgb(255 255 255 / 50%);
    content: var(--bs-breadcrumb-divider, "/");
}

.attrbt-block .card-widget {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 50rem;
    padding: 10px;
    border: none;
    z-index: 1;
}
    /* 15 */
    .attrbt-block .card-widget:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: rgba(43, 43, 43, 1.00);
        border-radius: 5px;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
        transition: all 0.3s ease;
    }

    .attrbt-block .card-widget:hover {
        color: #fff;
    }

        .attrbt-block .card-widget:hover:after {
            left: 0;
            width: 100%;
        }

    .attrbt-block .card-widget:active {
        top: 2px;
    }

.attrbt-block .bg-02.card-widget:hover, .attrbt-block .bg-03.card-widget:hover, .attrbt-block .bg-01.card-widget:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.attrbt-block .card-widget select, .attrbt-block .form-control {
    border: 0px solid #ced4da;
}

.attrbt-block .card-widget:hover select {
    color: #fff;
    cursor: pointer;
}

.attrbt-block .card-widget:hover .input-group-append {
    background: rgb(255, 255, 255);
}

.custom-select {
    background: rgb(255 255 255);
}

.attrbt-block .form-control {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%);
}

.attrbt-block .form-control {
    background: rgb(255 255 255);
    color: #000;
}
/*.attrbt-block{
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 0%);
  color: #fff;
}*/
.attrbt-block .card-widget label, .input-group-text {
    background: transparent;
    border: none;
    font-size: 26px;
}

.indigo {
    color: #6610f2;
}
/*.green {
  color: #35b653;
}*/
.pink {
    color: #d63384;
}

.blue {
    color: #7c05f0;
}

.green {
    color: #10c1a4;
}

.attrbt-block .form-control::placeholder, .attrbt-block .card-widget select {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

.attrbt-block .form-control::placeholder {
    color: #fff;
}

.attrbt-block .card-widget .input-group-prepend {
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.attrbt-block .card-widget .input-group-append {
    background: rgba(73, 80, 87, 0.5);
    margin: 0px;
    padding: 5px;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .attrbt-block .card-widget .input-group-append label {
        margin: 0px;
    }

.attrbt-block label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
    margin-left: 20px;
}

.table-sec {
    display: inline-flex;
    align-content: center;
    width: 100%;
    margin-top: 1%;
}

    .table-sec .card {
        border: none;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
        width: 100%;
        border-radius: 5px;
        overflow: hidden;
    }

        .table-sec .card .card-header {
            position: relative;
            padding: 2rem 2rem;
            border-bottom: none;
            background-color: white;
            box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
        }

.table thead th {
    text-transform: uppercase;
    border-top: 0px solid #000;
    font-size: 14px;
    text-align: center;
}

.table tr td {
    border-top: 0px solid #000;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.table thead {
    border-top: none;
}

.dp-td, .sl-td {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}

.dtpr {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: white;
}



#datepicker .dtpr .form-control {
    border: none;
}

#datepicker .dtpr span {
    font-size: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
}

.button-row {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    padding: 2% 0%;
}

    .button-row .btn {
        margin: 0px 5px;
        padding: 8px 25px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        border-radius: 50px;
        box-shadow: 3px 2px 10px 1px rgb(0 0 0 / 30%);
    }
/* 15 */
.btn-15 {
    border: none;
    z-index: 1;
    position: relative;
}

    .btn-15:after {
        position: absolute;
        content: "";
        width: 0;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        background-color: rgb(47 47 47);
        border-radius: 5px;
        box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
        transition: all 0.3s ease;
    }

    .btn-15:hover {
        color: #fff;
    }

        .btn-15:hover:after {
            left: 0;
            width: 100%;
        }

    .btn-15:active {
        top: 2px;
    }

bri-sn-2B /************************************screen-2A************************************/
.dpmt-block {
    width: 25%;
    margin: 1%;
    height: 200px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-flex;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    outline: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    ransition: all 0.5s 0s;
    -webkit-transition: all 0.5s 0s;
    -moz-transition: all 0.5s 0s;
    -ms-transition: all 0.5s 0s;
    -o-transition: all 0.5s 0s;
}

.dpmt-sec {
    justify-content: center;
    padding: 2% 5% 0%;
    width: 70%;
    margin: 0% 15% 3%;
}
    /* 2 */
    .dpmt-sec .btn-2 {
        background: rgb(96, 9, 240);
        background: linear-gradient(0deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 100%);
        border: none;
    }

        .dpmt-sec .btn-2 a {
            color: #fff;
        }

.btn-2:before {
    height: 0%;
    width: 2px;
}

.btn-2:hover {
    box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, .5), -4px -4px 6px 0 rgba(116, 125, 136, .5), inset -4px -4px 6px 0 rgba(255, 255, 255, .2), inset 4px 4px 6px 0 rgba(0, 0, 0, .4);
}
/************************************screen-2B************************************/
.bri-sn-2B .status-sl {
    width: 60%;
}

.attrbt-row-dp {
    display: inline-flex;
    align-content: center;
    width: 100%;
    justify-content: center;
}

    .attrbt-row-dp form {
        display: inline-flex;
        align-content: center;
        width: 60%;
        justify-content: space-between;
        padding-top: 20px;
    }

        .attrbt-row-dp form .attrbt-block {
            width: 50%;
        }

            .attrbt-row-dp form .attrbt-block .select2-container--default .select2-selection--single, .attrbt-block .select2-container--default .select2-selection--single {
                border: 0px solid #aaa;
            }

        .attrbt-row-dp form .select2-container, .attrbt-row-dp .select2-container {
            background: #fff;
            margin-top: 10px;
            box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
        }

        .attrbt-row-dp form .select2-container--default .select2-selection--single .select2-selection__rendered, .attrbt-row-dp .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 1.5;
            font-weight: 600;
            padding: 10px;
        }

        .attrbt-row-dp form .select2-container--default .select2-selection--single .select2-selection__arrow {
        }

.select2-container--open .select2-dropdown--below {
    border: none;
    box-shadow: 0px 8px 10px 0px rgb(0 0 0 / 10%);
    padding: 10px;
}
/************************************Pie************************************/
.pie {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eee;
    background-image: linear-gradient(to right, transparent 50%, #4cc9d8 0);
    position: relative;
    display: inline-block;
}

    .pie::before {
        content: '';
        display: block;
        margin-left: 50%;
        height: 100%;
        border-radius: 0 100% 100% 0 / 50%;
        background-color: inherit;
        transform-origin: left;
    }

    .pie::after {
        content: attr(data-value);
        position: absolute;
        width: 70%;
        height: 70%;
        margin: auto;
        border-radius: 50%;
        background-color: #fff;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .pie[data-value="0"]:before {
        transform: rotate(0turn);
    }

    .pie[data-value="1"]:before {
        transform: rotate(0.01turn);
    }

    .pie[data-value="2"]:before {
        transform: rotate(0.02turn);
    }

    .pie[data-value="3"]:before {
        transform: rotate(0.03turn);
    }

    .pie[data-value="4"]:before {
        transform: rotate(0.04turn);
    }

    .pie[data-value="5"]:before {
        transform: rotate(0.05turn);
    }

    .pie[data-value="6"]:before {
        transform: rotate(0.06turn);
    }

    .pie[data-value="7"]:before {
        transform: rotate(0.07turn);
    }

    .pie[data-value="8"]:before {
        transform: rotate(0.08turn);
    }

    .pie[data-value="9"]:before {
        transform: rotate(0.09turn);
    }

    .pie[data-value="10"]:before {
        transform: rotate(0.1turn);
    }

    .pie[data-value="11"]:before {
        transform: rotate(0.11turn);
    }

    .pie[data-value="12"]:before {
        transform: rotate(0.12turn);
    }

    .pie[data-value="13"]:before {
        transform: rotate(0.13turn);
    }

    .pie[data-value="14"]:before {
        transform: rotate(0.14turn);
    }

    .pie[data-value="15"]:before {
        transform: rotate(0.15turn);
    }

    .pie[data-value="16"]:before {
        transform: rotate(0.16turn);
    }

    .pie[data-value="17"]:before {
        transform: rotate(0.17turn);
    }

    .pie[data-value="18"]:before {
        transform: rotate(0.18turn);
    }

    .pie[data-value="19"]:before {
        transform: rotate(0.19turn);
    }

    .pie[data-value="20"]:before {
        transform: rotate(0.2turn);
    }

    .pie[data-value="21"]:before {
        transform: rotate(0.21turn);
    }

    .pie[data-value="22"]:before {
        transform: rotate(0.22turn);
    }

    .pie[data-value="23"]:before {
        transform: rotate(0.23turn);
    }

    .pie[data-value="24"]:before {
        transform: rotate(0.24turn);
    }

    .pie[data-value="25"]:before {
        transform: rotate(0.25turn);
    }

    .pie[data-value="26"]:before {
        transform: rotate(0.26turn);
    }

    .pie[data-value="27"]:before {
        transform: rotate(0.27turn);
    }

    .pie[data-value="28"]:before {
        transform: rotate(0.28turn);
    }

    .pie[data-value="29"]:before {
        transform: rotate(0.29turn);
    }

    .pie[data-value="30"]:before {
        transform: rotate(0.3turn);
    }

    .pie[data-value="31"]:before {
        transform: rotate(0.31turn);
    }

    .pie[data-value="32"]:before {
        transform: rotate(0.32turn);
    }

    .pie[data-value="33"]:before {
        transform: rotate(0.33turn);
    }

    .pie[data-value="34"]:before {
        transform: rotate(0.34turn);
    }

    .pie[data-value="35"]:before {
        transform: rotate(0.35turn);
    }

    .pie[data-value="36"]:before {
        transform: rotate(0.36turn);
    }

    .pie[data-value="37"]:before {
        transform: rotate(0.37turn);
    }

    .pie[data-value="38"]:before {
        transform: rotate(0.38turn);
    }

    .pie[data-value="39"]:before {
        transform: rotate(0.39turn);
    }

    .pie[data-value="40"]:before {
        transform: rotate(0.4turn);
    }

    .pie[data-value="41"]:before {
        transform: rotate(0.41turn);
    }

    .pie[data-value="42"]:before {
        transform: rotate(0.42turn);
    }

    .pie[data-value="43"]:before {
        transform: rotate(0.43turn);
    }

    .pie[data-value="44"]:before {
        transform: rotate(0.44turn);
    }

    .pie[data-value="45"]:before {
        transform: rotate(0.45turn);
    }

    .pie[data-value="46"]:before {
        transform: rotate(0.46turn);
    }

    .pie[data-value="47"]:before {
        transform: rotate(0.47turn);
    }

    .pie[data-value="48"]:before {
        transform: rotate(0.48turn);
    }

    .pie[data-value="49"]:before {
        transform: rotate(0.49turn);
    }

    .pie[data-value="50"]:before {
        transform: rotate(0.5turn);
    }

    .pie[data-value="51"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.01turn);
    }

    .pie[data-value="52"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.02turn);
    }

    .pie[data-value="53"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.03turn);
    }

    .pie[data-value="54"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.04turn);
    }

    .pie[data-value="55"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.05turn);
    }

    .pie[data-value="56"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.06turn);
    }

    .pie[data-value="57"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.07turn);
    }

    .pie[data-value="58"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.08turn);
    }

    .pie[data-value="59"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.09turn);
    }

    .pie[data-value="60"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.1turn);
    }

    .pie[data-value="61"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.11turn);
    }

    .pie[data-value="62"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.12turn);
    }

    .pie[data-value="63"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.13turn);
    }

    .pie[data-value="64"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.14turn);
    }

    .pie[data-value="65"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.15turn);
    }

    .pie[data-value="66"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.16turn);
    }

    .pie[data-value="67"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.17turn);
    }

    .pie[data-value="68"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.18turn);
    }

    .pie[data-value="69"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.19turn);
    }

    .pie[data-value="70"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.2turn);
    }

    .pie[data-value="71"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.21turn);
    }

    .pie[data-value="72"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.22turn);
    }

    .pie[data-value="73"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.23turn);
    }

    .pie[data-value="74"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.24turn);
    }

    .pie[data-value="75"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.25turn);
    }

    .pie[data-value="76"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.26turn);
    }

    .pie[data-value="77"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.27turn);
    }

    .pie[data-value="78"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.28turn);
    }

    .pie[data-value="79"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.29turn);
    }

    .pie[data-value="80"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.3turn);
    }

    .pie[data-value="81"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.31turn);
    }

    .pie[data-value="82"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.32turn);
    }

    .pie[data-value="83"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.33turn);
    }

    .pie[data-value="84"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.34turn);
    }

    .pie[data-value="85"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.35turn);
    }

    .pie[data-value="86"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.36turn);
    }

    .pie[data-value="87"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.37turn);
    }

    .pie[data-value="88"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.38turn);
    }

    .pie[data-value="89"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.39turn);
    }

    .pie[data-value="90"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.4turn);
    }

    .pie[data-value="91"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.41turn);
    }

    .pie[data-value="92"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.42turn);
    }

    .pie[data-value="93"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.43turn);
    }

    .pie[data-value="94"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.44turn);
    }

    .pie[data-value="95"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.45turn);
    }

    .pie[data-value="96"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.46turn);
    }

    .pie[data-value="97"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.47turn);
    }

    .pie[data-value="98"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.48turn);
    }

    .pie[data-value="99"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.49turn);
    }

    .pie[data-value="100"]:before {
        background-color: #4cc9d8;
        transform: rotate(0.5turn);
    }
/*test*/
.bri-sn-01 {
    /*background: linear-gradient(45deg, rgba(96, 9, 240, 1) 0%, rgba(129, 5, 240, 1) 74%);*/
    /*background: linear-gradient(45deg, rgba(96, 9, 240, 0.2) 0%, rgba(129, 5, 240, 0.7) 74%);*/
    background: linear-gradient(45deg, rgb(177 177 177 / 37%) 0%, rgb(235 235 235 / 70%) 74%);
}
/*.bri-sn-2B {*/
/*background: linear-gradient(45deg, rgba(96, 9, 240, 0.2) 0%, rgba(129, 5, 240, 0.7) 74%);*/
/*background: linear-gradient(45deg, rgba(96, 9, 240, 0.2) 0%, rgb(216, 214, 217, 0.7) 74%);
}*/
.bri-sn-03 {
}

.bri-sn-4A {
}

.bri-sn-4B {
    background: linear-gradient(45deg, rgba(96, 9, 240, 0.2) 0%, rgb(216, 214, 217, 0.7) 74%);
}

.attrbt-block .mm-dropdown.card-widget {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 50rem;
    padding: 10px;
    border: none;
    z-index: 1;
}

.mm-dropdown {
    border: 0px solid #ddd;
    width: 100%;
    border-radius: 3px;
}

    .mm-dropdown ul {
        list-style: none;
        padding: 0;
        margin: 0;
        border: 0;
        width: 100%;
        margin-top: 15px;
        border-radius: 5px;
        overflow: hidden;
    }

        .mm-dropdown ul li, .mm-dropdown .textfirst {
            color: #333;
            border-bottom: 0px solid #ddd;
            padding: 10px;
            /*border-radius: 5px;*/
            font-weight: 600;
            width: 100%;
            cursor: pointer;
            background: #fff;
        }

            .mm-dropdown ul li:hover {
                background: rgb(255 255 255 / 50%);
                transition: all 0.1s ease;
                border-radius: 0px;
            }

            .mm-dropdown ul li:first-child {
                /*margin-top: 15px;*/
            }

            .mm-dropdown ul li:last-child {
                /*margin-bottom: 15px;*/
            }

            .mm-dropdown .textfirst img.down {
                float: right;
            }

            .mm-dropdown ul li:last-child {
                border-bottom: 0;
            }

        .mm-dropdown ul li {
            display: none;
            padding: 5px 10px;
        }

            .mm-dropdown ul li.main {
                display: block;
            }

            .mm-dropdown ul li img, .mm-dropdown .textfirst img {
                width: 12px;
                height: 12px;
                /*margin-right: 10px;*/
            }

.mm-dropdown {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 50rem;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;
    border: none;
    z-index: 1;
}

.attrbt-row-result {
    display: inline-flex;
    align-content: center;
    width: 100%;
    justify-content: center;
}

.attrbt-row-dp {
    justify-content: center;
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.frmBtn {
    padding-bottom: 20px;
}

    .attrbt-row-dp .attrbt-block .select2-container .select2-selection--single {
        height: auto;
    }

    .attrbt-row-dp .attrbt-block label {
        text-align: center;
        margin: 0px;
        width: 100%;
        color: #fff;
        font-weight: 700;
    }

    .attrbt-row-dp .attrbt-block {
        width: 30%;
    }

    .attrbt-row-dp label {
    }

.attrbt-block-result {
    background: #fff;
    padding: 2%;
    border-radius: 5px;
    width: 100%;
    text-align: center;
}

    .attrbt-block-result li {
        display: inline-flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

        .attrbt-block-result li span {
            width: 100%;
            margin-left: 0px;
            font-weight: 600;
        }

            .attrbt-block-result li span:first-child {
                text-align: left;
                margin-right: 10px;
                width: 20%;
            }

            .attrbt-block-result li span:last-child {
                text-align: left;
                width: 80%;
                word-break: break-all;
            }

.rs {
    padding: 10px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    color: #fff;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    margin: 0px 10px;
    font-size: 16px;
}

.rs-s {
    box-shadow: #ffd40069 0px 0px 0px 4px, #fbd1004a 0px 0px 0px 8px;
    background: #ffd400;
}

.rs-c {
    box-shadow: #86da4f7a 0px 0px 0px 4px, #89df5159 0px 0px 0px 8px;
    background: #8ae152;
}

.rs-h {
    box-shadow: #ff655a8c 0px 0px 0px 4px, #fe655a54 0px 0px 0px 8px;
    background: #ff655a;
}

.rs-i {
    box-shadow: #ff8d0082 0px 0px 0px 4px, #fe8c004a 0px 0px 0px 8px;
    background: #ff8d00;
}

.color-indicator {
    display: inline-flex;
    justify-content: flex-end;
    width: 100%;
    padding:4% 5% 0%;
}

    .color-indicator ul {
        display: inline-flex;
    }

        .color-indicator ul li {
            padding: 0px 15px;
            display: inline-flex;
            align-items: center;
            font-weight: 600;
            font-size: 14px;
            color: #fff;
        }

            .color-indicator ul li span {
                width: 15px;
                height: 15px;
                display: block;
                margin-right: 5px;
                border-radius: 2px;
                box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 5%);
            }

.yellow {
    background: #ffd400;
}

.orange {
    background: #ff8d00;
}

.green {
    background: #8ae152;
}

.red {
    background: #ff655a;
}
/* 15 */
.attrbt-block .card-widget:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: rgba(43, 43, 43, 1.00);
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5), 7px 7px 20px 0px rgba(0, 0, 0, .1), 4px 4px 5px 0px rgba(0, 0, 0, .1);
    transition: all 0.3s ease;
}

.attrbt-block .card-widget:hover {
    color: #fff;
}

    .attrbt-block .card-widget:hover:after {
        left: 0;
        width: 100%;
    }

.attrbt-block .card-widget:active {
    top: 2px;
}

.attrbt-block .bg-02.card-widget:hover, .attrbt-block .bg-03.card-widget:hover, .attrbt-block .bg-01.card-widget:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}

.attrbt-block .card-widget select, .attrbt-block .form-control {
    border: 0px solid #ced4da;
}

.attrbt-block .card-widget:hover select {
    color: #fff;
    cursor: pointer;
}

.attrbt-block .card-widget:hover .input-group-append {
    background: rgb(255, 255, 255);
}

.attrbt-block-result li {
    font-weight: 800;
    margin-bottom: 5px;
}
/*scrolling table*/
.table-hover.marq-tab tbody tr:hover {
    background-color: rgb(0 0 0 / 0%);
}
.marquee-wrapper {
    background: #2F394C;
    position: relative;
}

.marquee-wrapper {
    overflow: hidden;
    position: relative;
}

.marquee-inner span {
    height: auto;
}

.marquee-wrapper .marquee-block {
    width: 400px;
    height: 2500px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 20px 0 20px 220px;
    background: #1B2531;
    padding: 30px 0;
    float: left;
}

.marquee-inner {
    height: 350px;
    position: relative;
}
    /*.marquee-item p{
  font-weight: 800;
  font-size: 30px;
  padding:100px;
  font-family: cursive;
}*/
    .marquee-inner.to-left {
        animation: marqueeTop 150s linear infinite;
    }

    .marquee-inner.to-right {
        animation: marqueeBottom 150s linear infinite;
    }
/*.marquee-item{ 
  display: block;
  margin:10px;
  transition: all .2s ease-out;
  background:#00cc00;
}*/
@keyframes marqueeTop {
    0% {
        top: 0;
    }

    100% {
        top: -100%;
    }
}

@keyframes marqueeBottom {
    0% {
        top: -100%;
    }

    100% {
        top: 0;
    }
}

.marq-tab {
    height: 1500px;
}

    .marq-tab thead {
        position: relative;
        z-index: 999;
    }

    .marq-tab tbody {
        z-index: 99;
    }

table.dataTable.no-footer {
    overflow: hidden;
}


/**********************Change Password**********************/
#ChangePassword{
    text-align:left;
}
    #ChangePassword label {
        margin-bottom:0px;
    }
.changePwd .login-right, .changePwd .login-left {
    width: 50%;
}
.changePwd .login-left  h1{
    margin-bottom: 15px;
}
    .changePwd .login-left .form-control {
        margin: 0px;
    }
.btn-row{
    width:100%;
    text-align:center;
}
/**********************reportForm**********************/
.attrbt-row-dp form#formWorkOrder {
    width: 100%;
    display: block;
}
.attrbt-row-dp form.reportForm {
    width: 78%;
    padding: 2%;
    flex-wrap: wrap;
    background: #ff9e65;
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 31%);
    margin-bottom: 1%;
}
    .attrbt-row-dp form.reportForm .attrbt-block:first-child, .attrbt-row-dp form.reportForm .attrbt-block:nth-child(2), .attrbt-row-dp form.reportForm .attrbt-block:nth-child(3), 
    .attrbt-row-dp form.reportForm .attrbt-block:nth-child(6), .attrbt-row-dp form.reportForm .attrbt-block:nth-child(4), .attrbt-row-dp form.reportForm .attrbt-block:nth-child(5){
        width:30%
    }
        .attrbt-row-dp form.reportForm .attrbt-block:nth-child(4) .dtpr, .attrbt-row-dp form.reportForm .attrbt-block:nth-child(5) .dtpr {
            width: 100%;
            margin: 10px;
            background: #fff;
            border: none;
            border-radius: 0px;
            padding: 4px;
            box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
        }
            .attrbt-row-dp form.reportForm .attrbt-block:nth-child(4) .dtpr .form-control::placeholder, .attrbt-row-dp form.reportForm .attrbt-block:nth-child(4) .dtpr .form-control, 
            .attrbt-row-dp form.reportForm .attrbt-block:nth-child(5) .dtpr .form-control::placeholder, .attrbt-row-dp form.reportForm .attrbt-block:nth-child(5) .dtpr .form-control {
                color: #333;
                font-weight: 600;
            }
        .attrbt-row-dp form.reportForm .attrbt-block:nth-child(4) .input-group.date, .attrbt-row-dp form.reportForm .attrbt-block:nth-child(5) .input-group.date {
            display: inline-flex;
        }
       
.attrbt-row-dp form.reportForm .select2-container {
    margin-top: 0px;
}
    .attrbt-row-dp form.reportForm .attrbt-block:nth-child(3) .mm-dropdown {
        background: #fff;
        border-radius: 0px;
        padding: 0px;
        margin-top: 10px;
    }
    .attrbt-row-dp form.reportForm .attrbt-block:nth-child(3)  .form-control {
        color: #333;
        border-bottom: 0px solid #ddd;
        padding: 10px;
        font-weight: 600;
        width: 100%;
        cursor: pointer;
        background: #fff;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 10%);
    }
    .attrbt-row-dp form.reportForm .attrbt-block:nth-child(6) .mm-dropdown{
        padding:10px 0px;
    }
.sub_btn-row {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-top: 5%;
}
    .sub_btn-row .btn{
        width: 125px;
        font-weight: 600;
        text-transform: uppercase;
        box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
    }
/**********************responsiveness**********************/
@media screen and (max-width:1500px) {
    .form-box {
                width: 70%;
            }
        }

        @media screen and (max-width:1275px) {
            .dtpr {
                width: 62%;
            }

            .form-box {
                width: 80%;
            }

            .attrbt-row-dp form {
                width: 75%;
            }
        }

        @media screen and (max-width:1200px) {
            .dtpr {
                width: 150px;
            }

            .hd-middle h1 {
                font-size: 20px;
            }

            .head-row h1 {
                font-weight: 800;
                font-size: 18px;
            }
        }

        @media screen and (max-width:1134px) {
            .form-box {
                width: 85%;
            }

            .bg-mn {
                font-size: 20px;
                width: 40px;
                left: 6px;
                height: 60px;
            }

                .bg-mn h6 {
                    font-size: 10px;
                }
        }

        @media screen and (max-width:1080px) {


            .table thead th {
                font-size: 12px;
            }

            .button-row .btn {
                padding: 5px 20px;
                font-size: 12px;
            }

            .btn-status {
                font-size: 12px;
            }
        }

        @media screen and (max-width:1024px) {
            .form-box {
                width: 90%;
            }
        }

        @media screen and (max-width:991px) {
            .login-left, .changePwd .login-left {
                width: 100%;
            }

            .login-right {
                display: none;
            }

            .form-box {
                width: 60%;
                margin: 5%;
                padding: 0%;
            }

            .res-hd {
                display: inline-flex;
                flex-direction: column;
                width: 100%;
                align-items: center;
                justify-content: center;
            }

            header .main-hd {
                display: none;
            }

            .hd-top {
                width: 100%;
                display: inline-flex;
                justify-content: space-between;
                align-items: center;
            }

                .hd-top .logo {
                    border-radius: 5px;
                    padding: 5px;
                    width: 20%;
                }

                    .hd-top .logo img {
                        width: 100%;
                    }

            .hd-btm h1 {
                font-size: 18px;
                font-weight: 700;
                color: #18427f;
                margin: 10px;
            }

            .attrbt-row-dp form .attrbt-block .mm-dropdown {
                padding-left: 0px;
            }

            .breadcrumb {
                padding: 0px 15px;
            }

            .breadcrumb-item a {
                font-size: 12px;
            }

            .table-responsive-div {
                overflow-x: auto;
            }

            .attrbt-row-dp form {
                width: 100%;
            }
            /*  .table-responsive-div .table {
        display: inline;
    }
  */
            .table {
                margin-bottom: 10px;
            }

            .bg-mn h6 {
                display: none;
            }

            .bg-mn {
                font-size: 20px;
                width: 50px;
                left: -18px;
                height: 50px;
            }

                .bg-mn i {
                    color: #ff975a;
                    margin-left: 10px;
                }

            .bg-mn {
                font-size: 20px;
                width: 60px;
                left: -18px;
                height: 60px;
                top: 135px;
            }
        }

        @media screen and (max-width:767px) {
            .head-row h1 {
                font-weight: 800;
                font-size: 16px;
            }

            .attrbt-block label {
                font-size: 12px;
            }

            .login-left h1 {
                font-size: 24px;
                margin-bottom: 10px;
            }

            .name-block img {
                display: none;
            }

            .breadcrumb {
                margin: 5% 0%;
            }

            .breadcrumb-item a, .breadcrumb-item a.active {
                font-size: 10px;
            }

            .bg-mn {
                font-size: 20px;
                width: 50px;
                left: -18px;
                height: 50px;
            }
        }

        @media screen and (max-width:700px) {
            .hd-top .logo {
                width: 125px;
            }

            body, .table tr td, .select2-results__option, p, a, .btn {
                font-size: 12px;
            }

            .form-control {
                font-size: 12px;
                height: auto;
            }

            .table th {
                padding: 5px 5px 10px;
            }
        }

        @media screen and (max-width:605px) {
            .head-row h1 {
                font-weight: 700;
                font-size: 14px;
            }

            .table tr td, .table thead th, .btn-status, .select2-results__option, p, a, .btn {
                font-size: 10px;
            }

            .btn-status {
                font-weight: 600;
            }

            .form-box {
                width: 75%;
            }

            header .dropdown .dropbtn.name-block {
                line-height: 30px;
                padding: 0px 10px;
                font-size: 12px;
                height: 30px;
            }

            .hd-btm h1 {
                font-size: 15px;
                margin: 12px 5px 0px;
            }
        }

        @media screen and (max-width:530px) {
            .hd-top .logo {
                width: 100px;
            }
        }

        @media screen and (max-width:480px) {
            .attrbt-block-result li {
                justify-content: flex-start;
                flex-direction: column;
            }

                .attrbt-block-result li span:first-child {
                    width: 100%;
                    font-weight: 800;
                }

                .attrbt-block-result li span:last-child {
                    word-break: normal;
                    font-weight: 400;
                }

            .form-box {
                width: 100%;
            }

            .form-btm-row label, .form-btm-row a {
                font-size: 12px;
            }

            .gradient.btn-3 {
                padding: 6px 25px;
                margin: 11px 5px;
                font-size: 14px;
            }

            .breadcrumb-row {
                justify-content: center;
            }
        }

        @media screen and (max-width:420px) {
            .login-left h1 {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            .button-row {
                justify-content: center;
            }

                .button-row .btn {
                    padding: 5px 10px;
                    font-size: 10px;
                }
        }

        status-box{
    ]
}



.saveItemBtn {
    padding-top: 40px;
}

.ftbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subbtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
}


.table-responsive-div-2 {
    overflow-x: auto;
}