﻿@font-face {
    font-family: 'Circular';
    src: url('../assets/fonts/CircularStd/CircularStd-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Circular';
    src: url('../assets/fonts/CircularStd/CircularStd-BookItalic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Circular';
    src: url('../assets/fonts/CircularStd/CircularStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Circular';
    src: url('../assets/fonts/CircularStd/CircularStd-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Circular';
    src: url('../assets/fonts/CircularStd/CircularStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}


@font-face {
    font-family: 'times';
    src: url('../assets/fonts/timesnewroman/times.ttf') format('truetype');
}
body {
    font-family: 'times' !important;
    background: #F8FAFC !important;
}
/*@font-face {
    font-family: 'circularstd-medium';
   
}*/
.w-30 {
    min-width: 30%;
}
.main-title {
    color: #377dff;
    /*margin: 1.5rem 0rem 0rem 0rem!important;*/
    color: #1e2022;
}
.main-examtitle {
    color: #377dff;
    /*margin: 0.3rem 0rem 0rem 0rem !important;*/
    color: #1e2022;
}
.margin-fix {
    margin-left: 20px;
    margin-top: -20px;
}

.card-padding {
    padding: 1.5rem !important;
}

.check-icon {
    width: 20px;
    margin-right: 15px;
}

.text-md-right {
    text-align: right;
}

.text-center{
    text-align: center !important;
}

.filter-dropdown {
    position: absolute;
    z-index: 1 !important;
    min-width: 325px;
}

.dropdown-toggle::after {
    margin-left: unset !important;
}

.nav-link.dropdown-toggle {
    box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%) !important;
}

.dropdown_item {
    padding: 0.5rem 1rem;
}

    .dropdown_item:not(:last-child) {
        margin-bottom: 0.25rem;
    }

.filter-text {
    margin-right: 3.5rem;
}

.filter-close-icon {
    cursor: pointer;
}

    .filter-close-icon:hover {
        color: #056889 !important;
    }

.dropdown-menu:before {
    right: auto;
    left: 45px;
}

.filter-dropdown::after {
    right: auto;
    left: 45px;
}

.filter-dropdown:after {
    position: absolute;
    top: -8px;
    left: 280px;
    display: inline-block;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    border-left: 10px solid transparent;
    content: '';
}

tr:hover {
    background-color: #F8FAFD !important;
}

.check-icon {
    width: 20px;
    margin-right: 15px;
}

.btn-filter {
    border: 1px solid #ced4da;
    background: #fff;
    color: #677788;
}

    .btn-filter:active {
        box-shadow: 0 4px 11px rgb(194 200 211 / 35%) !important;
    }

    .btn-filter:focus {
        box-shadow: 0 4px 11px rgb(194 200 211 / 35%) !important;
    }

    .btn-filter:hover {
        box-shadow: 0 4px 11px rgb(194 200 211 / 35%) !important;
    }

.show {
    display: block;
}

.btn-all {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #677788;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    border-radius: 0.3125rem;
    transition: all .2s ease-in-out;
    background-color: #fff;
    border-color: rgba(33,50,91,.1);
    margin-right: 0.5rem !important;
    font-size: .75rem;
    padding: 0.3125rem 0.75rem;
    margin-bottom: 10px;
}

.btn-all-active {
    color: #1366ff;
    box-shadow: 0 3px 6px -2px rgb(140 152 164 / 25%);
}

.active {
    color: #1366ff !important;
}

.mlm100 {
    margin-left: -250px;
}

.dropdown-menu {
    margin-top: 6px !important;
}

.dropdown-menu {
    z-index: 10 !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 4000 !important;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 13px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.sortbox {
    width: 490px;
    padding: 10px 20px 20px 20px !important;
    display: flex;
    flex-direction: row;
    border: 0px !important;
}

ol.progress-meter {
    padding-bottom: 9.5px;
    list-style-type: none;
}

    ol.progress-meter li {
        display: inline-block;
        text-align: center;
        font-size: 12px;
    }

        ol.progress-meter li.done {
            font-size: 12px;
        }

        ol.progress-meter li.todo {
            font-size: 12px;
        }

.li_todo {
    transition: all 0.2s ease-in-out;
    background: #9999998f;
    border-color: transparent !important;
    height: 30px !important;
    padding: 4px 20px !important;
    border-radius: 8px;
    font-size: 12px !important;
    font-weight: bold !important;
    user-select: none;
    color: #000000;
    border-color: transparent !important;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 0.8px;
}

.li_done {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #677788;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    padding: 0.6125rem 1rem;
    font-size: 1rem;
    border-radius: 0.3125rem;
    transition: all .2s ease-in-out;
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}

.double-arrows-icon {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    margin-left: 5px;
}

.manage-link {
    cursor: pointer !important;
    text-decoration: underline;
    text-decoration-color: #377dff;
}

.box-shadow-none {
    box-shadow: none !important;
}
/* Overwritting Theme */
.header-nav {
    position: fixed !important;
    top: 0 !important;
    /*z-index: 1000 !important;*/
}
.badge {
    line-height: 1.5 !important;
}

.bg-custom {
    background: #F8FAFC !important;
}

.bg-ligntblue {
    background: #DBEAFE !important;
}

.modal-header {
    border-bottom: 0.0625rem solid rgba(33, 50, 91, 0.1) !important;
    padding-bottom: 15px;
}

.input-group-merge .input-group-append, .input-group-merge .input-group-prepend {
    z-index: 1 !important;
}

.card-active {
    border: 1px solid !important;
    border-color: #3B82F6 !important;
}

.text-active {
    color: #3B82F6 !important;
}
.content-space-pt10 {
    padding-top: 10em !important;
}
.content-space-pt11{
    padding-top:11em!important;
}
.content-space-pt12 {
    padding-top: 12em !important;
}
.bluecolor {
    color: #3B82F6;
}
.rightarrow {
    padding: 0px 10px;
    color: #3B82F6;
    cursor: pointer;
    font-size: 14px;
}
.Examtext {
    color: #3B82F6;
    cursor: pointer;
    font-size: 14px;
}
.subjecttext {
    font-size: 14px;
    cursor:pointer;
}
.mt-15{
    margin-top:15px!important;
}
.mt-35 {
    margin-top: 35px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-2e {
    margin-top: 2rem !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.redcolor {
   color: #E11D48;
}
.pr-5{
    padding-right:5px!important;
}

.remove-link {
    cursor: pointer !important;
    text-decoration: none;
}
    .remove-link:hover {
        cursor: pointer !important;
        text-decoration: none;
        color: #E11D48;
    }
    .remove-link:focus {
        cursor: pointer !important;
        text-decoration: none;
        color: #E11D48;
    }

.questionset_pannel {
    border: 1px solid #CBD5E1;
    border-radius: 10px;
    padding: 15px 20px;
    cursor: pointer;
}
.mb-0{
    margin-bottom:0px!important;
}
.pannelactive {
    border: 2px solid #7DD3FC;
}


.text-bold {
    font-weight: bold !important ;
}


.s-content {
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
    padding-top: 0.8em;
    padding-left: 1.5em;
}

.s-cont-text {
    color: #0F172A !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding: 5px 0px 0px 0px;
}
.s-cont-stext {
    color: #64748B !important;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
}

.s-cont-stext2 {
    color: #64748B !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    padding: 0px 0px 0px 10px;
}
.sub-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    /* identical to box height, or 156% */
    /* blue/500 */

    color: #3B82F6;
    width: 77px;
    height: 28px;
}

.p-icon-pos{
    
    padding-left:10px;
}

.icon-left{
    padding-left:10px;
}
.main-txt {
   font-weight:100;
    font-size: 14PX;
    line-height: 22px;
}
.seafarer-title {
    color: #677788;
}

.main-subtitle {
    color: #377dff;
    margin: 1.5rem 0rem 0rem 0rem !important;
    color: #1e2022;
}
.mt-mainsub {
    margin: 2rem 0rem 0rem 0rem !important;
}

.subtitle-color {
    color: #3B82F6;
    cursor: pointer;
    font-size: 14px;
}

.df-align {
    margin: 10px 40px 10px 0px;
}
.btn-bsquare {
    justify-content: center;
    align-items: center;
    /*//padding: 13.1429px 19.7143px;*/
    gap: 9.86px;
    width: 48px;
    height: 48px;
    /* blue-gray/900 */

    background: #377dff;
    border-radius: 9.85714px;
    margin-left: 35px !important;
}
.icon-align {
    margin-left: -5px;
    color: #FFFFFF;
    font-size:16px;
}
.input-group-newmerge {
   border-width:0px;

    border: 1.50639px solid #0F172A;
    border-radius: 9.03833px;
}

.img-ratio {
    /*//border-radius: 50%;*/
    width: 80px;
    height: 80px;
    object-fit: cover;
    max-width: 80px;
    min-width: 80px;
}

.btn-full {
    padding:.5rem 21rem;
    font-size: 1rem;
    border-radius: .3125rem;
}
.tit-font-size{
    font-size:20px!important;
}
.input-group > .form-control:focus, .input-group > .form-select:focus {
    z-index: unset !important;
}
/* Overwritting Theme*/




/* Multiple Photo Upload */

.image-upload-btn {
    background: #DBEAFE;
    border: 1px dashed #7DD3FC;
    border-radius: 10px;
    padding: 1.5rem 2rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0369A1;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer !important;
    position: relative !important;
}

.upload-placeholder-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.image-upload-btnInner {
    position: absolute !important;
    opacity: 0 !important;
    top: 0;
    height: 5rem !important;
}
.image-preview-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 15.625rem !important;
    overflow: auto;
}
.image-preview-div {
    padding: 8px 12px 8px 8px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 6px;
    width: 100%;
    position: relative;
}
.photo-caption {
    padding: 0.4125rem 1rem;
    border-radius: 1rem;
    background: #E4E4E7;
    border-color: #E4E4E7;
    /*font-size: 0.9rem;*/
}
.remove_photo_btn {
    font-size: 1.2rem;
    color: #000;
    right: 10px;
    top: 5px;
    position: absolute;
}
.pagination{
    justify-content:center!important;
}
/* Multiple Photo Upload */
.fib-dropdown {
    border: none;
    border-radius: 5px;
    padding: 5px;
}
.fibip {
    border: 0px;
    border-radius: 0.25em;
    background-color: #dadada;
    margin: 1px;
    padding: 2px 8px;
    width: 150px;
    min-width: 150px
    /*  width: auto;*/
}
.form-check-input[type=radio] {
  
    border: 1px solid #8c8989!important;
}
.placeholder_img {
    width: 300px;
    height: auto;
    object-fit: cover;
}
.pa-4 {
    padding: 4.688rem 4.688rem 0rem 4.688rem !important;
}
.loading {
    padding-top: 3.5rem !important;
}
.selectimgsize {
    width: 90px;
    height: 95px;
    object-fit: cover;
    margin-right: 5px;
}
.imgactive {
    border: 2px solid #377dff !important;
}
.formulario .checkbox input[type="checkbox"] {
    display: none;
}
.formulario label {
    display: inline-block;
    cursor: pointer;
    /*border-color: #377dff;
    color: #377dff;
    background: #F7FAFF;
    border: 1px solid #377dff;
    border-radius: 12px;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-right: 0.5rem;*/
    margin-right: 0.3rem;
}
    .formulario label:hover {
        border-color: #377dff !important;
        color: #fff !important;
        background: #377dff !important;
        border: 1px solid #377dff !important;
    }
.formulario .checkbox input[type="checkbox"]:checked + label {
    border-color: #377dff !important;
    color: #fff !important;
    background: #377dff !important;
    border: 1px solid #377dff !important;
}


/* Select Tagging*/
.select-wrapper {
    margin: auto;
    max-width: 600px;
    width: calc(100% - 40px);
}

.select-pure__select {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;*/
    color: #363b3e;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    justify-content: left;
    min-height: 44px;
    padding: 5px 10px;
    position: relative;
    transition: 0.2s;
    width: 100%;
}

.select-pure__options {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
    color: #363b3e;
    display: none;
    left: 0;
    max-height: 221px;
    overflow-y: scroll;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 5;
}

.select-pure__select--opened .select-pure__options {
    display: block;
}

.select-pure__option {
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
    height: 44px;
    line-height: 24px;
    padding: 10px;
    color: #1e2022;
    font-size:1rem;
}

.select-pure__option--selected {
    color: #e4e4e4;
    cursor: initial;
    pointer-events: none;
}

.select-pure__option--hidden {
    display: none;
}

.select-pure__selected-label {
    background-color: #377dff !important;
    color: #fff;
    border-radius: 50rem !important;
    /*padding: 0.35em 0.65em;*/
    padding: 0.45em 0.75rem 0.45rem 1rem;
    font-size: .875rem;
    font-weight: 400;
    margin: 5px 5px 5px 0;
}

    .select-pure__selected-label:last-of-type {
        margin-right: 0;
    }

    .select-pure__selected-label i {
        cursor: pointer;
        display: inline-block;
        margin-left: 5px;
        font-size:0.9rem;
    }

        .select-pure__selected-label i:hover {
            color: #e4e4e4;
        }

.select-pure__autocomplete {
    background: #f9f9f8;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    padding: 10px;
    width: 100%;
}



.ms-choice > span {
    padding: 6px 12px !important;
}

.ms-parent {
    display: block !important;
}

.ms-choice {
    width: 100% !important;
    border-radius: 10px !important;
    border: none !important;
    background-color: #e9e9e9 !important;
    height: 36px !important;
}

.ms-drop {
    width: 230px !important;
}


    .ms-drop input[type="checkbox"] {
        margin: 3px 3px 3px 4px !important;
    }

/* Select Tagging*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 20px !important;
}
::-webkit-scrollbar-thumb {
    background: #377dff;
    border-radius: 20px !important;
}


.pl-30{
    padding-left:30px
}
.redcolor{
    color:red;
}
.display-none{
    display:none!important;
}
.div_fillintheblank .fill-textbox {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.q-set-pannel-custom {
    
}

#div_sectionlist {
    height:20rem;
    /*height: calc(100vh-90vh);*/
    /*height:377px !important;*/
    overflow-y: auto;
    padding-right: 6px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #377dff;
    font-weight: 600;
}
.navbar-nav-wrap {
    height: 6rem;
    border-bottom: 0.0625rem solid rgba(33,50,91,.1);
    margin-top:0rem;
}
.nav-with-back-btn {
    height: 10rem;
    border-bottom: 0.0625rem solid rgba(33,50,91,.1);
}
.nav-with-no-backbtn {
    height: 6rem;
    border-bottom: 0.0625rem solid rgba(33,50,91,.1);
}
.height-96 {
    position: relative;
    height: 96vh !important;
    overflow: hidden !important;
}
.slimScrollBar {
    z-index: 1 !important;
    background: rgb(55, 125, 255);
    position: absolute;
    opacity: 1 !important;
}
.user-img {
    min-width: 80px !important;
    max-width: 80px !important;
    min-height: 80px !important;
    max-height: 80px !important;
    object-fit: cover !important;
    border-radius:50% !important;
}
.user-img-small {
    min-width: 60px !important;
    max-width: 60px !important;
    min-height: 60px !important;
    max-height: 60px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
}
.avatar-status{
    right:1px !important;
    top: 46px !important;
}
/*----------------------------NEW DESIGN Sidebar------------------------------------*/
.w-240{
    width:240px !important;
}
.sidebar-container {
    padding:1.25rem 0.4rem 1.25rem 1rem;
}
.sidebar-category-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #64748B;
}
.dma-logo {
    width: auto;
    height: 27px;
    object-fit:cover;
}
.nav-link {
    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #64748B !important;
    padding: 0.5rem 0.5rem 0.5rem 0rem !important;
    border:0px !important;
}
    .nav-link img {
        width: 18px;
        height: 18px;
    }
.selected-line-icon-container {
    min-width: 16px;
    max-width:16px;
    height: 24px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.selected-line-icon {
    width: 4px;
    height: 20.53px;
    display: none;
}
.nav-link.active {
    background: #F1F5F9 !important;
    border-radius: 8px;
    border: none !important;
    color: #0075FF !important;
    /*color: #0890f6 !IMPORTANT;*/
}
    .nav-link.active img {
        filter: invert(32%) sepia(93%) saturate(4524%) hue-rotate(205deg) brightness(106%) contrast(102%);
    }
    .nav-link.active .selected-line-icon{
        display:block;
    }    
/*----------------------------End NEW DESIGN Sidebar------------------------------------*/

/*----------------------------NEW DESIGN Header------------------------------------*/
.header-icon{
    width:16.8px;
    height:16.8px;
    cursor:pointer;
}
.current-user-img {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.19403px solid #FFFFFF;
    filter: drop-shadow(0px 6px 14px rgba(0, 0, 0, 0.04));
}
.active-icon {
    background: #10B981;
    border: 1.19403px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    width: 9.55px;
    height: 9.55px;
    bottom:0;
    right:0;
}
.current-user-name {
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #0F172A;
}
.current-user-role {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #64748B;
}
/*----------------------------End NEW DESIGN Header------------------------------------*/
.docs-page-header {
    margin-bottom: 1rem !important;
}
.page-header-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 20px;
    color: #0F172A;
}
.page-header-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #64748B;
}
.primary-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 8px 18px 8px 10px;
    gap: 8px;
    position: absolute;
    width: auto;
    background: #0075FF;
    border-radius: 8px;
    color: #fff !important;
}
.plus-icon{
    width:16px;
    height:16px;
}
input.search-with-icon {
    border-radius: 10px;
    width: auto;
    border: 1px solid #dce9ff !important;
    border: none !important;
    display: block;
    outline: none !important;
    padding: 8px 20px 8px 40px;
    font-size: 14px !important;
    color: #94A3B8;
    background: #F1F5F9 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
.filter-btn {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F8FAFC;
    border: 1px solid #CBD5E1;
    border-radius: 10px;
    width: 98px;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 10px;
    position: relative;
    gap:5px;
}
    .filter-btn:hover, filter-btn:focus {
        color: #0F172A !important;
    }
.filter-icon {
    width: 16px;
    height: 16px;
}
.exam-card {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}
    .exam-card .name {
        font-weight: 600 !important;
        font-size: 18px;
        line-height: 20px;
        color: #0F172A;
    }
    .exam-card .user-image {
        min-width: 52px;
        min-height: 52px;
        max-width: 52px;
        max-height: 52px;
        object-fit:cover;
        border-radius:50%;
    }
    .exam-card .user-name {
        font-style: normal;
        font-weight: 900;
        font-size: 18.4963px;
        line-height: 21px;
        color: #0F172A;
    }
    .exam-card .name-small {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #0F172A;
    }
    .exam-card .description {
        font-weight: 500;
        font-size: 15px;
        line-height: 20px;
        color: #64748B;
    }
    .exam-card .date-time {
        font-weight: 900;
        font-size: 14px;
        line-height: 20px;
        color: #0F172A;
    }
    .exam-card .date-time-small {
        font-weight: 900;
        font-size: 12px;
        line-height: 20px;
        color: #64748B;
    }
    .exam-card .status {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        color: #0075FF;
    }
    .exam-card .photo-title {
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        color: #0F172A;
    }
.care-right-icon{
    /*width:14px;
    height:14px;*/
    margin-top:5px;
}
.step-btn {
    padding: 4px 8px;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C1C1C;
    border: 1px solid rgba(0, 0, 0, 0.1);
    min-width: 84px;
}

.step-btn-active {
    padding: 4px 8px;
    padding: 4px 8px;
    background: #0075FF;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF !important;
    min-width: 84px;
}

.step-btn-gray {
    padding: 5px 8px;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0F172A;
    border: 1px solid #CBD5E1;
    min-width: 98px;
}
/*.border-btn {
    padding: 6px 8px;
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid #CBD5E1;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0F172A;
}*/

.border-btn {
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CBD5E1;
    color: #0F172A;
    padding: 6px 8px;
}
    .border-btn:hover, .border-btn:focus {
        color: #0F172A;
    }
    .border-btn .icon {
        width: 13.33px;
        height: 13.33px;
    }
.icon-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    width: 32.88px;
    height: 32.88px;
    cursor: pointer;
    text-decoration: none;
}

    .icon-btn .icon {
        width: 19.2px;
        height: 19.2px;
    }

.icon-btn-small {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
}

    .icon-btn-small .icon {
        width: 16.8px;
        height: 16.8px;
    }
.tag-badge {
    background: #FFFFFF;
    border: 0.825769px solid #0075FF;
    border-radius: 82.5769px;
    padding: 4px 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0075FF !important;
}
.text-primary {
    color: #0075FF !important;
}
.question-card {
    padding: 26px 0px;
    gap: 20px;
    background: #F8FAFC;
    border-radius: 12px;
}

.border-card {
    padding: 26px 0px;
    background: transparent;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
}

.question-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #64748B;
    text-transform:uppercase;
}
.question-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #0F172A;
}
.gray-line {
    border: 1px solid #E2E8F0;
    width:100%;
    display:block;
}
/*.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left:14px;
    padding-top:10px;
    padding-bottom:10px;
}*/

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid rgba(33,50,91,.1) !important;
    border-radius: 4px;
    padding-top:3px;
    padding-left:8px;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height:38px !important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-selection__arrow{
    top:5px !important;
}
/*.select2-results__option{
    padding-left:8px;
    
}*/
@media (min-width: 200px) and (max-width: 700px) {
    .text-sm-left {
        text-align: left;
    }

    a {
        cursor: pointer !important;
    }

    .bg-custom {
        background: #F8FAFC !important;
    }
}

