body {
    color: #052340;
}

:root {
    --regular: 'Poppins Regular', sans-serif;
    --normal: 'Poppins', sans-serif;
    --light: 'Poppins Light', sans-serif;
    --italic: 'Poppins Italic', sans-serif;
    --lightItalic: 'Poppins Light Italic', sans-serif;
    --semibold: 'Poppins SemiBold', sans-serif;
    --medium: 'Poppins Medium', sans-serif !important;
    --bold: 'Poppins Bold', sans-serif !important;
    --extrabold: 'Poppins ExtraBold', sans-serif !important;
    --black: 'Poppins Black', sans-serif !important;
}
h1, h2, h3, h4, h5, p, a, span, select, li, input, button, label {
    font-family: 'Poppins Medium', sans-serif !important;

}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.ui-widget-content.ui-resizable{
/*    background: #000;
*/

}
.ui-draggable-dragging{
overflow:hidden;
}
    .ui-draggable-dragging:hover{
        overflow:visible;
    }

   /* .ui-icon {
        width: 13px;
        height: 13px;
    }*/
.radius0{
    border-radius: 0px;
}
.form-label {
    margin-bottom: 0.6rem;
}
.btn-blue, .btn-blue:hover {
    color: #fff;
    background-color: #0059A1;
    border-color: #0059A1;
}

.bold {
   font-family: 'Poppins Bold', sans-serif !important;
}
.f-900 {
      font-family: 'Poppins Black', sans-serif !important;
}

.f-600, .semibold {
    font-family: 'Poppins SemiBold', sans-serif !important;
}

.f-500 {
    font-family: 'Poppins Medium', sans-serif !important;
}
.f-700, .f-800 {
     font-family: 'Poppins ExtraBold', sans-serif !important;
}
.f-32{
    font-size: 32px !important;
}
.btn-bottom-abs {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 999;
}

.minvh-75 {
    min-height: 75vh;
}
.btn-abs {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 999;
}
.f-14 {
    font-size: 14px !important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 18px !important;
    border: none;
    padding: 7px 10px;
    color: #808084 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #808084 !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.f-45{
    font-size: 45px !important;
}
.f-30{
    font-size: 30px !important;
}

.lh-48{
line-height: 48px !important;
}
label {
    color: #111824 ;
    font-size: 12px;
    margin-bottom: 0.6rem ;
}
.lightgrey {
    color: #AEAEAE;
}
.bg-lightnavy {
    background: #D7E0FA;
}
.bg-lightblue {
    background: #0059a117;
}
.regular {
    font-family: 'Poppins Regular', sans-serif !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: 1.6;
    color: #111824;
    background-color: #fff;
    background-clip: padding-box;
    font-family: 'Poppins Medium', sans-serif;
    border: 1px solid #a1a1a1;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.table.table-dashboard tbody tr td .no {
    font-size: 12px;
    font-weight: normal !important;
    text-decoration: none !important;
    background: #F24F50 !important;
    display: inline-flex;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-family: var(--medium) !important;
    text-align: center;
    border: none !important;
    padding: 5px 10px;
    max-width: 100%;
    min-width: 100px;
}
.side-blue {
    border-left: 5px solid #F49F0C;
    display: inline;
    padding-right: 10px;
}
.f-17 {
    font-size: 17px !important;
}
.main-heading {
    font-size: 20px;
    color: #181C32;
}
.lh-20{
    line-height: 20px;
}
.underline {
    border-bottom: 1px solid #F49F0C;
}
.card-header {
    padding: 0.45rem 1rem;
    margin-bottom: 0;
    /* color: #fff; */
    background-color: #fff;
    border-radius: 8px 8px 0px 0px !important;
    border-bottom: none;
    box-shadow: 0px 0px 8px 0px #e1e1e1;
}
.forgot-pass {
    color: #F49F0C;
    font-size: 12px;
    font-family: var(--medium);
    text-decoration: none;
}

