﻿body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    color: #222222;
}

.bg_themeBlue {
    background: #1f1d62;
}

.bg_anchBlue {
    background: #4898f6;
}

.bg_lightsky {
    background: #f6fafd;
}

.bg_white {
    background: #fff !important;
}

.bg_lightGray {
    background: #f4f3f9;
}

.bg_lightgrayo {
    background: #ebebeb;
}

.bg_cancelRed {
    background: #e32146;
}

.bg_successGreen {
    background: #1ec386;
}

.bg_lightPink {
    background: #fff0d8;
}

.bg_fa {
    background: #fafafa;
}

.color_white {
    color: #fff;
}

.color_green {
    color: #1ec386 !important;
}

.color_orange {
    color: #ffb23d;
}

.color_red {
    color: #ff3535;
}

.color_themeRed {
    color: #ff234f;
}

.color_themeBlue {
    color: #1f1d62;
}

.color_muted {
    color: #555555;
}

.color_anchorBlue {
    color: #4898f6;
}

.color_Blue {
    color: #1e1c66 !important;
}

.color_lytgrey {
    color: rgba(255, 255, 255, 0.64);
}

.fs_9 {
    font-size: 9px;
}

.fs_10 {
    font-size: 10px;
}

.fs_11 {
    font-size: 11px !important;
}

.fs_12 {
    font-size: 12px;
}

.fs_13 {
    font-size: 13px;
}

.fs_15 {
    font-size: 15px;
}

.fs_16 {
    font-size: 16px;
}

.fs_17 {
    font-size: 17px;
}

.fs_18 {
    font-size: 18px;
}

.fs_19 {
    font-size: 19px;
}

.fs_20 {
    font-size: 20px !important;
}

.fs_24 {
    font-size: 24px !important;
}

.fw_500 {
    font-weight: 500;
}

.fw_600 {
    font-weight: 600;
}

.br_6 {
    border-radius: 6px;
}

.br_10 {
    border-radius: 10px !important;
}

.rounded-bottom-br10 {
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}

.border_W2px {
    border-width: 2px !important;
}

.blue_underline {
    text-decoration: underline;
    -webkit-text-decoration-color: #4898f6; /* Safari */
    text-decoration-color: #4898f6;
}

.border_red {
    border: 1px solid #ff234f;
}

.border_orange {
    border: 1px solid #ffb23d;
}

.border_grey {
    border: 1px solid #e2e2e2;
}

.op_0 {
    opacity: 0;
}

.op_0_5 {
    opacity: 0.5;
}

.outline-0 {
    outline: unset !important;
}

.fullFlex {
    flex: 0 0 100%;
}

.w_300px {
    width: 300px;
}

.l_50 {
    left: 50%;
}

.r_50 {
    right: 50%;
}

.btn_transborder {
    border: 1px solid #707070;
    color: rgba(34, 34, 34, 0.88);
    background: #fff;
    outline: none !important;
}

.btn_themeRed:hover, .btn_themeRed:focus {
    color: rgba(34, 34, 34, 0.88);
}

.btn_themeRed {
    border: 2px solid #ff234f;
    color: #fff;
    background: #ff234f;
    outline: none !important;
}

    .btn_themeRed:hover, .btn_themeRed:focus {
        color: #fff;
    }

.btn_themeRedBordered {
    border: 2px solid #ff234f;
    color: #ff234f;
    background: #fff;
    outline: none !important;
}

    .btn_themeRedBordered:hover, .btn_themeRedBordered:focus {
        color: #ff234f;
    }

.btn_yellow {
    color: #fff;
    background: #ffb23d;
    outline: none !important;
}

    .btn_yellow:hover, .btn_yellow:focus {
        color: #fff;
    }

.inactiveStepNumbr {
    display: inline-block;
    width: 14px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #1f1d62;
}

.fa.activeIcon {
    display: none;
    font-size: 16px;
}

