@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

.mobile-body .row {
    margin-right: -10px;
    margin-left: -10px;
}

.mobile-body .col-xs-1,
.mobile-body .col-sm-1,
.mobile-body .col-md-1,
.mobile-body .col-lg-1,
.mobile-body .col-xs-2,
.mobile-body .col-sm-2,
.mobile-body .col-md-2,
.mobile-body .col-lg-2,
.mobile-body .col-xs-3,
.mobile-body .col-sm-3,
.mobile-body .col-md-3,
.mobile-body .col-lg-3,
.mobile-body .col-xs-4,
.mobile-body .col-sm-4,
.mobile-body .col-md-4,
.mobile-body .col-lg-4,
.mobile-body .col-xs-5,
.mobile-body .col-sm-5,
.mobile-body .col-md-5,
.mobile-body .col-lg-5,
.mobile-body .col-xs-6,
.mobile-body .col-sm-6,
.mobile-body .col-md-6,
.mobile-body .col-lg-6,
.mobile-body .col-xs-7,
.mobile-body .col-sm-7,
.mobile-body .col-md-7,
.mobile-body .col-lg-7,
.mobile-body .col-xs-8,
.mobile-body .col-sm-8,
.mobile-body .col-md-8,
.mobile-body .col-lg-8,
.mobile-body .col-xs-9,
.mobile-body .col-sm-9,
.mobile-body .col-md-9,
.mobile-body .col-lg-9,
.mobile-body .col-xs-10,
.mobile-body .col-sm-10,
.mobile-body .col-md-10,
.mobile-body .col-lg-10,
.mobile-body .col-xs-11,
.mobile-body .col-sm-11,
.mobile-body .col-md-11,
.mobile-body .col-lg-11,
.mobile-body .col-xs-12,
.mobile-body .col-sm-12,
.mobile-body .col-md-12,
.mobile-body .col-lg-12 {
    padding-right: 10px;
    padding-left: 10px;
}

.d-flex {
    display: flex;
}

.d-inline-flex {
    display: inline-flex;
}

