.table-bordered th,
.table-bordered td {
    padding: 5px !important;
}





.btn-instruct {
    background-color: #f30707;
    color: #fff;
    border-radius: 0;
    margin: 0 !important;
    margin-right: 5px;
    font-size: 13px;
    padding: 5px 15px;
}



.btn-uploadsample {
    background-color: #1a2334;
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    font-size: 13px;

    padding: 5px 15px;
}

.bg-texts {
    color: red;
    font-weight: bold;
}

.search-btn {
    background-color: #ffffff !important;
    padding: 0 10px;
    color: #3d4f85;
    border-radius: 0;
    border: 1px solid #fff;
    height: 37px;
}



h5 {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
}

.bg-shadow {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #ccc;
}

.bg-gray {
    background-color: #f1f4f9;
}






.heading-bg {
    background-image: url(../../assets/images/background-banner.jpg);
    /* background: rgb(140, 211, 244);
    background: linear-gradient(0deg, rgba(140, 211, 244, 1) 33%, rgba(109, 175, 236, 1) 50%, rgba(91, 149, 223, 1) 69%); */
    box-shadow: 0 0.5rem 1rem 0 rgb(44 51 73 / 10%);
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.heading-bg h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
}

#search {
    background-color: aliceblue;
}

h2 {
    font-size: 25px;
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}

#sample-list {
    position: relative;
    z-index: 0;
}

.badgeSpan {
    position: initial;
    background-color: #f86d69;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 0 2px;
}

.manualSpan {
    position: absolute;
    top: 0;
    right: 65.3%;
}

.autoSpan {
    position: absolute;
    top: 0;
    right: 58%;
}

.sampleSpan {
    position: absolute;
    top: 0;
    right: 50.9%;
}

.needSpan {
    position: absolute;
    top: 0;
    right: 36.5%;
}

.missingSpan {
    position: absolute;
    top: 0;
    right: 22.2%;
}

.app_class_pending {
    background-color: #f94444;
    color: #fff;
    padding: 2px 5px;
    font-size: 9px;
}

.pub_class {
    background-color: #4eae4985;
    color: #fff;
    padding: 2px 5px;
    font-size: 9px;
}

.app_class {
    background-color: #0000ff5e;
    color: #fff;
    padding: 2px 5px;
    font-size: 9px;
}

.pen_class {
    background-color: #ff000065;
    color: #fff;
    padding: 2px 5px;
    font-size: 9px;
}

.search-btn:focus {
    background-color: #ff9800 !important;
    color: #fff;
    border: 1px solid #ff9800;
}

/*
.heading-bg .input-group .form-control:focus {
    background-color: #fff !important;
    color: #000 !important;
} */

@media (min-width: 1500px) {
    .manualSpan {
        right: 64.9%;
    }

    .autoSpan {
        right: 57.8%;
    }

    .needSpan {
        right: 36.6%;
    }

    .missingSpan {
        right: 22.5%;
    }
}

.colspan .fa,
.colspan .fas {
    font-size: 18px;
    padding-top: 5px;
}