.progressActive .inactiveStepNumbr {
    display: none;
}

.progressActive .activeIcon {
    display: inline-block;
}

.line-h23px {
    line-height: 23px !important;
}

.roomCancelListNote {
    line-height: 30px;
}

    .roomCancelListNote li {
        position: relative;
        list-style-type: none;
    }

        .roomCancelListNote li::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background: #ff234f;
            border-radius: 50%;
            left: -20px;
            top: 12px;
        }

.modalCentered {
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%) !important;
}

.w_700px {
    width: 700px;
}

.w_450px {
    width: 450px;
}

.w_100px {
    width: 100px;
}

.w_230px {
    width: 230px;
}

.h_50px {
    height: 50px;
    ;
}

.h_6vh {
    height: 6vh;
    ;
}

.divFixedFooter {
    bottom: 0;
    z-index: 1;
    background: #fff;
}

.cursor-pointer {
    cursor: pointer;
}

.closeBtnOutsideModal {
    position: absolute;
    right: 0px;
    top: -40px;
    opacity: 1;
}

.room_list > tbody > tr > td {
    font-weight: 500;
    border: none;
}

.room_list > thead > tr > th {
    border-bottom: none;
}

.room_list {
    border: 1px solid #f4f3f9;
}

.list_border_top {
    border-top: 1px solid #f4f3f9;
}

.otp_form input {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 92px;
    border-radius: 6px;
    background-color: #f4f3f9;
    /*border: none;*/
    font-size: 40px;
}

.flight_info {
    position: absolute;
    top: -13px;
}

.control {
    display: block;
    position: relative;
    cursor: pointer;
}

    .control input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.control_indicator {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #222222;
    border-radius: 5px;
}

.control input:checked ~ .control_indicator {
    background: #70aff8;
    border: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked ~ .control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 7px;
    top: 3px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.control-radio {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    cursor: pointer;
}

    .control-radio input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        .control-radio input:checked ~ .control_indicator {
            background: #fff;
            border: 2px solid #fd234f;
        }

            .control-radio input:checked ~ .control_indicator:after {
                display: block;
            }

    .control-radio .control_indicator {
        border-radius: 50%;
    }

        .control-radio .control_indicator:after {
            left: 2px;
            top: 2px;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            background: #fd234f;
            transition: background 250ms;
        }

.three_dots {
    display: flex;
    flex-direction: column;
}

    .three_dots span {
        display: inline-block;
        width: 3px;
        height: 3px;
        background-color: #6e6e6e;
        border-radius: 50%;
        margin: 1px;
    }

.dotsdisplayOnClick {
    position: absolute;
    width: 178px;
    top: 75%;
    right: -1.5rem;
    border-radius: 8px;
    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e7e7e7;
    background-color: #fff;
    z-index: 10;
}

    .dotsdisplayOnClick::before {
        content: '';
        position: absolute;
        right: 15px;
        top: -6px;
        width: 0;
        height: 0;
        border-top: 0;
        border-bottom: 7px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
    }

.lineAfterHeader {
    display: inline-block;
    border-top: 1px solid #ececec;
    margin: 10px;
    width: 100%;
}

.feedBackForm .control_indicator {
    top: 1px;
}

.letr_spacing {
    letter-spacing: 2.29px;
}

.hline_Word {
    width: 70px;
    text-align: center;
    border-bottom: 1px solid #bababa;
    line-height: 0em;
}

    .hline_Word span {
        border: 1px solid #bababa;
        background: #fff;
    }

.texthline {
    position: relative;
    top: 23px;
}

.no_underline:focus, .no_underline:hover {
    text-decoration: none;
}

.orange_bottom {
    border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #ffb23d;
}

.cheapest_indication {
    border-left: 7px solid #ffb23d;
    position: relative;
    top: -14px;
    left: -14px;
    height: 20px;
    border-radius: 6px 0px;
    padding: 4px;
}

.timeline-line li {
    list-style: none;
    width: 100px;
    position: relative;
}

    .timeline-line li:before {
        content: "";
        width: 8px;
        height: 8px;
        border-radius: 50%;
        display: block;
        background: #d3d3d3;
    }

    .timeline-line li:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #d3d3d3;
        top: 4px;
        left: -43%;
    }