.w-260 {
    width: 260px;
}
.login .form-control::placeholder {
    color: rgba(131, 131, 131, 0.5) !important;
}
.c-pointer{
    cursor: pointer;
}
.border-radius8 {
    border-radius: 7px !important;
}
.border-radius0 {
    border-radius: 0px !important;
}
.grey-bb {
    border-bottom: 1px solid #707070;
}

.f-16{
    font-size: 16px ;
}
.f-28{
    font-size: 28px !important;
}

.f-9 {
    font-size: 9px !important;
}
.lh-12{
    line-height: 12px;
}
.field-validation-error{
    font-size: 12px;
}
.minh-74 {
    max-height: 60vh;
    min-height: 60vh;
    overflow-y:scroll;
    
}
.has-details {
    position: relative;
    cursor: pointer;
}
@media (min-width: 576px){
    .modal-dialog-summary {
        max-width: 525px;
        margin: 1.75rem auto;
    }
} 
.details-sm {
   
    background: #fff;
    transition: transform 0.3s ease-in;
    z-index: 9999;
    border-radius: 8px;
    width: 350px;
    box-shadow: 0px 0px 8px 0px #c1bfbf;
}
    .details-sm .headingnew {
        background: #455A64;
        font-family: 'Poppins Semibold', sans-serif !important;
        font-size: 14px;
        padding: 8px 12px;
        text-align: center;
        color: #fff;
        border-radius: 8px 8px 0px 0px;
    }
.details-sm .info .dark {
    background: #fff;
    font-family: 'Poppins Medium', sans-serif !important;
    font-size: 12px;
    color: #455A64;
    padding: 6px 12px;
    margin-bottom: 0px;
}

.details-sm .info .light {
    background: #fff;
    font-size: 12px;
    color: #7C8E9A;
    padding: 6px 12px;
    margin-bottom: 0px;
}
.details {
    position: absolute;
    bottom: 40px;
    right: 0;
    background: #fff;
    transition: transform 0.3s ease-in;
     z-index: 9999;
    border-radius: 8px;
    width: 350px;
    box-shadow: 0px 0px 8px 0px #c1bfbf;
}
    .details .headingnew {
        background: #F6A14C;
        font-family: 'Poppins Semibold', sans-serif !important;
        font-size: 14px;
        padding: 8px 12px;
        text-align: center;
        color: #fff;
        border-radius: 8px 8px 0px 0px;
    }
    .details .sub-heading {
        background: #f6a14c40;
        font-family: 'Poppins Semibold', sans-serif !important;
        font-size: 14px;
        color: #455A64;
        padding: 8px 12px;
        text-align: center;
        border-radius: 0px 0px 0px 0px;
    }
    .details .info .dark {
        background: #fff;
        font-family: 'Poppins Medium', sans-serif !important;
        font-size: 12px;
        color: #455A64;
        padding: 6px 12px;
        margin-bottom: 0px;
    }
    .details .info .light {
        background: #fff;
        font-size: 12px;
        color: #7C8E9A;
        padding: 6px 12px;
        margin-bottom: 0px;
    }
.details{
    display: none;
}
.grey45 {
    color: #455A64;
}
.has-details:hover .details {
    display: inline-block;
}
.table.table-dashboard tbody tr td .active.processing {
   
    background: #0092D8 !important;
     
}
#summary .modal-header {
    display: flex;
    flex-shrink: 0;
    background: #F6A14C;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 1rem;
    border-bottom: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.radius0{
    border-radius: 0px !important;
}
.logout {
    position: fixed !important;
    bottom: 0px;
    border-top: 1px solid #F49F0C;
    left:0;
    z-index:1;
    max-width:225px;
}
.modal-title {
    margin-bottom: 0;
    font-size: 20px !important;
    color: #fff;
    line-height: 1.5;
    font-family: 'Poppins Semibold', sans-serif !important;
}
.login-logo img {
    height: 100px;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #181C32;
    border-color: #181C32;
   
}
.btn-outline-secondary {
    color: #181C32;
    border-color: #181C32;
    border-radius: 4px !important;
    padding: 6px 25px !important;
}
.btn-primary:hover {
    color: #fff;
    background-color: #7C8E9A;
    border-color: #7C8E9A;
}
.forgot-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh ;
}