@media (min-width: 992px){
    .navbar-sidebar-aside-lg .navbar-sidebar-aside-content {
        margin-left: 15rem;
    }
}

@media (min-width: 200px) and (max-width: 999px) {
    .mx-6 {
        margin-right: 0.1rem !important;
        margin-left: 0.1rem !important;
    }
    .navbar-nav-wrap {
        margin-top: 1.3rem;
    }
    .mobile-nav {
        margin: 0px !important;
        padding-top: 0px !important;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        overflow-y: scroll;
        max-height: 100vh;
    }
    .dma-logo{
        display:none;
    }    
    .w-240 {
        width: 100% !important;
    }
    .content-space-md-3 {
        padding-top: 9rem !important;
    }
    .header-nav {
        position: relative !important;
        margin-top: 40px !important;
    }
}
/* -------------Search Form (clear btn )-------------*/
#searchForm {
    position: relative;
    width: 200px;
}

    #searchForm input {
        width: 100%;
        padding-right: 20px;
        box-sizing: border-box;
    }

        #searchForm input:placeholder-shown + button {
            opacity: 0;
            pointer-events: none;
        }

    #searchForm button {
        position: absolute;
        border: none;
        display: block;
        line-height: 16px;
        font-size: 18px;
        font-weight: bold;
        top: 0;
        bottom: 0;
        right: 5px;
        margin: auto;
        background: transparent;
        padding-right: 20px;
        outline: none;
        cursor: pointer;
        transition: .1s;
        color: #1366ff;
    }

    /* Role and permission */
