.dropdown ul.dropdown-menu:before {
    content: "";
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -10px;
    right: 16px;
    z-index: 10;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #ccc;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -12px;
    right: 14px;
    z-index: 9;
}

/* SETTINGS */
/* 23/11/2023 */
/* LOOKUPS SECTION START */

h1.main-head {
    margin: 0px;
    font-size: 20px;
    color: #499be7;
}
.main-head-row {
    margin-left: 0px;
    margin-right: 0px;
    background-color: #f9f9f9;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 6px;
}
.row.main-head-row.user-manage {
    margin-top: 0px;
    min-height: 34px;
    margin-top: 12px;
}
p.billinks {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
p.billinks a {
    font-size: 14px;
    color: #004669;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-decoration: none;
}
span.cart {
    transform: rotate(-90deg);
}
span.cart {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.lookups_sec {
    padding: 2rem 0rem;
}

.topbandmenu ul li {
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}
.header-drop > li > a {
    display: block;
    padding: 10px 20px 10px 15px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}
.menudrop {
    right: 0px !important;
    left: auto;
    top: 28px;
}
.grey {
    color: #ccc !important;
}

/* MY PROFILE SECTION START */

.right-view {
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding-top: 7px;
}
.control-label {
    font-family: "Open Sans", sans-serif;
    padding: 0;
    font-size: 13px;
    color: #000;
    text-align: left !important;
    padding-top: 0;
    margin-bottom: 0px;
}
form.form-horizontal.forms-lists {
    margin-left: 30px;
    margin-top: 15px;
}
.calendarbox h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.red {
    color: #ff0000 !important;
}
.search-btn {
    color: #fff;
}
.search-btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn_sec {
    margin-top: 2rem !important;
}
/* MY PROFILE SECTION END */
/* CMS PAGES SECTION START */
.container-fluid.px-4 {
    padding: 1rem 2rem;
}
.justify-content-md-end {
    text-align: right;
}
.form_label {
    font-weight: 500 !important;
}
.frm_sec .form_control {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    opacity: 0.6;
}
.form_control {
    margin-bottom: 2rem !important;
}

/* CMS PAGES SECTION END */

/* DRAWER SECTION START */

/*DRAWER START*/

.modal.right.fade .modal-dialog {
    right: -374px;
    -webkit-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -moz-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    -o-transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
    transition:
        opacity 0.3s linear,
        right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
    position: absolute;
}
.modal-dialog.modalschedulenew {
    width: 50% !important;
    padding: 0px !important;
    height: 100vh !important;
    overflow: auto;
}
.modal-content.modalhghts {
    height: 100vh;
    overflow: auto;
    border-radius: 0px !important;
}
.modalrightdoctype {
    width: 100%;
}
/*DRAWER END*/

/* DRAWER SECTION END */

/* 18/12/2023 */
/* CANDIDATE PAGE SECTION START */

.detailview_sec h2 {
    font-size: 2rem;
    font-weight: 600;
    color: #000;
}
.detailview_sec h2 span {
    font-weight: 400;
}
.form_label label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.form_section {
    margin-top: 2rem !important;
}
.form_control label {
    font-size: 14px;
    font-weight: 400;
    color: #999;
}
.form_section .form_control {
    margin-bottom: 8px !important;
}

.premants-address h2 {
    color: #1f90c6;
    font-size: 15px;
    font-weight: 600;
}
.address-infos {
    margin-top: 15px;
}
.premants-address p {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
}

.Corsponde-address h2 {
    color: #1f90c6;
    font-size: 15px;
    font-weight: 600;
}
.Corsponde-address p {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
}
.premants-address .fornheadings {
    margin: 12px 0 15px 1px;
    padding: 0;
    color: #1f90c6;
    font-size: 15px !important;
    font-weight: bold !important;
    width: 240px;
}
.qulification .fornheadings {
    margin: 0px 0 15px 0;
    padding: 0;
    color: #1f90c6;
    font-size: 17px !important;
    font-weight: bold !important;
}
.text-left {
    text-align: left !important;
}
/* CANDIDATE PAGE SECTION END */

.pl {
    padding-left: 0px !important;
}

/* 12/01/2024 */
/* Corporate Settings */

.cor_head h3 {
    font-size: 22px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);;
}
.module_header {
    padding-bottom: 1rem !important;
    border-bottom: 1px solid #ddd;
}

.form_grid h3 {
    font-size: 22px;
    font-weight: 500;
    color: rgba(0,0,0,0.5);
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 10px 0px !important;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}
.img_sec{
    padding: 1rem !important;
    border: 1px solid #eeeeee;
    width: 17.5rem;
    display: flex;
    justify-content: center;
    place-items: center;
}
.form_img p.img_size{
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}
/* 25/11/2024 */
.cursor-default {
    cursor: default;
}

/* 04/12/2024 */
.bag_view {
    display: flex;
    place-items: center;
}
.bag_view .bags {
    margin-top: 0px !important;
}