.sm-round {
    width: 25px;
    background: #7C8E9A;
    justify-content: center;
    align-content: center;
    display: flex;
    border-radius: 50%;
    align-items: center;
    height: 25px;
}
.owl-carousel .owl-nav button span {
    line-height: 0px;
    height: 6px;
    top: 12px;
    /* position: absolute; */
    margin-top: -6px;
    display: flex;
    font-family: 'Poppins Normal', sans-serif !important;
    font-size: 25px;
    justify-content: center;
    align-items: center;
}
.pass-show {
    color: #111824;
    margin-left: 8px;
    display: inline-block;
}
@media (min-width: 576px){
    .modal-dialog-review {
        max-width: 560px;
        margin: 1.75rem auto;
    }
}
 
.f-13{
    font-size: 13px !important;
}
/*.ui-icon {
    width: 11px !important;
    height: 11px !important;
}*/

.ui-draggable-dragging[staff] {
    background: #ffdd9e !important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px !important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808084;
    font-size: 12px;
    line-height: 33px !important;
}
.loader2 {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    z-index: 9999;
    margin: 15px auto;
    position: relative;
    top: 50%;
    background: #FFF;
    box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    box-sizing: border-box;
    animation: shadowPulse 2s linear infinite;
}

@keyframes shadowPulse {
    33% {
        background: #FFF;
        box-shadow: -24px 0 #02747e, 24px 0 #FFF;
    }

    66% {
        background: #02747e;
        box-shadow: -24px 0 #FFF, 24px 0 #FFF;
    }

    100% {
        background: #FFF;
        box-shadow: -24px 0 #FFF, 24px 0 #02747e;
    }
}

.overlay {
    position: fixed;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgb(0 0 0 / 20%); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 1;
    color: white;
    z-index: 999;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.v-midddle {
    vertical-align: middle;
}
.lh-24 {
    line-height: 24px;
}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.ui-widget-content.ui-resizable .form-control {
    display: block;
    width: 100%;
    padding: 0px;
    font-size: inherit;
    font-weight: 400;
    height: 100%;
    line-height: 14px;
    background: transparent;
    color: #000;
    border-radius: 3px;
}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customradio, .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customradio:hover {
    background: transparent;
    border: 1px solid black;
    border-radius: 1px;
    line-height: 0px;
   
    padding: 5px;
    color: #000;
    /* height: auto !important; */
    margin-right: 0px;
    /* width: auto !important; */
    font-size: 0px;
}

.pdfRadioElement {
    width: 100%;
    height: 100%;
}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customcheckbox, .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customcheckbox:hover {
    background: transparent;
    border: 1px solid black;
    border-radius: 1px;
    line-height: 0px;
    font-size: 0px !important;
    padding: 5px;
    color: #000;
    /* height: auto !important; */
    margin-right: 0px;
    /*     width: auto !important; 
*/
}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customsecurity, .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customsecurity:hover {
    background: transparent;
    border: 1px solid black;
    border-radius: 1px;
    line-height: 0px;
    padding: 5px;
    color: #000;
    min-width: 18px;
    /* height: auto !important; */
    margin-right: 0px;
    width: auto;
    min-height: 15px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pdfCheckBoxElement {
    width: 100%;
    height: 100%;
}
.swal2-styled {
    margin: 0.3125em;
    padding: 0.55em 2.2em !important;
    transition: box-shadow .1s;
    box-shadow: 0 0 0 3px rgba(0,0,0,0);
    font-weight: 500;
}
.swal2-title {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0.8em 1em 0;
    color: inherit;
    font-size: 1.4em !important;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    word-wrap: break-word;
}
.signaturePad-content {
    width: 100%;
    position: relative;
    height: 100%;
    cursor: pointer;
}
canvas#sigCanvas {
    max-width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
}
.drop-container {
    max-height: 80vh;
    min-height: 17vh;
}
.containerScroll {
    overflow-y: scroll;
}

#imageContainer {
    max-height: 65vh;
}
.maxvh-82 {
    max-height: 79vh;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.26em !important;
    background: initial;
    background-color: #F49F0C !important;
    color: #fff;
    font-size: .9em !important;
}
.f-25{
    font-size: 25px !important;
}
.maxvh-80 {
    max-height: 100vh;
}
.bottom-buttons {
    display: flex !important;
    background: #fff;
    position: relative;
    bottom: 0px;
    justify-content: end;
    width: 100%;
    padding-right: 15px;
    /* padding: 20px 120px; */
}
.editable-container.edit-btn label {
    color: #000 !important;
    font-size: 9px !important;
    margin-bottom: 0rem !important;
}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customtextbox, .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customtextbox:hover {
    background: transparent;
     padding: 4px 8px 0px 1px;
}
    .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.customtextbox .form-control {
        
        padding: 0px !important;
         
        border: 0px;
         


    }