.d-block {
    display: block;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-grow-1 {
    flex-grow: 1;
}

.align-items-center {
    align-items: center;
}

.align-items-start {
    align-items: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

.flex-column {
    flex-direction: column;
}

.order-1  {
    order: 1;
}

.order-2  {
    order: 2;
}

.order-3  {
    order: 3;
}

.order-4  {
    order: 4;
}

.order-5  {
    order: 5;
}

.order-6  {
    order: 6;
}

.w-11 {
    width: 11%;
}

.w-15 {
    width: 15%;
}

.w-17 {
    width: 17%;
}

.w-20 {
    width: 20%;
}

.w-22 {
    width: 22%;
}

.w-28 {
    width: 28%;
}

.w-48 {
    width: 48%;
}

.w-56 {
    width: 56%;
}

.w-60 {
    width: 60%;
}

.w-69 {
    width: 69%;
}

.w-72 {
    width: 72%;
}

.w-78 {
    width: 78%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-89 {
    width: 89%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.mh-42 {
    min-height: 42px !important;
}

.mw-auto {
    min-width: auto !important;
}

.fw-normal {
    font-weight: normal !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.text-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.white-space-normal {
    white-space: normal !important;
}

.border-transparent {
    border-color: transparent;
}

/*-------- login page --------*/
.login-page.mobile-login {
    background-color: #0E1F3D;
}

.mobile-login .login-logo {
    margin-top: 62px;
}

.mobile-login .login-logo img {
    max-width: 182px;
}

.mobile-login .login-box {
    width: 96%;
    margin-top: 32px;
}

.mobile-login .login-box-body {
    border-radius: 10px;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.18);
}

.mobile-login .login-box-msg,
.mobile-login .reset-password-msg {
    font-size: 22px;
    font-weight: 700;
    color: #0E1F3D;
}

.mobile-login .reset-password-msg {
    font-size: 18px;
}

.mobile-login .help-block {
    font-size: 16px;
}

.mobile-login .login-box-body .alert-warning,
.mobile-login .login-box-body .error-summary {
    font-size: 16px;
}

.mobile-login .form-control {
    border: 2px solid #C9D3DD;
    border-radius: 10px;
    font-size: 20px;
    height: 46px;
}

.mobile-login .has-feedback .form-control {
    padding-right: 12px;
    padding-left: 34.5px;
}

.mobile-login .form-control-feedback {
    left: 0;
    height: 46px;
    line-height: 47px;
    font-size: 16px;
    color: #7B9EB5;
}

.mobile-login .login-btn,
.mobile-login .reset-password-btn {
    border-radius: 8px;
    font-size: 18px;
}

.mobile-login .login-btn {
    max-width: 122px;
    float: right;
}

.mobile-login .forgot-password-link,
.mobile-login .signin-link {
    font-size: 18px;
    font-weight: 500;
    color: #7B9EB5;
}

.mobile-body .panel-group .panel {
    box-shadow: none;
    border-radius: 0;
}

.mobile-body .custom-btn {
    outline: none !important;
    border: none;
    border-radius: 8px;
    padding: 13px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}

.mobile-body .custom-btn.btn-success {
    background-color: #0C8E0E;
}

.mobile-body .custom-btn.btn-danger {
    background-color: #E60000;
}

/* .mobile-body .custom-btn.btn-info {
    background-color: #59D6F4;
} */

.mobile-body {
    padding: 10px 0 10px 0;
    font-size: 16px;
    font-family: "Source Sans 3", sans-serif;
}

.mobile-body .content-wrapper {
    background-color: #FFFFFF;
}

.mobile-body .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: none;
    background: rgba(14, 31, 61, 0.4) url("/images/mobile/system-mobile-header-bg.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 12px;
}

.mobile-body .mobile-content {
    padding-left: 10px;
    padding-right: 10px;
}

.universal-search-container {
    position: relative;
    display: flex;
}

.universal-search-input-container {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.18);
    border-radius: 55px;
    padding: 5px 8px 5px 14px;
}

.universal-search-input {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #0E1F3D;
    width: calc(100% - 45px);
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    border: 0;
    outline: none;
    box-shadow: none;
    position: relative;
}

.universal-search-input::-webkit-input-placeholder {
    font-weight: normal;
    color: #97A8BB;
    opacity: 1;
}

.universal-search-input::-moz-placeholder {
    font-weight: normal;
    color: #97A8BB;
    opacity: 1;
}

.universal-search-input:-ms-input-placeholder {
    font-weight: normal;
    color: #97A8BB;
}

.universal-search-input::placeholder {
    font-weight: normal;
    color: #97A8BB;
}

.universal-search-btn {
    width: 45px;
    height: 45px;
    background: #0C8E0E;
    border: none;
    padding: 0;
    border-radius: 50%;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.user-acronym {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    background: #0E1F3D;
    color: #FFFFFF;
    font-size: 16px;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.18);
}

/*---- main navigation ------*/
.mobile-body .main-navigation {
    padding: 10px 0;
}
.mobile-body .top-navigation > ul,
.mobile-body .sub-navigation > ul,
.mobile-body .navigation-tab,
.mobile-body .search-result-category-tab {
    list-style: none;
    padding: 0 10px;
    margin: 0;
    display:flex;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.mobile-body .top-navigation > ul::-webkit-scrollbar,
.mobile-body .sub-navigation > ul::-webkit-scrollbar,
.mobile-body .navigation-tab::-webkit-scrollbar,
.mobile-body .search-result-category-tab::-webkit-scrollbar,
.mobile-body .no-scrollbar::-webkit-scrollbar { display: none; }

.mobile-body .top-navigation > ul li,
.mobile-body .sub-navigation > ul li,
.mobile-body .navigation-tab li {
    margin: 0 3px;
}

.mobile-body .search-result-category-tab li {
    margin: 0 4px;
}

.mobile-body .top-navigation > ul li:first-child,
.mobile-body .sub-navigation > ul li:first-child,
.mobile-body .navigation-tab li:first-child,
.mobile-body .search-result-category-tab li:first-child {
    margin-left: 0px;
}

.mobile-body .top-navigation > ul li:last-child,
.mobile-body .sub-navigation > ul li:last-child,
.mobile-body .navigation-tab li:last-child,
.mobile-body .search-result-category-tab li:last-child {
    margin-right: 0px;
}

/* .mobile-body .top-navigation > ul li:first-child,
.mobile-body .navigation-tab li:first-child,
.mobile-body .sub-navigation > ul li:first-child {
    margin-left: 10px;
}

.mobile-body .top-navigation ul > li:last-child,
.mobile-body .navigation-tab > li:last-child,
.mobile-body .sub-navigation ul > li:last-child {
    margin-right: 10px;
} */

.mobile-body .top-navigation ul li a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    padding: 5px 5px 2px 5px;
    border: 2px solid #C9D3DD;
    border-radius: 10px;
    min-width: 71px;
    min-height: 64px;
    font-size: 13px;
    color: #7B9EB5;
    white-space: nowrap;
}

.mobile-body .top-navigation ul li.active a {
    background: #0E1F3D;
    color: #FFFFFF;
    border-color: #0E1F3D;
}

.mobile-body .top-navigation ul li.active a img {
    filter: brightness(0) invert(1);
}

.mobile-body .sub-navigation {
    margin-top: 10px;
}

.mobile-body .sub-navigation ul li a,
.mobile-body .navigation-tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 6px 18px;
    color: #EE4A37;
    border: 2px solid #EAE9E9;
    white-space: nowrap;
    border-radius: 55px;
}

.mobile-body .sub-navigation ul li.active a,
.mobile-body .navigation-tab li.active a {
    background: #EE4A37;
    color: #FFFFFF;
    border-color: #EE4A37;
}

.mobile-body .search-result-category-tab li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    white-space: nowrap;
    padding: 7px 13px;
    border: 0;
    border-radius: 6px;
    background: #F1F1F1;
    color: #0E1F3D;
    min-width: 80px;
}

.mobile-body .search-result-category-tab li.active a {
    background: #7B9EB5;
    color: #FFFFFF;
}

.mobile-body .search-all-result-container .item-container .summary {
    font-size: 22px;
    color: #0E1F3D;
    margin-bottom: 10px;
}

.mobile-body .search-all-result-container .item-container .summary strong {
    font-weight: 700;
}

.mobile-body .tab-header {
    min-height: 35px;
}

.mobile-body .tab-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    color: #0E1F3D;
    min-height: 40px;
}