.text-role {
    font-style: normal;
    font-weight: 900;
    font-size: 18.4963px;
    line-height: 21px;
    color: #64748B;
}
.text-permission {
    color: #0F172A;
    border-bottom: 0.0625rem solid rgba(33, 50, 91, 0.1) !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.status-grey {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    color: #64748B;
}

.content-dark {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #0F172A;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E2E8F0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #0F172A;
   
}

.approved-icon{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}

/* ------------- Login page -------------*/
.form-group{
    position: relative;
}
.form-prefix-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 2;
    
}

.form-suffix-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 2;
}
.form-input-login {
    border-radius: 12px;
    background-color: #F1F5F9;
    padding-left: 50px;
}
    .form-input-login:hover, focus {
        background-color: white;
    }
.btn-login{
    border-radius: 12px;
}

.w-80{
    width: 80%;
}

.w-90{
    width: 90%;
}

.dma-logo-login {
    width: 80px;
    height: auto;
}

.login-panel {
    background: #CBE1FF;
    height: 650px;
}

/* Exam Result*/

.subtitle {
    color: #0F172A;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
}

.grey-card {
    border-radius: 20px;
    background-color: #F1F5F9;
    padding: 25px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.exam-grey-card {
    border-radius: 20px;
    background-color: #F1F5F9;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
.border-end-blue {
    border-color: #6FB0FF !important;
    
}

.status-count{
    display: flex;
    gap: 25px;
    align-items: center;
}

.badge-custom {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 400;
}
.badge-info {
    background-color: #C7D2FE;
    color: #4F46E5;
}
.badge-status {
    background-color: #E0EEFF;
    color: #0075FF;
}
.badge-success {
    background-color: #BBF7D0;
    color: #16A34A;
}
.badge-danger {
    background-color: #FECACA;
    color: #DC2626;
}
.badge-allow {
    background-color: #ececa5;
    color: black;
}

.badge-pending {
    background-color: #FEF9C3;
    color: #CA8A04;
}
.badge-question-type {
    background-color: #E0EEFF;
    color: #475569;
}
.badge-inactive {
    background-color: #D8D9DA;
    color: #61677A;
}

.result-question-card {
    width: 100%;
    padding: 25px 29px;
    border-radius: 20px;
    /*border: 1px solid #E2E8F0;*/
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140,152,164,.125);
}
.text-dark {
   /* font-size: 16px;*/
    color: #0F172A;
    font-weight: 400;
    /*line-height:20px;*/
}

.check-btn {
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    background-color: #0075FF;
    color: #FFFFFF;
    font-size: 14px;
}

    .check-btn:hover, focus {
        background-color: #0075FF;
        color: #FFFFFF;
    }

.text-success {
    color: #16A34A !important;
}
.text-danger {
    color: #DC2626 !important;
}
.text-warning {
    color: #CA8A04 !important;
}


/*Not found view*/
.text-not-found {
    color: #0F172A;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}


/*No Permission view*/
.img-no-permission {
    width: 257px;
    height: 261px;
    margin-bottom: 28px;
}


/* Question Code */
.circle-small {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #E2E8F0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #0F172A;
}
.card-header-row {
    display: flex;
    padding: 15px 20px;
    align-items: center;
    justify-content: space-between;
   
}


.card-body-row {
    display: flex;
    padding: 8px 20px;
    align-items: center;
    justify-content: space-between;
  
  
}

.question-code-card {
    border-radius: 10px;
}

.text-bold {
    font-weight: 600 !important;
    font-size: 18px;
    line-height: 20px;
    color: #0F172A;
}
.text-small {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #64748B;
}

.accordion-button::after {
    background-image: url('../assets/svg images/arrow-down.svg');
}

.hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.visible {
    display: block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.card-border{
    border:1px solid red;
}

.range {
    font-size: small;
    
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.fs-small{
    font-size: small;
}

.accesscode-form {
    border-radius: 10px;
    border: none !important;
    display: block;
    outline: none !important;
    padding: 8px 20px;
    font-size: 14px !important;
    color: #0F172A;
    background: #F1F5F9;
}

.input-group-btn {
    padding: 6px 12px;
    border: 1px solid #F1F5F9;
}

.data-card-sm {
    padding: 15px 20px;
    color: #64748B;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background-color: white;
}
.fs-14{
    font-size: 14px;
}

.data-card-lg{
    border-radius: 20px;
    padding: 32px 30px;
    background-color: white;
}

.border-container {
    padding: 8px 16px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #CBD5E1;
    justify-content:center;
}

@media print {
    body * {
        visibility: hidden;
    }

    html, body {
        height: 100vh;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden;
    }

    #div_printable_list, #div_printable_list * {
        visibility: visible;
    }

    #div_printable_list {
        position: absolute;
        left: 0;
        top: 0;
        right:0;
        bottom:0;

    }
}

.question-container {
    display: flex;
    flex-direction: column;
    /*gap: 0.5rem;*/
    padding: 1rem 0;
    border-bottom: .0625rem solid #e7eaf3;
    width: 100%;
}

.child-card {
    display: flex;
    padding: 4px 0px;
    border-bottom: 1px solid #E2E8F0;
    align-items: center;
    
}
.float-right{
    float:right;
}
.text-right {
    text-align: right;
}
.font-bold {
   font-weight:bold;
}
.dropdown-scroll{
    overflow-y:auto;
    height:300px;
}
.dma-logo-sealogin {
    width: 154px;
    height: 116px;
}
.dma-txt {
    font-weight: 700;
    font-size: 33px;
    color: #0F172A;
    line-height: 20px;
}

.online-txt {
    font-weight: 500;
    font-size: 18px;
    color: #0F172A;
    line-height: 20px;
}
.seafarerlogin-txt {
    color: #0F172A;
    font-weight: 500;
    font-size: 28px;
    line-height: 20px;
}

.access-txt {
    color: #475569;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.seafarer-btn {
    background-color: #252525;
    border-radius: 16px;
    color: #ffffff;
    width: 212px;
    text-align: center;
}

    .seafarer-btn:hover, .seafarer-btn:focus {
        background-color: #252525;
        border-radius: 16px;
        color: #ffffff;
    }
.footer-text {
  
    
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.5px;
    position: absolute;
    bottom: 20px; /* Adjust the spacing from the bottom as needed */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    color: #475569;
}
.padding-dropdown {
    padding: 0px 10px 10px 0px;
}
.previewborder-btn {
    background: #fff;
    border-radius: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #19ab92;
    color: #138774;
    padding: 6px 8px;
}

    .previewborder-btn:hover, .previewborder-btn:focus {
        color: #138774;
    }

    .previewborder-btn .icon {
        width: 13.33px;
        height: 13.33px;
    }
.preview-img {
    width: 190px;
    height: 174px;
    border-radius: 12px;
}


/* OK / confirm button color */
.swal-button--confirm {
    background-color: #3cb1e8 !important;
}
    .swal-button--confirm:hover {
        background-color: #3cb1e8 !important;
    }