thead td {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

.heading-bg .input-group {
    box-shadow: 3px 2px 4px -1px #000;
}

/*
.heading-bg .input-group .form-control {
    background-color: #ffffff2b !important;
} */

td {
    font-size: 12.5px;
}

.publish {
    background-color: #f07a7a;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    margin: 3px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
}

.upcoming {
    background-color: #64aaec;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    margin: 3px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
}

.manual {
    background-color: #f2a560;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    margin: 3px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
}

.auto {
    background-color: #8bc34a;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    margin: 3px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
}

.origius {
    background-color: #795548;
    height: 25px;
    width: 25px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
    font-size: 12px;
    margin: 3px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 700;
}


.isActivedClass {

    -webkit-animation: pulse-black 1.5s infinite;
    animation: pulse-black 1.5s infinite;

}

@keyframes pulse-black {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.show-flag-rdive {
    background-color: #2079a6;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 0;
    height: 15px;
    border-radius: 2px;
    padding: 2px 3px;
    margin-right: 5px;
}

.show-flag {
    background-color: #fe7649;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 0;
    height: 15px;
    border-radius: 2px;
    padding: 2px 3px;
    margin-right: 5px;
}

.btn-reset {
    border-radius: 4px;
    padding: 2px 7px;
    background-color: #1a2334;
    color: #fff;
    margin-left: 20px;
    font-size: 13px;
}







.btn-search {
    background-color: #00263f !important;
    padding: 0 10px;
    color: #fff;
    border-radius: 0;
}

.form-control {
    border-radius: 0;
}

.pagination {
    float: right;
}

.pagination a {
    border-radius: 0 !important;
}

.shortTitle {
    font-weight: 600;
    margin: 0;
}

.fa-download {
    font-size: 20px;
    color: #f26638;
    cursor: pointer;
}

.nav {
    box-shadow: 0 4px 8px 0 #959595;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

/*
.site-sub-heading {
    font-weight: 600;
    font-size: 20px
}

.site-sub-heading a {
    color: #575757;
    font-weight: 400;
    transition: all .3s
}

.site-sub-heading a:hover {
    color: #1a5fd4;
    text-decoration: none
}

.site-heading-div {
    width: 7.7%;
    height: 4px;
    border-radius: 5px;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 20px
} */
.login-wrapper {
    background-color: #e2e2e2;
    box-shadow: 0 0 1px #ccc;
    border-radius: 5px;
    padding: 0px;
    box-shadow: 3px 2px 13px #000
}

.login {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(https://partners.5en5e.com/images/BG2.jpg);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: left;

}

.heading {
    background-color: rgb(0, 123, 255) !important;
    color: #ffffff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px 5px 0 0;
}

label,
.form-control {
    font-size: 14px;
}

.input-group-text {
    background-color: #fff;
}

.btn-login {
    background-color: #2e7bff;
    color: #fff;
    font-size: 14px;
}

span {
    color: #2e7bff;
    font-size: 14px;
    margin-left: 10px;
}


label,
.form-control {
    font-size: 14px;
}

.input-group-text {
    background-color: #fff;
}

.btn-login {
    background-color: #2e7bff;
    color: #fff;
    font-size: 14px;
}

span {
    color: #2e7bff;
    font-size: 14px;
    margin-left: 10px;
}


.showFlag-freshTitle {
    background-color: #2079a6;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 0;
    height: 15px;
    border-radius: 2px;
    padding: 2px 3px;
    margin-right: 5px;
}

.showFlag-revamp {
    background-color: #fe7649;
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    padding: 0;
    height: 15px;
    border-radius: 2px;
    padding: 2px 3px;
    margin-right: 5px;
}


.nav-tabs {
    border-bottom: 2px solid #1b7dc2;
}

.nav-item {
    margin-bottom: -2px !important;
    position: relative;
}

.nav-tabs .nav-link.active {
    border: 2px solid #1973bf;
    border-bottom: 0;
    background-color: #fff !important;
    color: #1973bf !important;
}

.nav-tabs .nav-link {
    background-color: #1b81c3;
    color: #fff;
    border-radius: 0;
    padding: 9px 35px;
    margin: 20px 0 0 17px;
    font-size: 14px;
    font-weight: 600;
}

.modal-header {
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    background-color: #1b81c3;
    color: #fff;
    padding: 7px;
    border-radius: 0;
}

.modal-header .close {
    color: #fff;
    opacity: unset;
    position: relative;
    top: 19px;
    right: 18px;
    font-size: 18px;
    background-color: #fff;
    padding: 0px !important;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.modal-header span {
    margin: 0;
    position: relative;
    bottom: 2px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.btn-pdf,
.btn-excel {
    border-radius: 0;
    background-color: #f4f6fd;
    color: #3e42b5;
    padding: 13px;
    line-height: 7px;
    box-shadow: 0 0 6px 0 #ccc;
    width: 65px;
    margin: 4px;
    font-size: 22px;
    transition: all .1s ease-in-out
}


.download-icons ul {
    list-style-type: none;
    display: inline-flex;
}

.download-icons ul li {
    width: 125px;
    font-size: 12px;
    font-weight: 600;
}


.dark-side p {
    color: #a1a1a1;
    font-size: 16px;
    font-weight: 500;
}

/* .bottom-div {
    position: relative;
    height: 130px;
}

.bottom-div p {
    position: absolute;
    bottom: 0;
    font-size: 13px;
    left: 15%;
} */

.dark-side {
    height: 100vh;
    text-align: center;
    display: table;
    padding: 0 15px;
    width: 100%;
}

.inner-box {
    display: table-cell;
    vertical-align: middle;
}

.bg-grey {
    background-color: #f9f9f9;
}

.right-side {
    display: table;
    height: 100vh;
    text-align: center;
    width: 100%;
    padding: 6% 15%;
}

.form {
    border: 1px solid #3092cf;
    box-shadow: 0 0 10px 0 #ccc;
    background-color: #fff;
}

.form,
.inner-box {
    display: table-cell;
    vertical-align: middle;
}

label {
    font-size: 14px;
}

.form-control {
    padding: 7px;
    border: 1px solid #ced4da;
    font-size: 13px;
}

.view-btn {
    background-color: #045abd;
    border-radius: 20px;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0 2px 10px 0 #aaa;
}

.right-side p {
    font-size: 14px;
    padding-top: 15px;
}

.text-blue {
    color: #22a4e9;
    cursor: pointer;
}



#amrboxes .windowpopup {
    position: absolute;
    width: 420px;
    height: 250px;
    left: 50% !important;
    top: 250px !important;
    margin-left: -210px !important;
    display: #fff;
    z-index: 9999;
    padding: 5px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#amrboxes #amrboxesDialog {
    position: absolute;
    left: 50% !important;
    top: 200px !important;
    margin-left: -210px !important
}

.amrboxespopup-desc {
    margin: 0 auto;
    background: white;
    text-align: center;
}

.amrboxespopup-desc span {
    margin: 0 auto;
    padding-left: 15px;
    font: 20px/42px 'Open Sans';
    text-transform: uppercase;
    color: #000;
    background: orange;
    width: 402px;
    height: 42px;
    display: block
}

.amrboxespopup-left {
    margin-top: 21px;
    float: left;
    width: 236px;
    height: 202px
}

.amrboxespopup-right {
    margin-right: 30px;
    padding-top: 40px;
    float: right;
    width: 150px;
    text-align: center
}


.loadingText {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    color: #EDBB42;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    line-height: 60px;
    text-shadow: 2px 3px 3px rgb(18, 14, 4);
}


.company-details {
    color: #fff;
}


/* .btn-update {
    border-radius: 0;
    background-color: #1c79cb;
    padding: 7px 30px;
    font-weight: 600;
    color: #fff;

} */





ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 0 7px;
}

ul li p::after {
    content: '|';
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
}



#app {
    min-height: 90vh;
}

.modal-dialog {
    width: 800px;
    position: absolute;
    top: -26px;
    right: 3px;
    max-width: 100%;
    height: 99vh;
}

.modal-content {
    border-radius: 0;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}




.box-shadow {
    box-shadow: 0 5px 15px #bababa;
    border-radius: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
}

.box-shadow h5 {
    background-color: #e7e7e7;
    padding: 10px;
    font-weight: 600;
}

.profile .form-control {
    border-radius: 0;
    font-size: 13px;
}

.profile label {
    display: inline-block;
    margin-bottom: 3px;
    font-size: 13px;
    font-weight: 600;
}

.circle-img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    box-shadow: 0 0 3px 0 #ccc;
    object-fit: contain;
}

.social-media {
    padding: 0;
    display: inline-flex;
    list-style-type: none;
}

.social-media li {
    padding: 5px;
    font-size: 22px;
}

.social-media li a {
    color: #e49c37;
}

.profile h6 {
    background-color: #ffd6a0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    border-bottom: 2px solid #ffe7c3;
}

.btn-upload {
    background-color: #fcd6a0;
    font-size: 13px;
    border-radius: 0;
    font-weight: 600;
    color: #f48f00;
    padding: 5px 30px;
    box-shadow: 0 0 3px 0 #bebebe;
    cursor: pointer;
    margin-top: 10px;
}

.btn-edit {
    background-color: TRANSPARENT;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    color: #f48f00;
    padding: 3px 30px;
    cursor: pointer;
    margin-top: 10px;
    border: 2px solid #f48f00;
}

.bottom-div {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 21%;
}

.relative {
    position: relative;
}

.btn-update {
    background-color: #255b9a;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 5px 20px;
}

.box-div {
    box-shadow: 0 0 4px 0 #818181;
    height: 98%;
    margin-bottom: 7px;
    padding: 5px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}


.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.navbar span {
    color: #000;
    font-size: 10px;
    position: relative;
    bottom: 0px;
    font-weight: 700;
}


.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.footer {
    padding: 10px 0 0 0;
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
    background-image: url(../../assets/images/footer-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.footer p,
.footer h6,
.footer a {
    color: #fff;
}

.footer p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer h6 {
    font-size: 16px;
    font-weight: 600;
}

ul {
    display: inline-flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 0 7px;
}

ul li p::after {
    content: '|';
    font-size: 15px;
    color: #fff;
    padding-left: 15px;
}

.sub-footer {
    border-top: 1px solid #646464;
}

.footer h6::after {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 31px;
    color: #fff;
    display: block;
    margin-top: 4px;
}

.middle {
    position: absolute;
    top: 40%;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 0 8px 0 #080808 !important;
}

.bottomDiv {
    position: fixed;
    bottom: 24px;
    left: 44%;
    z-index: 999;
}

.glow-on-hover {
    width: 220px;
    height: 37px;
    border: none;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 6px;
    bottom: 20px;
    font-weight: bold;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.actionClass {
    cursor: pointer;
    border: 2px solid #9c778b;
    border-radius: 100%;
    padding: 3px;
    width: 32px;
    height: 32px;
}

.modalTab .nav {
    box-shadow: none;
    margin: 0 -16px;
}

.modalTab .nav-tabs .nav-link {
    padding: 9px 14px;
    margin: 20px 0 0 10px;
}

.card-header .title {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
    background-color: #ddefff;
    padding: 7px 10px 7px 0;
}

.card {
    border: 1px solid #ddd;
}

.card-body {
    border-top: 1px solid #ddd;
    padding-bottom: 0;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}

.card {
    border-radius: 0;
    border: 1px solid #9ee0ff;
    margin-bottom: 10px;
}

.card .fa {
    color: #000;
    font-size: 16px;
}

.amount {
    color: #FF5A00;
    font-weight: 600;
    font-size: 16px;
}

.discount {
    color: green;
    font-size: 12px;
    text-transform: uppercase;
}

strike {
    font-size: 12px;
    color: #111;
}

.card-body h6 {
    font-size: 16px;
    font-weight: 600;
}

.offer-div {
    background-color: antiquewhite;
    margin: 15px -16px;
}

.img-offer {
    position: absolute;
}

.bg-gray {
    border-top: 1px solid #aaa;
}

.modal-body {
    height: 220vh;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}


.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-color: cadetblue;
    padding: 3px;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.box-shadow p {
    margin-bottom: 5px;
}

.profile-avatar {
    vertical-align: middle;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.removePhoto {
    position: relative;
    width: 156px;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
    padding: 3px;
}

.removePhoto #removeProfilePhoto {
    position: absolute;
    bottom: -25px;
    width: 100%;
    left: 0;
    padding: 0;
    border-radius: 0;
}

.dropDown {
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    background-color: #f8fafc;
}

.setTotalReportCount {
    position: absolute;
    top: 0;
    right: 7px;
    background-color: #f26638;
    font-weight: 600;
    color: #fff !important;
    font-size: 11px;
    padding: 1px;
    margin-top: 1px;
}

#versionUpdateMessageSession {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}












.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.bar {
    width: 10px;
    height: 70px;
    background: #fff;
    display: inline-block;
    transform-origin: bottom center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: 5px 10px 20px inset rgb(91, 161, 50);
    animation: loader 1.2s linear infinite;
}

.bar1 {
    animation-delay: 0.1s;
}

.bar2 {
    animation-delay: 0.2s;
}

.bar3 {
    animation-delay: 0.3s;
}

.bar4 {
    animation-delay: 0.4s;
}

.bar5 {
    animation-delay: 0.5s;
}

.bar6 {
    animation-delay: 0.6s;
}

.bar7 {
    animation-delay: 0.7s;
}

.bar8 {
    animation-delay: 0.8s;
}

@keyframes loader {
    0% {
        transform: scaleY(0.1);
        background: transparent;
    }

    50% {
        transform: scaleY(1);
        background: yellowgreen;
    }

    100% {
        transform: scaleY(0.1);
        background: transparent;
    }
}

.loadingText {
    text-align: center;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}

.topcontrol {
    position: fixed;
    bottom: 35px;
    right: 15px;
    opacity: 1;
    cursor: pointer;
}

.arrowToTopShow {
    display: none;
}



#loader-wrapper {
    background-color: #444343d9;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-align: center;
}
.loader{
    position: absolute;
    z-index: 9999;
    left: 45%;
    top: 30%;
}
.pleaseWait{
    color:rgb(216, 213, 213);
    font-size: 22px;

}
@keyframes load7 {
    100% {
        transform: rotatez(360deg);
    }
}

.applyActiveClass {
    background: #000 !important;
}

.loaderSpin::before {
    content: "";
    color: #000000;
    height: 50px;
    width: 50px;
    background: transparent;
    border-radius: 50%;
    border: 10px solid #dd3900;
    border-color: #EC8911 #F6C523 #DD3900 #30BFE1;
    animation: load7 .6s infinite ease-in-out;
    box-shadow: 0px 0px 14px 0px #181d1f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
