/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/


#elb-navbar-logo {
    height: 50px;
}

#elb-cover-photo {
    /*background-image: url(/img/elb-cover-photo-cropped.jpg);*/
    /*background-image: url(/img/athens-cover-photo.jpg);*/
    background-image: url(/img/cover-photo-athens-snip.jpg);
}

#elb-sign-in-cover-photo {
    background-image: url(/lib/around-theme/img/account/cover.jpg);
}

#elb-sign-up-cover-photo {
    background-image: url(/lib/around-theme/img/account/cover.jpg);
}

.elb-bg-primary-85 {
    background-color: rgba(45,150,164,0.8) !important;
}

.elb-cursor-pointer {
    cursor: pointer;
}

.elb-rounded-left-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.phone-code-item, .phone-code-display {
    display: flex;
    align-items: center;
    align-self: center;
}

.phone-code-display {
    font-size: 16px;
    font-weight: 400;
    height: 46px;
}


    .phone-code-item img, .phone-code-display img {
        width: 30px;
        margin-right: 7px;
        border-radius: 5px;
    }

    .phone-code-display img {
        width: 35px;
        margin-right: 0 !important;
        margin-left: 7px;
    }

.phone-code-desc {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffffb3;
}


.bi-trash2 {
    color: #f15c3f;
}

.btn.elb-btn-searchcountrycode {
    padding: 14px;
    height: 56px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.elb-responsive-popup-height {
    height: 75vh;
}


.elb-loadIcon {
    width: 100px;
    height: 100px;
    /*animation: spinY 2s infinite ease-in-out;*/
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 1;
}

    .elb-loadIcon img {
        width: 100%;
        height: 100%;
        display: inline-block;
        object-fit: cover;
        border-radius: 100px;
        border: none;
        -webkit-backface-visibility: hidden;
    }

.loading-brand-logo {
    width: 150px;
    height: auto;
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
}

    .loading-brand-logo img {
        width: 150px;
        height: auto;
    }

.cst-fade-in {
    opacity: 0;
    animation: fadeIn 2.5s ease-in forwards;
}

.guest-phone-code {
    height: 100%;
}

    .guest-phone-code input {
        width: 94px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 4px 0 0 4px;
        height: 100%;
        color: #333;
        font-size: 14px;
        font-weight: 400;
        font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
    }

        .guest-phone-code input::placeholder {
            color: #999;
            font-family: "Helvetica Neue", "Segoe UI", helvetica, verdana, sans-serif;
            padding: 7px 0 8px 6px;
        }

        /*.guest-phone-code input:focus {
            border-color: #337ab7;
        }*/

    .guest-phone-code .btn.elb-btn-searchcountrycode {
        padding: 8px 8px 8px 6px;
        height: 36px;
        background-color: #333;
        color: white;
        border-color: #333;
    }

    .guest-phone-code .password-toggle-btn{
        right:auto;
    }

    @keyframes fadeIn {
        from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


@keyframes spinY {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.luxury-font {
    font-family: MyEnryFont;
}

#page-primary-text-elb-text {
    width: 120px; 
    margin-top: -12px;
}

@media (max-width: 575px) {

    #page-primary-text-elb-text {
        width: 50px;
        margin-top: -12px;
    }

    .elb-modal-rounded-sm-down-0 {
        border-radius: 0px !important;
    }
}

@font-face {
    font-family: 'MyEnryFont';
    src: url('/fonts/enry.woff2') format('woff2'),
        url('/fonts/enry.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 576px) {

    .elb-vh-50-sm{ height:50vh; }


    .elb-modal-rounded-sm {
        border-radius: var(--ar-modal-border-radius) !important;
    }

    .elb-position-sm-static {
        position: static !important;
    }

    .elb-position-sm-relative {
        position: relative !important;
    }

    .elb-position-sm-absolute {
        position: absolute !important;
    }

    .elb-position-sm-fixed {
        position: fixed !important;
    }

    .elb-position-sm-sticky {
        position: sticky !important;
    }
}

@media (min-width: 768px) {

    .elb-vh-50-md{ height:50vh; }

    .elb-position-md-static {
        position: static !important;
    }

    .elb-position-md-relative {
        position: relative !important;
    }

    .elb-position-md-absolute {
        position: absolute !important;
    }

    .elb-position-md-fixed {
        position: fixed !important;
    }

    .elb-position-md-sticky {
        position: sticky !important;
    }
}

@media (min-width: 992px) {

    .elb-vh-50-lg{ height:50vh; }

    .elb-w-lg-30 {
        width: 30% !important;
    }

    .elb-position-lg-static {
        position: static !important;
    }

    .elb-position-lg-relative {
        position: relative !important;
    }

    .elb-position-lg-absolute {
        position: absolute !important;
    }

    .elb-position-lg-fixed {
        position: fixed !important;
    }

    .elb-position-lg-sticky {
        position: sticky !important;
    }
}

@media (min-width: 1200px) {

    .elb-vh-50-xl{ height:50vh; }

    .elb-position-xl-static {
        position: static !important;
    }

    .elb-position-xl-relative {
        position: relative !important;
    }

    .elb-position-xl-absolute {
        position: absolute !important;
    }

    .elb-position-xl-fixed {
        position: fixed !important;
    }

    .elb-position-xl-sticky {
        position: sticky !important;
    }
}