/*.ui-icon {
    width: 10px;
    height: 10px;
}*/
.draggable.ui-draggable.ui-draggable-handle label {
    color: #000 !important;
    font-size: inherit;
    margin-bottom: 0rem !important;
}
.delete-icon {
    display: none;
    cursor: pointer;
    right: -4px;
    font-size: 10px;
    margin-left: 5px;
    float: right;
    margin-right: 5px;
    z-index: 99;
    position: absolute;
    top: -1px;
}
.draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging, .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging:hover {
    background: transparent;
    border: 1px solid black;
    border-radius: 2px;
    line-height: 14px;
    padding: 3px 8px 0px 1px;
    color: #000;
    margin-right: 0px;
}
    .draggable.ui-draggable.ui-draggable-handle.ui-draggable-dragging.ui-widget-content.ui-resizable span.text-danger.required {
        font-size: 13px;
        height: 0px;
        line-height: 14px;
        display: inline-block;
        position: absolute;
        top: 1px;
        right: 2px;
    }
.draggable:hover .delete-icon {
    display: inline;
}
.draggable.ui-draggable.ui-draggable-handle {
    cursor: pointer !important;
    margin-bottom: 0px;
    margin-right: 10px;
    max-height: 100%;
    font-size: 10px;
    position: relative;
    color: #000;
    padding: 6px 10px;
    z-index: 1;
}
.draggable ui-draggable ui-draggable-handle label {
    margin-bottom: 0rem;
}
label.socialSecurityNo.pdfCheckBoxElement {
    font-size: 0px !important;
    display: block;
}
.draggable.ui-draggable.ui-draggable-handle:hover {
    background: #eef9f7;
}
.left-container {
    overflow-y: scroll;
    max-height: 70vh;
}
.maxvh-85 {
    max-height: 83vh;
    overflow-y: scroll;
}
.text-document {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}
.center-upload-div {
    text-align: center !important;
    border: 1px dashed #a9a4a4;
    border-radius: 7px;
    padding: 10px;
}
.upload-div {
   
 

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
}
.maxvh-83 {
    max-height: 82vh;
}
div:where(.swal2-container) input:where(.swal2-input), div:where(.swal2-container) input:where(.swal2-file), div:where(.swal2-container) textarea:where(.swal2-textarea) {
    box-sizing: border-box;
    width: auto;
    transition: border-color .1s,box-shadow .1s;
    border: 1px solid #d9d9d9;
    border-radius: 0.1875em;
    background: rgba(0,0,0,0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.06), 0 0 0 3px rgba(0,0,0,0);
    color: inherit;
    font-size: .9em !important;
}
.f-15 {
    font-size: 15px !important;
}
.imgpdf {
    width: 800px;
}

.tick-green {
    color: #2bc772 !important;
}
.f-35 {
    font-size: 35px !important;
}
.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1em + 0.2rem) !important;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.1em + 0rem) center;
    background-size: calc(0.5em + 0.5rem) calc(0.5em + 0.375rem);
}
span.red {
    font-size: 14px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #6e7881;
    color: #fff;
    font-size: .9em !important;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: 29em !important;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 7px !important;
    background: #fff;
    color: #545454;
    font-family: inherit;
    font-size: 1rem;
}
    .pass-show:hover {
        color: #F49F0C;
    }