.mobile-body .search-all-result-container .tab-title {
    min-height: auto;
}

.mobile-body .filter-btn {
    min-width: 93px;
    background-color: #F1F1F1;
    border: 0;
    outline: none !important;
    box-shadow: none;
    color: #0E1F3D;
    font-size: 18px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    min-height: 40px;
}

.mobile-body .filter-btn > span {
    font-size: 16px;
}

/* .mobile-body .dropdown .chevron {
    margin-top: -4px;
} */

.mobile-body .dropdown-menu {
    min-width: auto;
}

.mobile-body .box-gray {
    background: #F1F1F1;
    border-radius: 10px;
}

.mobile-body .table>tbody>tr>th,
.mobile-body .table>tbody>tr>td {
    border-color: #FFFFFF;
}

.mobile-body .table>tbody>tr:first-child>th,
.mobile-body .table>tbody>tr:first-child>td {
    border-top: none;
}

/*----- dashboard -----*/
.mobile-body .dashboard-container .data-container {
    margin-bottom: 10px;
}

.item-container {
    list-style: none;
    margin: 0;
    padding: 0;
}

.item-container > .item,
.item-container > li > .item {
    background: #F1F1F1;
    border-radius: 10px;
    padding: 10px;
}

.item-container > .item .heading-text {
    color: #0E1F3D;
    font-size: 20px;
    font-weight: 700;
}

.item-container > .item .item-heading,
.item-container > li > .item .item-heading,
.mobile-body .create-form .control-label.control-heading {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0E1F3D;
    font-size: 20px;
}

.item-container > .item.search-result-li .item-heading {
    font-size: 18px;
    line-height: 1;
}