.conf_card {
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.07);
}
/* nav progress bar css */
.navpreload nav {
    position: relative;
    width: 300px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    height: 2px;
}

.navpreload3 nav {
    width: 450px;
}

.navpreload nav a {
    position: relative;
    color: #fff;
    text-align: center;
}

.container nav a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    transform: translate(-50%, -50%);
}

.navpreload nav a img {
    display: block;
    position: absolute;
    bottom: 0;
    margin-bottom: 8px;
}

.navpreload nav a span {
    display: block;
    position: relative;
    width: 80px;
    white-space: nowrap;
    margin-top: 5px;
    text-align: left;
    transition: opacity 0.3s ease-out, bottom 0.5s ease;
}

.navpreload nav a.active > span {
    color: #fff;
}

.navpreload nav a:first-child.active ~ .line {
    width: 20%;
}

.navpreload nav a:nth-child(2).active ~ .line {
    width: 70%;
}

.navpreload3 nav a:first-child.active ~ .line {
    width: 20%;
}

.navpreload3 nav a:nth-child(2).active ~ .line {
    width: 40%;
}

.navpreload3 nav a:nth-child(3).active ~ .line {
    width: 75%;
}

.navpreload nav .line {
    display: block;
    position: absolute;
    z-index: 9;
    height: 2px;
    background: #ff234f;
    transition: width 0.5s cubic-bezier(1, 0, 0.5, 1.01);
}

