﻿body {
    font-family: "Poppins", sans-serif !important;
    font-size: 12px !important;
      padding-top: 60px

}
.selectlanguage option{
    padding:10px;    
    line-height:2;
}
.nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
}

/*-------sweet alert-------*/
.sweet-alert h2 {
    font-size: 24px;
}

.sweet-alert p {
    overflow-y: auto;
    font-size: 12px;
}
/*-------end sweet alert-------*/
.navbar-nav .nav-item .nav-link {
    color: #FFFFFF99;
}

#myTab {
    z-index: 1 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    color: white;
}

.nav-link:focus, .nav-link:hover {
    color: #FFF !important;
}

.bi {
    font-weight: 400;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 12px !important;
}

.fixed-top {
    padding: 0 !important;
}

.user-image {
    width: 30px;
    margin-left: 5px;
    /* border: 2px solid #ffffff8a;
    border-radius: 50px;
    padding: 1px;*/
}

.footer {
    background-color: #1968b3;
    text-align: center;
    padding: 4px;
    font-size: 12px;
    color: white !important;
}

.nav-link {
    margin: 8px 0px;
}

.footer a {
    color: white !important;
}

.inside-banner {
    width: 100%;
    height: 266px;
    position: relative;
}

.page-title-area {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    height: 100%;
    width: 100%;
}

    .page-title-area .page-title {
        width: 90% !important;
        max-width: 1055px !important;
        margin: 0 auto !important;
    }
.page_title_cus {
    width: 90% !important;    
    margin: 0 auto !important;
}

.page-heading {
    font-size: 30px !important;
    line-height: 36px;
    font-weight: 600;
    position: relative;
    padding-bottom: 13px;
    padding-top: 48px;
    width: 50%;
}
    .page-heading:after{
        content: '';
        width: 46px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 2px;
        bottom: 0;
    }
.context:after {
    content: '';
    width: 50px;
    height: 2px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin:0 auto;
    bottom: 0;
}
.sub-heading h2 {
    color: #1968b3;
    
}
.sub-heading:after {
    content: '';
    width: 160px;
    height: 3px;
    background: #1968b3;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    bottom: 0;
    margin-bottom: 20px;
}
.btn {
    border-radius: 4px;
    font-size: 12px !important;
}
.flex-property-center{
    display:flex;
    justify-content:center;
    align-items:center;
}
.card {
    border: none !important;
    box-shadow: rgb(189 192 194 / 20%) 0px 8px 24px;
    border-radius: 10px;
}
.bi-arrow-right-circle, .bi-check-circle {
    margin-left: 5px;
}
.tableResponsive{
    position:relative;
    overflow-x:auto;
}
.bi-arrow-left-circle, .bi-exclamation-circle, .bi-plus-circle, .bi-pencil-square, .bi-trash3 {
    margin-right: 5px;
}
.card .card-header {
    background-color: #1968b3;
    color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 14px;
}
.table {
    vertical-align: middle;
}
.dropdown-menu {
    text-align: left !important;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}

    .dropdown-menu.show {
        text-align: left !important;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
        border: none;
        border-radius: 6px !important;
        background: white !important;
    }

.col-sm-4 .form-label {
    margin-top: 20px;
}
.heading h4{

}
.form-select {
    font-size: 0.8rem !important;
}

/*.card-form-body .row {
    margin-bottom: 20px;
}*/

button{
    margin:0px 5px;
}

 button + a, button + a+button, a+a, a + buttton {
    margin-left: 10px;
}
.nav-link.active {
  /*  border-top-right-radius: 6px !important;
    border-top-left-radius: 6px !important;*/
    background: #1968b3 !important;
    color: white !important;
    font-weight: 400 !important;
}
/*-------------Table Css Started-------*/
.dataTables_wrapper {
    margin-top: 20px;
    margin-bottom:30px;
}

.data-table {
    overflow-x: auto;
}

.table {
    display: table;
    font-size: 12px;    
    border: none !important;
    margin-top: 10px;
    overflow-x: scroll;
    width: 100%;
    margin-bottom:10px;
    
}


.scroll-tbl {
    height: 300px;
    width: 700px;
    overflow: scroll;
}