.item-container > .item.search-result-li .item-heading strong {
    font-weight: 700;
}

.item-container > .item.search-result-li .contact-number {
    color: #7B9EB5;
}

.item-container > .item .item-info,
.item-container > li > .item .item-info {
    font-weight: normal;
    font-size: 13px;
}

.item-container > .item .highlighted-item,
.item-container > li > .item .highlighted-item {
    min-height: 48px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    line-height: 20px;
    color: #0E1F3D;
}

.item-container > .item .highlighted-item .status-marker,
.item-container > li > .item .highlighted-item .status-marker {
    font-size: 24px;
}

.item-container > .item .broker-image,
.item-container > .item .broker-image-placeholder,
.item-container > li > .item .broker-image,
.item-container > li > .item .broker-image-placeholder {
    width: 60px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.item-container > .item .broker-image-placeholder,
.item-container > .item .mandate-image-placeholder,
.item-container > .item .agency-image-placeholder,
.item-container > li > .item .broker-image-placeholder,
.item-container > li > .item .mandate-image-placeholder,
.item-container > li > .item .agency-image-placeholder {
    background: #D6D6D6;
    display: inline-block;
    vertical-align: bottom;
}

.item-container > .item .buyer-status-tag,
.mobile-body .buyer-view-container .buyer-status-tag,
.mobile-body .seller-view-container .seller-status-tag,
.mobile-body .broker-view-container .broker-account-type {
    background: #E60000;
    border-radius: 3px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 12px;
    padding: 4px 10px;
}

.item-container .item-description {
    font-size: 16px;
    line-height: 1;
    color: #777777;
}

.item-container .mandate-view-all-search-result .item-description {
    font-size: 15px;
    line-height: 1.1;
}

.item-container .view-all-search-result .item-description {
    font-size: 18px;
}

.item-container > .item.view-all-search-result .from-email,
.item-container > li > .item.view-all-search-result .from-email {
    font-size: 18px;
    line-height: 1.1;
}

.item-container .item-description.right-divider {
    border-right: 1px solid #777777;
    padding-top: 1px;
    padding-bottom: 1px;
}

.item-container > .item .broker-name,
.item-container > li > .item .broker-name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0E1F3D;
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
}

.item-container > .item .broker-email,
.item-container > li > .item .broker-email {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item-container > .item .mandate-image,
.item-container > .item .mandate-image-placeholder,
.item-container > li > .item .mandate-image,
.item-container > li > .item .mandate-image-placeholder {
    width: 58px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
}

.item-container > .item.search-result-li .mandate-image,
.item-container > .item.search-result-li .mandate-image-placeholder {
    flex: 0 0 auto;
}

.item-container > .item .action-btn,
.item-container > li > .item .action-btn,
.mobile-body .elastic-search-result-div .action-btn {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 9px 9px 6px 9px;
    border: none;
    width: 100%;
    margin: 0 5px;
    font-size: 16px;
    line-height: 20px;
    color: #777777;
}

.item-container > .item .action-btn:first-child,
.item-container > li > .item .action-btn:first-child {
    margin-left: 0;
}

.item-container > .item .action-btn:last-child,
.item-container > li > .item .action-btn:last-child {
    margin-right: 0;
}

.item-container > .item .action-btn.active,
.item-container > li > .item .action-btn.active {
    background: #0E1F3D;
    color: #FFFFFF;
}

.item-container > .item .more-action-btn,
.item-container > li > .item .more-action-btn,
.dropdown-toggle.more-action-btn {
    background: #FFFFFF;
    border-radius: 6px;
    color: #80858A !important;
    font-size: 18px;
    padding: 2px 8px 0px 8px;
}

.item-container > .item .lead-action-btn,
.item-container > li > .item .lead-action-btn {
    min-width: 48%;
}

.item-container > .item .lead-action-btn.create-mandate,
.item-container > li > .item .lead-action-btn.create-mandate,
.mobile-body .elastic-search-result-div .action-btn {
    background: #80B5D3;
    color: #FFFFFF;
}

.mobile-body .elastic-search-result-div .action-btn {
    margin: 0;
    padding: 10px;
}

.item-container > .item .info-dropdown-btn,
.item-container > li > .item .info-dropdown-btn {
    background: #00C0EF;
    color: #FFFFFF;
    font-size: 16px;
    padding: 10px 6px;
    border-radius: 10px;
}

.item-container > .item .info-dropdown-btn > .fa,
.item-container > li > .item .info-dropdown-btn > .fa {
    font-size: 22px;
}

.item-container > .item .from-email,
.item-container > li > .item .from-email {
    color: #0E1F3D;
    font-size: 16px;
    line-height: 17px;
}

.mobile-body .data-filter-btn {
    font-size: 24px;
    padding: 3px 10px;
}

.mobile-body .mandate-approval-btn-container .custom-btn,
.mobile-body .payout-request-cancel-btn-container .custom-btn {
    min-width: 72px;
    font-size: 16px;
    padding: 9px 15px;
}

/*------ advance search form ------*/
.mobile-body .advance-search-filters .control-label,
.mobile-body .advance-search-filters .checkboxRow label,
.mobile-body .mandate-form .control-label,
.mobile-body .create-form .control-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #777777;
}

