/*fullpage-loder*/

.back-ground {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*   z-index: 1040;*/
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.8);
}

.windows8 {
    position: relative;
    width: 150px;
    height: 150px;
    margin: auto;
    top: 40%;
}

.windows8 .wBall {
    position: absolute;
    width: 143px;
    height: 143px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 4.8425s infinite;
    -o-animation: orbit 4.8425s infinite;
    -ms-animation: orbit 4.8425s infinite;
    -webkit-animation: orbit 4.8425s infinite;
    -moz-animation: orbit 4.8425s infinite;
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 19px;
    height: 19px;
    background: rgb(255, 255, 255);
    left: 0px;
    top: 0px;
    border-radius: 19px;
}

.windows8 #wBall_1 {
    animation-delay: 1.056s;
    -o-animation-delay: 1.056s;
    -ms-animation-delay: 1.056s;
    -webkit-animation-delay: 1.056s;
    -moz-animation-delay: 1.056s;
}

.windows8 #wBall_2 {
    animation-delay: 0.203s;
    -o-animation-delay: 0.203s;
    -ms-animation-delay: 0.203s;
    -webkit-animation-delay: 0.203s;
    -moz-animation-delay: 0.203s;
}

.windows8 #wBall_3 {
    animation-delay: 0.4265s;
    -o-animation-delay: 0.4265s;
    -ms-animation-delay: 0.4265s;
    -webkit-animation-delay: 0.4265s;
    -moz-animation-delay: 0.4265s;
}

.windows8 #wBall_4 {
    animation-delay: 0.6295s;
    -o-animation-delay: 0.6295s;
    -ms-animation-delay: 0.6295s;
    -webkit-animation-delay: 0.6295s;
    -moz-animation-delay: 0.6295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.843s;
    -o-animation-delay: 0.843s;
    -ms-animation-delay: 0.843s;
    -webkit-animation-delay: 0.843s;
    -moz-animation-delay: 0.843s;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}


/*full-page-loder*/

.mainHeader .navbar-light .navbar-nav .loggedInFeatuers ._feature {
    height: 28px;
    width: 28px;
    padding-top: 5px;
    font-size: 11px;
}

.loggedInFeatuers ._sup,
.mainHeader .navbar .mainMenuSupNumber {
    padding: 7px 5px;
    font-size: 11px;
    position: absolute;
    top: -10px;
    right: -7px;
    line-height: 5px;
    min-width: 18px;
    text-align: center;
}

.mainHeader .navbar .mainMenuSupNumber {
    top: -6px;
    margin-right: 5px;
}

.mainHeader .navbar .dropdown-toggle .mainMenuSupNumber {
    margin-right: 17px;
}

.innerLoggedIn {
    background: #eeeeee;

}

.mainHeading {
    max-width: 1720px;
    overflow: hidden;
    height: 125px;
    margin: 0 auto;
}

