﻿html {
    scroll-behavior: smooth;
}

/*========== header style ============*/

::-webkit-file-upload-button {
    background: #b5b5b5 !important;
    border: none !important;
    padding: 10px !important;
}

::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #e5f5fa !important;
    border-radius: 8px !important;
    background: #e5f5fa !important;
}

::-webkit-scrollbar-thumb {
    background: #67d5f7 !important;
    border-radius: 8px !important;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #009dd1 !important;
    }

.navbar_style {
    background-color: white !important;
    border-bottom: 1px solid #dadada;
}

.navbar-nav {
    float: right !important;
}

.logo_img {
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon-bar {
    background-color: #009ED1 !important;
}

.warning-border {
    border: 2px solid #D10000 !important;
}

/*============ footer style ==========*/

hr {
    margin-top: 0px !important;
}

.row_style {
    display: flex;
    /*width: 90%;*/
    margin: auto;
}

.col_style {
    width: 20%;
    margin: 1%;
}

.footer_heading {
    font-size: 16px;
    margin: 15px 0px;
    font-weight: 600;
}

.ul_style {
    list-style-type: none;
    padding: 0px;
}

.li_style {
    font-size: 12px !important;
    margin: 5px 0px;
}

.a-no-style {
    text-decoration: none !important;
    color: #4c4c4c !important;
    font-weight: 500 !important;
}

.a-no-style1 {
    text-decoration: none !important;
    color: #333333 !important;
}

.i_style {
    font-weight: 900 !important;
    color: #179ED1;
}

.social_icons {
    font-size: 24px !important;
    margin-right: 15px;
}

.footer-bg-block {
    background-image: url(https://poprodcdn.azureedge.net/svg-icons/sign-in-footer-bg.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 65px;
    min-height: 100px;
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
}

/*=========== breadcrumb style ============*/

.header_text {
    padding: 20px 0px;
    color: #009ed1;
    margin: 0px;
    font-size: 16px;
}

/*=========== banner style ============*/

.banner {
    background-image: url(../img/tothesea-bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 350px;
    max-width: 100%;
}

.position-relative {
    position: relative !important;
}


/* ========== home content style ==========*/

.offset-banner {
    z-index: 1;
    transform: translateY(-50px);
    background: #fff;
}

.content_style {
    text-align: center;
}

.header_title {
    font-weight: 600;
    padding: 20px;
    margin:0px;
}

.header_subtitle {
    margin: 20px 30px 40px 30px;
    font-size: 16px;
    font-weight: 500;
}

.div_flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.button_style {
    margin-top: 25px !important;
    width: 350px !important;
    padding: 10px !important;
    background-color: #179ED1 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
}

.bg-grey {
    background: #F4F3F4;
}

.bg-white {
    background: #FFF;
}

.header_title2 {
    font-weight: 800 !important;
    font-size: 26px;
    margin: 0px;
    padding: 40px 0px 10px 0px;
}

.row_style2 {
    width: 100% !important;
    display: flex;
}

.col_style2 {
    margin: 0px;
    width: 100%;
}

.form_style {
    width: 340px;
    text-align: start;
}

.input_padding {
    padding: 10px 30px;
}

.label_style {
    font-weight: 400 !important;
    font-size: 16px;
    color: #777777;
}

.ht_48 {
    height: 42px !important;
    padding: 10px 20px !important;
}

.input_style {
    padding: 10px 20px !important;
    height: 100% !important;
}

.w_60 {
    width: 60% !important;
}

.mt_10 {
    margin-top: 10px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.pd_0 {
    padding: 0px;
}

.pdb_30 {
    padding-bottom: 30px;
}

.pdb_0 {
    padding-bottom: 0px !important;
}

.pd_20 {
    padding: 20px;
}

.pdr_20 {
    padding-right: 20px;
}

.button_style2 {
    margin: 30px 0px 15px 0px !important;
    width: 100% !important;
    padding: 10px !important;
    background-color: #179ED1 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    border: 2px solid #179ED1 !important;
}


.button_outline {
    background-color: white !important;
    color: #179ED1 !important;
    border: 2px solid #179ED1 !important;
}

.title_style {
    font-size: 14px;
    color: #838383;
    margin-bottom: 6px !important;
}

.text_style {
    font-size: 16px;
    color: #4C4C4C;
    margin: 0px;
    font-weight: 700;
}

.button_style3 {
    width: 100% !important;
    padding: 10px !important;
    background-color: #179ED1;
    color: white;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-radius: 30px !important;
    border: 2px solid #179ED1;
}

.blue_strip {
    height: 6px;
    background: #E7F4F9;
}

/* ========== API & PNR Summary ==========*/

.col_5_block {
    width: 20%;
    background-color: white;
    border: 1px solid #707070;
    padding: 10px;
}

.col_3_block {
    width: 33%;
    background-color: white;
    border: 1px solid #707070;
    padding: 10px;
}

.br_r_none {
    border-right: none
}

.block1_title {
    margin: 0px;
    font-size: 14px;
    font-weight: 600;
}

.block1_content {
    margin: 5px 0px 0px 0px;
    font-size: 18px;
    color: #009ED1;
    font-weight: 700;
}

.w_8p {
    width: 8%;
}

.th_style1 {
    background: #DEE2E6;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.th_style2 {
    background: #A8EAFF;
    font-size: 18px;
    text-align: center;
    font-weight: 800;
}


table.table-bordered {
    border: 1px solid #707070;
}

    table.table-bordered > thead > tr > th {
        border: 1px solid #707070;
    }

    table.table-bordered > thead > tr > td {
        border: 1px solid #707070;
        text-align: center;
        font-size: 14px;
    }

    table.table-bordered > tbody > tr > td {
        border: 1px solid #707070;
        text-align: center;
        font-size: 14px;
    }

    table.table-bordered > tbody > tr > th {
        border: 1px solid #707070;
    }

    table.table-bordered > tfoot > tr > td {
        border: 1px solid #707070;
    }

    table.table-bordered > tfoot > tr > th {
        border: 1px solid #707070;
    }


/* ========== Sailing Booking List ==========*/

.th_style3 {
    background: #009ED1;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    color: white;
}

.button_style4 {
    margin: 0px;
    width: 100%;
    background-color: white;
    color: #179ED1;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid #179ED1;
    text-transform: uppercase;
}

    .button_style4:hover {
        background-color: #179ED1;
        color: white;
    }

.button_style5 {
    margin: 0px;
    width: 100%;
    background-color: white;
    color: #FF3434;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px;
    border: 2px solid #FF3434;
    text-transform: uppercase;
}

    .button_style5:hover {
        background-color: #FF3434;
        color: white;
    }

.pd_15_0 {
    padding: 15px 0px !important;
}

/* ========== Passenger API Error ==========*/

.row_style3 {
    display: flex;
    width: 100%;
}

.col_style3 {
    width: 50%;
}

.input_style2 {
    width: 280px;
    height: 42px;
    color: #4C4C4C;
    font-size: 16px;
    /*font-weight: 500;*/
}

.title_style2 {
    color: #009ED1;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0px !important;
}

.label_style2 {
    color: #777777;
    font-size: 16px;
    font-weight: 500;
}

.form-group {
    margin: 0px;
}

.label_style3 {
    color: #838383;
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
}

.content_style3 {
    color: #4C4C4C;
    font-size: 14px;
    font-weight: 500;
}

/* ========== Booking Details ==========*/

.title_style4 {
    font-size: 14px;
    color: #838383;
    margin-bottom: 5px !important;
}

.text_style2 {
    font-size: 18px;
    color: #4C4C4C;
    margin: 0px;
    font-weight: 700;
}

.text_style3 {
    font-size: 14px;
    color: #4C4C4C;
    margin: 0px;
    font-weight: 700;
}

.div_flex2 {
    display: flex;
    justify-content: space-between;
}

.text_style4 {
    font-size: 26px;
    color: #4C4C4C;
    margin: -5px 0px 0px 0px;
    font-weight: 900;
}

.hr_line {
    border-top: 2px solid #CECECE;
    margin: 10px 20px 15px 0px;
}

.hr_line2 {
    border-top: 2px solid #CECECE;
    margin: 10px 0px 15px 0px;
}

/* ========== Search Performance Summary ==========*/


.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
    height: 42px !important;
    padding: 10px 20px !important;
    width: 280px !important;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
    width: 280px !important;
    height: 42px !important;
    padding: 10px 20px !important;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    width: 280px !important;
    height: 42px !important;
    padding: 10px 20px !important;
}

.ph_grey::placeholder {
    color: #c4c4c4 !important;
}

.ph_grey:-ms-input-placeholder {
    color: #c4c4c4 !important;
}

/* ========== Error Screen ==========*/
.err-div {
    background-image: url(https://www.poferries.com/-/media/poferries/feature/common/error-404.png?h=468&w=1024&hash=D8A5862F9A79E495202310E0490DABA584D522CF);
    background-size: cover;
    background-repeat: no-repeat;
}

.err-h1 {
    color: white;
    font-weight: bold;
    font-size: 100px;
    margin: 0px;
}

.err-h2 {
    color: white;
    font-weight: bold;
    font-size: 40px;
    margin: 0px 0px 20px 0px;
}

.err-p {
    color: white;
    font-size: 18px;
}

.err-span {
    font-weight: bold;
    cursor: pointer;
}

.excelHeaderStyle {
    background: #179ed1 !important;
    color: white !important;
}

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
    font-family: 'Poppins', sans-serif !important;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}
*/

@media (max-width: 1200px) {
    .w_60 {
        width: 80% !important;
    }
}

@media (max-width: 949px) {
    .w_60 {
        width: 100% !important;
    }
}

.modal-dialog {
    max-width:800px;
}

/* ========== classes from bootstrap-5 ==========*/
.bottom-0 {
    bottom: 0;
}

.start-50 {
    left: 50%;
}

.translate-middle {
    transform: translate(-50%,-50%);
}

/* ========== toasts ==========*/
.shared-toast {
    position: fixed;
    top: 170px;
    left: 50%;
    transform: translate(-50%);
    transition: opacity ease-out 0.5s;
    max-width: 500px;
}

.toast button.close {
    margin-right: 5px;
}