.mobile-body .advance-search-filters .checkboxRow label input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.mobile-body .advance-search-filters .form-control,
.mobile-body .mandate-form .form-control,
.mobile-body .create-form .form-control {
    border: 2px solid #C9D3DD;
    border-radius: 10px;
    min-height: 46px;
    padding: 6px 10px;
    color: #000000;
    font-size: 20px;
}

.mobile-body .advance-search-filters select,
.mobile-body .mandate-form select,
.mobile-body .create-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/images/mobile/icon/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 15px);
    padding-right: 45px !important;
}

.mobile-body .advance-search-filters .more-or-less-link {
    background: transparent;
    border: 0;
    outline: 0 !important;
    text-decoration: underline;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 22px;
}

.mobile-body .advance-search-submit .mandate-options-btn,
.mobile-body .advance-search-submit .search-btn,
.mobile-body .mandate-form .submit-btn,
.mobile-body .create-form .submit-btn,
.mobile-body .modify-filter-btn,
.mobile-body .modal-content .modal-footer button {
    min-width: 104px;
    border: 0;
    outline: none !important;
    box-shadow: none;
    font-size: 18px;
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    min-height: 42px;
}

.mobile-body .advance-search-submit .mandate-options-btn,
.mobile-body .advance-search-submit .search-btn {
    min-width: 87px;
}

.mobile-body .advance-search-submit .mandate-options-btn {
    background-color: #80B5D3;
    padding: 6px 15px;
}

.mobile-body .mandate-advance-search .form-group {
    margin-bottom: 8px;
}

.mobile-body .advance-search-filters .select2-container--default .select2-selection--single,
.mobile-body .advance-search-filters .select2-selection .select2-selection--single,
.mobile-body .mandate-form .select2-container--default .select2-selection--single,
.mobile-body .mandate-form .select2-selection .select2-selection--single,
.mobile-body .create-form .select2-container--default .select2-selection--single,
.mobile-body .create-form .select2-selection .select2-selection--single,
.mobile-body .create-form .select2-container--default .select2-selection--multiple {
    border: 2px solid #C9D3DD;
    border-radius: 10px;
    min-height: 46px;
    color: #000000;
    font-size: 20px;
}

.mobile-body .advance-search-filters .form-group.has-error .form-control,
.mobile-body .mandate-form .form-group.has-error .form-control,
.mobile-body .create-form .form-group.has-error .form-control,
.mobile-body .advance-search-filters .form-group.has-error .select2-container--default .select2-selection--single,
.mobile-body .advance-search-filters .form-group.has-error .select2-selection .select2-selection--single,
.mobile-body .mandate-form .form-group.has-error .select2-container--default .select2-selection--single,
.mobile-body .mandate-form .form-group.has-error .select2-selection .select2-selection--single,
.mobile-body .create-form .form-group.has-error .select2-container--default .select2-selection--single,
.mobile-body .create-form .form-group.has-error .select2-selection .select2-selection--single,
.mobile-body .create-form .form-group.has-error .select2-container--default .select2-selection--multiple {
    border-color: #dd4b39;
}