.mainHeading ._inner {
    background: #377CF9;
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.mainHeading ._inner:before {
    content: "";
    background: #377CF9;
    width: 200%;
    height: 65px;
    position: absolute;
    left: -30%;
    z-index: 0;
    transform: rotate(2deg);
    top: 41px;
    border-bottom: 5px solid #fff;
}

.mainHeading ._inner._gray:before {
    border-bottom: 5px solid #eeeeee;
}

.mainHeading h1 {
    font-family: 'Poppins';
    font-size: 28px;
}

.dashboardSearch .form-control,
.dashboardSearch .form-select {
    height: 41px;
}

.dashboardSearch .btn {
    height: 40px;
    width: 120px;
}

.dashboardSearch.multiFields .form-control {
    border-bottom: 1px solid #726868;
    color: #000;
}

.dashboardSearch.multiField .form-control::-moz-placeholder {
    color: #2a318c;
}

.dashboardSearch.multiField .form-control::placeholder {
    color: #2a318c;
}

.innerLoggedIn .tab-content {}

.innerLoggedIn .nav-tabs .nav-link {
    color: #585858;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    border-radius: 0 0 10px 10px;
    padding: 13px 25px;
    background: #eee;
}

.innerLoggedIn .nav-tabs .nav-link.active {
    border: 2px solid #e0e0e2;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    color: #377cf9 !important;
    background: #fff;
}

.innerLoggedIn .tab-content {
    border: 2px solid #e0e0e2;
    border-top-width: 1px;
    border-radius: 0 10px 10px 10px;
}

.themeTbl {}

.innerLoggedIn .themeTbl .table th,
.innerLoggedIn .themeTbl .table td {
    vertical-align: top;
}

.innerLoggedIn .themeTbl .table th {
    font-weight: 500;
    background-color: #377CF9;
    color: #fff;

}

.innerLoggedIn .themeTbl .table th a {
    color: #fff;
}

.innerLoggedIn .themeTbl .table td {
    font-weight: 400;

}

.innerLoggedIn .detailTable {
    display: none;
}

.innerLoggedIn .themeTbl .detailTable .table th {
    background: #d7d7d7;
    color: #000;
}


.tableActionsList {
    margin: 0;
    padding: 0;
}

.tableActionsList li {
    display: inline-block;
}

.tableActionsList li p {
    margin: 0;
}

.tableActionsList li+li:before {
    content: "";
    height: 19px;
    width: 1px;
    border-left: 1px solid #212529;
    display: inline-block;
    margin: 0px 8px 0;
    vertical-align: middle;
}

.tableActionsList li a {
    color: #000;
}

.tableActionsList li .fa {
    font-size: 16px;
}

.tableActionsList .action {
    padding: 0;
    background: none;
    text-transform: none;
    font-size: 13px !important;
    cursor: pointer;
}

.tableActionsList .action .fa {
    font-size: 11px;
}

.tableActionsList .action:hover {
    text-decoration: none;
}

tableActionsList li .form-control {
    display: inline-block;
    padding: 0 4px;
    font-size: 13px;
    height: auto;
    width: auto;
    border-radius: 0px;
    border: 1px solid #5b6884;
    background: none;
}


.themeTbl .btn._reg {
    padding: 2px 7px;
    font-size: 11px;
}

.themeTbl .pr_badge {
    display: block;
    margin: 0 0 4px;
}

.themeTbl .pr_badge__content {
    background-color: #f36821;
    display: inline-block;
    padding: 2px 5px;
    font-size: 9px;
    line-height: 9px;
    -webkit-text-shadow: 0 2px 0px rgb(0 0 0 / 20%);
    text-shadow: 0 2px 0px rgb(0 0 0 / 20%);
    border-radius: 1px;
    letter-spacing: 0.2em;
    border: 1px dotted #fff;
    outline: 2px solid #f36821;
}

.themeTbl .qty-field {
    text-align: center;
    border: 1px solid #377cf9;
    border-radius: 3px;
    height: 26px;
}

/* Pagination */
.pagination-style ul {
    font-family: 'Poppins', arial, sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0;
    justify-content: flex-end !important;
}

.pagination-style ul li.active {
    background-color: #2A4169;
    color: #fff !important;
    margin: 0 2px;
}

.pagination-style ul li {
    color: #545454;
    cursor: pointer;
    background-color: #e6e6e6;
    margin: 0 2px;
    padding: 4px 12px;
    font-size: 14px;
}

.pagination-style ul li a {
    color: #545454;
}

.pagination-style ul li:hover {
    color: #fff;
    background: #2A4169;
}

.pagination-style li.disabled,
.pagination-style li [rel="next"],
.pagination-style li [rel="prev"] {
    font-size: 24px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
}

.pagination-style li.disabled:hover {
    background-color: #e6e6e6;
}

.pagination-style ul li.page-item .page-link {
    background-color: transparent;
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 0;
}

.pagination-style ul li:not(.disabled):hover .page-link {
    color: #fff;
}

.showingRecords ._count {
    line-height: 30px;
    font-size: 26px;
    padding: 0 12px;
}

.loggedInForms ._inner {
    border-top: 1px solid #c8c8c8;
    border-radius: 8px;
}

.loggedInForms .form-control,
.loggedInForms .form-select {
    font-size: 13px;
    background-color: #ececec;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #000;
}

.loggedInForms .form-control:not(textarea),
.loggedInForms .form-select {
    height: 42px;
}

.loggedInForms .form-label,
.loggedInForms .form-check-label {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    color: #377cf9;
}

.loggedInForms .form-control[type=file] {
    padding: 10px 0px 10px 16px;
    border: 1px solid #ccc;
}

.bankDetails {
    padding: 10px 20px;
    background: #eee;
    border-radius: 10px 10px;
    border: 1px solid #ddd;
    border-left: 3px solid #377cf9;

}

.bankDetails h4 {
    color: #2c4877;
}


.inputIconBtn .btn {
    width: 140px;
    padding: 10px;
}

.inputIconBtn .icon {
    position: absolute;
    left: 20px;
    top: 13px;
    cursor: pointer;
    color: #fff;
}


.inputIconBtn:hover .icon {
    color: #2a318c;
}


/* suggestion list css */
.autoCompFieldDiv .suggestionWrap ul {
    border: 1px solid #e2e2e2;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 226px;
    overflow: auto;
    position: absolute;
    border-radius: 3px 3px 0 0;
    z-index: 999;
    width: 100%;
    top: 45px;
}

.autoCompFieldDiv .suggestionWrap ul li {
    background: #eee;
    color: #2a318c;
    padding: 5px 10px;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: 500;
}

.autoCompFieldDiv .suggestionWrap ul li:hover {
    text-indent: 0.5px;
    color: #377cf9;
    background: #e8e8e8;
}

.autoCompFieldDiv .suggestionLoader i {
    font-size: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -10px;
}

.close.fileNameI {
    color: #dc3545;
    position: absolute;
    top: 3px;
    z-index: 999;
    font-weight: normal;
    opacity: 1;
    font-size: 26px;
    cursor: pointer;
    right: 80px;
}

.loggedInForms .custom-file-input {
    padding-right: 25px;
}

.loggedInForms .custom-file .form-control {
    border: 1px solid #ced4da;
    line-height: 29px;
}

.loggedInForms .custom-file .input-group-text {
    border-radius: 0 4px 4px 0 !important;
}


.formBtmSeparator:after {
    content: "";
    margin: 30px auto;
    border-top: 2px dotted #2a4169;
    background: transparent;
    opacity: 1;
    width: 75%;
    height: 1px;
    display: block;
}

@media(min-width:767px) {
    .formBtmSeparator:after {
        margin: 60px auto;
    }
}

