.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 150px;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}
.submit-button-right{
    float: right !important;
}

.required{
    color: #ff4e45;
}
.bhutan-action a.btn{
    padding: 0 .3rem !important;
}
.form-control[readonly] {
    background-color: #eef2f7;
}
.logo-topbar img{
    width: 56px;
    height: 60px;
}
.logo-topbar b{
    line-height: 55px;
    padding-left: 20px;
    min-width: 160px;
    font-size: 20px;
    color: #FFFFFF;
}
.app-list-group-header {
    padding: 0.2rem 0.7rem;
    font-size: .85rem !important;
    background: #5664d2;
    color: #FFFFFF;
    box-shadow: 0 0 35px 0 rgb(154 170 171 / 34%);
    border-radius: 4px;
    font-weight: 600;
}
.logo-topbar a{
    color: #FFFFFF;
    font-size: 18px;
}
#rootwizard .nav-item{
    pointer-events: none;
}
.addeventmore{
    padding: 6px !important;
}
.deleteeventmore{
    padding: 6px !important;
}
.no-gutters{
    padding-right: 0px !important;
}

.personal-title {
    text-transform: uppercase; 
    font-size: .6875rem; 
    font-weight: 700;
}

.personal-data{
    padding: 8px 30px 8px 65px;
}

.application__title__{
    font-size: .9375rem !important;
    line-height: 30px !important;
}
.application_title_right__{
    margin-top: 0 !important;
}
.application__title_box___{
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(227, 232, 239); 
}
.application__table__{
    padding-top: 0 !important;
    margin-bottom: 0.5rem !important;
}
.academic____subject tr td{
    border: 0;
    padding-bottom: 0 !important;
}

div:where(.swal2-container) .swal2-html-container {
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #003399 !important;
    font-size: 0.9em !important;
}
div:where(.swal2-container) button:where(.swal2-styled) {
    padding: .5em 1em !important;
}
.app00modal___close{
    background: #003399;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.search-view__btn{
padding: 3px 6px !important;
}

.app00__thead th{
    border-right: 1px solid #fff !important;
    background-image: linear-gradient(#fff, #ccc) !important; 
    color: #000000;
}

.app___card{
    margin-bottom: 10px !important;
}
.app000__submit_btn{
    border-radius: 40px !important;
}
.app000__data-privacy{
    text-decoration: underline;
    font-weight: 600;
}

.custom-tooltip {
    position: relative;
    display: inline-block;
    text-decoration: none;
}

/* Tooltip text */
.custom-tooltip .tooltip-text {
    visibility: hidden;
    background-color: #5c636a;
    color: #fff;
    text-align: center;
    padding: 5px 8px;
    border-radius: 10px;
    font-size: 11px;
    
    /* Position */
    position: absolute;
    bottom: 100%; /* Show above the icon */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    
    /* Animation */
    opacity: 0;
    transition: opacity 0.3s;
}

/* Show tooltip on hover */
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.app000__btn{
    padding: 0 !important;
}
.app000___side-nav .app000__nav-title{
    padding: 5px 30px !important;
}
.app000___side-nav .app000__nav-link{
    padding: 3px 30px !important;
}

.app000___side-nav .side-nav-item{
    margin-bottom: 10px !important;
}
.app000___side-nav .personal-data{
    color: #000000b3;
    font-size: 12px;
    font-weight: 600;
} 
/* for online service */
.mailing___address{
    padding: 0.4rem 0.8rem !important;
}
.party_btn0000{
    padding: 0.2rem 0.8rem !important;
}
.mailing___address_group-header{
    padding: .2rem .7rem;
    font-size: .85rem !important;
    background: #dee2e6;
    color: #000000;
    box-shadow: 0 0 35px 0 rgb(154 170 171 / 34%);
    border-radius: 4px;
    font-weight: 600;
}
.swal2-title{
font-size: 1.5em !important;
}

.form-wizard-header a:not(.tab-enabled) {
    pointer-events: none;
    color: #6c757d;
    cursor: not-allowed;
}
.rateOutput, .emiOutput{
    color: #003399 !important;
}