.mobile-body .advance-search-filters .select2-container .select2-selection--single .select2-selection__rendered,
.mobile-body .mandate-form .select2-container .select2-selection--single .select2-selection__rendered,
.mobile-body .create-form .select2-container .select2-selection--single .select2-selection__rendered {
    min-height: 39px;
    line-height: 39px;
}

.mobile-body .advance-search-filters .select2-container--default .select2-selection--single .select2-selection__arrow,
.mobile-body .mandate-form .select2-container--default .select2-selection--single .select2-selection__arrow,
.mobile-body .create-form .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url("/images/mobile/icon/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    right: 18px;
}

.mobile-body .advance-search-filters .select2-container--default .select2-selection--single .select2-selection__arrow b,
.mobile-body .mandate-form .select2-container--default .select2-selection--single .select2-selection__arrow b,
.mobile-body .create-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.mobile-body .mandate-form .select2-container .select2-selection--single .select2-selection__rendered,
.mobile-body .create-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 25px;
}

.mobile-body .section-heading {
    font-size: 20px;
    /* line-height: 20px; */
    font-weight: 600;
    color: #FFFFFF;
    padding: 10px;
    background: #7B9EB5;
    border-radius: 6px;
    margin-bottom: 15px;
    min-height: 46px;
}

.mobile-body .section-heading a {
    color: #FFFFFF;
}

.mobile-body .section-heading:has(> a.collapsed) {
    background: #F1F1F1;
    color: #0E1F3D;
}

.mobile-body .section-heading a.collapsed {
    color: #0E1F3D;
}

.mobile-body .summary-options {
    font-size: 22px;
    line-height: 22px;
    color: #0E1F3D;
}

.mobile-body .buyer-details-description {
    font-size: 18px;
    line-height: 22px;
    color: #777777;
}

.mobile-body .link-broker {
    font-size: 18px;
    line-height: 18px;
    min-width: 73px;
}

/*------ Buyer ------*/
.mobile-body .buyer-stage,
.mobile-body .archive-buyer-btn,
.mobile-body .merge-buyer-btn,
.mobile-body .favourite-buyer-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    box-shadow: none;
    outline: none !important;
    width: 100%;
}

.mobile-body .buyer-stage {
    margin: 0 5px 0 0;
}

.mobile-body .favourite-buyer-btn {
    background: #FFFFFF;
    color: #FFC000;
    width: 40px;
    padding: 6px 7px;
    border: 2px solid #F1F1F1;
    font-size: 24px;
}

.mobile-body .buyer-view-container .navigation-tab li a,
.mobile-body .mandate-view-container .navigation-tab li a,
.mobile-body .broker-view-container .navigation-tab li a,
.mobile-body .seller-view-container .navigation-tab li a,
.mobile-body .announcement-view-container .navigation-tab li a,
.mobile-body .agency-view-container .navigation-tab li a,
.mobile-body .othercontact-view-container .navigation-tab li a,
.mobile-body .tertiary-navigation .navigation-tab li a {
    color: #7B9EB5;
}

.mobile-body .buyer-view-container .navigation-tab li.active a,
.mobile-body .mandate-view-container .navigation-tab li.active a,
.mobile-body .broker-view-container .navigation-tab li.active a,
.mobile-body .seller-view-container .navigation-tab li.active a,
.mobile-body .announcement-view-container .navigation-tab li.active a,
.mobile-body .agency-view-container .navigation-tab li.active a,
.mobile-body .othercontact-view-container .navigation-tab li.active a,
.mobile-body .tertiary-navigation .navigation-tab li.active a {
    background: #7B9EB5;
    color: #FFFFFF;
    border-color: #7B9EB5;
}

.mobile-body .buyer-view-container .section-heading,
.mobile-body .seller-view-container .section-heading {
    min-height: 46px;
    line-height: 26px;
}

.mobile-body .section-heading .btn-inline-action {
    padding: 6px;
    border: 0;
    outline: none !important;
    border-radius: 6px;
    background: #FFFFFF;
    color: #0E1F3D;
}