.focus0:focus, .focus0:focus-visible{
    outline: none;
    border: 0px;
    outline: 0;
}
.job-tbl {
}
.c-pointer{
cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff !important;
    background: #0059A1 !important;
    margin: 0px 5px !important;
    padding: 0 !important;
    height: 30px !important;
    border: 2px solid #0059A1;
    font: sans serif;
    width: 30px !important;
    /* font-size: 25px; */
    border-radius: 50%;
}
    .owl-carousel .owl-nav button.owl-next.disabled,
    .owl-carousel .owl-nav button.owl-prev.disabled,
    .owl-carousel .owl-nav button.owl-next[disabled] {
        color: #0059a147 !important;
        background: #fff !important;
        margin: 0px 5px !important;
        padding: 0 !important;
        height: 30px !important;
        border: 2px solid #0059a147;
        font: sans serif;
        width: 30px !important;
        /* font-size: 25px; */
        border-radius: 50%;
    }
.owl-nav {
    position: absolute;
    top: 0;
    right: 0;
}
.btn-outline-red:hover {
    background-color: #CB2133;
    border-color: #CB2133;
    color: #fff;
}
.btn-outline-red {
    background-color: #fff;
    border-color: #CB2133;
    color: #CB2133;
    border-radius: 0px !important;
}
.btn-outline-yellow:hover {
    background-color: #FFB300;
    border-color: #FFB300;
    color: #fff;
}
.btn-outline-yellow {
    background-color: #fff;
    border-color: #FFB300;
    color: #FFB300;
    border-radius: 0px !important;
}
.btn-green:hover {
    color: #5ED982;
    background-color: #fff;
    border-color: #5ED982;
}
.btn-green {
    color: #fff;
    background-color: #5ED982;
    border-color: #5ED982;
    border-radius: 0px !important;
}
.btn-outline-secondary {
    color: #F49F0C;
    border-color: #F49F0C;
    border-radius: 4px !important;
    padding: 6px 25px !important;
}
.btn-primary {
    color: #fff;
    background-color: #F49F0C;
    border-color: #F49F0C;
}
.modal .btn-primary {
    color: #fff;
    background-color: #52D177;
    border-color: #52D177;
}
.container-checkbox.red .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container-checkbox.red input:checked ~ .checkmark {
    background-color: #fff;
    border: 2px solid #D80000;
    background: #D80000;
}
.btn {
    font-family: var(--semibold) !important;
    padding: 0.45rem 0.75rem;
    font-size: 12px;
    border-radius: 4px;
}
.validation-summary-errors ul {
    list-style: none;
    padding-inline-start: 0px;
}
    .validation-summary-errors ul li {
        font-size: 12px;
    }
.blue {
    color: #F49F0C;
}
.bg-lightpink {
    background-color: #FDD9D9;
}
.bg-lightishgreen {
    background-color: #D3F6E5;
}
.bg-peach {
    background-color: #ffb3002b;
}
.bg-green {
    background-color: #7C8E9A;
}
.grey {
    color: #7C8E9A;
}
.bg-lightblue {
    background-color: #9ACBF3;
}
.orange {
    color: #F49F0C;
}
.f-22{
    font-size: 22px;
}
.login-logo {
    display: block;
}
.login-big-img {
    max-width: 100%;
    height: 390px;
}
.btn-yellow:hover {
    color: #ffdd79 !important;
    background-color: #fff;
}
.btn-yellow {
    color: #fff !important;
    background-color: #ffdd79;
    border-color: #ffdd79;
    border-radius: 4px;
    padding: 5px 10px;
}
.btn-blue:hover {
    color: #0059A1;
    background-color: #fff;
}
.btn-blue {
    color: #fff;
    background-color: #0059A1;
    border-color: #0059A1;
    border-radius: 4px;
    padding: 6px 35px;
}
.btn-outline-blue:hover {
    color: #fff;
    background-color: #0059A1;
}