.checkmark-circle {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

    .checkmark-circle .background {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #4898f6;
        position: absolute;
    }

    .checkmark-circle .checkmark.draw:after {
        -webkit-transform: scaleX(-1) rotate(135deg);
        -moz-transform: scaleX(-1) rotate(135deg);
        -ms-transform: scaleX(-1) rotate(135deg);
        -o-transform: scaleX(-1) rotate(135deg);
        transform: scaleX(-1) rotate(135deg);
    }

    .checkmark-circle .checkmark:after {
        height: 13px;
        width: 6px;
        border-right: 2px solid white;
        border-top: 2px solid white;
        border-radius: 2.5px !important;
        content: "";
        position: absolute;
        left: 8px;
        transform-origin: left;
    }

.customBorder {
    border: 1px solid #e4e4e4;
}

.customBorderBottom {
    border-bottom: 1px solid #e4e4e4 !important;
}

.customTabcolapse .panel-title {
    color: #222;
}

    .customTabcolapse .panel-title .mutedText {
        color: #777 !important;
    }

.customTabcolapse .panel .panel-heading a {
    display: flex;
    width: 100%;
}

    .customTabcolapse .panel .panel-heading a:after {
        content: url("https://images.rehlat.com/Content/images/CancelImages/chevron_down.svg");
        float: right;
        font-size: 14px;
        font-weight: 900;
        margin-left: auto;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .customTabcolapse .panel .panel-heading a.collapsed:after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.bg_web {
    background: #f5f5f5;
}

.dashed_borderbottom {
    border: 1px dashed #e7e7e7;
}

.karamref {
    position: absolute;
    right: 10px;
}

.tabs-left > li {
    float: none;
    border: none;
    background: #fff;
}

    .tabs-left > li.active > a, .tabs-left > li.active > a:focus, .tabs-left > li.active > a:hover {
        border: 0;
        border-right: 4px solid #ff234f;
        border-radius: 0px;
        margin-right: 0px;
        color: #ff234f !important;
        font-weight: 600;
        padding: 15px !important;
    }

    .tabs-left > li > a {
        color: #777 !important;
        font-weight: 500;
        padding: 15px !important;
        line-height: 30px;
    }

.tabs-left {
    border-right: 1px solid #e2e2e2;
    border-bottom: none;
}

.custom_panel a:after {
    content: url("https://images.rehlat.com/Content/images/CancelImages/upArrowRed.svg");
    float: right;
    margin-top: -21px;
}

.custom_panel a.collapsed:after {
    content: url("https://images.rehlat.com/Content/images/CancelImages/downArrowRed.svg");
}

.custom_panel > .panel-heading > .collapsed > .panel-title {
    font-weight: 400;
}

.custom_panel .panel-heading .panel-title {
    font-weight: 500;
    color: #141414;
    width: calc(100% - 15px);
    cursor: pointer;
    margin-bottom: 0px;
}

.tablein {
    display: flex;
    flex-direction: column;
}

.tablein-row {
    width: 100%;
    display: flex;
}

.tablein-row-col {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
}

.tablein-row div:last-child {
    width: 10% !important;
}

.tablein-row div:first-child {
    width: 40% !important;
}

.web_bottomfixed {
    margin-bottom: 70px;
}

@media (min-width:992px) {
    .border-lg-left {
        border-left: 1px solid #dee2e6 !important;
    }
}

@media Screen and (max-width: 768px) {
    .ros-mHeader .MWebNavbar-Toggle {
        padding: 15px 12px !important;
    }
    .fs_xs_11 {
        font-size: 11px;
    }

    .fs_xs_12 {
        font-size: 12px;
    }

    .fs_xs_13 {
        font-size: 13px;
    }

    .fs_xs_14 {
        font-size: 14px;
    }

    .fs_xs_16 {
        font-size: 16px;
    }

    .fs_xs_18 {
        font-size: 18px !important;
    }

    .r_xs_0 {
        right: 0;
    }

    .l_xs_unset {
        left: unset;
    }

    .w_xs_30px {
        width: 30px;
    }

    .w_xs_54px {
        width: 54px;
    }

    .w_xs_73px {
        width: 73px;
    }

    .w_xs_115px {
        width: 115px;
    }

    .w_xs_45 {
        width: 45%;
    }

    .w_xs_100 {
        width: 100% !important;
    }

    .w_xs_100_75px {
        width: calc(100% - 75px) !important;
    }

    .w_xs_100n1rem {
        width: calc(100% + 1rem);
    }

    .h_xs_45px {
        height: 45px;
    }

    .h_xs_73px {
        height: 73px;
    }
    .tablein-row-col {
        display: grid;
        word-break: break-all;
    }
    .bg_mweb {
        background: #fff;
    }

    .border_XsNone {
        border: none !important;
    }

    .mweb-fixedbottomhyt {
        padding-bottom: 45px;
    }

    .mweb-fixedbottomhyt2btns {
        padding-bottom: 100px;
    }

    .mwebPositionedBottom .modal-content {
        border-radius: 0;
    }

    .mwebPositionedBottom .modalCentered {
        position: absolute;
        bottom: 0;
        left: 0;
        top: unset;
        transform: unset !important;
    }

    .mwebPositionedBottom .closeBtnOutsideModal {
        right: 10px;
    }

    .otp_form input {
        width: 50px;
        height: auto;
    }

    .negMarginNposPaddingforRefundAmt {
        margin-left: calc(-1.5rem - 15px) !important;
        margin-right: calc(-1.5rem - 15px) !important;
        padding-left: calc(1.5rem + 15px) !important;
        padding-right: calc(1.5rem + 15px) !important;
    }

    .roomCancelListNote {
        line-height: 25px;
    }

    .karamref {
        position: relative;
        right: inherit;
    }

    .tabs-left {
        border-right: none;
        border-bottom: 1px solid #ddd;
    }

    .tablein-row div:last-child {
        width: 15% !important;
    }

    .tablein-row div:first-child {
        width: 70% !important;
    }
}