.table tbody td {
    border: none !important;
    border: 1px solid #e1e1e1 !important;
    line-height: 1.5;
}

.table thead tr th {
    border: none !important;
    background: #1968b3;
    color: white;
    border-right: 1px solid #e1e1e1 !important;
}

thead tr th:first-child {
    border-top-left-radius: 6px !important;
}

thead tr th:last-child {
    border-top-right-radius: 6px !important;
}

.form-control, .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
}

/*--------End table Css----------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1968b3;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1067c8;
    }

.modal-dialog {
    margin-top: 20vh !important;
}

.modal.in {
    background: #00000080 !important;
}

.modal-header-new {
    background: #1968b3;
    padding: 8px 20px !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.modal-header-new h4 {
    font-size: 12px;
    font-weight: 600;
    color: white;
}

.modal-input-btn {
    color: white !important;
}

.new-theme-popup {
    border-radius: 10px;
}

.dataTables_length label, .dataTables_filter label {
    display: flex !important;
    align-items: center;
}

.dataTables_filter {
    float: right;
}

    .dataTables_filter input {
        margin-left: 6px;
    }

#tblRequestDelayAnalysis_filter input {
    width: 200px;
    margin-left: 10px;
    text-align: right;
}

.custom-select {
    width: 40px !important;
    margin: 0 10px;
}

.icon-request {
    margin-right: 12px;
    /*color: #1968b3;*/
}

.top-btn {
    text-align: right;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background: #1968b3 !important;
    color: white;
}

.form-details {
    display: flex !important;
    align-items: center;
    margin-bottom: 20px;
}
#footer .row {
    margin-bottom: 0px !important;
}

h5 {
    font-weight: 500 !important
}

.form-select {
    height: 32px;
}

.pagination {
    float: right;
    font-size: 14px;
}

.btn-submit {
    float: right;
}

.form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.new-theme-popup {
    width: 100% !important;
    height: auto !important;
}
input[type="radio"] {
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #1968b3;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #1968b3;
    border-radius: 50%;
    transform: translateY(-0.075em);
}
input[type="radio"] {
    /* ...existing styles */
    display: inline-flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    place-content: center;
    margin:10px;
}

    input[type="radio"]::before {
        content: "";
        width: 0.65em;
        height: 0.65em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em #1968b3;
    }

    input[type="radio"]:checked::before {
        transform: scale(1);
    }
.note {
    color: red;
}
.btn-section{
    display:flex;
    justify-content:end;
    align-items:center;
    margin-top:20px;
}
.inside_wrapper {
    /*max-width: 1055px;
    
    padding: 40px 20px;*/
    /*width: 100%;
    margin: 0 auto;
    overflow-x: auto;
    margin-bottom: 40px;*/
    margin-top:20px;
}
.stats {
    margin: 10px 20px 20px 0px;
}
@media only screen and (max-width:768px) {
    .dropdown.language {
        min-width: 7em!important;
        position: relative;
        top: 0;
        margin: 1em!important;
    }
    .select.lang{
        padding:0.6em!important;
    }
    .user-disc .rating{
        margin-top:6px;
    }
    .d-flex.flex-column.w-50{
        width:100%!important;
    }
    .userProfile {
        text-align: center;
    }
    .stats {
        margin: 10px 20px 0px 0px;
    }
    .user-disc{
        flex-direction:column;
    }
    .inside_wrapper {
        max-width: 1055px;
        width: 100%;
        padding: 20px 10px;
        margin: 0 auto;
        overflow-x: auto;
    }
    .form-group input{
        margin:0px;
    }
    .table{
        overflow:scroll;
    }
    input[type="radio"] {      
        
        margin: 10px;
    }
    .btn-secondary, .tab-pane .btn-primary{
        width:100%;
    }
    /*.btn-section {
        flex-direction: column;
        justify-content: center;
    }*/
    .btn-section .btn-navigation{
        width:100%;
    }
    .tpfadeUp {
        margin-bottom: 14px;
    }
    .tp-feature__title-sm {        
        font-size: 14px;
    }
    input{
        margin:10px 0px;
    }
    .card-form-body .row {
        margin-bottom: 5px;
    }
    .form-group {        
        padding: 5px 0px;
        flex-direction:column;
        align-items:flex-start
    }
    
    form{
        margin-bottom:0px;
    }
    .footer{
        text-wrap:balance!important;
    }
    .mail {
        margin-top: 10px;
    }
    .col-sm-4.col-12 {
        margin-bottom: 5px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        float: left;
    }

    .mob-block {
        display: block;
    }

    .note {
        font-size: 12px !important;
    }

    .tab-pane {
        border-top: 1px solid #e1e1e1;
    }

    .nav-link.active {
        border-radius: 6px;
    }

    .btn, .nav-item button {
        font-size: 10px !important;
    }

    .nav.nav-tabs {
        display: contents !important;
    }

    .btn {
        margin-bottom: 10px;
        margin-top:10px;
    }

    .dataTables_filter input {
        width: 100px !important;
    }

    .top-btn {
        text-align: center;
    }

    .form-details, .form-label, .col-form-label, .dataTables_filter, .form-control, .form-select, .dataTables_length, .page-link, pagination, .modal-body label {
        font-size: 12px !important;
    }

    .popup {
        margin: 0 auto;
    }

    .modal-header-new h4 {
        font-size: 14px;
    }

    .modal-input-btn {
        margin-bottom: 0px;
    }

    .page-link {
        margin-top: 10px;
    }

    .form-details {
        display: flex;
        justify-content: space-between !important;
    }

    .form-select {
        height: 32px;
    }
}