/*------ broker pages ------*/
.mobile-body .agency-image,
.mobile-body .agency-image-placeholder {
    width: 60px;
    height: 54px;
    border-radius: 8px;
    object-fit: cover;
}

.mobile-body .broker-view-container .broker-full-image {
    width: 100%;
    max-height: 179px;
    object-fit: cover;
    border-radius: 8px;
    background: #F1F1F1;
}

.mobile-body .broker-view-container .broker-photo-action-btn-container {
    bottom: 5px;
}

/*------ mandate pages ------*/

.mobile-body .filter-dropdown-text {
    max-width: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-body .mandate-status-filter li {
    padding: 2px 5px;
}

.mobile-body .mandate-status-filter-li {
    font-size: 13px;
    line-height: 12px;
    color: #FFFFFF;
    padding: 6px 15px;
    border-radius: 3px;
}
.mobile-body .mandate-status-filter-li.all {
    background: #00c0ef;
}

.mobile-body .mandate-status-filter-li.draft,
.mobile-body .mandate-status-filter-li.request_approval {
    background: #F39C12;
}

.mobile-body .mandate-status-filter-li.approved {
    background: #0C8E0E;
}

.mobile-body .mandate-status-filter-li.cancelled,
.mobile-body .mandate-status-filter-li.closed {
    background: #E60000;
}

.mobile-body .mandate-view-container .mandate-full-image {
    width: 100%;
    max-height: 131px;
    object-fit: cover;
    border-radius: 8px;
}

.mobile-body .agency-index .item-description.required-documents,
.mobile-body .mandate-view-container .progress-group .progress-text,
.mobile-body .mandate-view-container .progress-group .progress-number,
.mobile-body .mandate-view-container .custom-btn,
.mobile-body .broker-view-container .custom-btn,
.mobile-body .document-repository-container .custom-btn,
.mobile-body .credit-note-view-container .custom-btn,
.mobile-body .announcement-view-container .custom-btn,
.mobile-body .support-article-view-container .custom-btn,
.mobile-body .agency-view-container .tab-content .custom-btn {
    font-size: 18px;
}

.mobile-body .mandate-view-container .quick-dashboard-container .small-box {
    border-radius: 8px;
}

.mobile-body .mandate-view-container .quick-dashboard-container .small-box h3 {
    font-size: 36px;
    font-weight: normal;
}

.mobile-body .mandate-view-container .quick-dashboard-container .small-box p {
    font-size: 16px;
}

.mobile-body .mandate-view-container .sector-category-container {
    background: #FFFFFF;
    color: #0E1F3D;
    font-size: 18px;
    font-weight: bold;
    padding: 8px;
    border-radius: 8px;
}

.mobile-body .mandate-view-container .custom-btn,
.mobile-body .broker-view-container .custom-btn,
.mobile-body .document-repository-container .custom-btn,
.mobile-body .credit-note-view-container .custom-btn {
    padding: 12px 10px;
}

.mobile-body .mandate-commission-type {
    font-size: 19px;
    font-weight: normal;
    line-height: 20px;
}

/*---- custom checkbox ----*/
.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0 !important;
    vertical-align: top;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 2px solid #D2D2D3;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    outline: none !important;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #0E1F3D;
    border-color: #0E1F3D;
}

/*-------- modal --------*/
.mobile-body .modal-content {
    border-radius: 6px;
}

.mobile-body #commonModal .modal-header,
.mobile-body #commonModalReport .modal-header,
.mobile-body #franchiseReportModal .modal-header {
    background-color: #7B9EB5;
    border-radius: 6px 6px 0 0;
    padding: 9px 15px;
}

.mobile-body #commonModal .modal-header .modal-title,
.mobile-body #commonModalReport .modal-header .modal-title,
.mobile-body #franchiseReportModal .modal-header .modal-title {
    font-size: 22px;
    font-weight: 600;
}

.mobile-body button.close {
    opacity: 1;
    font-weight: normal;
}

.mobile-body button.close span {
    color: #0E1F3D;
    font-size: 35px;
    text-shadow: none;
}
