@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');

body {
    font-family: 'Inter', sans-serif;
}

.main-container {
    width: 100%;
    height: 100vh;
    display: flex;
    background-color: #f5f5f5;
}
.media-container {
    flex: 1;
}
.login-container {
    width: 440px;
    padding: 34px 40px 20px;
    box-shadow: 0 2px 4px 0 rgba(28, 31, 36, 0.1);
    background-color: #fff;
    position: relative;
}

.links-block {
    display: block;
    text-align: right;
}
.links-block a {
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}
.links-block a:hover {
    color: #ee1e2d;
}
.links-block a:not(:first-child) {
    margin-left: 5px;
    padding-left: 7px;
}

.login-form .form-floating>.form-control, .form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.font-size-12 {
    font-size: 12px !important;
}

.login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 110px;
}
.logo-text {
    font-family: Alegreya Sans, sans-serif;
    font-weight: bold;
    color: #344157;
    font-size: 14px;
}
.Powered-by-RH-Travel {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: #6b7485;
}
.Forget-password {
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #3f76da;
    text-align: right;
}
.right-blk-text{
    position: absolute;
    bottom: 25px;
    width: 85%;
}
.right-blk-text .row{
    padding: 0px 17px 0 20px;
}
.welcome-blk {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 30px;
    left: 0px;
    width: 360px;
    height: auto;
    z-index: 2;
}
.welcome-messages {
    background: rgba(10,91,125,0.35);
    padding: 16px 32px;
}
.anniversary-days {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.anniversary-day {
    background-color: rgba(18, 31, 58, 0.6);
    padding: 10px 32px 10px;
    display: flex;
    gap: 16px;
    width: 100%;
}
.anniversary-days .country-flag {
    width: 24px;
    height: auto;
}
.anniversary-days-text {
    color:#ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    white-space: nowrap;
}
.Good-Morning {
    /*width: 400px;*/
    height: 20px;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}
.welcome-date {
    /*width: 400px;*/
    height: 39px;
    margin: 8px 0 4px;
    font-size: 32px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    white-space: nowrap;
    color: #fff;
}
.welcome-date-name {
    /*width: 400px;*/
    height: 20px;
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
}


.msg-block {
    display: block;
    min-width: 200px;
    padding: 13px 20px;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 2;
}
.msg-block-header {
    height: 15px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    white-space: nowrap;
}
.msg-block-text {
    margin: 12px 0 0;
    height: 20px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    white-space: nowrap;
}
.msg-block-date {
    width: 52px;
    height: 52px;
    margin: 0 16px 0 0;
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(8, 24, 51, 0.3);
    float: left;
    text-align: center;
}
.msg-block-date-number {
    width: 32px;
    height: 17px;
    margin: 0 0 3px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fb5300;
}
.msg-block-date-month {
    width: 32px;
    height: 12px;
    margin: 3px 0 0;
    font-size: 10px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.msg-block.plus-pr-85 {
    padding-right: 85px;
}

.msg-block.gmap {
    background: rgba(10,91,125,0.35);
    width: 285px;
}

.msg-block .gmap-text {
    margin-top: 0;
}

#SearchMap {
    height: 100%;
    width: 100%;
    background: #a7b7c4;
}

.btn {
    font-size: 14px;
}
/* Floating label inputs -- BEGIN -- */
.m-textfield {
    position: relative;
}
.m-label {
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, transparent calc(50% - -0.5px), white calc(50% - 0.5px), white calc(50% + 3.5px), transparent calc(50% + 0.5px));;
    color: gray;
    padding: 0 0.3rem;
    margin: 0 0.5rem;
    transition: .1s ease-out;
    transform-origin: left top;
    pointer-events: none;
}
.m-input {
    font-size: 14px;
    outline: none;
    border: 1px solid #ced1d6;
    border-radius: 5px;
    padding: 0.5rem 0.7rem;
    color: #6b7485;
    transition: 0.1s ease-out;
}
.m-input:focus {
    border-color: #2ac4e5;
}
.m-input:focus + label {
    color: #2ac4e5;
    top: 0;
    transform: translateY(-50%) scale(.9);
}
.m-input:not(:placeholder-shown) + label {
    top: 0;
    transform: translateY(-50%) scale(.9);
}
/* Floating label inputs -- END -- */



/*Carusel*/
.carousel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1;
}

.carousel-indicators [data-bs-target] {
    width: 30%;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    margin-right: 5%;
}
.carousel-indicators {
    margin-right: 0;
    margin-left: 2%;
}
.carousel {
    position: relative;
    height: 100vh !important;
    overflow: hidden;
}
.carusel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.carusel-img {
    min-width: 100%;
    min-height: 100%
}
.carousel-inner {
    height: 100%;
}
.news_header{
    display: flex;
    align-items: flex-end;
}
.news_header hr{
    width: 100%;
    color: rgba(28, 31, 36, 0.1);
}
.news_h6{
    font-size: 14px;
    font-weight: 600;
    color: #081833;
    padding-right: 12px;
}
.news-list{
    padding-top: 7px;
}
.news-list li {
    list-style: disc;
    margin-left: -14px;
    font-size: 14px;
    color: #2376da;
    cursor: pointer;
    line-height: 21px;
    padding-bottom: 14px;
    white-space: nowrap;

}
.news-list li:nth-last-child(2) {
    padding-bottom: 20px !important;
}
.news-list li:last-child a{
    text-decoration: none;
}
.news-list li:last-child{
    list-style: none !important;
}
.news-list li::marker{
    color: #f55326;

}
.news-list li span:hover,
.news-list li a:hover {
    text-decoration: underline;
}


#ajax-news .modal-dialog {
    max-width: 100%;
    width: 940px;
    min-width: 300px;
}

#ajax-news .modal-content {
    width: auto;
    max-width: 100%;
}
.toggle_password{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    cursor: pointer;
}

/* modal style start */
.modal-header{
    border-bottom: none !important;
    padding: 40px 40px 20px 40px !important;
}
.modal-title{
    font-size: 24px;
    font-weight: bold;
    color: #121b30;
}
.modal-body-lead{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #121b30;
}
.modal-body{
    padding: 0px 40px 40px 40px !important;
}
.modal-date{
    display: block;
    padding-top: 8px;
    padding-bottom: 13px;
    font-size: 14px;
    color: #64748b;
}
#close{
    height: 24px;
    width: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
/* modal style end */


 /*hide on screen width less then 920px*/
@media only screen and (max-width: 920px) {
    .msg-block {
        display: none;
    }
    .links-block {
        margin-top: 0;
    }
    #ajax-news .modal-dialog {
        max-width: 100%;
        width: 60%;
        overflow-x: scroll;
        min-width: 300px;
    }
}
@media only screen and (max-width: 768px) {
    .welcome-blk {
        display: none;
    }

    .links-block {
        margin-top: 0;
    }
    .media-container {
        display: none;
        flex: none;
    }
    .login-container {
        padding: 20px;
        width: 100%;
    }
    #ajax-news .modal-dialog {
        max-width: 100%;
        width: 90%;
        overflow-x: scroll;
        min-width: 300px;
    }

}
.gm-style-iw .gm-ui-hover-effect {
    display: none !important;
}