.mr20 {
    margin-right: 20px;
}
.SwiperMenu {
    width: calc(100% - 210px);
    margin: 0;
    float: left;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
    margin-right: 24px;
}
.SwiperMenu .swiper-button-prev,
.SwiperMenu .swiper-rtl .swiper-button-next {
    left: -2px;
    right: auto;
    background: #004b8f;
}
.SwiperMenu .swiper-button-next,
.SwiperMenu .swiper-rtl .swiper-button-prev {
    right: -2px;
    left: auto;
    background: #004b8f;
}
.SwiperMenu .swiper-button-prev:after,
.SwiperMenu .swiper-rtl .swiper-button-next:after,
.SwiperMenu .swiper-button-next:after,
.SwiperMenu .swiper-rtl .swiper-button-prev:after {
    content: "";
}
.top-nav .SwiperMenu .menu li {
    width: auto;
}
.menu-sso {
    display: block;
    float: left;
    width: 134px;
    height: 32px;
}
.menu-sso-login {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 50px;
    cursor: pointer;
}
.menu-sso-login a {
    font-family: "opensans-bold";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #de2027;
}
.menu-sso-login a:hover {
    text-decoration: none;
}
.menu-sso-login img {
    width: 24px;
    height: 24px;
    position: relative;
    left: -5px;
    top: 0;
    object-fit: cover;
    border-radius: 50%;
}
.menu-sso-login.logged img {
    margin-left: -12px;
    left: 50%;
    top: 0;
}
.menu-sso-2 {
    display: block;
    width: 134px;
    height: 40px;
    background-color: #004b8f;
}
.menu-sso-2.logged {
    display: block;
    width: 134px;
    height: 40px;
    background-color: unset;
}
.menu-sso-2-login {
    position: relative;
    left: 0;
    width: calc(100% - 50px);
    height: auto;
    padding-top: 8.5px;
    padding-bottom: 8.5px;
    padding-left: 56px;
    cursor: pointer;
}
.menu-sso-2-login a {
    font-family: "opensans-bold";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
}
.menu-sso-2-login::before {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 16px;
    top: 8px;
    background: url(../img/login-user-red.png);
    background-size: cover;
    background-position: center;
}
.login-popup {
    display: none;
    position: fixed;
    width: 384px;
    height: auto;
    right: 120px;
    top: 60px;
    background: #feffff;
    padding: 36px 32px 8px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 20%);
    border-radius: 20px;
    z-index: 100;
}
.login-popup.show-popup {
    display: block;
}
.warp-user-avatar {
    display: flex;
    flex-wrap: wrap;
    transition: background 1s;
    padding: 0;
    margin-bottom: 30px;
}
.warp-user-avatar::hover {
    background-image: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%);
    background-position: center;
    background-size: 15000%;
}
.warp-user-avatar::active {
    background-color: rgb(207, 207, 207);
    background-size: 20%;
    transition: background 0s;
}
.warp-user-avatar .img-avatar {
    width: 48px;
    display: flex;
    align-items: center;
    text-align: center;
}
.warp-user-avatar .img-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50px;
    object-fit: cover;
    object-position: top;
}
.warp-user-avatar .right-avatar {
    width: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: block;
    align-items: center;
    text-align: left;
    color: #0c2a75;
    padding-left: 8px;
}
.warp-user-avatar .right-avatar .username {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1a2128;
}
.warp-user-avatar .right-avatar .name {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color: #de2027;
}
.warp-user-avatar .close-avatar {
    position: absolute;
    right: 32px;
    cursor: pointer;
}
.drop-menu-sso .title-complete-data {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #282828;
    margin-bottom: 8px;
}
.drop-menu-sso .desc-complete-data {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2b2b2b;
    margin-bottom: 18px;
}
.drop-menu-sso .desc-complete-data a {
    font-size: 14px;
    line-height: 140%;
    font-weight: 700;
    color: #de2027;
    text-decoration: none;
}
.drop-menu-sso ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.drop-menu-sso ul li {
    display: block;
    transition: background 1s;
    margin-bottom: 16px;
}
.drop-menu-sso ul li::hover {
    background-image: radial-gradient(circle, transparent 1%, rgb(255, 255, 255) 1%);
    background-position: center;
    background-size: 15000%;
}
.drop-menu-sso ul li::active {
    background-color: rgb(207, 207, 207);
    background-size: 20%;
    transition: background 0s;
}
.drop-menu-sso ul li a {
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    color: #de2027;
    display: inline-block;
    padding: 12px 0;
    text-decoration: none;
}
.login-img {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 0;
    top: -2px;
    background: url(../img/login-user-red.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.popup-box {
    width: 100%;
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 100;
}
.alert-popup-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.alert-popup {
    display: none;
    background: #f3fbff;
    border: 1px solid #509af8;
    box-shadow: 0 25px 40px -10px rgba(28, 39, 49, 8%);
    border-radius: 10px;
    width: 100%;
    height: 50px;
    margin-top: 20px;
}
.alert-popup.show-popup {
    display: block;
}
.warp-user-avatar .right-avatar a:hover {
    text-decoration: none;
}
.alert-warp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    padding: 13px;
}
.alert-warp .alert-img {
    width: 21px;
    height: 21px;
    margin-right: 9.5px;
}
.alert-warp .alert-img img {
    width: 100%;
    height: 100%;
}
.alert-warp .alert-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 2.5px 0;
    width: calc(100% - 75px);
    text-align: left;
    color: #0c2a75;
}
.alert-warp .alert-text b,
.alert-warp .alert-text b a {
    font-size: 14px;
    line-height: 16px;
    padding: 2.5px 0;
    font-weight: 700;
    text-decoration: none;
    color: #0c2a75;
}
.alert-warp .alert-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
@media (min-width: 770px) and (max-width: 990px) {
    .menu-sso-login {
        padding-left: 0;
    }
    .menu-sso {
        width: 80px;
    }
    .col-sm-3 {
        width: 38% !important;
    }
    .logo-inews {
        margin-right: 25px !important;
    }
    .getawayApp {
        margin-left: 25px !important;
    }
    .col-sm-4 {
        width: 23.333333% !important;
    }
    .col-sm-5-sso {
		width: 38.666667% !important ;
	}
    .revamp-navbar-menu-sso {
        padding-left: 0 !important;
    }
}
@media (min-width: 991px) and (max-width: 1140px) {
    .col-sm-3 {
        width: 36% !important;
    }
    .col-sm-4 {
        width: 22.333333% !important;
    }
    .getawayApp {
        margin-left: 25px;
    }
    .revamp-navbar-menu-sso {
        padding-left: 0 !important;
    }
    .menu-sso-login {
        padding-left: 0;
    }
    .right-addon.sso .glyphicon {
        left: 205px !important;
    }
    .right-addon input {
        width: 253px;
    }    
}
