.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

#msgbox .modal-dialog {
    z-index: 999999999;
}
.contentsIsBeingLoading {
    display: none;
}
.pointer {
    cursor: pointer !important;
    text-decoration: none !important;
}
.trashed {
    opacity: 0.5;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.inside-icon select {
    text-indent: 20px;
}
.has-error-input,
input.has-error-input,
.error-input {
    border: 1px solid red !important;
    /*border-radius: 7px;*/
}
.has-error-input::-webkit-input-placeholder {
    color: #fa7f7f;
}
.hide-more {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 118px;
}

/*.stars i
{
    color: #ffca77;
    font-size: 19px; 
    display: inline-block;
    margin-right: 1px;
}*/

div.modal.fade div.modal-dialog {
    z-index: 999999 !important;
}
.vr {
    border-right: 1px solid #eee;
}

#loadingForm,
.loadingForm {
    opacity: 0.8;
    background-color: #fff;
    position: fixed;
    z-index: 999999;

    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /*cursor: wait;*/
}
#loadingForm {
    display: none;
}

#loadingForm div,
.loadingForm div {
    background-color: #fff;
    background-position: center 20px;
    background-repeat: no-repeat;
    width: 420px;
    padding-top: 120px;
    text-align: center;
    margin: auto;
    margin-top: 100px;
    border-radius: 10px;
}
label.required:after {
    content: ' *';
    color: red;
}
.showContents {
    display: none !important;
    opacity: 0 !important;
}

#the-loading div,
.the-loading div {
    width: 0%;
    height: 5px;
}
#the-loading,
.the-loading {
    position: fixed !important;
    z-index: 5;
    bottom: 0px;
    left: 0;
    right: 0;
    display: block;
}

.width25 {
    width: 25% !important;
}
.width50 {
    width: 50% !important;
}
.width80 {
    width: 80% !important;
    display: inline-block;
}
.width100 {
    width: 100% !important;
    display: inline-block;
}