.btn-outline-blue {
    color: #0059A1;
    background-color: #fff;
    border-color: #0059A1;
    border-radius: 4px;
    padding: 6px 25px;
}
.bg-skyblue {
    background: #69B9F9;
}
.grey11 {
    color: #111824;
}
.lh-25{
    line-height: 25px;
}
.lh-35 {
    line-height: 35px;
}
.w-14 {
    width: 13px;
}
.w-17 {
    width: 16px;
}
.TestLogo img {
    height: 60px;
    width: auto;
    margin: 10px 20px;
}
.testprofile {
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: auto;
}
.test-body video {
    max-height: 270px;
    height: auto;
    min-height: 270px;
    max-width: 100%;
    width: auto;
    border: 1px solid #0059A1;
    border-radius: 10px;
    float: right;
    margin-left: 20px;
}
.grey18 {
    color: #181C32;
}
.radius-7{
    border-radius: 7px;
}
.minw-350 {
    min-width: 354px;
}
.lightgreen {
    color: #52CF78;
}
.bg-lightorange {
    background: #f49f0c14;
}
.desc p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 21px;
    color: #181C32;
}

.desc h2 {
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
    color: #181C32;
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    outline: 0;
}
.grey88 {
    color: #808084;
}
.grey05 {
    color: #052340;
}
.login-center-img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh ;
}

.login-center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50vh !important;
}
.w-13 {
    width: 13px;
    height: 13px;
    vertical-align: middle;
}
.bg-lightyellow {
    background: #FFDA84;
}
.bg-lightgrey{
    background: #EAEAEC;
}
.bg-lightmaroon {
    background: #D64147;
}
.uploadBtn, .uploadBtn:hover {
    background: #F49F0C;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    padding: 8px 20px;
}
.card-lightgrey {
    background-color: #f49f0c14 ;
}
.card-lightblue {
    background-color: #dfeff6 !important;
}
.pdfImagemain {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 600px;
    width: 100%;
    max-width: 100%;
}
.pdfImage img{
    max-height: 100%;
}
.pdfImagemain embed {
    /* border-radius: 8px;*/
    max-height: 600px;
    height: auto;
    min-height: 600px;
    overflow: hidden !important;
    width: 100%;
    max-width: 100%;
}
.pdfImage {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    height: 220px;
    width: auto;
    max-width: 100%;
}

#sig-image {
    max-height: 150px;
}
.quiz-para p {
    font-size: 12px;
    color: #181C32;
    margin-bottom: 0.35rem !important;
}
.popup-pdf {
    width: 100% ;
    max-width: 100%;
    height: 250px;
}
object {
    height: 100% !important;
    width: 100% !important;
}
    object body {
        margin: auto 0px;
        height: 100%;
        max-width: 100%;
        display: flex;
    }
objectimg {
    margin: auto 0 !important;
    max-width: 100%;
}
.pdfImage embed {
    /* border-radius: 8px; */
    max-height: 220px;
    height: auto;
    min-height: 220px;
    display: flex;
    overflow: hidden !important;
    width: auto;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}
        .pdfImage embed::-webkit-scrollbar, ::-webkit-scrollbar {
            width: 7px !important;
            height: 7px !important;
        }

        .max-h500{
            max-height: 500px !important;
            white-space: normal;
        }

/* Handle */
        .pdfImage embed::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
            background: #F49F0C;
        }
    /* Handle on hover */
            .pdfImage embed::-webkit-scrollbar, ::-webkit-scrollbar-thumb:hover {
                background: #F49F0C6e;
            }