@media only screen and (min-width:1024px) {
    .nav-item .nav-link, .dropdown-item {
        font-size: 12px !important;
    }

    .form-label, .col-form-label, .form-group label, .pagination a {
        font-size: 12px !important;
    }

    .form-control, .form-select {
        display: block;
        width: 100%;
        padding: 0.375rem 0.75rem !important;
        font-size: 12px !important;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: var(--bs-body-bg);
        background-clip: padding-box;
        border: var(--bs-border-width) solid var(--bs-border-color) !important;
        border-radius: var(--bs-border-radius) !important;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
    }
}

.loaderImage {
    display: none;
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.30) center no-repeat;
    z-index: 300011;
}


/*--------animation-----*/
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');
.context {
    width: 100%;
    position: absolute;
    top: 20vh;
}

    .context h1 {
        text-align: center;
        color: #fff;
        font-size: 50px;
    }


.area {
    /*background: #1968b3;*/
    background-image: url('../headerimages/consulting-service_41585351d5.jpg');
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 30vh;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 44%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/*--------------*/
.tp-feature__item {
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(18, 20, 32, 0.2);
    border-radius: 30px;
    padding: 25px 30px;
    transition: 0.3s;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.tp-feature__icon {    
}
.tp-feature__title-sm {
    font-weight: 700;
    font-size: 12px;    
}
.tp-feature__link {
    display: inline-block;
}
.tp-feature__link a {
    height: 44px;
    width: 44px;
    line-height: 41px;
    border-radius: 50%;
    background: rgba(41, 93, 251, 0.1);
    display: inline-block;
    text-align: center;
    transition: 0.4s;
}
.tpfadeUp{
    text-align:center;
}
.tp-feature__link a svg {
    transition: 0.4s;
    color: #1968b3;
    position: absolute;
    top: 14px;
    left: 14px;
}
.tp-feature__link a{
    position:relative;
}
@media only screen and (min-width: 575px) {
    .listline-wrapper .item:not(:last-child) {
        border-right: 1px solid var(--border);
        margin-right: 10px;
        padding: 2px 0;
        padding-right: 10px;
    }
}

.mult-select .btn-group {
    width: 100%;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}

    .mult-select .btn-group .btn-default {
        position: relative;
        flex: unset;
    }

.btn-group > .multiselect .caret {
    border-top: unset !important;
}

.multiselect.dropdown-toggle::after {
    content: unset !important;
}

.multiselect-container {
    width: 100%;
}

.multiselect.dropdown-toggle {
    margin-left: 0px !important;
}

.multiselect-selected-text {
    float: left;
}

.btn-group > .multiselect-container > li.active {
    color: #111;
    background: unset;
}