.fa-1x {
    font-size: 17px !important;
}
.fa-1-5x {
    font-size: 21px !important;
}
.inBlock {
    display: inline-block !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.clear {
    clear: both !important;
}

.disabled,
.disabled a {
    opacity: 0.7;
    text-decoration: none !important;
    cursor: no-drop !important;
}

ng-picker .dropdown-menu {
    min-width: 250px;
}
ng-picker .dropdown-menu input.form-control {
    margin: 0px !important;
}
.yellow {
    color: #f1c40f;
}

.text-bold {
    font-weight: bold !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.row {
    margin-bottom: 5px;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.fa:disabled,
.fa.disabled {
    cursor: no-drop !important;
}
.rtl {
    direction: rtl !important;
}
.ltr {
    direction: ltr !important;
}

.centerblock {
    display: block;
    margin: auto;
}
.inlineBlock {
    display: inline-block !important;
}

.collapse {
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    -ms-transition: 300ms ease;
    transition: 300ms ease;
}
.show-after-load-angular {
    display: none !important;
}

.required {
}

.disabled-row {
    cursor: not-allowed !important;
    color: #6e6e6e !important;
}

.nopadding {
    padding: 0px !important;
}

.hidden {
    display: none;
    opacity: 0;
}
.border_red {
    border: 1px solid red !important;
}
.position_checkbox {
    position: relative;
    top: 7px;
    font-size: 13px;
}
.position_checkbox input {
    vertical-align: text-bottom;
}
.dropdowntoggle_fixarrow::after {
    position: relative;
    top: 2px;
    right: 5px;
}
.border-green {
    border-color: rgb(91, 189, 91) !important;
}
.nav-item {
    margin-left: 6px !important;
}
.nav-item {
    margin: 0 2px !important;
}
.nav-item .nav-link {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.nav-link {
    font-size: 12px !important;
}
.MyTourismPortal .nav-link {
    font-size: 13px !important;
}

/* --------------------------------------------------- chat box ------------------------------------ */
.chat-container {
    display: flex;
    background-color: #fcf8ed;
    border-radius: 5px;
    border-top: 3px solid #dfb74d;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    margin-right: 20px;
    margin-left: 20%;
    font-size: 14px;
}

.chat-container img {
    max-width: 60px;
    width: 60px;
    margin-left: 20px;
    border-radius: 50%;
}

.chat-container .content {
    max-width: 80%;
    width: 80%;
}
.chat-time {
    color: #6e6e6e;
}

.chat-container.sender-ministry {
    flex-direction: row-reverse;
    background-color: #e9f7ef;
    border-top: 3px solid #27ae60;
    margin-right: 20%;
    margin-left: 20px;
}
.chat-container.sender-ministry img {
    margin-left: 0;
    margin-right: 20px;
}
.chat-container.sender-ministry .content {
    text-align: left;
}

.chat-container:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 1px;
    bottom: auto;
    border: 20px solid;
    border-color: #fcf8ed transparent transparent transparent;
}
.chat-container.sender-ministry:after {
    left: -20px;
    right: auto;
    border-color: #e9f7ef transparent transparent transparent;
}

/* Website Check Header */

.website_check_header {
    padding-top: 2rem;
    padding-bottom: 0.9rem;
    font-size: 0.9rem;
}
.website_check_header .text__content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    text-align: center;
    font-size: 0.95rem;
}
.website_check_header .text__content p {
    margin-bottom: 0;
}
.website_check_header .text__content span {
    font-size: 0.95rem;
}
.website_check_header .text__content button,
.website_check_header .text__content a {
    border: 0;
    outline: none;
    box-shadow: none;
    padding: 0.35rem 1rem;
    border-radius: 8px;
}
.website_check_header.rejected {
    background-color: #fff0f0;
    color: #cf4244;
    border-bottom: 1px solid #cf4244;
}
.website_check_header.rejected a,
.website_check_header.rejected button {
    background-color: #cf4244;
    color: #ffffff;
}
.website_check_header.rejected .text__content p,
.website_check_header.rejected .text__content span {
    color: #cf4244;
}
.website_check_header.approved {
    background-color: #f2fff5;
    color: #3e9e53;
    border-bottom: 1px solid #3e9e53;
}
.website_check_header.approved a,
.website_check_header.approved button {
    background-color: #3e9e53;
    color: #ffffff;
}
.website_check_header.approved .text__content p,
.website_check_header.approved .text__content span {
    color: #3e9e53;
}
.website_check_header.pending {
    background-color: #fff7ed;
    color: #cf8938;
    border-bottom: 1px solid #cf8938;
}
.website_check_header.pending a,
.website_check_header.pending button {
    background-color: #cf8938;
    color: #ffffff;
}
.website_check_header.pending .text__content p,
.website_check_header.pending .text__content span {
    color: #cf8938;
}
.website_check_header .dismiss_btn {
    padding: 0;
    background-color: transparent !important;
    border: 0;
    color: #363636 !important;
    font-size: 1rem !important;
}

.no-select {
    -webkit-user-select: none;
    user-select: none;
}

body:has(.umrah_js_swal_error) .swal-title {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
}

body:has(.umrah_js_swal_error) .swal-footer {
    text-align: center !important;
    margin-bottom: 1rem !important;
}

body:has(.umrah_js_swal_error) .swal-text {
    text-align: center !important;
}

.ng-invalid.ng-touched {
    border-color: #dc3545 !important;
    color: #dc3545 !important;
}

.border-group:has(.ng-invalid.ng-touched) {
    border-color: #dc3545 !important;
}

.umrah_action_btn {
    background-color: #bda656;
    color: #ffffff;
    border: 0;
    padding: 0.4rem 0.9rem;
    border-radius: 6px;
    font-size: 0.9rem;
    transition: all 0.4s linear;
}

.umrah_action_btn:disabled {
    opacity: 0.6;
    pointer-events: none;
}

.umrah_action_btn:hover {
    background-color: #e7c140;
    color: #ffffff;
}

.umrah_action_btn.md {
    padding: 0.8rem 1.3rem;
}

.umrah_action_btn.outlined {
    background-color: transparent;
    color: #bda656;
    border: 1px solid #bca556;
    transition: all 0.3s linear;
}

.umrah_action_btn.outlined:hover {
    background-color: #faf5e7;
    color: #000000;
}

.icon-fix {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
}

.table.fs-md tr,
.table.fs-md td {
    font-size: 14px;
}

.umrah-txt-primary {
    color: #cf8938 !important;
}