.border-radius0{
    border-radius: 0px !important;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaderdiv {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #F49F0C29;
    left: 0;
    top: 0;
}

.loader {
    border: 16px solid #f7f7f7;
    border-radius: 50%;
    border-top: 16px solid #F49F0C;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    z-index: 22;
    left: 42%;
    top: 42%;
}
.swal2-icon.swal2-success .swal2-success-ring {
   
    border: 0.25em solid rgb(93 93 93 / 26%) !important;
 }
.swal2-icon.swal2-success [class^=swal2-success-line] {
    display: block;
    position: absolute;
    z-index: 2;
    height: 0.3125em;
    border-radius: 0.125em;
    background-color: #F49F0C !important;
}
.btn-danger {
    color: #fff;
    background-color: #CB2133;
    border-color: #CB2133 !important;
}
.btn-dangerdark {
    color: #fff;
    background-color: #910D1B;
    border-color: #910D1B;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    font-size: 13px;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.template .card-header {
    padding: 0.65rem 1rem;
    margin-bottom: 0;
    color: #fff;
    background-color: #F49F0C;
    border-radius: 7px 7px 0px 0px !important;
    border-bottom: none;
}

.template .card-body {
    background-color: #F9FCFC !important;
    border-radius: 7px !important;
}
.template .card {
    background-color: #F9FCFC !important;
    border-radius: 7px !important;
}
.btn-view {
    background: #F49F0C1f;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

    .btn-view img {
        width: auto;
        height: 14px;
    }

.btn-edit {
    background: #0059a121;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
     .btn-edit img {
        width: auto;
        height: 16px;
    }

.btn-dlt {
    background: #cb21331f;
    border-radius: 5px;
    width: 34px;
    height: 34px;
    border: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
    .btn-dlt img {
        width: auto;
        height: 18px;
    }
.f-22{
    font-size: 22px;
}
.max-w560 {
    max-width: 560px;
    white-space: normal;
}

.btn-success {
    color: #fff;
    background-color: #31A754;
    border-color: #31A754;
}


.btn-lightsuccess {
    color: #fff;
    background-color: #5ED982;
    border-color: #5ED982;
}

.border-7{
    border-radius: 7px;
}
.bg-lightbluish {
    background-color: #F9FCFC; 
}


/*-----------------Partial Card----------------*/
.card a {
    text-decoration: none;
}


/**********Validation Message**********/
span.validation-message {
    color: red;
    font-size: 11px;
}

/***************QUIZ****************/
.quiz-para {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
    overflow: hidden;
    text-overflow: ellipsis;
}

.draggable.highlight {
    background-color: #F49F0C36 !important;
    opacity: .8;
    border-radius: 3px;
}

.no-border {
    border: none;
    outline: none;
    box-shadow:none;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    background-color: #F49F0C!important;
    border-color: #F49F0C!important;
}
.error {
    width: 100%;
    display: block;
    font-size: 10px;
    margin-top: 5px;
}
.language {
    cursor: pointer;
}
.ui-datepicker{
    z-index:9!important
}
.login-new-logo {
    height: 180px;
    padding: 20px;
    transform: rotate(-25deg); 
    top: 0;
}
.login-bottom-img{
    height:150px;
}
.newslists{
    list-style:none;
    padding-inline-start:0px
}
    .newslists h1 {
        font-size: 18px;
        color: #111824;
        font-weight:bold
    }
    .newslists label {
        margin: 0;
        display: block;
        text-align: right;
        color: #aaa;
    }
    .newslists p {
        font-size: 14px;
        font-weight: normal;
        color: #7C8E9A;
    }
    .newslists li{
        border-bottom:1px solid #c1bfbf;
        margin-bottom:10px;
    }
.newslists li:last-child{
    border-bottom:0px;
    margin-bottom:0px;
}
.btn-animated {
    animation: changeBg 1s infinite alternate;
}
@keyframes changeBg {
    0% {
        background-color: #F49F0C;
        border-color: #F49F0C;
        color: white;
        box-shadow: 0px 0px 9px 1px grey;
    }
    100% {
        background-color: white;
        color: #F49F0C;
        border-color: white;
        box-shadow: 0px 0px 0px 0px grey;
    }
     
}
.star-position{
    position:absolute;
    right:10%;
    top:50%;
}
.star-register{
    left:3%
}
.star-badge {
    background-color: #F49F0C;
    animation: blink 1.5s infinite;
    width: 80px;
    height: 80px;
    position: relative;
    text-align: center;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .star-badge:before,
    .star-badge:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 80px;
        width: 80px;
        background: #F49F0C;
        z-index:-1
    }

    .star-badge:before {
        transform: rotate(30deg);
    }

    .star-badge:after {
        transform: rotate(60deg);
    }

@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.7;
        transform: scale(1.03);
    }
}
