﻿
@charset "UTF-8";
@font-face {
    font-family: "PT Sans", sans-serif;
    src: url('./fonts/PTSans/PTSans-Regular.ttf');
}

/*Fontello icons*/

  
@font-face {
    font-family: 'ma'; 
    src: url('fonts/fontello/ma.eot?4275113');
    src: url('fonts/fontello/ma.eot?4275113#iefix') format('embedded-opentype'), url('fonts/fontello/ma.woff2?4275113') format('woff2'), url('fonts/fontello/ma.woff?4275113') format('woff'), url('fonts/fontello/ma.ttf?4275113') format('truetype'), url('fonts/fontello/ma.svg?4275113#ma') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --primary: #42B0D5 !important;
    --primary-dark: #3896b5 !important;
 
    --secondary-dark: #00243d !important;
    --seconday: #0073ab !important;
}

body {
    -webkit-backface-visibility: hidden;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
html {
    font-size: 100%;
    height: 100%;
}

body {
    font-family: 'PT Sans', sans-serif !important;
    font-size: 12px !important;
    padding: 0px !important;
    margin: 0px !important;
    height: 100%;
}
 .btn.btn-primary {
    color: #ffffff;
    background: var(--primary) 0% 0% no-repeat padding-box;
    border: 1px solid #1E759C85;
    padding: 0;
    border-radius: 6px; 
    /*width: 100%;*/
    font-size: 12px;
    height: 40px;
    margin-bottom: 6px;
    display:inline-block;
    padding:6px 12px;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: var(--primary-dark) !important;
    border-color: var(--primary-dark) !important;
    outline: none;
    box-shadow: none !important;
}


/*fontello icon class name*/

[class^="ma-"]:before, [class*=" ma-"]:before {
    font-family: "ma";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ma-round-close:before {
    content: '\e80b';
}
/* '' */
 


.nav-page {
    display: none;
}

.login-container {
    background: url(../images/login-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment:fixed;
}

.vessel-bg {
    background: url(images/vessel-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.vessel-bg.login-container::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    right: 0;
    z-index: 1;
}

.body-container {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    margin-top: 0;
    padding-bottom: 0;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.login-container .log-right .log-bottom-blk {
    padding: 15px;
    position: absolute;
    bottom: 0;
    width: 30%;
}


.login-container .login-content input:focus,
.login-container .login-content .btn:focus {
    outline: none;
}


.login-container .log-left {
    display: none;
}

.login-container .log-right {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center;
    align-items: center;
    flex-direction: column;*/
    width: 30%;
    min-width: 320px;
    padding: 0 30px;
    z-index: 99;
    margin-right: 5%;
}

.login-wrapper {
    display: flex;
    justify-content: end;
}

.login-container .login-content {
    position: relative;
    max-width:100%;
    flex-basis:100%;
}

.login-container .login-content .panel {
    box-shadow: 0px 3px 6px #00000008;
    border-radius: 20px !important;
    display: flex;
    flex-direction: column;
    padding: 25px;
    margin: 0;
    z-index: 1;
}

.content-top {
    order: 1;
}

.login-container .login-content .mainusers {
    order: 4;
    margin-top: 0px;
    padding: 0;
    text-align: center;
    padding: 0 22px 13px;
}

.form-absolute {
    order: 3;
}


/*ng-form login style*/
#requestAccess {
    display: none;
}

#accessPopUpDiv {
    display: none;
}


.account-login.login-container .login-content .panel {
    border-radius: 0px !important;
    border: 1px solid #FFFFFF4D;
    background: #fff;
    /*background: #feffffc7;
     backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);*/
    padding: 30px 48px;
    max-width: 100%;
    flex-grow: 1;
}

.account-login.login-container .login-content-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.account-login.login-container .login-content .clientlogo {
    background: url(../images/MAERSK.png) no-repeat;
    height: 46px;
    display: block;
    background-position: center;
    background-size: contain;
}

.account-login .client-logo-wrap img {
    width: 200px;
    height:auto;
}

.account-login .client-logo-wrap {
    padding-bottom: 25px;
    /*justify-content: center;*/
    text-align: center;
    margin-top: 0;
}

.account-login.login-container .login-content input {
    font-size: 12px !important;
    color: #20425999;
    border: 1px solid #1e759c75;
    padding: 11px 15px;
    height: 40px;
    width: 100%;
    box-shadow: none !important;
    padding-right: 32px !important;
}
.account-login.login-container .login-content input:focus {
    border-color:var(--primary-dark);
}
    .account-login.login-container .login-content input::placeholder {
        color: #20425999;
    }

.account-login.login-container .login-content .btn {
    color: #ffffff;
    background: var(--primary) 0% 0% no-repeat padding-box;
    border: 1px solid #1E759C85;
    padding: 0;
    border-radius: 6px;
    width: 100%;
    font-size: 12px;
    height: 40px;
    margin-bottom:6px;
}
    .account-login.login-container .login-content .btn:active, .account-login.login-container .login-content .btn:focus, .account-login.login-container .login-content .btn:hover {
        background-color: var(--primary-dark);
        border-color: var(--primary-dark);
        outline: none;
        box-shadow: none !important;
    }
    .account-login.login-container .login-content .form-group {
    margin-bottom: 15px;
}

.account-login .logsepration::after {
    display: none;
}

.account-login.login-container .login-content .panel .autologininfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    margin-top: 30px;
}

.account-login.login-container .log-bottom-blk {
    position: fixed;
    left: 50px;
    bottom: 0;
    color: #fff;
    text-align: left;
    z-index: 99;
    padding: 10px 13px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .account-login.login-container .log-bottom-blk .logo-top-left {
        width: 75px;
        background-position: center;
        background-size: cover;
        margin-bottom: 0;
    }

    .account-login.login-container .log-bottom-blk .ng-logo {
        width: 72px;
        background-position: center;
        background-size: cover;
    }

    .account-login.login-container .log-bottom-blk .ng-logo img, .account-login.login-container .log-bottom-blk .logo-top-left img{
        width: 100%;
    }

.account-login.login-container .bottom-logos img {
    max-width: 53px;
    margin-right: 10px;
}

.account-login.login-container .log-top-blk {
    position: absolute;
    left: 50px;
    top: 50px;
    color: #fff;
    text-align: left;
    width: 370px;
}

.account-login.login-container .bottom-logos {
    display: flex;
}

.account-login.login-container .bottom-logos .certificate-icon {
    width: auto;
    height: 60px;
    display: inline-block;
}

.account-login.login-container .bottom-logos .certificate-icon i {
    display: inline-block;
    height: 100%;
    width: 52px;
}

.login-container.account-login {
    min-height: 100vh;
    display: flex;
    justify-content: right;
    position:relative;
}
    .login-container.account-login > .alert {
        position: absolute;
        z-index: 999;
        top: 12px;
        right: 8px;
        background-color: #fff !important;
        border-color: transparent !important;
        box-shadow: 1px 1px 3px 1px #0000002e;
        width: 408px;
        min-height: 50px;
        border-left: 4px solid #c7414a !important;
        padding: 10px 10px !important;
        border-radius: 10px;
    }
        .login-container.account-login > .alert-success {
            border-left: 4px solid #155724 !important;
        }
        .login-container.account-login > .alert ul {
            margin-bottom: 0 !important;
            list-style-type: none;
            padding-left: 30px;
        }
.login-container.account-login > .alert strong {
    padding-left: 30px !important;
    color: #c6414a !important;
    margin-bottom: 5px;
    display: block;
}
        .login-container.account-login > .alert .danger, .login-container.account-login > .alert .success {
            position: relative;
            color: #9a9a9a;
            top: 5px;
        }
    .login-container.account-login > .alert .danger::after,
    .login-container.account-login > .alert .danger::before,
    .login-container.account-login > .alert .success::after,
    .login-container.account-login > .alert .success::before {
        position: absolute;
        content: "";
    }
    .login-container.account-login > .alert .danger::after{
        background: url('images/login-svg-sprite.svg#close');
        width: 12px;
        height: 12px;
        top: -20px;
        right: 0;
        background-repeat: no-repeat;
        display: none;
    }
.login-container.account-login > .alert .danger::before {
    background: url('images/login-svg-sprite.svg#cancel');
    width: 25px;
    height: 25px;
    display: block;
    top: -3px;
    left: -4px;
    background-repeat: no-repeat;
}
    .login-container.account-login > .alert .success::before {
        background: url('images/login-svg-sprite.svg#success');
        width: 25px;
        height: 25px;
        display: block;
        top: -3px;
        left: -4px;
        background-repeat: no-repeat;
    }


    /*acordian*/
    .accordion-container {
        position: relative;
        width: 100%;
        border-top: none;
        outline: 0;
        cursor: pointer
    }

    .accordion-container .article-title {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;
        padding: 0;
        margin: 0;
        border: 1px solid #ffffff40;
        border-radius: 6px;
        opacity: 0.9;
        display: flex;
        align-items: center;
        gap: 10px;
        background:transparent;
    }

.content-entry.open .article-title {
    background: 0;
    border: 0;
}

.accord_text {
    padding: 0 0 0 12px;
    color: #475569;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}

.accordion-container .content-entry i {
    position: absolute;
    top: 3px;
    font-style: normal;
    font-size: 1.825em;
    sans-serif;
    right: 14px;
    color: #ffffff;
}

    .accordion-container .content-entry i:before {
        content: "+ ";
    }

.accordion-container .content-entry.open i:before {
    content: "- ";
}

.accordion-content {
    display: none;
    padding-left: 2.3125em;
    background:transparent;
    border: 1px solid #ffffff38;
    border-radius: 6px;
    opacity: 0.9;
    padding: 12px 0 0;
    z-index: 999;
    position: relative;
}

.icon-div::after {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--primary);
    position: absolute;
    border-radius: 50%;
    left: 9px;
    top: -2px;
    border: 1.5px solid #8E8687;
    display:none;
}

.icon-div {
    position: relative;
}

ol.carousel-indicators {
    position: absolute !important;
    right: unset !important;
    bottom: 2px !important;
    margin-left: 0;
    left: 0;
    margin-bottom: 0 !important;
    width: 100%;
    margin-right: 0 !important;
    justify-content: flex-start;
}

.login-container .login-content .panel .autologininfo a {
    width: 36px;
}

.account-login .autologin-div {
    width: 200px;
    display: flex;
    justify-content: space-between;
}

.form-absolute p {
    text-align: center;
    color: #8F8F8F;
    margin-bottom: 0;
    line-height: 15px;
}

.social-media-cover::after {
    content: '';
    border-top: 1px solid #a6abb07a;
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 200px;
}


.account-login .carousel-item h4 {
    font-size: 12px;
}

.account-login .carousel-item p {
    font-size: 11px;
    margin-bottom: 0;
}

.account-login .carousel-indicators li {
    width: 5px !important;
    height: 5px !important;
    background-color: #222222;
    border: 1px solid #6c6b6b;
    border-radius: 200px;
}

.account-login .carousel-indicators .active {
    width: 21px !important;
    /* UI Properties */
    background: #FFFFFF;
    opacity: 1;
}

.article-title .icon-div {
    background-image: url(images/login-svg-sprite.svg#notification);
    height: 18px;
    width: 17px;
    content: '';
    display: block;
    background-repeat: no-repeat;
}

.alert-div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    height: 100px;
    overflow-y: auto;
}

.alert-content {
    margin-top: 9px;
}



.alert-icon {
    background-image: url(images/login-svg-sprite.svg#alert);
    display: inline-block;
    height: 28px;
    width: 40px;
    background-repeat: no-repeat;
    flex-basis: 100%;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .social-icons a {
        width: 30px;
        height: 30px;
        display: block;
        margin: 15px 15px 15px;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.social-icons .google {
    background-image: url(images/login-svg-sprite.svg#google);
}

.social-icons .facebook {
    background-image: url(images/login-svg-sprite.svg#facebook);
}

.social-icons .linkedin {
    background-image: url(images/login-svg-sprite.svg#linkedin);
}

.social-icons .twitter {
    background-image: url(images/login-svg-sprite.svg#x);
}

.social-icons .apple {
    background-image: url(images/login-svg-sprite.svg#apple);
}

    .social-icons .azure {
        background-image: url(images/login-svg-sprite.svg#azure);
    }

    .social-icons .idserver {
        background-image: url(images/login-svg-sprite.svg#pal);
        width: 45px;
        height: 45px;
    }

    .social-icons .azureb2c {
        background-image: url(images/login-svg-sprite.svg#azure-ad-b2c);
    }

.autologin-div #normaluseritem {
    background-image: url(images/login-svg-sprite.svg#arrow);
    background-repeat: no-repeat;
}

.lloyds-register {
    background-image: url(images/login-svg-sprite.svg#lloyds-register);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
}

.dnv {
    background-image: url(images/login-svg-sprite.svg#dnv);
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    margin-top: -5px;
}

.bureau-veritas {
    background-image: url(images/login-svg-sprite.svg#bureau-veritas);
    background-repeat: no-repeat;
}

.ccs {
    background-image: url(images/login-svg-sprite.svg#ccs);
    background-repeat: no-repeat;
    margin-top: -6px;
}

.classnk {
    background-image: url(images/login-svg-sprite.svg#classnk);
    background-repeat: no-repeat;
}

.loginfo {
    text-align: left;
    position: relative;
    margin-left: 40px;
}

.loginfo span {
    font-size: 11px;
    color: #4B5563;
    line-height: 11px;
}

.loginfo::before {
    display:none;
}

.loginfo h5 {
    font-size: 14px;
    margin-bottom: 0;
    color: #4B5563;
    line-height: 18px;
}

.translator-block {
    position: absolute;
    right: 16px;
    top: 16px;
    display: flex;
    z-index: 9;
    pointer-events: none;
}

.translator-block select {
    background: transparent;
    border: 0;
    color: #8a8a8a;
    font-size: 12px;
    cursor: pointer;
    outline: none !important;
    box-shadow: none;
}

.translator-block select option {
    color: #8a8a8a;
    font-size: 12px;
    padding:3px;
}

.login-msg p {
    margin-bottom: 0;
}

.account-login.login-container .auto-login.login-content .autologininfo.clearfix::before {
    display: none;
}

.account-login.login-container .auto-login.login-content .autologin-div::after {
    content: '';
    border-bottom: 0.6px solid #a6abb0;
    display: block;
    width: 70%;
    position: absolute;
    bottom: -20px;
}

.account-login.login-container .auto-login.login-content .panel .autologininfo {
    margin-bottom: 25px;
    margin-top: 0;
    order: 2;
}

.auto-login-container::before {
    content: '';
    border-top: 0.6px solid #a6abb07a;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.account-login.login-container .auto-login-container {
    text-align: center;
    order: 4;
    max-width: 195px;
    margin: 0 auto;
    padding-top: 20px;
}

.account-login.login-container .auto-login-container p {
    font-size: 12px;
}

.auto-login-container::before {
    content: '';
    border-top: 0.6px solid #a6abb07a;
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 23px;
}

.account-login.login-container .auto-login.login-content .loginfo {
    margin-left: 38px;
    margin-right: 10px;
}

.account-login.login-container .auto-login.login-content .autologin-div {
    width: 200px;
    margin-bottom: 14px;
}

.account-login.login-container .auto-login-container a {
    display: block;
    color: #4B5563;
    font-weight: 600;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 12px;
}
.auto-login-wrap {
    position:relative
}
.auto-login-wrap::before {
    content: '';
    background-image: url(images/login-svg-sprite.svg#microsoft);
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    display: block;
    left: -40px;
    position: absolute;
    top: 0px;
}
/*from custom login*/
@media only screen and (max-width: 1300px) {
    .account-login.login-container .login-content .panel {
        padding: 36px;
    }
}
@media only screen and (max-width: 1159px) {
    .login-container .log-right {
        width: 33%;
    }
    .account-login.login-container .login-content .panel {
        padding: 26px;
    }
}

@media only screen and (max-width: 1024px) {
    .login-container .login-content .mainusers {
        padding: 0px 0px 0 30px;
    }

    .account-login.login-container .log-top-blk {
        left: 24px;
        width: 300px;
    }

    .account-login.login-container .log-bottom-blk {
        left: 12px;
        bottom: 24px;
    }

    .account-login.login-container .log-bottom-blk img.ng-logo {
        max-width: 60px;
    }

    .account-login.login-container .log-bottom-blk p {
        margin-bottom: 0;
    }

    .account-login.login-container .login-content .panel {
        padding: 30px;
        max-width: 100%;
    }

    .updates-alert {
        max-width: 100%;
    }

    .login-container .log-right {
        width: 33%;
        padding:0;
    }

    .account-login .autologin-div {
        width: 180px;
    }

    .account-login.login-container .loginfo {
        margin-left: 20px;
    }


    .account-login .client-logo-wrap img {
        width: 170px;
    }
}

@media only screen and (max-width: 768px) {
    .login-container .login-content .mainusers {
        margin-left: 20px;
    }

    .login-container .log-right {
        margin-right: 0;
        padding: 20px;
    }

    .login-container .login-content {
        transform: none !important;
        width: auto !important;
    }

    .login-video,
    .video-overlay {
        display: flex !important;
    }

/*    .social-icons div {
        width: 12px;
        height: 12px;
    }*/


    .loginfo::before {
        width: 28px;
        height: 30px;
    }

    
    .account-login.login-container .login-content input {
        padding: 11px 15px;
        height: 40px;
    }

    .account-login.login-container .login-content .form-group {
        margin-bottom: 15px;
    }

    .account-login .client-logo-wrap img {
        width: 120px;
    }

    .account-login .client-logo-wrap {
        padding-bottom: 12px;
    }

    .account-login.login-container .login-content .panel {
        padding: 20px;
    }

    .loginfo h5 {
        font-size: 13px;
    }

    .login-container .login-content .panel .autologininfo a {
        width: 30px;
    }

    .account-login.login-container .auto-login.login-content .autologin-div::after {
        width: 80%;
        left: 10%;
        bottom: 0;
    }

    .account-login.login-container .auto-login.login-content .panel .autologininfo {
        margin-bottom: 12px;
        margin-top: 0;
    }

    .account-login.login-container .auto-login.login-content .user-login-div {
        padding-top: 0;
    }

    .account-login.login-container .log-top-blk {
        left: 10px;
        top: 35px;
        width: 220px;
        z-index: 999;
    }

    ol.carousel-indicators {
        right: 130px !important;
    }

    .login-container.account-login {
        justify-content: center;
    }

    .account-login.login-container .log-bottom-blk {
        left: 10px;
        bottom: 12px;
    }

    .account-login.login-container .log-bottom-blk {
        bottom: 12px;
    }

        .account-login.login-container .log-bottom-blk .logo-top-left {
            width: 60px;
            margin-bottom: 0;
            height: 36px;
        }

        .account-login.login-container .log-bottom-blk img.ng-logo {
            margin-bottom: 4px;
        }

        .account-login.login-container .log-bottom-blk p {
            margin-bottom: 0;
        }
}

@media only screen and (max-width:580px) {
    .account-login.login-container .log-bottom-blk img.ng-logo {
        max-width: 55px;
        max-height: 28px;
        margin-bottom: 0;
        margin-top: 12px;
        margin-left: auto;
    }

    .account-login.login-container .login-content .panel{
        max-width: 280px;
    }

    .login-container .login-content .mainusers {
        padding: 0px;
        margin-left:20px;
    }

    .form-absolute::after {
        margin-top: 12px;
    }

}
/*New Styles*/
.external-login {
    padding-top: 20px;
}

.external-login a,
.external-login p {
    color: #838a93 !important;
}

.external-login a {
    text-decoration: underline;
}

.external-login p {
    max-width: 150px;
    padding-top: 20px;
}

.login-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.updates-alert {
    max-width: 100%;
    background: #F6F6F6;
    padding: 10px 15px;
}

.updates-alert .carousel-item h4 {
    font-size: 14px;
    color: #475569;
    line-height: 18px;
    margin-bottom: 6px;
}

.updates-alert .carousel-item p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 22px;
    color: #6E6E6E;
    max-width: 258px
}

.updates-alert .carousel-indicators li {
    width: 7px !important;
    height: 5px !important;
    background-color: #DEDEDE;
    border: transparent;
    border-radius: 200px;
}

.updates-alert .carousel-indicators .active {
    width: 21px !important;
    /* UI Properties */
    background: var(--primary);
    opacity: 1;
}

.article-title {
    display: flex;
    /* color: #475569; */
    margin-bottom: 10px;
    margin-top: 4px;
}
.input-validation-error {
    border-color: #d4666d !important;
}
.account-login.login-container .bottom-logos {
    display: flex;
    align-items: flex-start;
    /* background: chocolate; */
    height: 54px;
}
.lloyds-register {
    width: 30px !important;
    height: 30px !important;
}
.account-login.login-container .bottom-logos > .certificate-icon:nth-child(1) {
    height: auto !important;
}
.alert-div::-webkit-scrollbar {
    width: 5px;
}

.alert-div::-webkit-scrollbar-thumb {
    background: #D8D8D8;
    border-radius: 0;
}
.login-msg {
    margin-bottom: 5.5px;
    font-size: 12px;
    line-height: 18px;
    color: #EAEAEA;
}
.article-title-leftCol {
    flex-basis: 70%;
    display: flex;
    align-items: center;
}
.article-title-rightCol {
    flex-basis: 30%;
    display: flex;
    justify-content: flex-end;
}
.article-title-rightCol .bgwrap {
    background-color: #92a2ae;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.article-title-rightCol i {
    background: url(images/login-svg-sprite.svg#plus);
    width: 13px;
    height: 12px;
    padding: 5px;
    background-repeat: no-repeat;
}
.accordion-container.open .article-title-rightCol i {
    background: url(images/login-svg-sprite.svg#minus);
    width: 13px;
    height: 12px;
    padding: 5px;
    background-repeat: no-repeat;
}
.notify-num {
    background: var(--primary);
    color: #fff;
    font-size: 12px;
    padding: 5px;
    line-height: 15px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    margin-left: 12px;
    justify-content: center;
}
.vessel-bg .vessel-wrap {
    position: absolute;
    left: 16px;
    top: 16px;
}
.vessel-bg .vessel-logo {
    position: relative
}
.vessel-bg .vessel-logo p {
    font-size: 12px;
    margin-bottom: 0;
    color: #0073ab;
    margin-left: 20px;
}
.vessel-bg .vessel-logo::before {
    content: '';
    background-image: url(images/login-svg-sprite.svg#vessel);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
}

.password-con {
    position: relative;
    margin-bottom: 15px;
}

.btn-eye {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-6px);
}

.eye-icon::before {
    content: '';
    background-image: url(images/login-svg-sprite.svg#eye-on);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
}

.eye-icon-off::before {
    content: '';
    background-image: url(images/login-svg-sprite.svg#eye-off);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
    display:none;
}

.btn-eye.active .eye-icon-off::before {
    display:block;
}

.btn-eye.active .eye-icon::before {
    display:none;
}

.login-container .vessel-wrap {
    display: none;
}

.vessel-bg .vessel-wrap {
    display: block !important;
}

.updates-alert {
    position: absolute;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
}
.changePassWord input {
    font-size: 12px !important;
    color: #20425999;
    border: 1px solid #ccc;
    padding: 11px 30px 11px 15px;
    height: 40px;
    width: 100%;
    box-shadow: none !important;
}
.changePassWord input:focus {
    border-color: var(--primary-dark);
}

.changePassWord {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 420px;
    width: 396px;
}
.changePassWord .modal-content {
    padding: 30px 32px;
    border-radius: 20px;
    background-color: white;
}
.changepasswordoverlay {
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background-color:rgba(0,0,0,0.5);
    z-index:998;
}
.changePassWord .modal-header {
    display: flex;
    position: relative;
    text-align: center;
    border: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.changePassWord .modal-header .close{
        position:absolute;
        right:20px;
        top:20px;
    }
    .changePassWord .modal-header .close:focus, .changePassWord .modal-header .close:active{
        box-shadow:none;
        outline:none;
    }
    .changePassWord .modal-header .modal-title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 7px;
        text-transform: capitalize;
    }

    .changePassWord .modal-header .head-icn {
        background: url('images/login-svg-sprite.svg#unlock');
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }
    .changePassWord .modal-header h6 {
        font-size: 12px;
        margin: 0;
        color: #676767;
        margin-bottom: 30px;
    }
.changePassWord .pd-hint {
    font-size: 11px;
    color: #676767;
}

.changePwdBtn{
    width:100%;
}
/*//Media screen sizes*/
@media only screen and (min-width: 1301px) {
    .login-container.account-login > .alert {
        top: 1%;
        right: 1%;
    }
}

@media only screen and (max-width: 1300px) {
    .updates-alert {
        padding: 10px 20px;
        width: 350px;
    }

    .login-container.account-login > .alert {
        top: 14px;
    }

    .account-login.login-container .log-bottom-blk {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1199px) {
    .login-container.account-login > .alert {
        width: 370px;
        top: 14px;
    }
    .updates-alert {
        padding: 10px 16px;
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .updates-alert {
        max-width: 100%;
    }

    .login-container.account-login > .alert {
        top: 12px;
    }

    .form-wrap {
        flex-grow: 1;
    }
}

@media only screen and (min-width:769px){
    .bureau-veritas {
        width: 118px !important;
        height: 128px !important;
        margin-top: -44px !important;
    }

    .ccs {
        margin-top: -10px !important;
    }

    .classnk {
        width: 90px !important;
        height: 91px !important;
        margin-top: -30px !important;
    }

    .dnv {
        margin-top: -12px !important;
    }
}

@media only screen and (max-width: 768px) {
    .login-container.account-login > .alert {
        right: unset;
    }

    .login-container.account-login > .alert {
        top: 80px;
    }

    .account-login .client-logo-wrap {
        margin-top: 40px;
    }

    .login-container .log-right {
        padding: 15px 15px;
    }

    .login-container .login-content .mainusers {
        padding: 0px 20px 0 20px;
    }
}

@media only screen and (min-width: 581px) and (max-width:768px){
    /*.login-container .login-content {
        height: calc(100vh - 30%);
    }*/
    .login-container .log-right {
        width: 45%;
    }
    .lloyds-register {
        width: 25px !important;
        height: 30px !important;
    }
    .bureau-veritas {
        width: 80px !important;
        height: 80px !important;
        margin-top: -26px;
    }

    .ccs {
        margin-top: -6px;
        width: 40px !important;
        height: 40px !important;
    }

    .classnk {
        width: 60px !important;
        height: 60px !important;
        margin-top: -17px;
    }

    .dnv {
        width: 40px !important;
        height: 40px !important;
        margin-top: -5px;
    }
}

@media only screen and (max-width: 580px) {
    .login-container.account-login > .alert {
        width: calc(100% - 20px);
        left: 11px;
    }

    .account-login.login-container .login-content .panel {
        padding: 15px;
        border-top-left-radius: 25px !important;
        border-top-right-radius: 25px !important;
    }

    .login-msg {
        display: none;
    }

    .login-container, vessel-bg {
        background: none;
        position: relative;
    }

        .login-container::before {
            position: absolute;
            top: 0;
            content: "";
            height: calc(100vh - 45%);
            width: 100%;
            background: rgba(0, 0, 0, 0.3);
            right: 0;
            z-index: 1;
        }

        .login-container::after,
        .vessel-bg::after {
            position: absolute;
            top: 0;
            content: "";
            height: calc(100vh - 45%);
            width: 100%;
        }

        .login-container::after {
            background: url(images/account-login-bg-sm.png) no-repeat;
            background-size: cover;
            background-position: top center;
        }

    .vessel-bg::after {
        background: url(images/vessel-bg.jpg) no-repeat;
        background-size: cover;
        background-position: left center;
    }

    .login-container .log-right {
        padding: 0;
    }

    .updates-alert {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .log-bottom-blk {
        max-height: calc(100vh - 40%);
        position: absolute !important;
        top: 12px;
        padding: 0 10px !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
    }

    .login-content {
        flex-direction: row;
        align-items: flex-end;
    }

    .login-container .log-right,
    .updates-alert,
    .login-container .login-content,
    .account-login.login-container .login-content .panel {
        width: 100% !important;
        max-width: 100% !important;
    }

    .account-login.login-container .login-content .panel {
        padding: 25px 40px;
        top: -42px;
    }

    .account-login.login-container .login-content input {
        height: 35px;
    }

    .account-login.login-container .login-content .btn {
        height: 35px;
    }

    .social-icons {
        margin: 11px auto 11px;
    }

    .account-login.login-container .login-content .form-group {
        margin-bottom: 11px;
    }

    .account-login.login-container .login-content .btn {
        margin-bottom: 0;
    }

    .account-login .client-logo-wrap {
        margin-top: 35px;
    }

    .account-login.login-container .bottom-logos {
        margin-top: -32px;
    }

    .account-login.login-container .login-content .panel .autologininfo {
        margin-top: 15px;
    }

    .account-login.login-container .bottom-logos {
        margin: 0 auto 80px;
    }

    .bottom-logo-wrap {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .login-container.account-login > .alert {
        top: 60px;
        right: 0;
    }

    .account-login.login-container .log-bottom-blk {
        left: 0;
        width: 100%;
    }

        .account-login.login-container .log-bottom-blk .ng-logo {
            margin-left: auto;
            margin-top: 10px;
        }
    .lloyds-register {
        width: 30px !important;
        height: 30px !important;
        margin-top: 10px;
    }

    .bureau-veritas {
        width: 90px !important;
        height: 90px !important;
        margin-top: -20px;
    }

    .ccs {
        margin-top: -2px;
        height: 54px !important;
        width: 54px !important;
    }

    .classnk {
        height: 65px !important;
        width: 65px !important;
        margin-top: -9px;
    }
    .account-login.login-container .log-bottom-blk {
        z-index: 1;
    }
}

@media only screen and (min-height:470px) and (max-height:499px)and (max-width: 580px) {
    .account-login .client-logo-wrap {
        margin-top: 6px;
    }
    .account-login.login-container .bottom-logos {
        margin: -8px auto 269px;
    }
    /*.account-login.login-container .log-bottom-blk {
        top: 82.2%; 
    }*/
}

@media only screen and (min-height:500px) and (max-height:579px)and (max-width: 580px) {
    .account-login.login-container .bottom-logos {
        margin: -7px auto 210px;
    }
}

@media only screen and (min-height:580px) and (max-height:599px)and (max-width: 580px) {
    .account-login.login-container .bottom-logos {
        margin: 0px auto 180px;
    }
}

@media only screen and (min-height:700px) and (max-height:840px)and (max-width: 580px) {
    .account-login.login-container .bottom-logos {
        margin: 0px auto 145px;
    }
}

@media only screen and (min-height: 600px) and (max-height: 699px) and (max-width: 580px) {
    .account-login.login-container .bottom-logos {
        margin: 0px auto 175px;
    }
}

@media only screen and (min-height:600px) and (max-height:940px)and (max-width: 580px) {
    .login-container::after,
    .vessel-bg,
    .login-container::before {
        height: calc(100vh - 36%);
    }
}

@media only screen and (min-width:581px) and (max-width:768px) and (max-height: 1366px) {
    .login-container .log-right {
        align-items: flex-start;
        margin-top: 70px;
    }

    .account-login.login-container .login-content .panel {
        flex-grow: unset;
        min-height: 356px;
    }

    .account-login.login-container .login-content .panel .autologininfo {
        margin-bottom: 35px;
    }

    .account-login.login-container .log-bottom-blk {
        flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        z-index: 0;
    }

        .account-login.login-container .log-bottom-blk p {
            flex-basis: 100%;
            text-align: center;
            font-size: 12px;
        }

    .login-msg {
        font-size: 14px;
    }

    .account-login.login-container .log-bottom-blk p span {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .account-login.login-container .bottom-logos .certificate-icon {
        width: auto;
        height: auto;
    }

    .account-login.login-container .log-bottom-blk {
        width: 280px;
        padding: 10px 0;
        top: 84%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    .account-login.login-container .bottom-logos {
        height: 48px;
        max-width: 280px;
    }
}   

@media only screen and (min-width:581px) and (max-width:768px) and (max-height: 768px) {
    .login-container .log-right {
        padding: 5px 0;
        margin-top: 0;
    }

    .account-login.login-container .login-content .panel {
        padding: 0px 15px 5px;
    }

    .account-login .client-logo-wrap {
        margin-top: 25px;
    }

    .translator-block,
    .vessel-bg .vessel-wrap {
        top: 10px;
    }

    .account-login.login-container .login-content input {
        padding: 5px 15px;
        height: 30px;
    }

    .account-login.login-container .login-content .btn {
        height: 30px;
        margin-bottom: 0px;
    }

    .account-login.login-container .log-bottom-blk {
        width: 280px;
        padding: 20px 0 0;
        top: 81%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .social-icons {
        margin: 11px auto 11px;
    }

    .account-login.login-container .bottom-logos {
        height: 48px;
        max-width: 280px;
    }

    .account-login.login-container .login-content .panel {
        padding: 12px 25px;
    }

    .account-login .client-logo-wrap {
        margin-top: 30px;
    }

    .account-login.login-container .login-content .panel .autologininfo {
        margin-top: 15px;
    }

    .updates-alert {
        padding: 5px 15px;
    }

    .accordion-content {
        padding: 10px 0 0;
    }

    .alert-content {
        margin-top: 10px;
    }

    .account-login.login-container .login-content .form-group {
        margin-bottom: 10px;
    }

    .login-container.account-login > .alert {
        top: 4px;
    }
}

@media only screen and (min-height:900px) and (max-height:1024px) and (min-width:581px) and (max-width:768px) {
    .login-container .log-right {
        align-items: center;
        margin-top: 0;
    }

    .login-container.account-login > .alert {
        top: 200px;
    }
}

@media only screen and (min-height:651px) and (max-height:768px) and (min-width:581px) and (max-width:768px) {
    .account-login.login-container .login-content .panel {
        margin-top: 75px;
    }

    .login-container.account-login > .alert {
        top: 80px;
    }

    .account-login.login-container .log-bottom-blk {
        width: 280px;
        padding: 10px 0 0;
        top: 75%;
    }
}

@media only screen and (min-height:601px) and (max-height:650px) and (min-width:581px) and (max-width:768px) {
    .account-login.login-container .login-content .panel {
        margin-top: 70px;
    }
}

@media only screen and (min-height:550px) and (max-height:600px) and (min-width:581px) and (max-width:768px) {
    .account-login.login-container .login-content .panel {
        margin-top: 50px !important;
    }
}

@media only screen and (min-height:510px) and (max-height:549px) and (min-width:581px) and (max-width:768px) {
    .account-login.login-container .login-content .panel {
        margin-top: 20px;
    }
}

input[type="password"]::-ms-reveal {
    display: none;
}

