/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/main.css ***!
  \*****************************************************************************************************************************************************************************************************************/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: subpixel-antialiased;
}

body {
    line-height: 1;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, 'Montserrat', sans-serif !important;
}


:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

ol:not(.ol) li,
ul:not(.ul) li {
    list-style-type: none;
    margin: 0;
}


img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

button {
    outline: none !important;
    cursor: pointer;
}

a,
a:visited,
a:focus,
a:active,
a:hover,
:focus {
    text-decoration: none;
    outline: none;
}

::selection {
    color: #ff5722;
    background: #dfeaf7;
}

p {
    margin-bottom: 12px;
}

hr {
    border: none;
    border-top: 1px solid #e1e1e1;
    margin: 25px 0;
    width: 100%;
}

@media (min-width: 1200px) {
    body {
        line-height: 1.7;
    }
    h1,
    .h1 {
        font-size: 46px;
    }
    h2,
    .h2 {
        font-size: 38px;
    }
    h3,
    .h3 {
        font-size: 30px;
    }
    h4,
    .h4 {
        font-size: 24px;
    }
    h5,
    .h5 {
        font-size: 19px;
    }
    h6,
    .h6 {
        font-size: 16px;
    }
    h1,
    h2,
    h3 {
        margin-top: 25px;
        margin-bottom: 18px;
    }
    h4,
    h5,
    h6 {
        margin-top: 18px;
        margin-bottom: 12px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }
    .font-reset {
        line-height: 1.7;
    }
}

ul.list-inline-block li {
    display: inline-block;
}

.overflow-hidden {
    overflow: hidden;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.border-circle {
    border-radius: 50%;
}

.text-black {
    color: #000;
}

.text-white {
    color: #fff;
}

@media (min-width: 992px) {
    .fixed-lg-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}

@media (min-width: 1200px) {
    .fixed-xl-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }
}


/**
 * Margin Sets
 */

.mr-0 {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 1px !important;
}

.mr-2 {
    margin-right: 2px !important;
}

.mr-3 {
    margin-right: 3px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 1px !important;
}

.ml-2 {
    margin-left: 2px !important;
}

.ml-3 {
    margin-left: 3px !important;
}

.ml-5 {
    margin-left: 5px !important;
}



.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1px !important;
}

.mt-2 {
    margin-top: 2px !important;
}

.mt-3 {
    margin-top: 3px !important;
}

.mt-5 {
    margin-top: 5px !important;
}


.mb-0 {
    margin-bottom: 0 !important;
}


.mb-2 {
    margin-bottom: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr-5 {
    padding-right: 5px !important;
}



.pl-0 {
    padding-left: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}
.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.mage-border.border-2px {
    padding: 2px;
}

.font-italic {
    font-style: italic !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-primary {
    color: #3f51b5 !important;
}

.text-secondary {
    color: #fa4a4d !important;
}

.text-info {
    color: #154eb5 !important;
}

.text-success {
    color: #10c47f !important;
}

.text-warning {
    color: #eb7a2a !important;
}

.text-danger {
    color: #eb334b !important;
}

.text-white {
    color: #fff !important;
}

.text-muted {
    color: #c0c0c0 !important;
}


/**
 * Border
 */

.border {
    border: 1px solid #e1e1e1;
}

.border-primary {
    border-color: #3f51b5;
}

.border-secondary {
    border-color: #fa4a4d;
}

.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}

.border-top {
    border-top: 1px solid #e1e1e1;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}

.border-left {
    border-left: 1px solid #e1e1e1;
}

a.bg-primary:hover {
    background-color: #26316d !important;
}

a.bg-secondary:hover {
    background-color: #962c2e !important;
}

.btn-dark {
    color: #fff;
    background-color: #1c2021;
    border-color: #1c2021;
}

.btn-dark:hover {
    background-color: #666;
    border-color: #666;
}

.btn-secondary {
    background: #fe7805 !important;
    border-color: #fe7805 !important;
    color: #fff;
    cursor: pointer;
    /*     font-weight: 800 !important;*/
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-warning:hover,
.btn-danger:hover,
.btn-dark:hover {
    color: #fff;
}

.btn-round,
.btn-lg.btn-round,
.btn-sm.btn-round {
    border-radius: 50px;
}

.btn-lg {
    padding: 10px 20px;
    padding-top: 13px;
    padding-bottom: 11px;
    border-radius: 5px;
    font-size: 15px;
}

.btn-wide {
    padding-left: 30px;
    padding-right: 30px;
}




.form-control::-moz-placeholder {
    color: #9b9b9b;
}

.form-control::-webkit-input-placeholder {
    color: #9b9b9b;
}

.custom-select {
    font-size: 1rem;
}

.custom-select-sm {
    font-size: 0.875rem;
    padding-top: 3px;
}

.custom-select-lg {
    font-size: 1.25rem;
}

.custom-file-label,
.custom-file-label::after {
    padding-top: 8px;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #2196f3;
    background-color: #2196f3;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #abd5bd;
}

.custom-control-label::before {
    top: 6px;
    border: #5b5b5b solid 1.2px;
}

.custom-control-label::after {
    top: 6px;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    background-color: #3f51b5;
    border-color: #3f51b5;
}

.form-icon-left.typeahead__container img {
    width: 22px;
}

.form-icon-left .icon-font,.form-icon-right .icon-font {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1
}

.form-icon-left .icon-font {
    left: 0
}

.height-auto img {
    height: auto !important;
}

.btn.btn-facebook {
    background: #3b5998;
    color: #fff;
}

.row.equal-height>[class*="col"] {
    display: flex;
}

@media (min-width: 576px) {
    .row.equal-height-sm>[class*="col"] {
        display: flex;
    }
}

@media (min-width: 768px) {
    .row.equal-height-md>[class*="col"] {
        display: flex;
    }
    .shrink-auto-md {
        display: flex;
        flex-flow: row wrap;
    }
    .shrink-auto-md>div {
        flex: 0 0 auto;
        min-height: 0;
        min-width: 0;
        width: 100%;
    }
    .shrink-auto-md .col-auto {
        flex: 1 1 0;
        width: auto;
    }
    .shrink-auto-md .col-shrink {
        flex: 0 0 auto;
        width: auto;
    }
}

@media (min-width: 992px) {
    .row.equal-height-lg>[class*="col"] {
        display: flex;
    }
}

.ytb-bg-white-shadow {
    background: #fff;
    padding: 16px 16px 10px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid #dcdcdc;
    border-radius: 6px;
}

.row.cols-1>.col {
    flex-basis: 100%;
    max-width: 100%;
}
.row.cols-sm-2>.col {
    flex-basis: 50%;
    max-width: 50%;
}
.row.cols-lg-3>.col {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.row.gap-10 {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -10px;
}
.row.gap-10>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.row.gap-lg-20 {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
}
.row.gap-lg-20>[class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.font600 {
    font-weight: 600 !important;
}
.font14 {
    font-size: 14px !important;
}
.font16 {
    font-size: 16px !important;
}
.row>[class*="col"]>.col-inner {
    display: block;
    width: 100%;
}
.ph-30{
    padding-left: 30px !important;
    padding-right: 30px !important;
}


.btn-toggle.collapsed-on {display: none;}

.btn-toggle.collapsed.collapsed-on {
    display: inline-block;
}


/** When with .collapsed, mean box closed */

.btn-toggle.btn-block.collapsed.collapsed-on {
    display: block;
}

.btn-toggle.collapsed-off {
    display: inline-block;
}

.btn-toggle.btn-block.collapsed-off {
    display: block;
}

.btn-toggle.collapsed.collapsed-off {
    display: none;
}

.btn-toggle.collapsed-disapear {
    display: none;
}

.btn-toggle.collapsed.collapsed-disapear {
    display: inline-block;
}

.btn-toggle.btn-block.collapsed.collapsed-disapear {
    display: block;
}

/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/plugin.css ***!
  \*******************************************************************************************************************************************************************************************************************/


/*------------------------------------------------------------------
* Project:        YOur Travel Booking
* Author:         
* URL:            
* Created:    
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
* Table of Content
* 1. Bootstrap Override
* 2. Affix - Sidebar Navigation Sticky from Bootstrap V3 - No use
* 3. Bootstrap Rating - No use
* 4. Readmore jQuery - No use
* 5. Chosen - No use
* 6. Slick carousel - No use
* 7. Bootstrap TouchSpin - No use
* 8. Ion.RangeSlider - No use
* 9. Air Datepicker - No use
* 10. Typeahead
-------------------------------------------------------------------*/

/* Typeahead */

.typeahead__container button,.typeahead__container input,.typeahead__container optgroup,.typeahead__container select,.typeahead__container textarea{font:inherit;margin:0}
.typeahead__container button,.typeahead__container input{overflow:visible}
.typeahead__label .typeahead__cancel-button{visibility:visible;right:4px}
.typeahead__container{ font-family: 'Roboto', sans-serif; }
.typeahead__container ::-webkit-input-placeholder{color:#9B9B9B;opacity:1}
.typeahead__container{position:relative;font:1rem Lato,Helvetica Neue,Arial,Helvetica,sans-serif}

/* Typeahead end */


/** collapse */

.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed), 
.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed):after { color: #FF5252; }
.bt-collapse-wrapper .collapse-header [data-toggle=collapse]:after{ font-family: 'Font Awesome 5 Free';content:"\f106 "; font-weight: 900; position: absolute; top: 10px; right: 10px; font-size:14px;line-height:1; transition: all 0.3s ease-out; color: #999; width: 34px; height: 34px; line-height: 34px; display: block; text-align: center; padding-left: 2px; }
.bt-collapse-wrapper .collapse-header [data-toggle=collapse].collapsed:after{ content:"\f106"; color: #999; }

/** collapse end */

/** Box Expand cloned from Navbar Expand  */

.box-expand{flex-flow:row nowrap;justify-content:flex-start}
.box-expand .box-nav{flex-direction:row}
@media (max-width: 991.98px) {
   .box-expand-lg > .container,.box-expand-lg > .container-fluid{padding-right:0;padding-left:0}
}

@media (min-width: 992px) {
   .box-expand-lg{flex-flow:row nowrap;justify-content:flex-start}
   .box-expand-lg .box-nav{flex-direction:row}
   .box-expand-lg .box-nav .dropdown-menu{position:absolute}
   .box-expand-lg .box-nav .nav-link{padding-right:.5rem;padding-left:.5rem}
   .box-expand-lg > .container,.box-expand-lg > .container-fluid{flex-wrap:nowrap}
   .box-expand-lg .box-collapse{display:flex!important;flex-basis:auto}
   .box-expand-lg .box-toggler{display:none}
}

/*Box Expand cloned from Navbar Expand end */
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/style.css ***!
  \******************************************************************************************************************************************************************************************************************/
.bodytag {
    top: 0px !important;
}

.w-d-th-70 {
    width: 70px;
}


/** check **/

.ptpb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.font22 {
    font-size: 22px;
}

.pl-20 {
    padding-left: 20px;
}

.item-contents {
    background: #fff;
    padding: 10px 0px !important;
    overflow: hidden;
    margin-left: 20px;
}

.pos-t-5 {
    position: relative;
    top: 5px;
}
.book-status{
 display: flex;
}

.hasAirportChange {
   display: flex;
   flex-direction: column;
   gap: 5px;
}

.text-underline {
    text-decoration: underline !important;
}

.pad-res-tbs {
    padding: 0px 3px !important;
}

.pad-res-tbs-f {
    padding: 5px !important;
}

.pos-t-8 {
    position: relative;
    top: 8px;
}

.lin-8 {
    line-height: 8px;
}

.rating-item {
    padding-top: 5px;
    display: inline-flex;
}

.page-wrapper.zero {
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}

.page-wrapper.page-detail {
    padding-top: 0px;
}

.page-wrapper.page-detail .sidebar-wrapper {
    padding-top: 0px;
}

.font18 {
    font-size: 18px;
}


/** check **/

.mt-30 {
    margin-top: 30px;
}

.mt-3 {
    margin-top: 15px;
}

/* @media only screen and (max-width: 991px) {
    .body-inner {
        overflow: hidden;
    }
} */


/* Header */

.header-main .dropdown>.btn {
    font-size: 15px;
    padding: 5px 10px;
    color: #fe7805 !important;
    font-weight: 500;
}

.header-main .dropdown>.btn:focus,
.header-main .dropdown .btn:hover {
    color: #fff;
}

.header-main .dropdown>.btn:hover {
    border-color: #2196f3 !important;
    color: #2196f3 !important;
}

@media (min-width: 992px) {
    .header-main.header-mobile-menu .main-menu-nav {
        display: block;
    }
}

/* @media only screen and (max-width: 991px) {
    .header-main.with-absolute-navbar .navbar {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 999998;
    }
    .header-main.with-absolute-navbar .navbar:before,
    .with-absolute-navbar .navbar:after {
        content: "";
        position: absolute;
        top: 0px;
        bottom: 0;
        right: 0px;
        background-color: #455a64;
        display: block;
        z-index: 9999;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav {
        margin: 0;
        background: #fff;
        padding: 10px 20px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(14, 14, 15, 0.4);
        -moz-box-shadow: 0px 0px 5px 1px rgba(14, 14, 15, 0.4);
        box-shadow: 0px 0px 5px 1px rgba(14, 14, 15, 0.4);
        border-radius: 4px;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li {
        float: none;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li>a {
        line-height: 1;
        font-size: 14px;
        padding: 6px;
        color: #000;
        padding-right: 0;
        text-align: left;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li>a>button {
        line-height: 1;
        font-size: 15px;
        color: rgb(255, 255, 255);
        padding-right: 0;
        font-weight: 700;
        text-align: left;
        width: 100%;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li>a:hover {
        color: #0491e0;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li .arrow-indicator {
        margin: 0;
        position: absolute;
        top: 14px;
        right: 0;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li:hover .arrow-indicator {
        color: #fff;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li:hover li .arrow-indicator {
        color: rgba(255, 255, 255, 0.5);
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li li:hover .arrow-indicator {
        color: #fff;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li .arrow-indicator:after {
     
        content: "\f218";
        font-size: 12px;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li:hover>a .arrow-indicator:after,
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li>ul>li:hover>a .arrow-indicator:after {
        content: "\f209";
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background-color: transparent;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li a {
        color: rgba(255, 255, 255, 0.5);
        padding-left: 0;
        padding-right: 0;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li a:hover {
        color: #fff;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li .arrow-indicator {
        margin-left: 7px;
        position: relative;
        top: 1px;
        right: auto;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li ul {
        left: 0;
        width: auto;
        margin: 0 15px 10px;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav li ul li ul li a {
        padding: 10px 0;
    }
    .header-main.header-mobile-menu .main-menu-nav .main-nav>li.mega-menu ul {
        width: 100%;
    }
} */

.header-main .header-top {
    background-color: #fff;
    color: #fff;
    font-size: 13px;
    padding: 0px 0 0px 0;
}

.header-main .header-top .header-logo img {
    height: 20px;
    width: auto;
    margin-top: 8px;
}

.header-main .header-top .mini-menu>ul {
    display: inline-block;
}

.header-main .header-top .mini-menu>ul>li {
    float: left;
}


/* check */


/* Main Menu Dropdown */


/* Main Menu Dropdown End */


/* Menu Arrow */


/* menu arrow end */


/* check */

.mar-r-65 {
    margin-right: 65px;
}

.mar-15 {
    margin: 15px;
}


/* Button to open/close collase on mobile for header */

.header-main .btn.btn-toggle {
    font: inherit;
    text-transform: inherit;
    background-color: transparent;
    padding: 0;
    margin: 0px 0 0;
    letter-spacing: inherit;
    color: #ff7f00;
    border: 0;
}

.header-main .btn.btn-toggle:before {
   
    content: "\f394";
    width: 45px;
    height: 45px;
    line-height: 33px;
    display: block;
    font-size: 22px;
    padding: 7px;
    background: #267dd4;
    color: #ffff;
    border-radius: 23px;
    font-weight: 400;
}

.menulistview {
    padding: 0;
    margin: 0;
    float: right;
}


/* END */


/** check **/

.header-main .navbar {
    padding: 0;
}

/* @media (min-width: 576px) {
    .header-main .header-top .header-logo img {
        height: 30px;
        margin-top: 5px;
    }
    .sorting-middle-holder {
        margin-left: 15px;
    }
    .sort-by-wrapper.for-layout-option .sorting-label {
        margin-right: 10px;
    }
    .feature-box-2>.feature-row:after {
        display: block;
    }
    .marb_48 {
        margin-top: 40px !important;
    }
}

@media (min-width: 768px) {
    .header-main .header-top .header-logo img {
        height: 50px;
        width: auto;
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .cover-wrapper-dwn {
        width: 100% !important;
    }
    .htl-v-img img {
        width: 90% !important;
        height: 94% !important;
    }
} */


/** check **/


/* Login */

.form-login {
    border: 0px solid #e3e3e3;
    background-color: #fff;
    font-size: 13px;
    border-radius: 0px;
}

.form-login .form-inner {
    padding: 0px 20px 20px;
}

.ytb-login p {
    color: #607d8b;

    font-size: 15px;
    margin-bottom: 10px;
}

.logingoogle {
    background: #ffffff;
    color: #4285f4 !important;
    border: 1px solid #4285f4;
    padding: 6px 20px;
    display: block;
    font-size: 1rem;
    border-radius: 5px;
    width: 100%;
}

.ytb-login .fa-facebook-f:hover {
    background-color: transparent;
    color: #fff;
}

.logingoogle:hover {
    background-color: #f8fafb !important;
}

.form-login .form-inner .form-group {
    margin: 0;
}

.form-login .form-inner .form-control {
    border-radius: 0px;
}


/* check */

.form-login .form-inner .form-control:not(.form-control-sm) {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-login .login-with-socials .btn {
    margin: 0 0 1px;
    font-weight: 800;
}

.login-with-socials .fa-facebook-f {
    background-color: #3b5998;
    color: #fff;
    padding: 3px 12px;
    border-radius: 30px;
}


/* check end*/

.form-login .text-seperator {
    border-bottom: 1px solid #e3e3e3;
    text-align: center;
    margin: 10px 0 20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative;
}

.form-login .text-seperator span {
    width: 30px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin: 0 auto;
    color: #000;
    line-height: 26px;
    display: block;
    margin-bottom: -15px;
    background: #fff;
    font-weight: 600;
    font-style: italic;
}

.form-login .nav a.btn-link:hover {
    color: #ff5252;
    text-decoration: underline;
}


/* check */

.hero-text {
    line-height: 1.25;
    color: #fff;
}

@media (min-width: 992px) {
    .hero-text h2 {
        font-size: 42px;
    }
}


/* Search form */


/* .form-search-main-01 .form-group {
    margin: 0;
} */

.change-search-wrapper {
    background: #fff;
    border: solid 1px #d9dadd;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 4px;
   
}


/* .change-search-wrapper .form-group {
    margin: 0;
} */

.main-search-form-horizontal-wrapper .menu-horizontal-05 ul {
    position: relative;
    z-index: 9;
}

.main-search-form-horizontal-wrapper .main-search-form-horizontal {
    position: relative;
    z-index: 9;
}

.main-search-form-horizontal-wrapper .tab-content {
    position: relative;
    z-index: 9;
}


/* Menu */

.menu-horizontal-wrapper-02 {
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 7px 2px rgba(86, 86, 86, 0.26);
    border-radius: 4px;
    border: 2px solid #8cb1dd;
}

.menu-horizontal-wrapper-02 .menu-horizontal-content {
    padding: 10px 20px 10px 20px;
}

.menu-horizontal-05 ul {
    margin-left: 0px;
    margin-right: 0px;
}

.menu-horizontal-05 ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -2px;
}

.menu-horizontal-05 ul li button {
    display: block;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    padding: 5px 25px;
    background-color: #267dd4;
    border-radius: 4px 4px 0px 0px;
    border-top: solid 3px #267dd4;
    cursor: pointer;
}


/* check */

.menu-horizontal-05 ul li button span.active {
    color: #267dd4;
    background-color: #ebf3f8;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.025);
    border-right: 0;
}

.menu-horizontal-05 ul li button.active {
    color: #267dd4 !important;
    background-color: #fff;
    border-right: 0;
    border-top: solid 3px #267dd4;
}

nav.menu-vertical-wrapper-01 {
    width: 100%;
}

ul.menu-vertical-01 {
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.menu-vertical-01 img {
    position: relative;
    top: 3px;
}

ul.menu-vertical-01 li {
    display: block;
    width: 100%;
}

ul.menu-vertical-01 li a {
    display: block;
    color: inherit;
    line-height: 1.4;
    font-weight: 800;
    padding: 10px;
    position: relative;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #4e4e4e;
}

ul.menu-vertical-01 li:last-child a {
    border-bottom: 0;
}

ul.menu-vertical-01 li a:after {
    content: "";
    position: absolute;
    top: 28px;
    right: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent transparent;
    /* o-transition: all 0.3s ease-out; */
    transition: all 0.3s ease-out;
}

ul.menu-vertical-01 li a:hover {
    color: #ff5252;
}

ul.menu-vertical-01 li.active a,
ul.menu-vertical-01 li a.active {
    background: #ffffff;
    color: #283593;
    font-weight: bolder;
}


/* check end */

.org-badge {
    background: #f5771e;
    padding: 4px 6px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    margin-right: 6px;
}


/* Footer */


/**
 * Back To Top
 */

.mar-top-200 {
    margin-top: -240px;
}



/* check end */

.mb-5 {
    margin-bottom: 5px !important;
}


/*Page title and breadcrumb*/


/* check */

.breadcrumb-wrapper {
    border-bottom: 1px solid #e5e5e5;
}

.orange {
    color: #f9650f;
}

.page-title-02 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title-02 .icon-font {
    font-size: 60px;
    line-height: 1;
}

.page-title-02 h2 {
    color: #222;
    margin: 0;
    line-height: 1.25;
    position: relative;
    font-weight: 300;
    /* text-transform: capitalize; */
    font-size: 30px;
}

.page-title-02 p {
    color: #222;
    opacity: 0.9;
}

.page-title-02 .breadcrumb {
    padding: 0;
    margin: 60px 0 0;
    background-color: transparent;
    border-radius: 0;
    border: 0;
}

.page-title-02 .breadcrumb-item {
    line-height: 1.25;
}

.page-title-02 .breadcrumb-item,
.page-title-02 .breadcrumb-item a {
    color: #fff;
}

.page-title-02 .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


/* check end */


/* Title, heading and sidebar */


/* check */

.heading-title {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
    padding-left: 0px !important;
}

.pre-heading+h2.heading-title {
    margin-top: 10px;
}

h2.heading-title {
    line-height: 1.15;
    margin-bottom: 30px;
}

h2.heading-title+p.post-heading {
    margin-top: -25px;
    margin-bottom: 30px;
}

.pre-heading+h3.heading-title {
    margin-top: 10px;
}

h3.heading-title {
    line-height: 1.2;
}

h1.heading-title {
    line-height: 1.25;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 30px;
}

h4.heading-title+p.post-heading {
    margin-top: -12px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.45;
}

.sidebar-wrapper {
    width: 100%;
}

/* .sidebar-wrapper .wrapper-inner {
    width: 100%;
    background-color: #fff;
    padding-bottom: 10px;
    border-radius: 0px;
    box-shadow: hsl(0, 0%, 80%) 0 0 9px;
} */

/* .sidebar-wrapper .sidebar-title {
    padding: 15px 5px;
    margin: 0 0 10px;
    color: #fff !important;
    font-size: 24px;
    font-weight: 600;
    border-bottom: solid 1px #d9dadd;
} */

.sidebar-wrapper .sidebar-title h4 {
    line-height: 1;
    margin: 0;
}

.sidebar-wrapper .sidebar-title .filter-reset {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.25;
    display: block;
    margin: 0 0 1px;
}

/* .sidebar-box {
    margin: 0px 10px;
} */

/* .sidebar-box .box-title {
    text-transform: capitalize;
    line-height: 1;
    font-weight: 700;
    padding: 4px 0px;
}



.sidebar-box .box-title h5 span {
    color: #0491e0;
    font-size: 15px;
    font-weight: 700;
} */

/* .sidebar-box .box-content {
    padding: 0px 2px !important;
    margin: 0 0px !important;
    clear: both;
} */

/* .sidebar-box:last-child .box-content {
    border-bottom: 0;
}

.sidebar-box .box-content .form-group:last-child {
    margin: 0;
}

.sidebar-box .box-content.fix-height {
    max-height: 200px;
    overflow: hidden;
}

.sidebar-box.special .box-content {
    background-color: #e9e9e9;
} */

/* .sidebar-box.collapse-item .collapse-header {
    position: relative;
} */

/* .sidebar-box.collapse-item .collapse-header [data-toggle="collapse"]:after {

    content: "\f056";
    font-weight: 900;
    position: absolute;
    top: 16px;
    right: 10px;
    color: #939393;
    font-size: 14px;
    line-height: 1;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
} */

/* .sidebar-box.collapse-item .collapse-header [data-toggle="collapse"].collapsed:after {
    content: "\f055";
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
} */
.sidebar-box .box-title h5 {
    color: #0491e0;
    font-size: 15px;
    font-weight: 700;
}

.pay-5 {
    width: 50%;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
}


h3.heading-title {
    font-size: 24px !important;
    font-weight: 700;
    color: #222;
}

/* @media (min-width: 992px) {
  
    h3.heading-title {
        margin-bottom: 25px;
    }
    h3.heading-title+p.post-heading {
        margin-top: -25px;
        margin-bottom: 25px;
    }
    .pre-heading+h4.heading-title {
        margin-top: 7px;
    }
    .sidebar-wrapper .sidebar-title .filter-reset {
        font-size: 15px;
        color: #000;
        font-weight: 600;
        position: relative;
        top: 1px;
        margin-right: 6px;
    }
    .sidebar-wrapper .sidebar-title .filter-reset:hover {
        color: #212121;
        text-decoration: underline !important;
    }
    a.filter-reset.cursor img {
        position: relative;
        bottom: 1px;
        left: 4px;
    }
    .sidebar-box:last-child .box-content {
        padding-bottom: 0;
    }
} */


/* check end */


/* Pagination */


/* check start */

.pager-wrappper {
    margin-top: 15px;
}

.pagination {
    margin: 0 -3px;
}

.pagination.text-center>li {
    text-align: center;
    display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
    padding: 0;
    margin: 0 3px;
    border: 0;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 2px;
    text-align: center;
    color: #666;
    background: none;
    font-size: 13px;
}

.pagination>li>a:hover,
.pagination>li>a:focus {
    color: #fff;
    background: #fa4a4d;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #fa4a4d;
    color: #fff;
}


/* check end */


/* Result page */


/* check */

.sorting-box {
    padding: 5px 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.16) 0px 2px 8px 0px;
    background-color: #fff;
    border-color: rgb(192, 202, 213);
}

.sort-by-wrapper {
    line-height: 1.2;
    display: table;
}

.sorting-label {
    vertical-align: middle;
    display: inline-block;
    font-weight: 700;
    padding-top: 0px;
    font-size: 16px !important;
    color: #3e3e3e;
    margin-bottom: 0px !important;
}

.sort-by-wrapper.for-layout-option .sorting-label {
    margin-right: 10px;
}

.sorting-middle-holder {
    display: inline-block;
    margin: 0;
    margin-left: 0;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
}

ul.sort-by {
    margin: 1px -5px -1px;
    padding: 0;
    clear: both;
    line-height: 1.2;
}

ul.sort-by li {
    display: inline-block;
    margin: 5px;
}

ul.sort-by li a {
    display: block;
    position: relative;
    color: inherit;
    font-weight: 600;
    font-size: 14px;
}

ul.sort-by li a:hover {
    color: #fa4a4d;
    text-decoration: underline;
}

ul.sort-by li.active a {
    color: #fa4a4d;
    font-weight: 600;
    font-size: 14px;
}

@media (min-width: 992px) {
    .sorting-middle-holder {
        margin-left: 25px;
    }
    ul.sort-by {
        margin: 0 -10px;
    }
    ul.sort-by li {
        margin: 5px 10px;
    }
}

/* @media (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
} */


/* check end */


/* Detail page */

.detail-header {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0px;
}

.detail-header h2 {
    line-height: 1.2;
    font-weight: 700;
    margin: 15px;
    display: inline-block;
    color: #222;
}

body .p-chkbox .p-chkbox-box {
    border: 1px solid #a6a6a6;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    text-align: center;
    border-radius: 0px;
    transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
    position: relative;
    top: 3px;
}

.detail-gallery {
    margin-top: 25px;
}

#hotel-detail-map {
    width: 100%;
    height: 520px;
}


/* Horizontal Sticky Navigation */


/* check start */

.fullwidth-horizon-sticky {
    position: sticky;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 8px 8px 5px rgba(138, 107, 118, 0.08);
    margin-top: 25px;
    top: 0px;
    z-index: 999;
}

.fullwidth-horizon-sticky.fixed {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 10009;
}

.fullwidth-horizon-sticky .fullwidth-horizon-sticky-item {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

ul.horizon-sticky-nav {
    margin: 0;
    padding: 0;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

ul.horizon-sticky-nav>li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

ul.horizon-sticky-nav>li a {
    padding: 15px 80px;
    line-height: 1;
    display: block;
    position: relative;
    border: 1px solid transparent;
    border-top: 0;
    padding-top: 16px;
    margin-bottom: -1px;
    color: #5d5d5d;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

ul.horizon-sticky-nav>li a:hover {
    color: #0491e0;
}

ul.horizon-sticky-nav>li a.active {
    color: #0491e0 !important;
    border-bottom: 3px solid #0491e0 !important;
}

.fullwidth-horizon-sticky.fixed .fullwidth-horizon-sticky-item {
    width: 100%;
    border: 0;
}

.fullwidth-horizon-sticky.fixed ul.horizon-sticky-nav {
    border-bottom: 0;
    border-top: 0;
}

.fullwidth-horizon-sticky-item {
    padding: 0;
}

.fullwidth-horizon-sticky.fixed .fullwidth-horizon-sticky-item {
    border: 0;
    padding: 0;
    box-shadow: none;
}

.fullwidth-horizon-sticky-section {
    padding-top: 0px;
}

/* @media (min-width: 992px) {
    .fullwidth-horizon-sticky.fixed {
        top: 0px;
    }
} */

.pay-3 {
    width: 40%;
}

.pay-7 {
    width: 60%;
}


/* check end */


/* Booking and payment page  */

.booking-selection-box {
    background: #fff;
    padding: 30px 20px 20px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    width: 100%;
}

.booking-selection-box .heading {
    clear: both;
    margin: -30px -20px 0px;
    background: #5194db;
    padding: 18px 20px 15px;
}

.booking-selection-box .heading h4,
.booking-selection-box .heading h5 {
    text-transform: capitalize;
    color: #fff;
    margin: 0;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

ul.booking-amount-list {
    position: relative;
    border: 1px solid #ececec !important;
    padding: 15px;
}

ul.booking-amount-list:before {
    content: "\f061";

    font-weight: 900;
    color: #3f51b5;
    position: absolute;
    left: 50%;
    top: 29px;
    display: block;
    width: 16px;
    text-align: center;
    margin-left: -8px;
}

ul.booking-amount-list li {
    width: 50%;
    float: left;
    line-height: 1.25;
    font-size: 12px;
    color: #333;
}

ul.booking-amount-list li span {
    display: block;
    font-size: 16px;
}

ul.summary-price-list li {
    line-height: 1.25;
    padding-right: 80px;
    position: relative;
    border-bottom: 0px solid #ececec;
    margin-bottom: 10px;
    font-size: 14px;

    display: block;
}

ul.summary-price-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.summary-price-list li span.absolute-right {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 700;
    color: rgb(103, 103, 103);
    font-size: 13px;
}

ul.summary-price-list li.total {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.summary-price-list li.total span.absolute-right {
    top: 15px;
    font-size: 18px;
}

ul.confirmation-list {
    position: relative;
    display: inline;
}

ul.confirmation-list li {
    line-height: 18px;
}

ul.confirmation-list:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: #fff;
}

ul.confirmation-list li>span:last-child {
    float: right;
    max-width: 60%;
    text-align: right;
    word-break: break-word;

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

ul.confirmation-list li+li {
    margin-top: 10px;
}

ul.confirmation-list li.total {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-top: 3px double #ececec;
    margin-top: 10px;
    padding-top: 10px;
}


/* .payment-option-box .payment-desc {display: none;} */


/* 
.payment-option-box input[type='radio']:checked ~ .payment-desc {
  display: block;
} */

.payment-option-item+.payment-option-item {
    margin-top: 15px;
}


/* Product item */

.product-long-item {
    background: #fff;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    line-height: 1.25;
    margin-bottom: 12px;
    cursor: pointer;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #d8d1d1;
}

.product-long-item:last-child {
    margin-bottom: 0;
}

.product-long-item:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.45);
    transition-delay: 0.1s;
}

.product-long-item .image {
    width: 190px;
    height: 200px;
    margin: 10px;
}

.product-long-item .image img {
    height: 100%;
    min-width: 100%;
}


/* 
.product-long-item .col-inner {
    padding: 0 15px 0;
} */


/* check */

.product-long-item .content-top {
    margin-bottom: 15px;
}

.product-long-item h5,
.product-long-item h6 {
    line-height: 1.25;
    margin: 10px 0 6px 0px;
    font-weight: 700;

    letter-spacing: 0.3px;
}

.product-long-item p {
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    text-overflow: ellipsis;
    flex-shrink: 1;
    overflow: hidden;

}

.product-long-item p.location {
    line-height: 1.25;
    font-size: 12px !important;
    font-weight: 600;
}

.product-long-item p.location i {
    font-size: normal;
    vertical-align: middle;
    font-size: 12px;
    margin-right: 3px;
    margin-top: -3px;
    display: inline-block;
}

.product-long-item p.rating-text [class*="bg"] {
    font-size: 12px;
    font-weight: 700;
    border-radius: 2px;
    padding: 2px 10px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    position: relative;
    z-index: 1;
    background: #f5771e;
    color: #fff;
}

.product-long-item .price {
    font-size: 12px;
    text-align: center;
    padding: 50px 20px 0px 20px;
    line-height: 1.2;
}

.product-long-item .price span {
    display: block;
    margin: 3px 0 0;
    font-size: 24px;
    font-weight: 700;
    position: relative;
}

.product-long-item .content-bottom {
    margin: 0px -20px;
    margin-left: 0px;
    padding: 7px 13px;
    padding-left: 0px;
}

.product-long-item ul.list-icon-absolute li {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0px;
    padding-left: 0px;
}

.product-long-item ul.list-icon-absolute li .icon-font {
    top: 1px;
}

.product-long-item ul.meta-list {
    margin: 0 -10px 0;
}

.product-long-item ul.meta-list li {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    padding: 0 10px;
    position: relative;
}

.product-long-item ul.meta-list li:after {
    content: "";
    position: absolute;
    right: -3px;
    top: 6px;
    display: block;
    width: 2px;
    height: 2px;
    background-color: #333;
    border-radius: 5px;
}

.product-long-item ul.meta-list li:last-child {
    margin-right: 0;
}

.product-long-item ul.meta-list li:last-child:after {
    display: none;
}

.bor-lft-one {
    border-left: 1px solid #e3e5e7;
    padding: 0 !important;
}

.bor-rt-one {
    border-right: 1px solid #e3e5e7;
}

.bor-bt-one {
    border-bottom: 1px dashed #ccc;
}

.text-blue {
    color: #0390df !important;
    font-size: 13px !important;
    font-weight: 600;
    text-decoration: underline;
    position: relative;
    top: 15px;
}

.pos-ab-r {
    margin: auto;
}

.star.on {
    color: green !important;
}

a.product-small-item {
    color: inherit;
    display: block;
    font-weight: inherit;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
}

.product-small-item {
    line-height: 1.25;
    background: #fff;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
    transition: all 0.3s ease-out;
    position: relative;
}

.product-small-item+.product-small-item {
    margin-top: 10px;
}

.product-small-item:hover {
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}

.product-small-item .image {
    width: 110px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.product-small-item .image img {
    object-fit: cover;
    width: 180px;
    height: 100%;
}

.product-small-item .content {
    margin-left: 125px;
    padding: 10px 0;
    padding-right: 10px;
}

.product-small-item h6 {
    line-height: 1.25;
    margin: 3px 0;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-small-item .meta {
    font-size: 13px;
}

.product-small-item .price {
    margin-top: 10px;
}

.product-small-item .price span {
    font-size: 16px;
}

.product-small-item.no-image .content {
    margin-left: 0;
    padding: 0;
}

.product-small-item.alt-image .content {
    margin-left: 130px;
    padding: 15px 0;
}

.product-small-item.alt-image .image {
    position: absolute;
    left: 5px;
    bottom: -15px;
    width: 120px;
    height: 120px;
    padding: 10px;
}

.product-small-item.alt-image .image img {
    height: 100%;
    border-radius: 50%;
}

.product-small-item.alt-image .image-shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15px;
    box-shadow: 0px -6px 13px -6px rgba(0, 0, 0, 0.39);
    background: #fff;
}

.hotel-room-sm-item+.hotel-room-sm-item {
    border-top: 2px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
}

.hotel-room-sm-item .the-hotel-item {
    line-height: 1.25;
    border-bottom: 3px double #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.hotel-room-sm-item .the-hotel-item h5 {
    line-height: 1;
    margin: 0 0 5px;
}

.hotel-room-sm-item .the-hotel-item h5 a {
    color: #333;
}

.hotel-room-sm-item .the-hotel-item h5 a:hover {
    color: #c2185b;
}

.hotel-room-sm-item .the-hotel-item .location {
    display: inline-block;
    font-size: 13px;
    margin: 0;
    margin-right: 5px;
}

/* .flightcvv {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 !important;
    margin-bottom: 0;
    margin-left: -24px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
} */

.hotel-room-sm-item .the-hotel-item .rating-item {
    margin-top: -2px;
}

.hotel-room-sm-item .the-room-item {
    font-size: 14px;
    line-height: 1;
    position: relative;
    margin: 0 0 0px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.hotel-room-sm-item .the-room-item:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.hotel-room-sm-item .the-room-item h6 {
    line-height: 1;
    margin: 0 0 3px;
    margin-right: 15px;
    font-size: 14px;
    float: left;

    font-weight: 500;
}

.hotel-room-sm-item .the-room-item .remove {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    color: #a7a7a7;
}

.hotel-room-sm-item .the-room-item .remove:hover {
    color: #c2185b;
}

.hotel-room-sm-item .the-room-item>div>span {
    display: block;
}

.hotel-room-sm-item .the-room-item>div>span.amount {
    float: left;
}

.mar-5 {
    margin: 5px;
}

.hotel-room-sm-item .the-room-item>div>span.price {
    float: right;
    font-weight: 700;
    color: rgb(78, 78, 78);
    font-size: 16px;
}

.room-item {
    line-height: 1.2;
    font-size: 14px;
}

.room-item.heading {
    background: #f3f4fd;
    border: 2px solid #3f51b5;
    line-height: 1;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 0 10px;
    margin: 0 0 8px;
    background: #faf9ff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    text-transform: uppercase;
}

.car-room-item.heading {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 29px;
    background: #ffffffad;
    text-transform: capitalize;
    color: #3f51b5;
}

.room-item {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.room-item.no-bb-last:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.room-item h5,
.room-item h6 {
    line-height: 1.2;
    margin-bottom: 10px;
}

.room-item .image {
    margin-top: 3px;
}

.room-item .content {
    line-height: 1.2;
    font-size: 14px;
}

.room-item .content p {
    margin: 0 0 12px;
}

.room-item .content .max-man {
    font-size: 15px;
    margin-bottom: 10px;
}

.room-item .price .number {
    font-size: 22px;
    font-weight: 700;
}

.room-item .price .number small {
    font-size: 16px;
}

.room-item .price .not-this {
    text-decoration: line-through;
    color: #a9a9a9;
    margin-right: 3px;
}

.place-item {
    position: relative;
    padding-left: 30px;
}

.place-item .icon-font {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    line-height: 1.3;
}

.place-item ul:not(:last-child) {
    margin: 0 0 25px;
}

.place-item ul li {
    font-size: 14px;
    line-height: 1.25;
    margin: 0 0 7px;
}


/* check end*/


/* Featured Box and Items */


/* check */

.featured-contact-01 {
    font-size: 13px;
    letter-spacing: 1.5px;
    line-height: 1.2;
}

.featured-contact-01 h5,
.featured-contact-01 h6 {
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 500;
}

.featured-contact-01 .phone-number {
    display: block;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000;
    margin: 5px 0 0;
}

.feature-box {
    background: #fffaf5;
    padding: 20px 25px 15px;
    border: 2px solid #fa4a4d;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    margin-bottom: 20px;
    margin-top: 20px;
}

.feature-box ul li {
    line-height: 1.45;
}

.feature-box ul li+li {
    margin-top: 7px;
}

.feature-box ul li>span {
    display: block;
    vertical-align: top;
}

.feature-box ul li>span>span {
    display: block;
}

.feature-box ul li>span.icon-font {
    font-size: 21px;
    float: left;
    line-height: 1;
}

.feature-box ul li>span.content {
    margin-left: 30px;
}

.feature-box-2 {
    margin-bottom: 20px;
    background: #faf9ff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
}

.feature-box-2>.feature-row {
    position: relative;
    line-height: 1.45;
    padding: 15px 15px 13px;
    border-bottom: 1px solid #ebeff2;
}

.feature-box-2>.feature-row:last-child {
    border-bottom: 0;
}

.feature-box-2>.feature-row:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 33.33333%;
    width: 1px;
    background: #ebeff2;
    margin-left: -5px;
    display: none;
}

.feature-box-2 .label {
    margin: 0 0 15px;
    padding: 7px 10px;
    display: inline-block;
}

.feature-box-2 .progress {
    margin-top: -5px;
    margin-bottom: 10px;
}

.feature-box-2 .progress-label span {
    float: right;
    color: #d01c79;
    font-weight: 700;
}

.feature-box-2.alt-after>.feature-row:after {
    left: 33.33333%;
}


@media (max-width: 768px) {
    .cpn-val {
        bottom: -7px !important;
        position: absolute;
    }
}

@media (min-width: 768px) {
    .cpn-val {
        position: absolute;
        bottom: 25px;
    }
    
    

    .product-long-item .price span {
        font-size: 24px;
    }
    .feature-box-2>.feature-row {
        padding: 18px 18px 17px;
    }
    .feature-box.set-width {
        float: left;
        width: 300px;
        margin-right: 30px;
        margin-top: 7px;
    }
    .feature-box-2>.feature-row:after {
        left: 25%;
    }
}


/* check end */


/* Featured list */


/* Counting item */


/* Testimonial */


/* Call to action and partner */


/*Post and blog */


/* Infobox for google map */


/* check */

.infoBox {
    background: #fff !important;
    border: 1px solid #3f51b5;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    width: 120px !important;
    margin-left: -60px;
    padding: 10px;
    text-align: center;
    z-index: 99;
}

.infoBox:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #3f51b5;
    border-width: 10px;
    margin-left: -10px;
}

.infoBox>img {
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: absolute !important;
    top: -8px;
    right: -8px;
    display: block;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.infoBox h4,
.infoBox h5,
.infoBox h6 {
    margin: 0;
    line-height: 1;
}

.infoBox #infobox {
    position: relative;
}

.infobox-wrapper {
    display: none;
}

.hotel-detail-location-wrapper .infoBox {
    padding: 7px;
    letter-spacing: 1px;
}

.hotel-detail-location-wrapper .map-holder,
.map-holder {
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
    border: 1px solid #e0e0e0;
}


/* check end */


/* Progress bar */


/* Dashboard */


/* check */
.myaccountuser{
    color: #fff;
    font-size: 16px;
}
.dashboard-avatar {
    line-height: 1.25;
    height: 110px;
    background: #1ea4b1 ;
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29);
    transition: all 0.3s ease-out;
    position: relative;
    width: 100%;
    font-size: 12px;
    overflow: hidden;
}

.dashboard-avatar:hover {
    box-shadow: 0 1px 2px rgba(43, 59, 93, 0.29), 0 0 13px rgba(43, 59, 93, 0.29);
}

.dashboard-avatar .image {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.dashboard-avatar .image img {
    object-fit: cover;
    width: 100px;
    height: 100%;
}

 .te-ri {
    text-align: right;
} 

.dashboard-avatar .content {
    /* margin-left: 94px;
    padding: 12px 0;
    padding-right: 10px; */
    margin: 20px 10px;
}

.dashboard-avatar h6 {
    line-height: 22px;
    margin: 0 0 3px;
    font-size: 18px;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize;
}

.create-account .form-create-show {
    display: none;
    transition: all 0.6s;
}

.create-account input[type="checkbox"]:checked~.form-create-show {
    display: block;
    transition: all 0.6s;
}


/* check end */


/* Contact Us */

.infobox-wrapper {
    display: none;
}


/* Faq Page */


/* Error Page */


/* check */

.error-404-wrapper {
    text-align: center;
}

.error-404-wrapper .container {
    padding-top: 35px;
    padding-bottom: 80px;
}

.error-404-wrapper h2 {
    font-weight: 500;
    font-size: 84px;
    line-height: 1;
    margin: 0 0 15px;
}

.error-404-wrapper h3 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 15px;
}

.hoteluiinput .ui-dropdown {
    background: #ffffff;
    border: 1px solid #4c4c4c;
    transition: border-color 0.2s;
}

.right {
    float: right;
}

.left {
    float: left;
}


/* check end */


/* flightcards */

.btn-primary-invert,
.btn-primary-inverse {
    background: #ff6c2d;
    border-color: #ff570f;
    color: #fff;
}

.ytb-search-results-item-flight-section-path-line-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0093d2;
    margin-bottom: 10px;
    margin-left: 10px;
    box-shadow: 0 0 0 2px #fff;
}

.ytb-search-results-item-flight-sections .ytb-search-results-item-flight-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.ytb-search-results-item-flight-sections .ytb-search-results-item-flight-section {
    padding-bottom: 20px;
}

.ytb-search-results-item-flight-sections .ytb-search-results-item-flight-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.ytb-search-results-sort-list {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ytb-search-results-sort-list>li {
    float: left;
    font-size: 20px;
    font-weight: 600;
    color: #007ad9 !important;
    cursor: pointer !important;
}

.ytb-search-results-sort-list>li>a {
    padding: 5px 20px;
    color: #333333;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.ytb-search-results-sort-list>li>a.active {
    color: #fff;
    background-color: #5194db;
    border-radius: 0px;
}

.ytb-search-results-sort-list>li>a>span {
    color: #0491e0;
}


/* check */

.ytb-nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
/* 
.ytb-collapse-wrapper .collapse-header {
    position: relative;
    padding-right: 0px;
    border: 0;
}

.ytb-collapse-wrapper .collapse-header {
    position: relative;
} */

/* .ytb-collapse-wrapper .collapse-header [data-toggle="collapse"]:not(.collapsed) {
    color: #000;
}

.ytb-collapse-wrapper .collapse-header .collapse-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 1px;
} */

/* .ytb-collapse-wrapper .collapse-header h3,
.ytb-collapse-wrapper .collapse-header h4,
.ytb-collapse-wrapper .collapse-header h5,
.ytb-collapse-wrapper .collapse-header h6 {
    margin: 0;
} */

.c_planebg {
    position: relative;
}

.c_planebg:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    background: #d7d7d7;
    border-radius: 100px;
    height: 8px;
    width: 8px;
}

/* .ytb-collapse-wrapper .collapse-header .collapse-title>a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px !important;
}

.ytb-collapse-wrapper .collapse-header a.collapse-link {
    display: block;
} */

.pad-516 {
    padding: 5px 16px !important;
}

.col-form-label {
    font-size: 13px !important;
}

.ytb-collapse-wrapper .collapse-inner {
    padding-left: 0px;
}

/* .ytb-collapse-wrapper .collapse-item .collapse-header a:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
} */


/* check end */

.ytb-collapse-wrapper .box-content {
    padding: 10px 0 22px;
    margin: 0 0px;
    border-bottom: 0px solid #edecec;
}


/* .btn-outline-primary {
    color: #007bff !important;
    border-color: #007bff;
} */

.right {
    float: right;
}

:focus,
a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

.ytb-contact i {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 18px;
    margin-right: 20px;
    border: 0px solid #656565;
    padding: 9px;
    border-radius: 37px;
    background-color: #ff9800;
}

.ytb-contact .fa-map-marker-alt {
    font-size: 19px;
    padding: 10px 12px;
}

.ytb-contact h6 {
    font-size: 18px;
    font-weight: 800;

    color: #4c4c4c;
}

.ytb-contact-p p {
    color: #585858;

    margin-bottom: 5px;
}

/* .invalid-feedback {
    display: block !important;
}
 */

/* car-module */


/* check */

.ytb-car-card-item {
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    line-height: 1.25;
    margin-bottom: 6px;
    border: 1.2px solid #d8d8d8;
}

.ytb-car-card-item .content-top {
    margin-bottom: 0px;
}

.ytb-car-card-item p.location {
    font-style: italic;
    line-height: 1.25;
}

.ytb-car-card-item p {
    margin: 0;
    line-height: 1.45;
}

.ytb-car-card-item .price1 {
    border-left: 1px solid #e3e5e7;
    padding-left: 10px;
}

.ytb-car-card-item .price {
    margin-top: 5px;
    margin-right: 5px;
}

.ytb-car-card-item .price {
    font-size: 12px;
    text-align: center;
    border-left: 0px solid #e3e5e7;
    padding-left: 12px;
    line-height: 1.2;
}

.ytb-car-card-item .price span {
    display: block;
    margin: 5px 0 0;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    color: #28a745 !important;
}

.ytb-car-card-item .content {
    padding-bottom: 0px;
}

.ytb-car-card-item .content-bottom {
    margin: 0 -16px;
    margin-left: 0;
    padding: 1px 7px 10px;
    padding-left: 0;
    border-top: 0px solid #c1c1c1;
}

.ytb-car-card-item ul.meta-list {
    margin: 0 -10px 0;
}

.ytb-car-card-item ul.meta-list li {
    display: inline-block;
    font-weight: 700;
    font-size: 11px;
    padding: 0 10px;
    letter-spacing: 0;
    position: relative;

    color: #1f1f1f;
}

.ytb-car-card-item .col-inner {
    padding: 15px 15px 0;
    padding-left: 10px;
}

.ytb-car-rating-item {
    line-height: 1.25;
}

.ytb-car-rating-item .rating-symbol {
    margin-right: 2px;
}

.ytb-car-rating-item .rating-sm .ytb-car-rating-icon {
    font-size: 12px;
    margin-right: 0px;
}

.ytb-car-rating-item .ytb-car-rating-icon {
    font-size: 12px;
    color: #4caf50;
}


/* check end */

.ytb-car-card-item h5 a:hover {
    color: #000;
}

/* @media (min-width: 768px) {
    .ytb-car-card-item .image {
        width: 180px;
        margin: 10px;
    }
}

@media (min-width: 768px) {
    .ytb-car-card-item .image img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
    }
} */


/* conatctus */


/* check */

.ytb-contact i {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 18px;
    margin-right: 20px;
    border: 0px solid #656565;
    padding: 9px;
    border-radius: 37px;
    background-color: #ff9800;
}

.ytb-contact .fa-map-marker-alt {
    font-size: 19px;
    padding: 10px 12px;
}

.ytb-contact h6 {
    font-size: 18px;

    color: #4c4c4c;
}

.error-field {
    border: 1.2px solid red !important;
}


/* Contactus css */

.e-frm-bg {
    background: #fff;
    padding: 15px;
}

/* .ytb-contact-title {
    padding: 19px;
    background-image: linear-gradient(#03a9f21c, white);
    margin: -15px -18px 0 -18px;
} */

/* .ytb-contact-ge h3 {
    font-size: 18px !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.ytb-contact-ge p {
    color: #292929 !important;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 23px;
    word-break: break-all;
    padding-bottom: 5px;
} */

.hpl-enq-frm {
    border: 2px solid #b5cddd !important;
    height: 40px;
    border-radius: 0px !important;
    padding: 5px 20px;
    font-size: 13px !important;
}

.ytb-contact-p p {
    color: #33475b;
    margin-bottom: 1px;
    font-size: 15px !important;
    word-break: break-word;

}

.ytb-contact-heading h3 {
    font-size: 18px !important;
    color: #224758 !important;

    background: #f3f3f3;
    padding: 6px 12px;
    margin-top: 30px;
}

.hlp-cnt-btn {
    width: 160px;
    text-align: center;
    padding: 10px 0px;
    margin: 0 auto;
}

.w-160 {
    width: 160px;
}

.ytb-contact-phoneformat {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;

    color: #17b1ea !important;
    text-transform: capitalize;
}

.ytb-contact-ge-p {
    font-size: 16px;
    color: #2b3c4e !important;

}

.social-itmes .fa-facebook {
    background-color: #3c599b;
}

.social-itmes .blue-btn {
    background-color: #0491e0;
    color: #ffffff;
    width: 94px;
    float: right;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 6px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}

.social-itmes .fa-tumblr {
    background-color: #34536a;
}

.social-itmes .fa-google-plus {
    background-color: #d93725;
}

.social-itmes .fa-linkedin {
    background-color: #017bbe;
}

.social-itmes .fa-twitter {
    background-color: #5eaade;
}

.social-itmes h5 {
    display: inline-block;
    margin-left: 12px;
    line-height: 26px;
    font-size: 18px;

    margin-bottom: 0px;
    margin-top: -8px;
}

.social-itmes i {
    line-height: 22px;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 4px;
    font-size: 28px;
    padding: 14px;
}

.social-itmes {
    background: #f7f7f7;
    padding: 6px 13px;
    margin-top: 19px;
    overflow: hidden;
}

.customlabelcalendar span.red {
    display: none;
}


/*check end */


/* contactus css end */

.per-info-acor {
    width: 100%;
    border-radius: 0px !important;
    margin-top: 6px;
}

.per-info-acor h5 {
    width: 100%;
    border-radius: 0px !important;
    padding: 5px 15px;
    background: #f1f1f1;
    color: #000 !important;
    border: 1px solid #ccc;
    font-weight: 600;
}

.per-info-acor h5 .my-button {
    position: relative;
    top: 2px !important;
    float: right;
    width: 16px;
    height: 16px;
    background: #009688;
}

/* .myaccountaddbg .form-group {
    margin-bottom: 8px !important;
} */

.myaccountaddbg {
    border: 1px solid #e4e3e3;
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
}

.frtvr{
    display: flex;
    gap: 5px;
    align-items: end;
}
.myaccount p {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
}

.myaccount h3 {
 line-height: 24px;
    font-size: 18px !important;
}

/* .myaccount .form-control {
    height: 40px;
} */

.width100 {
    width: 100% !important;
}

.myaccountheader {
    padding: 19px;
    background-image: linear-gradient(#03a9f21f, white);
    /* margin: -15px -33px 0 -33px; */
}

 @media all and (max-width:760px) {  
    .myaccountheader {
        margin: 10px;
    }
}

.myaccountcolor {
    color: #818181;
    font-size: 13px;
    text-align: right;
}

.myacntmenu i {
    float: left;
    width: 30px;
    height: 35px;
    text-align: center;
    font-size: 18px;
    padding-top: 6px;
    margin-right: 6px;
    position: initial;
}

.myaccount-profile-name {
    border-radius: 80%;
    margin: 15px 10px 10px 10px !important;
    width: 70px;
    height: 70px;
    border: 8px solid #e8eaf6;
    word-break: break-all;
    font-size: 36px;
    text-transform: capitalize;
    overflow: hidden;
    padding-left: 15px;
    padding-top: 5px;
    background-color: #7986cb;
    color: #fff;
    font-weight: 800;
    line-height: 44px !important;
    letter-spacing: 10px;
}

.err-msg {
    font-weight: 800;
}

.hotelfilter .ui-chkbox-label {
    margin: 0 0 0 0.5em;
    font-size: 13px !important;
    color: #272727;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.hotelavailablecard {
    background-color: #fff;
    padding: 0px 10px;
    box-shadow: rgb(209, 214, 219) 0px 0px 0px 1px, rgba(0, 0, 0, 0.08) 0px 0px 2px 0px, rgba(0, 0, 0, 0.16) 0px 1px 8px 0px;
    border: 1.2px solid white;
    margin: 10px;
}

.mt-6 {
    margin-top: 6px !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.hotelfacility {
    overflow: hidden;
}

.text-drk {
    color: #222 !important;
}

.wid-50 {
    width: 50%;
}

.hotedetailloverview {
    overflow: hidden;
    margin-bottom: 0 !important;
    font-size: 15px !important;
    line-height: 22px !important;
    color: #252525 !important;
    font-weight: 500 !important;
    text-align: justify;
}

.hotelselected {
    border-radius: 3px;
    color: #f5771e;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 15px;
}

.hover-primary:hover {
    color: #007bff !important;
    text-decoration: underline;
}

.ytb-numberz {
    font-size: 18px;
}

.text-underline:hover {
    text-decoration: underline !important;
}

.phoneformatall {
    width: 266px;
    height: 25px;
}

.phoneformatall img {
    width: 20px;
    top: 1px;
    left: 5px;
    height: 17px !important;
}

.phoneformatall p {
    padding-left: 12px;
    font-size: 15px;
    line-height: 33px !important;
    text-align: left;
}

.phoneformatall2 span {
    font-size: 15px;
}

.phoneformatall2 img {
    top: 1px;
    left: 2px;
    width: 20px;
    vertical-align: middle;
    margin-right: 6px;
}

.ytb-subscribe {
    position: relative !important;
    border: 0;
    border-radius: 0px 4px 4px 0px !important;
    margin-right: 31px !important;
    height: 45px;
}

.carpricecard {
    width: 105%;
    margin-left: -17px;
}

/* .ytb-myacnt {
    margin-left: -18px;
} */

.ytb-myaccntpg {
    margin: 2% 5%;
}

.caramenities {
    width: 77%;
    line-height: 23px;
}

.loginwidth {
    max-width: 60% !important;
}

.carpayspinner {
    min-width: 35% !important;
    width: 0;
    margin-top: 12%;
}

.my-das-img img {
    width: 150px;
    height: 50px;
}

.tripadsrwidth {
    width: 45%;
}

.mobileicon2 {
    display: block;
}

.hotelIconclr {
    margin-left: 10px !important;
    margin-top: 2px !important;

    font-weight: 600;
    font-size: 13px;
}

.ytb-drp-currency {
    width: 600px;
}

.contacttab li {
    width: 25%;
}

.link-hover:hover {
    text-decoration: underline !important;
    color: #f57c00 !important;
}

.car-voucher .media-left {
    width: 35%;
}

/* @media only screen and (max-width: 400px) {
    .htl-ser {
        font-size: 11px !important;
        top: 35px !important;
    }
    .ytb-search-results-sort-list>li>a:first-child {
        padding-left: 5px !important;
    }
}



@media only screen and (max-width: 480px) {
    .hotl-nme-hed {
        font-size: 13px;
    }
    .htl-sticky {
        padding: 15px;
    }
    .v-conf {
        font-size: 14px !important;
    }
    .v-confe {
        font-size: 14px !important;
    }
    .htl-v-t {
        font-size: 19px;
    }
    .col-md-8.htl-invd.pl-0 {
        padding-left: 10px !important;
    }
    .trav-in-tp {
        padding: 0px !important;
    }
    .trav-in-mdimg {
        text-align: center;
    }
    h3.heading-title {
        font-size: 18px !important;
        padding-left: 10px;
    }
    .col-inner.pt-25.htl_loc {
        padding-left: 12px;
    }
    .product-long-item .image img {
        height: 170px;
        min-width: 100%;
    }
    .product-long-item .price span {
        font-size: 21px;
    }
    .ribbon4 {
        background: none !important;
        box-shadow: none !important;
        text-align: left !important;
    }
    .pad-15-10 {
        padding: 5px 10px 15px 14px !important;
    }
    .detail-header .price>span {
        position: relative;
       
    }
    div#FacilitiesTab {
        padding: 15px;
        margin: 10px;
    }
    .htl-dv1 {
        width: 10% !important;
        margin-bottom: 10px;
    }
    .ytb-search-results-sort-list>li>a {
        padding: 5px 5px;
    }
    .bor-lft-one {
        border: 0px;
    }
    .product-long-item .image {
        margin: 0px;
        width: 97%;
        height: auto;
    }
    .mr-ml-15 {
        margin-right: 15px !important;
        margin-left: 15px !important;
    }
    .con_b_buttons .bluebutton {
        font-weight: 500 !important;
        font-size: 13px;
    }
    .currency-rw li {
        width: 100% !important;
    }
    .c_planebg {
        width: 60%;
        margin: auto;
    }
    .flightinputbtn .custom-control-label {
        font-size: 13px !important;
    }
    .com_section {
        padding-bottom: 15px;
    }
    .newsletter_label {
        text-align: center !important;
        font-weight: 600;
    }
   
    .ytb-subscribe {
        position: relative !important;
        border: 0;
        border-radius: 0 !important;
        margin-right: 0px !important;
        height: 46px;
    }
    .ytb-search-results-sort-list>li>a.active {
        color: #0069d1;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: 800;
        font-size: 14px;
    }
    .ytb-search-results-sort-list>li>a {
        padding: 10px 3px;
        display: block;
        font-size: 14px !important;
        color: #4c4c4c;
        margin-bottom: 0px;
        text-align: center;
        font-weight: 600;
     
    }
    .carfliterwidth {
        width: 100%;
    }
  
    .caremergency .ui-dropdown {
        border-color: #272727;
        max-width: 30%;
    }
    .carsearchwidth .ui-dropdown {
        min-width: 100px;
        max-width: 100%;
    }
    .careqppadd {
        padding: 10px 0 !important;
    }
    .carpricecard {
        width: 100%;
        margin-left: 0px;
    }
    .carcolwidth {
        min-width: 100%;
    }
    .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        margin-bottom: 15px;
    }

    .carpaltrrspn {
        display: block;
        margin-bottom: 10px;
    }
    .caramenities {
        width: 60%;
        line-height: 23px;
    }
    .ytb-car-card-item .price {
        font-size: 12px;
        text-align: left;
        border-left: 0px solid #e3e5e7;
        padding-left: 12px;
        line-height: 1.2;
    }
    .carinsrncrspn {
        display: -webkit-box !important;
        overflow: scroll;
    }
    .car-insurence-container {
        width: 0;
        overflow-x: initial !important;
        padding-bottom: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 1;
    }
    .menu-horizontal-05 ul li {
        display: inline-block;
        width: auto;
    }
    .m-b-0 {
        margin-bottom: 4px;
    }
    .flightinputbtn .custom-control {
        position: relative;
        min-height: 1.5rem;
        padding-left: 20px !important;
    }
    .flightrspn .input-group {
        position: relative;
        margin-bottom: 0;
    }
    .hotelrspn .input-group {
        position: relative;
        margin-bottom: 0;
    }
    .hotelrspn .mt-20 {
        margin-top: 0 !important;
    }
    .foot-mob-sec {
        padding: 10px 0px 20px 0px !important;
        background-size: contain;
        position: relative;
    }
    .loginwidth {
        max-width: 100% !important;
    }
    .list-person__item .name {
        font-size: 18px;
        color: #555;
        font-weight: 700;
        display: block;
        margin-top: 0px !important;
        width: 50%;
        float: left;
    }
    .quantity {
        float: none;
        margin-top: 10px;
        display: inline-table !important;
        margin-left: 8%;
    }
   


    .hotelIconclr {
        margin-left: 10px !important;
        margin-top: 2px !important;
        font-size: 11px !important;
        
        font-weight: 600;
    }
    .hotel-room-sm-item .the-room-item>div>span.font18 {
        font-size: 14px !important;
    }
    .hotel-room-sm-item .the-room-item h6 {
        line-height: 1;
        margin: 0 0 3px;
        margin-right: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        float: left;
      
        font-weight: 500;
    }
    .carequp td,
    .table th {
        width: 60%;
    }
    .carpayspinner {
        min-width: 80% !important;
        margin: 24% 10% !important;
    }
    .mobileicon2 {
        display: inline-table;
    }
    .loginbtn {
        font-size: 15px;
        padding: 6px 18px;
        color: #ffffff !important;
        background-color: #ff9800;
        font-weight: 800;
        border-radius: 4px !important;
    }
    .dropbtn {
        border: 1px solid #fe7805 !important;
        margin-right: 4px !important;
        border-radius: 4px !important;
        font-size: 12px !important;
      
        color: #fe7805 !important;
        background-color: #ce515100;
        font-weight: 500;
    }
    .loginbtn {
        font-size: 11px !important;
        padding: 7px 10px !important;
        color: #ffffff !important;
        background-color: #ff9800;
        font-weight: 800;
        border-radius: 30px;
    }
    .contacttab li {
        width: 100%;
    }
    .contacttab li a {
        border: 1px solid !important;
    }
    .loginrmbr {
        padding-left: 25px !important;
    }
    .car-important-info .media-body {
        margin-top: 16%;
        margin-right: 0;
        margin-left: -19px;
    }
    .car-important-info .media-body h5 {
        margin-top: -10px;
        margin-left: 18px;
        width: 155%;
    }
  
    .cltwhite {
        color: #ffffff !important;
        font-size: 14px !important;
    }
    .rating-item {
        line-height: 1.25;
        margin-bottom: 0px;
    }
    .hotelfilter .sidebar-box .box-content {
        padding: 7px 0 7px;
        margin: 0 37px;
        border-bottom: 1px solid #edecec;
    }
    .tripadsrwidth {
        width: 50%;
    }
    .product-long-item .price {
        font-size: 12px;
        text-align: left;
        border-left: 0px solid #e3e5e7;
        padding-left: 0;
        line-height: 1.2;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .phonenumber {
        margin-top: 4px;
        margin-left: 0px;
        width: 100% !important;
    }
    .hstlzpcode {
        width: 96% !important;
        margin-left: 120%;
        margin-top: -39%;
    }
    .hstlzpcode2 {
        width: 42% !important;
        margin-left: 46%;
        margin-top: -14%;
    }
    .hstlzpcode3 {
        width: 42% !important;
        margin-left: 46%;
        margin-top: -21%;
    }
    .htlzp50 {
        width: 50% !important;
    }
    .detail-header {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 0;
        margin-top: -40px;
    }
    .hotelavailablecard .form-group {
        margin-bottom: 0rem;
    }
    .room-item .content p {
        margin: 0 0 4px;
    }
    .htllbl {
        padding-left: 26px !important;
    }
  
    .ytb-myacnt {
        margin-left: 0px;
        margin-top: 16px;
    }
    .ytb-myaccntpg {
        margin: 0 20px;
    }
    .flightwidth1 {
        width: 48% !important;
    }
    .flightwidth2 {
        width: 42% !important;
    }
    .logingoogle {
        margin-bottom: 13px;
    }
    .filterspinner {
        min-width: 100% !important;
        width: 0;
        margin-top: 12%;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .logingoogle {
        margin-bottom: 13px;
    }
    .flightwidth1 {
        width: 48% !important;
    }
    .flightwidth2 {
        width: 42% !important;
    }
    .ytb-subscribe {
        position: relative !important;
        border: 0;
        border-radius: 0 !important;
        margin-right: 0px !important;
        height: 46px;
    }
    .ytb-search-results-sort-list>li>a.active {
        color: #0069d1;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff;
        font-weight: 800;
        font-size: 14px;
        border-bottom: 2px solid #0069d1;
    }
    .ytb-search-results-sort-list>li>a {
        padding: 10px 14px;
        display: block;
        font-size: 14px;
        color: #4c4c4c;
        margin-bottom: 0px;
        text-align: center;
        font-weight: 600;
        
    }
    .carfliterwidth {
        width: 100%;
    }
    .caremergency .ui-dropdown {
        border-color: #272727;
        max-width: 30%;
    }
    .carsearchwidth .ui-dropdown {
        min-width: 100px;
        max-width: 100%;
    }
    .cta-horizon {
        padding: 10px !important;
    }
    .careqppadd {
        padding: 10px 0 !important;
    }
    .carpricecard {
        width: 100%;
        margin-left: 0px;
    }
    .carcolwidth {
        min-width: 100%;
    }
    .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
    }
    .payment-desc {
        border: 1.2px solid #b9b9b9;
        padding: 25px 25px 20px;
        line-height: 1.6;
        border-radius: 6px;
        margin: 15px 0 0;
        -webkit-transform: all 0.6s;
        transform: all 0.6s;
        background: #e8f5e9;
    }

    .carpaltrrspn {
        display: block;
        margin-bottom: 10px;
    }
    .caramenities {
        width: 70%;
        line-height: 23px;
    }
    .ytb-car-card-item .price {
        font-size: 12px;
        text-align: left;
        border-left: 0px solid #e3e5e7;
        padding-left: 12px;
        line-height: 1.2;
    }
    .carinsrncrspn {
        display: -webkit-box !important;
        overflow: scroll;
    }
    .car-insurence-container {
        width: 0;
        overflow-x: initial !important;
        padding-bottom: 20px;
        display: -webkit-box;
        display: flex;
        -webkit-box-flex: 1;
        flex: 1 1;
    }
    .menu-horizontal-05 ul li {
        display: inline-block;
        width: 50%;
    }
    .m-b-0 {
        margin-bottom: 4px;
    }
    .flightinputbtn .custom-control {
        position: relative;
        min-height: 1.5rem;
        padding-left: 20px !important;
    }
    .flightrspn .input-group {
        position: relative;
        margin-bottom: 0;
    }
    .hotelrspn .input-group {
        position: relative;
        margin-bottom: 0;
    }
    .hotelrspn .mt-20 {
        margin-top: 0 !important;
    }
    .foot-mob-sec {
        padding: 10px 0px 20px 0px !important;
        background-size: contain;
        position: relative;
    }
    .loginwidth {
        max-width: 100% !important;
    }
    .list-person__item .name {
        font-size: 18px;
        color: #555;
        font-weight: 700;
        display: block;
        margin-top: 0px !important;
        width: 33%;
        float: left;
    }
    .quantity {
        float: none;
        margin-top: 10px;
        display: inline-table !important;
        margin-left: 20%;
    }
 
    .footer-wrapper .row.gap-40>[class*="col"] {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 14px;
    }
    .footer-wrapper .post-footer {
        margin-top: 30px;
    }
    .hotel-room-sm-item .the-room-item>div>span.font18 {
        font-size: 14px !important;
    }
    .hotel-room-sm-item .the-room-item h6 {
        line-height: 1;
        margin: 0 0 3px;
        margin-right: 15px;
        font-size: 13px;
        letter-spacing: 1px;
        float: left;
        
        font-weight: 500;
    }
    .carequp td,
    .table th {
        width: 60%;
    }
    .car-borderless {
        margin-bottom: 0rem !important;
    }
    .carpayspinner {
        min-width: 80% !important;
        margin: 24% 10% !important;
    }
    .carphntext {
        margin-top: -10%;
        margin-left: 33%;
    }
    .menu-horizontal-05 ul li button {
        display: block;
        color: #252525;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 0.5px;
        line-height: 1;
        font-weight: 600;
        text-align: center;
        padding: 7px;
        background-color: #fff;
        height: 46px;
        border-right: 0.8px solid #b1b1b1;
        border-bottom: 1px solid #ffc107;
    }
    .carinsurencecover {
        width: 80% !important;
    }
    .mobileicon2 {
        display: none;
    }
    .dropbtn {
        padding-right: 20px;
        border: 1px solid #fe7805 !important;
        margin-right: 10px;
        border-radius: 3px !important;
        font-size: 15px;
        padding: 5px 10px;
        color: #fe7805 !important;
        background-color: #ce515100;
        font-weight: 500;
    }
    .header-main .dropdown>.btn-interactive {
        padding-right: 20px;
        border: 1px solid #fe7805 !important;
        margin-right: 10px;
        border-radius: 4px;
    }
    .loginbtn {
        font-size: 15px;
        padding: 6px 18px;
        color: #ffffff !important;
        background-color: #ff9800;
        font-weight: 800;
        border-radius: 4px !important;
    }
    .contacttab li {
        width: 50%;
    }
    .chatusphn {
        width: 30%;
    }
    .chatusinput {
        margin-left: 118px;
        min-width: 70%;
        margin-top: -46px;
    }
    .loginrmbr {
        padding-left: 25px !important;
        color: #222!;
    }
    .loginrmbr:hover {
        color: orangered !important;
    }
    .ytb-myacnt {
        margin-left: 0px;
        margin-top: 16px;
    }
    .ytb-myaccntpg {
        margin: 0 20px;
    }
   
    .cltwhite {
        color: #ffffff !important;
        font-size: 14px !important;
    }
    .rating-item {
        line-height: 1.25;
        margin-bottom: 9px;
    }
    .hotelfilter .sidebar-box .box-content {
        padding: 7px 0 7px;
        margin: 0 37px;
        border-bottom: 1px solid #edecec;
    }
    .tripadsrwidth {
        width: 34%;
    }
    .product-long-item .price {
        font-size: 12px;
        text-align: left;
        border-left: 0px solid #e3e5e7;
        padding-left: 0;
        line-height: 1.2;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .phonenumber {
        margin-top: 4px;
        margin-left: 0px;
        width: 100% !important;
    }
    .hstlzpcode {
        width: 100% !important;
        margin-left: 110%;
        margin-top: -22%;
    }
    .hstlzpcode2 {
        width: 41% !important;
        margin-left: 47%;
        margin-top: -10%;
    }
    .hstlzpcode3 {
        width: 42% !important;
        margin-left: 46%;
        margin-top: -12%;
    }
    .htlzp50 {
        width: 50% !important;
    }
    .detail-header {
        background: #fff;
        padding-top: 30px;
        padding-bottom: 0;
        margin-top: -40px;
    }
    .hotelavailablecard .form-group {
        margin-bottom: 0rem;
    }
    .room-item .content p {
        margin: 0 0 4px;
    }
    .htllbl {
        padding-left: 26px !important;
    }
    .carexpiryinfo1 {
        margin-left: 88% !important;
        top: 40px;
        position: absolute;
    }
    .car-important-info .media-body {
        margin-left: 20%;
    }
  
    .prnl-zipcode {
        max-width: 46%;
    }
    .prnl-zipcode2 {
        max-width: 53%;
        margin-top: 7px;
    }
    .emergencyphone {
        min-width: 31%;
    }
    .filterspinner {
        min-width: 100% !important;
        width: 0;
        margin-top: 12%;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .myaccountheader {
        margin: -20px -22px 0 -20px !important;
    }
    .widt-50 {
        width: 85% !important;
    }
    .booknow {
        font-size: 12px !important;
        padding: 3px 8px !important;
    }
   
    .hotelavailablecard {
        padding-bottom: 15px;
    }
    .t-r-l {
        text-align: left !important;
    }
    .paddinglf {
        padding: 15px 15px;
    }
} */

.hidecurrency0 {
    display: none !important;
}

.filterspinner {
    min-width: 35% !important;
    width: 0;
    margin-top: 12%;
}

.loc-icon .ui-autocomplete .ui-autocomplete-input {
    text-indent: 24px !important;
}

.btn-search {
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.mlb_8 {
    margin-top: 2px;
    margin-bottom: 2px;
}

.mlb_8 .media-body {
    flex: 1;
    padding: 3px !important;
    height: 36px !important;
}

.info-title {
    font-size: 18px;
    margin: 1rem 0 0.75rem;
    font-weight: 600;
    color: #002b5b;
}

.info-sub-title {
    margin: 0.5rem 0 0.25rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #212529;
    font-size: 14px;
}

.text-main-price {
    font-weight: 700;
}

.panel-heading .text-main-price {
    font-weight: 700;
}


/* duplicate */

.loader-n,
.loader-n:before,
.loader-n:after {
    border-radius: 50%;
    width: 2.2em;
    height: 2.2em;
    animation-fill-mode: both;
    animation: load7 1.8s infinite ease-in-out;
}

.loader-n {
    color: #0491e0;
    font-size: 10px;
    margin: 20px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader-n:before,
.loader-n:after {
    content: "";
    position: absolute;
    top: 0;
}

.loader-n:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader-n:after {
    left: 3.5em;
}


/* duplicate end */

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.scroll_up {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9;
}

.scroll_up a {
    border: none;
    outline: none;
}

.show_more {
    color: #0492de !important;
    background: transparent !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: underline;
}

.show_more:hover {
    text-decoration: none;
}

.buttonarea {
    padding-top: 10px;
}


/*new styles*/


/* duplicate */

.flightinputbtn input:checked~label {
    color: #000;
}

.flightinputbtn .custom-control-label::after {
    width: 20px;
    height: 20px;
    top: 4px;
    left: -25px;
}

.flightinputbtn .custom-control-label::before {
    width: 19px;
    height: 19px;
}

.flightinputbtn .custom-control-label {
    padding-top: 3px;
    padding-left: 1px;
    font-size: 14px !important;
}


/* duplicate end*/

.f-12 {
    font-size: 12px !important;
}

.header_topbanner {
    background: #3bbeb4;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.header_topbanner span {
    color: #fff;
    font-weight: 400;
}



/* .carcolwidth .p-0 {
    padding-left: 10px !important;
} */

.header-main .header-top .loginlink,
.header-main .header-top .createaccountlink,
.loginarea {
    font-size: 15px;
    font-weight: 600;
}

.loginarea {
    color: #606c78;
}

.header-main .header-top .loginlink {
    color: #0c7ebd;
}

.header-main .header-top .loginlink:hover {
    color: #0c7ebd;
    text-decoration: underline !important;
}

.header-main .header-top .createaccountlink {
    color: #53ad31;
    cursor: pointer;
}

.header-main .header-top .createaccountlink:hover {
    color: #53ad31;
    text-decoration: underline !important;
}

.logsection {
    position: relative;
}

.logsection .loginarea {
    padding-right: 60px;
}

.logsection .useravatar {
    position: absolute;
    width: 45px;
    height: 40px;
    right: 0;
    top: -5px;
}

.dropbtn[_ngcontent-serverApp-c1] {
    background-color: transparent !important;
}

.pay-sec {
    cursor: pointer;
    width: 35%;
}

.paddingtb {
    padding: 10px 0 10px 0;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.28);
}

.newsletter_outerbox {
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.06);
    margin-top: 1px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.newsletter_label {
    font-size: 20px;
    vertical-align: middle;
    text-align: right;
    padding-top: 6px;
}


/* .br-rgt{
    border-right:1px solid #e3e3e3;
} */

.helpcontent {
    border-top: 1px solid #e3e3e3;
    margin-top: 42px;
    padding: 0px 0;
    background: rgb(144 187 82);
}

.com_section {
    position: relative;
    /* background: #def0fc;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.07); */
    padding: 3px 10px;
    /* border-radius: 5px; */
    text-align: center;
}

.com_section .com_img {
    position: absolute;
    top: 8px;
    left: 25px;
    cursor: default;
}


/* .com_section:hover {
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    transition: all 0.8s ease-in-out;
} */

.com_section .com_SectionText {
    padding-left: 45px;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    height: 35px;
    display: table-cell;
    font-weight: 400;
    cursor: default;
}



.f img {
    background: url('fb-n.png') no-repeat left top;
}

.f img:hover {
    background: url('fb-n-h.png') no-repeat left top;
}

.t img {
    background: url('twit-n.png') no-repeat left top;
}

.t img:hover {
    background: url('twit-n-h.png') no-repeat left top;
}

.l img {
    background: url('in-n.png') no-repeat left -4px;
}

.l img:hover {
    background: url('in-n-h.png') no-repeat left top;
}

.i img {
    background: url('insta-n.png') no-repeat left top;
}

.i img:hover {
    background: url('insta-n-h.png') no-repeat left top;
}

.tu img {
    background: url('t-n.png') no-repeat left top;
}

.tu img:hover {
    background: url('t-n-h.png') no-repeat left top;
}

.p img {
    background: url('pin-n.png') no-repeat left top;
}

.p img:hover {
    background: url('pin-n-h.png') no-repeat left top;
}

.y img {
    background: url('youtube-n.png') no-repeat left top;
}

.y img:hover {
    background: url('youtube-n-h.png') no-repeat left top;
}

.btn-custom {
    background: #003680 !important;
    border-color: #003680 !important;
    /* background: #696e74 !important;
    border-color: #696e74 !important; */
    color: #fff;
}

.btn-custom:hover {
    background: #0391e0 !important;
    border-color: #0391e0 !important;
    color: #fff;
}

.starnone,
.labelnone .lblpdropdown .red {
    display: none;
}

.shortresultdesc {
    background: #def0fc;
    padding: 10px;
    margin-top: 20px;
}

.searchbuttonupdate {
    font-size: 14px;
    text-decoration: underline !important;
    color: #0077bb !important;
    font-weight: 600;
    padding-right: 20px !important;
}

.searchbuttonupdate:hover {
    text-decoration: none !important;
    color: #003680 !important;
}

.cpn-update {
    color: #00c108;
    cursor: pointer;
}

.cpn-update:hover {
    color: #496379;
}

.cpn-update-d {
    color: #ff6f42;
    cursor: pointer;
}

.cpn-update-d:hover {
    color: #222;
}

.searchbuttonupdate i {
    color: #0077bb;
    vertical-align: middle;
}

.searchbuttonupdate:hover i {
    color: #ff6400;
}

.sortlabel {
    margin-left: -15px;
}

.searchul {
    padding: 0;
    margin: 0;
}

.searchul li {
    float: left;
    font-size: 14px;
    font-weight: 600;
    color: #616d79;
    padding-right: 10px;
    /* letter-spacing: -0.5px; */
}

.mar-p-180 {
    margin-top: 180px;
}

.pad-0 {
    padding: 0px !important;
}

.searchul li.flightslist {
    padding-right: 10px;
}

.searchul li.flightslist2,
.datelist {
    padding-right: 10px !important;
    padding-left: 10px !important;
    border-right: 1.5px dotted #8795a2;
}

.noofadultlist {
    padding-left: 10px !important;
}

.bordergroup {
    border: 2px solid #5194db !important;
    border-radius: 5px;
    overflow: hidden;
    margin-left: -15px;
}

.bordergroup li:last-child {
    border-right: 0px solid #f4f4f4;
}

.flightcount {
    font-size: 15px;
    /* font-weight: 600; */
    text-align: right;
    padding-top: 35px;
    margin-right: -15px;
   
}

.paddinglf {
    padding: 0 15px;
}

.textright {
    text-align: right;
    font-size: 13px;
}

.filterheader {
    color: #000;
    font-weight: 700 !important;
    font-size: 18px;
    width: 50%;
}

.resetlink {
    color: #ff6b00 !important;
    text-decoration: underline !important;
    font-size: 14px;
}

.resetlink:hover {
    color: #222 !important;
}

.viewdetailsdiv {
    color: #e8e8e8;
}

.viewdetails {
    font-size: 12px;
    text-decoration: underline !important;
    color: #0077bb !important;
    font-weight: 700;
    cursor: pointer;
}

.viewdetails:hover {
    color: #ff6400 !important;
}

.viewdetails i {
    color: #0077bb;
    vertical-align: middle;
}

.viewdetails i:hover {
    color: #ff6400;
}

.downarrow {
    background: url('down-chevron.png') no-repeat;
    padding: 12px !important;
}

.uparrow {
    background: url('up-chevron.png') no-repeat;
    padding: 12px !important;
}

.arrowleft {
    background: url('angle-left.png') no-repeat;
    padding: 10px !important;
    position: relative;
    font-size: 0px;
    bottom: 2px;
}

.arrowright {
    background: url('arrow-right.png') no-repeat;
    padding: 8px !important;
    position: relative;
}

.downarrowblue {
    background: url('down-arrow_blue.png') no-repeat;
    padding: 12px !important;
    position: relative;
    bottom: -6px;
    vertical-align: -webkit-baseline-middle;
}

.viewdetailsdiv [data-toggle="collapse"] .fa:before {
    content: url('up-arrow_blue.png') !important;
    color: #0077bb !important;
    top: 0px !important;
}

.viewdetailsdiv [data-toggle="collapse"]:hover .fa:before {
    color: #ff6400 !important;
    top: 0px !important;
}

.viewdetailsdiv [data-toggle="collapse"].collapsed .fa:before {
    content: url('down-arrow_blue.png') !important;
    color: #0077bb !important;
    top: 0px !important;
}

.viewdetailsdiv [data-toggle="collapse"].collapsed:hover .fa:before {
    content: url('down-arrow_blue.png') !important;
    color: #ff6400 !important;
    top: 0px !important;
}

.viewbaseprc [data-toggle="collapse"] .fa:before {
    content: url('up-arrow_orange.png') !important;
    color: #0077bb !important;
    top: 4px !important;
}

.viewbaseprc [data-toggle="collapse"]:hover .fa:before {
    color: #ff6400 !important;
    top: 4px !important;
}

.viewbaseprc [data-toggle="collapse"].collapsed .fa:before {
    content: url('down-arrow_orange.png') !important;
    color: #0077bb !important;
    top: 4px !important;
}

.viewbaseprc [data-toggle="collapse"].collapsed:hover .fa:before {
    content: url('down-arrow_orange.png') !important;
    color: #ff6400 !important;
    top: 4px !important;
}

.changeFlight {
    font-size: 12px;
    text-decoration: underline !important;
    color: #0077bb !important;
    font-weight: 600;
    margin-top: 5px;
    cursor: pointer;
}

.changeFlight i {
    margin-right: 4px;
}

.letterx {
    width: 16px;
    float: right;
    margin-top: 10px;
    position: absolute;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}

.letterx:hover {
    filter: invert(224%);
}


/*end*/


/*26062020*/

.paddingleft0 {
    padding-left: 0 !important;
}

.paddingright0 {
    padding-right: 0 !important;
}

.paddingright20 {
    padding-right: 19px;
    font-weight: 700;
}

.selected-rules{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.farerules {
    border: 2px solid #d7eaf8;
    border-radius: 5px;
    padding: 7px 5px;
    color: #267dd4 !important;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
   
}

@media all and (max-width:430px) {
    .selected-rules{
        flex-direction: column;
    }
    .con_filghtdetails .con_header{
   font-size:16px;
  }
  .pay-5{
    font-size: 14px;
    }
}

@media all and (max-width:890px) {

    .trip-details{
        flex-direction: column;
        gap: 0px !important;
        font-size: 14px;
    }
}

.farerules i {
    padding-left: 30px !important;
}

.farerules:hover {
    border: 2px solid #ff6400;
    border-radius: 5px;
    padding: 5px;
    color: #ff6400 !important;
    font-size: 13px;
    font-weight: 700;
}


.lefttext {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.lefttext li {
    float: left;
}

.custbtn {
    text-transform: none !important;
    float: right;
}

.booknowtext {
    font-size: 20px;
    font-weight: 700;
    /* padding: 16px 0px 0px 30px; */
}

.booknowtext i {
    font-size: 22px;
    font-weight: 700;
}

.pricetext {
    font-size: 16px;
    font-weight: 700;
}

.textseatclass {
    font-size: 12px;
    font-weight: 500;
}

.cleardiv {
    clear: both;
    float: right;
    padding-top: 5px;
}

.ssl_bg {
    border-radius: 5px;
    border: 2px solid #d9dadd !important;
    padding: 15px !important;
}

.ticketcharge_hed {
    color: #267dd4 !important;
    font-weight: 700;
    position: relative;
    z-index: 3;
}

.bookwithtyb_bg {
    background: #fff !important;
    border-radius: 5px;
    border: 2px solid #d9dadd !important;
    padding: 15px !important;
}

.low_priceheader {
    font-size: 18px;
    font-weight: 700;
    color: #64bd3f;
   
}

.low_priceheader p span {
    color: #267dd4;
}

.ticketcharge_hed:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 10px;
    right: 0px;
    left: 0;
    z-index: -1;
}

.ticketcharge_hed:after {
    content: "";
    position: absolute;
    background: #ffffff;
    width: 70%;
    height: 20px;
    top: 0;
    right: 40px;
    left: 40px;
    z-index: -1;
}

.checkpout_reviewbox {
    background: #fff;
}

.checkpout_reviewbox_top {
    border: 2px solid #99c0eb;
    background: #f4fcff;
    padding: 15px 15px;
}

.checkpout_reviewbox_topp {
    border: 2px solid #99c0eb;
    background: #fff;
    padding: 15px 15px;
}

.shortresultdescreview {
    background: #357fd6;
    padding: 0px 10px;
    margin-bottom: 0px;
    color: #fff;
}

.shortresultdescreview .searchul li,
.shortresultdescreview .searchbuttonupdate {
    color: #fff !important;
    line-height: 25px;
}

.shortresultdescreview .flightrule {
    display: flex;
    gap: 10px;
}

.shortresultdescreview .changesearchdiv i {
    vertical-align: middle;
}

.shortresultdescreview .changesearchdiv [data-toggle="collapse"].collapsed .fa:before {
    content: url('down-arrow_white.png') !important;
    top: 0px !important;
}

.shortresultdescreview .changesearchdiv [data-toggle="collapse"].collapsed:hover .fa:before {
    color: #ffdd6a !important;
    content: url('down-arrow_white.png') !important;
    top: 0px !important;
}

.shortresultdescreview .changesearchdiv [data-toggle="collapse"] .fa:before {
    content: url('up-arrow_white.png') !important;
    top: 0px !important;
}

.shortresultdescreview .changesearchdiv [data-toggle="collapse"]:hover .fa:before {
    color: #ffdd6a !important;
}

.cbot_secdetailview {
    border-left: 5px solid #357fd6;
    border-right: 5px solid #357fd6;
}

.cbot_secdetailview-htl {
    border: 2px solid #dadada;
    padding: 10px 15px;
    box-shadow: hsl(0, 0%, 80%) 0 0 9px;
    margin-top: 15px;
    background: #f8fffe;
}

.cbot_secdetailview .card {
    border-top: solid 0px #bddef1 !important;
    padding: 3px 25px !important;
}

.shortresultdescreview .changesearchdiv a,
.shortresultdescreview .changesearchdiv a span {
    text-decoration: underline !important;
    font-size: 14px;
}

.shortresultdescreview .changesearchdiv a:hover,
.shortresultdescreview .changesearchdiv a span:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #ffdd6a !important;
    animation: anchor-underline 2s cubic-bezier(0, 0.5, 0, 1) infinite;
    border-color: #457dfb;
}

.cbot_secdetailview .cardheader {
    border-top: 2px solid #bedff2;
    border-bottom: 2px solid #bedff2;
    margin-bottom: 0;
}

.datelist1 {
    margin-top: 10px !important;
    padding-left: 10px;
    border-left: 1px dashed #000;
    margin-bottom: 10px !important;
    margin-left: 15px !important;
    padding-left: 15px !important;
}

.datelist1-white {
    margin-top: 10px !important;
    padding-left: 10px;
    border-left: 1px dashed #fff;
    margin-bottom: 10px !important;
    margin-left: 15px !important;
    padding-left: 15px !important;
}

.cbot_secdetailview .cardheader .searchul li h6 {
    font-weight: 600;
}

.ml10 {
    margin-left: 5px;
}

.shortresultdescreview .changesearchdiv .v {
    display: none;
}

.shortresultdescreview .changesearchdiv .collapsed .l {
    display: none;
}

.shortresultdescreview .changesearchdiv .collapsed .v {
    display: inline-block;
}

.c_toptextright {
    margin-top: 5px;
    text-align: left !important;
    padding-left: 22px !important;
}

.c_cityselected {
    color: #000;
    font-size: 14px;
    font-weight: 600;
  
}

.c_cityselected span {
    color: #337ed5;
    font-size: 14px;
    font-weight: 700;
   
}

.pt34 {
    padding-top: 34px;
}

.c_cityheading {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #002b5b;
    margin-top: 10px;
    padding-bottom: 10px;
    
}

.ec_font_subheading {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.ec_fontcustom {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.pt12 {
    padding-top: 8px;
}

.pricesection {
    color: #ff6400;
    font-size: 25px;
    font-weight: 700;
}

.padding10tb {
    padding: 10px 0;
}

.bookingcard_newtop {
    background: #fff;
    border: solid 2px #9dbee6;
    border-radius: 0 0 4px 4px;
}

.booking-form_new,
.bookingtabdatadiv {
    padding: 20px;
}

.subhed_bg_custom u {
    font-size: 13px !important;
    color: #97a1a7 !important;
    display: block;
    text-decoration: none;
    font-weight: 500;
}

.subhed_bg_custom .posrel u {
    font-size: 14px !important;
    color: #97a1a7 !important;
    display: block;
    text-decoration: none;
    font-weight: 600;
    padding-left: 35px;
}

.subhed_bg_custom {
   
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.booking-form_new label {
    margin: 0 !important;
    font-size: 14px !important;
    color: #000000;
    font-weight: 600 !important;
    top: 2px;
}


body .booking-form_new .ui-dropdown {
    border: 0px solid #9ac0eb !important;
    background: none !important;
}

body .booking-form_new .ui-calendar.ui-calendar-w-btn .ui-inputtext,
.booking-form_new .ui-inputtext {
    border: 0px solid #eeeced !important;
}

body .booking-form_new .ui-calendar.ui-calendar-w-btn .ui-inputtext {
    border: 2px solid #9ac0eb !important;
    border-radius: 4px !important;
}

body .booking-form_new .ui-dropdown .ui-dropdown-trigger {
    color: #9ac0eb;
}

.borderbottom {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 5px;
}

.borderbottom:after {
    border-bottom: 1px solid #e3e3e3;
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    bottom: 0;
}

.booking-form_new .ui-calendar-button {
    left: auto !important;
    right: 10px !important;
}

body .booking-form_new .ui-calendar.ui-calendar-w-btn .ui-inputtext {
    padding-right: 45px !important;
    padding-left: 10px !important;
}


/*end*/

.posrel {
    position: relative;
}

.customcheckbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.customcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Create a custom checkbox */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 2px solid #a5c6ec;
    border-radius: 5px;
}


/* On mouse-over, add a grey background color */

.customcheckbox:hover input~.checkmark {
    background-color: #ccc;
    border-radius: 4px;
}


/* When the checkbox is checked, add a blue background */

.customcheckbox input:checked~.checkmark {
    background-color: #2196f3;
    border-radius: 4px;
    border: 2px solid #135184;
}


/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the checkmark when checked */

.customcheckbox input:checked~.checkmark:after {
    display: block;
}


/* Style the checkmark/indicator */

.customcheckbox .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}


/*NEW STYLES 10072020*/

.error-404-wrapper {
    background: #f8fffe;
}

.errorpadding {
    margin: auto;
}

.errorpadding h4 {
    color: #e24c4b;
    font-size: 21px;
    font-weight: 600;
    line-height: 25px;
}

.callfreenumber {
    line-height: 17px;
    border-radius: 5px;
    margin: auto;
    padding: 10px;
}

.callfreenumber span {
    font-size: 18px;
    font-weight: 600;
    display: block;
}

.callfreenumber i {
    font-style: normal;
    font-size: 16px;
    padding: 5px;
}

.errorpadding a {
    text-decoration: underline !important;
}

.errorpadding a:hover {
    text-decoration: none !important;
}

.errorpadding h3 {
    color: #073c88;
    font-weight: 700;
}


/*END*/


/*confirmation styles*/

.con_outerdiv {
    border: 2px solid #e5e5e5;
    padding: 30px;
    box-shadow: 0px 0px 14px 1px rgba(0, 0, 0, 0.29);
    margin: 20px 0;
}

.con_outerdiv .logoarea {
    padding-bottom: 10px;
}

.con_outerdiv .logoarea img {
    height: 45px;
}

.con_tripinfo {
    border: 2px solid #dcecfb;
    padding: 5px 8px;
    position: relative;
    margin-bottom: 20px;
}

.con_tripinfo .con_trripsection1:after,
.con_tripinfo .con_trripsection2:after,
.con_tripinfo .con_trripsection3:after {
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    top: -10px;
    bottom: -10px;
    border-right: 1.5px dotted #dcecfb;
}

.con_tripinfo .con_trripsection span {
    font-size: 14px;
    color: #525252;
    
    font-weight: 600;
}

.con_tripinfo .con_trripsection div {
    font-size: 16px;
    color: #003680;
    font-weight: 700;
}

.con_filghtdetails {
    margin-bottom: 20px;
}

.con_filghtdetails .con_header {
    border: 2px solid #eee;
    padding: 5px 15px;
    background: #f6f6f6;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.con_copyright {
    padding-top: 20px;
    font-size: 14px;
}

.con_bot_textarea h3 {
    font-size: 20px !important;
    font-weight: 700;
}

.con_bot_textarea {
    padding-top: 25px;
}

.con_bot_textarea p {
    padding-bottom: 10px;
}

.con_bot_textarea p a {
    text-decoration: underline !important;
}

.con_bot_textarea p a:hover {
    text-decoration: none !important;
}

.con_b_buttons {
    padding: 0px 0px;
}

.con_b_buttons .con_header {
    font-size: 18px;
    font-weight: 700;
}

.con_b_buttons .bluebutton {
    width: 100%;
    text-align: left;
    background: #003680;
    padding: 10px 12px !important;
    border-radius: 5px !important;
    color: #fff !important;
    text-transform: none !important;
    font-weight: 600;
    min-height: 40px;
    display: block;
    margin-bottom: 10px;
}

.con_b_buttons .bluebutton:hover {
    background: #0391e0;
}

.con_flighttabs table th {
    background: #357fd6 !important;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-top: none !important;

    font-size: 13px;
    padding: 3px 3px !important;
    font-weight: 600;
    vertical-align: middle;
    width: 20%;
}

.con_flighttabs table td {
    font-size: 13px;
}

.flighttable {
    border-bottom: 1px solid #ccc !important;
}

.ancillary table td,
table th {
    padding: 0.1rem 0.1rem !important;
}

.digi-sec {
    width: 90px;
    height: 40px;
    /* margin-top: 5px; */
    cursor: pointer;
}

.digi-sec-footr {
    width: 100px;
    height: 45px;
    /* margin-top: 5px; */
    cursor: pointer;
}

.nortn-sec-footr {
    width: 100px;
    height: 58px;
    /* margin-top: 5px; */
    cursor: pointer;
}

.con_user_info a {
    text-decoration: underline !important;
}

.con_user_info a:hover {
    text-decoration: none !important;
}

.cbot_sec .card {
    padding: 0px 15px;
    border: none;
    margin-top: 0px;
    background: #f8fcff;
}

.con_padding {
    padding: 20px;
    border: 2px solid #eee;
    border-top: 0;
}

.con_secdetailview {
    border: 2px solid #def0fc;
    border-top: 2px solid #def0fc;
}

.con_secdetailview .cardheader {
    border-top: 2px solid #bedff2;
    border-bottom: 2px solid #bedff2;
    margin-bottom: 0;
}

.con_secdetailview .cardheader .searchul li h6 {
    font-weight: 600;
}

.con_secdetailview .cardheader .searchul li h6 span {
    font-weight: 700;
    font-size: 16px;
}

.con_secdetailview .card {
    border-top: 0 solid #bddef1 !important;
    padding: 8px 8px !important;
}


/*end*/


/*form element styles*/

.outerborder .table tr td {
    vertical-align: middle !important;
}

.customlinks {
    text-decoration: underline !important;
    color: #0077bb !important;
    font-weight: 600;
    cursor: pointer;
}

.customlinks:hover {
    color: #222 !important;
}

.booking-form_new,
.paymenttabdatadiv {
    position: relative;
}

.booking-form_new .form-group,
.paymenttabdatadiv .form-group {
    position: relative;
}

.booking-form_new .form-control,
.paymenttabdatadiv .form-control {
    height: 50px !important;
    padding: 5px;
    border: 2px solid #a5c6ec !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    border-radius: 4px !important;
    transition: 0.2s all !important;
    line-height: 30px;
}

.booking-form_new .form-control::placeholder {
    color: #dfe5e9 !important;
}

.booking-form_new .form-control:focus,
.paymenttabdatadiv .form-control:focus,
body .booking-form_new .ui-calendar.ui-calendar-w-btn .ui-inputtext:focus {
    background: #f9fafb !important;
}

.booking-form_new select.form-control,
.paymenttabdatadiv select.form-control {
    appearance: none;
}

.booking-form_new select::-ms-expand,
.paymenttabdatadiv select::-ms-expand {
    appearance: none;
    display: none;
}


/* IE11 hide hacks*/

select::-ms-expand {
    display: none;
}

.booking-form_new select::-ms-expand,
.paymenttabdatadiv select::-ms-expand {
    display: none;
}

.booking-form_new .form-control:hover,
.paymenttabdatadiv .form-control:hover,
body .booking-form_new .ui-calendar.ui-calendar-w-btn .ui-inputtext:hover {
    border: 2px solid #5194db !important;
}

.booking-form_new select.form-control+.select-arrow,
.paymenttabdatadiv select.form-control+.select-arrow {
    position: absolute;
    right: -4px;
    top: -2px;
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    color: #5194db;
    font-size: 14px;
}

.booking-form_new select.form-control+.select-arrow:after,
.paymenttabdatadiv select.form-control+.select-arrow:after {
    content: "\279C";
    display: block;
    transform: rotate(90deg);
    position: relative;
    top: 10px;
    right: 5px;
}

.booking-form_new .form-label,
.paymenttabdatadiv .form-label,
.customlabelcalendar .lblpdropdown {
    z-index: 1;
    position: absolute;
    top: -2px;
    left: 10px;
    font-weight: 500 !important;
    line-height: 7px;
    height: 7px;
    font-size: 13px !important;
    color: #7e8792;
    font-weight: 600 !important;
    background-color: #fff;
}

.booking-form_new .form-label_customphone {
    left: 30px !important;
}

.booking-form_new .form-checkbox input {
    position: absolute !important;
    margin-left: -9999px !important;
    visibility: hidden !important;
}

.booking-form_new .form-checkbox label {
    position: relative;
    padding-top: 4px;
    padding-left: 30px;
    font-weight: 700;
    color: #191a1e;
}

.booking-form_new .form-checkbox label+label {
    margin-left: 15px;
}

.booking-form_new .form-checkbox input+span {
    position: absolute;
    left: 2px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #dfe5e9;
    border-radius: 50%;
}

.booking-form_new .form-checkbox input+span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background-color: #4fa3e3;
    transform: translate(-50%, -50%);
    transition: 0.2s all;
}

.booking-form_new .form-checkbox input:not(:checked)+span:after {
    opacity: 0;
}

.booking-form_new .form-checkbox input:checked+span:after {
    opacity: 1;
    width: 10px;
    height: 10px;
}

body .booking-form_new .ui-dropdown .ui-dropdown-trigger {
    background: none !important;
}

.booking-form_new .form-label_enterphone {
    left: 25px !important;
}

body .booking-form_new .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon {
    left: auto;
    margin-top: -8px;
    margin-left: 0;
}

.phoneformatall2 {
    padding-top: 0px;
}

body .booking-form_new .ui-calendar.ui-calendar-w-btn .ui-inputtext {
    height: 40px !important;
    padding: 5px !important;
    color: #191a1e !important;
    border: 2px solid #a5c6ec !important;
    font-size: 14px !important;
}

body .booking-form_new .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
    top: 12px;
}

body .booking-form_new .ui-inputtext {
    height: 30px !important;
    background: none !important;
    padding: 0 !important;
    border: 0px solid #a6a6a6 !important;
    transition: border-color 0 !important;
    appearance: none !important;
}

body .booking-form_new .pi-chevron-down:before {
    color: #5194db !important;
    font-size: 14px !important;
    content: "\279C" !important;
    transform: rotate(90deg);
    display: block;
}

.bookingtabdatadiv .customcheckbox {
    float: left;
}

.subhed_bg_custom .posrel u {
    padding-top: 2px;
}

.booking-form_new .text-danger,
.paymenttabdatadiv .text-danger {
    font-size: 12px;
    display: block;
    line-height: 12px;
    padding-top: 4px;
}

.marginb15 {
    margin-bottom: 15px;
}

.mt20 {
    margin-top: 20px !important;
}

.normalweight {
    font-weight: 500;
}

.paymenttabdatadiv .form-controltextarea {
    height: 235px !important;
    width: 100% !important;
    overflow: scroll;

    >div{
        margin-left: 10px !important;
    }
    
}

.paymenttabdatadiv textarea.form-controlcustom {
    height: 166px !important;
    width: 100% !important;
    font-size: 13px;
    line-height: 21px;
    margin-top: 15px;
}

.errorouterdiv h3 {
    font-size: 20px !important;
    font-weight: 700;
    color: #ff0000;
    padding-top: 15px;
}

.error-mg-hed span {
    font-size: 22px;
    color: #002b5b;
    font-weight: 600;
    text-transform: uppercase;
}

.errorouterimg {
    height: 100%;
}

.jfc {
    justify-content: center !important;
}

.err-cal {
    background: aliceblue;
    padding: 9px 4px;
    border: 1px dashed #ddd;
    font-size: 18px !important;
}

.errorouterdiv {
    background: #fff;
    /* width: 700px; */
    margin: auto;
    box-shadow: hsl(0, 0%, 80%) 0 0 9px;
    border-radius: 0px;
    padding: 15px;
}

.messagesdiv {
    padding: 3px;
    background: #f8d7da;
    border-radius: 0px;
    margin-bottom: 10px !important;
}

.messagesdiv ul {
    padding: 0;
    margin: 0;
    clear: both;
}

.messagesdiv ul li {
    float: left;
    text-align: left !important;
    color: #721c24;
    padding-left: 5px;
}

.messagesdiv ul li.firstchild {
    padding-right: 20px;
    position: relative;
}

.messagesdiv ul li.firstchild:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    border-left: 1px dashed #ccc;
}

.messagesdiv hr {
    clear: both;
    border: 0;
}

.messagesdiv ul li h3 {
    font-size: 16px !important;
    margin-bottom: 2px !important;
}

.messagesdiv_warning {
    border: 1.5px solid #f3edc9;
    background-color: #fff3cd;
}

.messagesdiv_warning ul li h3 {
    color: #6f5a17 !important;
}

.messagesdiv_warning ul li.firstchild img {
    background: url('Alert.svg') no-repeat;
}

.modal-title {
    font-size: 18px !important;
    font-weight: 700 !important;
}

.modal-header {
    border-bottom: solid 1px #d7eaf8 !important;
}

.modal-content {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    border: solid 2px #d7eaf8 !important;
    display: inline-block !important;
}

.vdc_city i {
    color: #6d7984;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
}

.c_b_links {
    background: #f9f9f9;
    padding: 6px 15px;
    border-radius: 0 0 5px 5px;
}

.mt4 {
    margin-top: 4px;
}

.modal-body {
    margin-bottom: 10px;
}

.sgn-cre {
    display: none;
}

.c_timeore {
    color: #f67a24 !important;
    font-size: 18px;
    font-weight: 600;
}

.form-group.ytb-newslater input {
    background: #f4f6f8;
    height: 44px;
    padding: 5px 15px;
    border-radius: 5px 0px 0px 5px;
    font-size: 15px;
}


body .ui-calendar.ui-calendar-w-btn .ui-inputtext:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.input--style-1:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}

.input--style-1:hover {
    border-color: none !important;
}



.form-icon-left.typeahead__container img {
    width: 20px;
    z-index: 2;
}

.t-r-l {
    text-align: right;
}

.currencyscroll ul {
    width: 100%;
}

.form-bg-light,
.form-bg-light {
    height: 50px !important;
    border-radius: 0px;
    border: 1px solid #a6a6a6 !important;
}

label.ng-tns-c8-5.ui-dropdown-label.ui-inputtext.ui-corner-all.ng-star-inserted {
    border: 0px solid #dcdbdb !important;
}


/*end*/

  @media (max-width: 600px) {
   /* .borderrightsec {
        border-right: 0 !important;
        padding: 0 15px;
        margin-right: 0 !important;
    }
    .c_city span {
        display: block !important;
    }
    .crd_pricebg .pbg_class,
    .crd_pricebg .pbg_price {
        text-align: center;
    }
    .crd_pricebg {
        padding: 0 15px 10px !important;
        min-height: 99px !important;
    }
    .f-line {
        margin-left: 22px;
    }
    .mb-4,
    .my-4 {
        margin-bottom: 1.1rem !important;
    }
    #wishlist .container {
        padding: 0 !important;
    }
    #wishlist .paddingleft0 {
        padding-left: 15px !important;
    }
    #wishlist .paddingright0 {
        padding-right: 15px !important;
    }
    .paddinglf {
        padding: 0 0px;
    }
    .sortlabel,
    .bordergroup {
        margin-left: 0;
    }
   
    .booking-form_new,
    .bookingtabdatadiv {
        padding: 10px 15px;
    }
    .booking-form_new .form-label_enterphone {
        left: 25px !important;
    }
    .help_div_text {
        padding-left: 15px;
        border-left: 0px dotted #9ac0eb;
    } */
    .outerpadding {
        padding: 0 5px !important;
    }
    /* .con_outerdiv {
        padding: 0 15px;
    }
    .con_tripinfo .con_trripsection1:after,
    .con_tripinfo .con_trripsection2:after,
    .con_tripinfo .con_trripsection3:after {
        border-right: 0px dotted #dcecfb;
    }
    .con_filghtdetails {
        position: relative;
        overflow: auto;
        width: 100%;
    }
    .con_copyright {
        padding-bottom: 20px;
    } */
} 


/* @media (max-width: 768px) {
    .mar-top-200 {
        margin-top: -315px;
    }
    .toph-bn-btn-flight {
        right: 8.5% !important;
    }
    .toph-bn-btn-hotel {
        right: 8.5% !important;
    }
    .toph-bn-btn-sightseeing {
        right: 8.5% !important;
    }
    .flight-auto-cmpt-flight {
        left: 22px;
    }
    .form-icon-left.typeahead__container img {
        font-size: 13px !important;
    }
    .flight-auto-cmpt {
        left: 12px !important;
    }
    .flight_drop ul li {
        padding: 8px 10px 8px 0px !important;
    }
    .pad-lf {
        padding-left: 0px !important;
    }
    .hoteldescription {
        padding-top: 20px;
    }
    .pricetext {
        font-size: 17px;
    }
    .farerules {
        font-size: 12px;
    }
    .booknowtext {
        font-size: 17px;
       
    }
    .hd-lr {
        display: block !important;
    }
    .loginarea img {
        display: none;
    }
    .logsection .loginarea {
        position: relative;
        right: 0px;
        bottom: 10px;
    }
    .logsection .useravatar {
        right: 0px;
        top: -8px;
    }
    .header-main .header-top .header-logo img {
        height: 40px !important;
    }
    .sgn-cre a i {
        font-size: 20px;
    }
    .sgn-cre {
        display: none;
        position: relative;
        right: 54px;
    }
    .logsection .loginarea {
        position: relative;
        right: 0px;
        bottom: 10px;
    }
    .header-main .header-top .mini-menu>ul {
        display: inline;
    }
    .booking-form_new,
    .bookingtabdatadiv {
        padding: 10px 10px;
    }
    .booking-form_new .form-label,
    .paymenttabdatadiv .form-label,
    .customlabelcalendar .lblpdropdown {
        top: -3px;
        left: 10px;
        line-height: 10px;
        height: 9px;
        font-size: 12px !important;
    }
    .newsletter_label {
        text-align: center;
    }
    .com_section .com_SectionText {
        font-size: 14px;
    }
    body .booking-form_new .ui-dropdown .ui-dropdown-trigger .ui-dropdown-trigger-icon {
        right: 10px;
    }
    .seatmap_hintview li {
        padding: 10px 10px !important;
    }
    .paymentbox {
        margin-bottom: 10px;
        padding: 8px !important;
    }
} */

.totallabel {
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
}
.hlp-priit a {
    padding: 9px 0px;
}

/* @media (max-width: 480px) {
    .menu-horizontal-05 ul li button {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 1;
        font-weight: 600;
        text-align: center;
        padding: 7px;
        background-color: #267dd4;
        height: 46px;
        border-right: 0.8px solid #b1b1b1;
        border-bottom: 0px solid #ffc107;
    }
    .flight-auto-cmpt-cty {
        padding-left: 0px !important;
    }
    .hotelavailablecard {
        padding: 10px !important;
    }
    .bor-rt-one {
        border: none;
    }
    .htl-cfmb h5 {
        word-break: break-word;
        font-size: 15px;
    }
    .ribbon4 {
        top: 10px !important;
        left: 0px;
        padding: 5px 75px;
        background: transparent;
        box-shadow: none;
        color: #f57c00 !important;
    }
    .hoteldescription {
        height: 40px;
        padding-top: 0px !important;
    }
    .htl-ser .input-group {
        bottom: 65px;
    }
    .c_planebg {
        width: 60%;
        margin: auto;
        top: 2px;
    }
    .flightinputbtn .custom-control-label {
        font-size: 13px !important;
    }
    .sgn-cre {
        bottom: 16px;
    }
   
    .mini-menu.text-center.mar-r-65 {
        display: none;
    }
   
    .header-main .btn.btn-toggle.collapsed:before {
        width: 40px;
        height: 40px;
        top: -10px;
        position: relative;
    }
} */

.thumps {
    color: #22b8cf;
    font-size: 28px;
}

/* @media (min-width: 768px) {
    .alert i {
        font-size: 25px;
        color: #fff;
    }
} */


/* model window */

.modal-area .farelabel {
    float: left;
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: +2;
    background: #2196f3;
    color: #fff !important;
    transition: all 0.5s ease-in-out;
    width: 50%;
    margin-top: 25px;
}

.currency-rw li {
    display: flex;
    width: 33%;
    display: -webkit-box;
    float: left;
}

.bordergroup {
    border: 2px solid #5194db !important;
    border-radius: 5px;
    overflow: hidden;
    margin-left: -15px;
    display: block !important;
}

.widt-50 {
    width: 50%;
}

.pad-20 {
    padding: 20px;
}

.transition {
    cursor: pointer;
}


/*paymenttable*/


/* check start */

#payment input {
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    width: 200px;
}

#payment {
    border-radius: 5px;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
}

#payment td,
#payment th {
    padding: 5px;
    font-size: 13px;
}

#payment tr:nth-child(even) {
    background-color: #f2f2f2;
}

#payment tr:hover {
    background-color: #ddd;
}

#payment th {
    text-align: left;
    background-color: #7cda76;
    color: white;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 200px;
}


/* check end */


/*paymenttable end*/


/*timer*/

.clock-col {
    text-align: center;
    width: 85px;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}

.clock-timer {
    font-size: 20px;
    margin-bottom: 0 !important;
    color: #fff;
    font-weight: 600;
}

.clock-label {
    color: rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-top: 0px;
}

.clock-t {
    background: #5194db;
    margin-bottom: 10px;
    padding: 5px;
    display: flex;
    border-radius: 4px;
    width: 120px;
}


/* end */

.custom-activities-list .card-body {
    padding: 10px;
    border-radius: 0 !important;
    background-color: #fff !important;
}


/*hotel search*/

.ribbon4 {
    position: absolute;
    top: -4px;
    right: 6px;
    padding: 5px 0px;
    width: 97%;
    background: #ffd700;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
    color: #212121;
    font-size: 13px;
    text-align: center;
    font-weight: 600;
}

.ribbon4:before,
.ribbon4:after {
    content: "";
    position: absolute;
    right: 0px;
}

body .p-chkbox .p-chkbox-box {
    border-radius: 3px !important;
    width: 16px !important;
    height: 16px !important;
    border: 1.5px solid rgb(111 112 113) !important;
}

.btn-wide {
    padding-left: 30px !important;
    padding-right: 30px !important;
    background-image: linear-gradient(180deg, #065af3, #339cf1);
    border-radius: 0px !important;
}

.btn-wide:hover {
    background-image: linear-gradient(180deg, #339cf1, #065af3);
}

.view-mp {
    font-weight: 600;
    padding-left: 2px;
    position: relative;
    top: 1px;
    font-size: 13px;
    color: #007ad9 !important;
}

.view-mp:hover {
    color: #ffa500 !important;
    text-decoration: underline;
}

.ldn-name {
    font-size: 13px;
    position: relative;
    top: 2px;
    font-weight: 600;
    padding-right: 13px;
    color: rgb(79, 111, 143);
}

.f12 {
    font-size: 12px !important;
    font-weight: 600;
    padding-left: 4px;
    color: #212121 !important;
}

.htl-m {
    width: 100%;
    padding: 0px 15px 0px 15px;
    margin-bottom: 8px;
}

.pad-15-10 {
    padding: 5px 10px 15px 0px;
}

.bs-n {
    box-shadow: none !important;
}

.sorting-box {
    border: 0px;
    border-bottom: 3px solid #0c8bd2;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    background: transparent;
    margin-bottom: 5px;
}

.ytb-search-results-sort-list>li>a {
    color: #0491e0;
    min-height: 35px;
    background: transparent;
    font-size: 16px;
}

.ytb-search-results-sort-list>li>a:first-child {
    padding-left: 10px;
}

.ytb-search-results-sort-list>li>a:hover {
    color: #ff6b00 !important;
}

.ytb-search-results-sort-list>li>a.active {
    background-color: transparent;
    color: #ff6b00;
    position: relative;
}

.ytb-search-results-sort-list>li>a.active:before {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 16px);
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #0c8bd2;
}

.htl-ser .input-group {
    position: absolute;
    right: 17px;
    margin-bottom: 0px !important;
    height: 30px !important;
    border-bottom: 1px solid #ccc !important;
    font-size: 12px !important;
    border-radius: 0px !important;
    width: 300px;
}

.htl-ser .form-control {
    border: none !important;
    height: 30px !important;
    border-bottom: 1px solid #ccc !important;
}

.htl-ser .input-group-text {
    background-color: #f5771e;
    border: none !important;
    color: #fff !important;
    border-radius: 0px !important;
}

.htl-ser .form-control:focus {
    border-bottom: 1px solid #f5771e !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.htl-ser .form-control:hover {
    border-bottom: 1px solid #f5771e !important;
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.prb-3 {
    position: relative;
    margin-right: 0px;
    left: -5px;
}

body .p-chkbox .p-chkbox-box .p-chkbox-icon {
    font-size: 14px !important;
    color: #000;
    font-weight: 800;
}

body .p-chkbox .p-chkbox-box.p-state-active {
    border-color: #fff;
    background-color: #fff !important;
}

.hstl_yas-bg {
    background-color: #f8fffe;
}

.bedr-clr-light-b {
    border: 2px solid #1486c58c !important;
}

.htl-loder {
    text-align: center;
    margin: 0 auto;
}

.htl-loder span {
    font-size: 18px;
    font-weight: 600;
    padding: 8px;
}

.hstl_tp-hd {
    background-color: rgb(244, 246, 248);
    height: auto;
}

.b-ser-tph {
    background: white;
    padding: 10px 20px;
    color: #0491e0 !important;
    box-shadow: rgb(4 145 224) 0px 0px 0px 2px inset;
    font-weight: 600;
}

.b-ser-tph:hover {
    color: #ff8730 !important;
    box-shadow: rgb(255 135 49) 0px 0px 0px 2px inset;
}

.htl-p15 {
    padding-top: 15px;
}

.htl-dpdwn {
    left: 5px !important;
    right: 5px !important;
    top: calc(100% + -25px) !important;
}

.htl-listroom {
    padding: 0px !important;
}

.htl-list-room__footer {
    border-top: 1px solid #e5e5e5 !important;
}

.hstl_tp-hd .ui-autocomplete .ui-autocomplete-input {
    padding-left: 25px;
}

.htl-ser-ico {
    position: absolute;
    top: 12px;
    left: 4px;
}

.htl-ser-ico2 {
    position: absolute;
    top: 12px;
    left: 8px;
}

.htl-ser {
    position: absolute;
    right: 22px;
    font-size: 14px;
    font-weight: 600;
    top: 9px;
}

.po-re {
    position: relative;
    right: 20px;
}

.f-icn {
    font-size: 16px;
    position: relative;
    top: 7px;
    left: -2px;
}

.amen-te-b {
    color: #02c72f !important;
}

.clearfix {
    clear: both;
}

.scroll-bar-wrap {
    position: relative;
}

.htlscroll-box {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}

.htlscroll-box::-webkit-scrollbar {
    width: 0.4em;
}

.htlscroll-box::-webkit-scrollbar,
.htlscroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.htlscroll-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.cover-bar {
    position: absolute;
    background: #fff;
    height: 100%;
    top: 0;
    right: 0;
    width: 0.4em;
    opacity: 1;
}


/* MAGIC HAPPENS HERE */

.scroll-bar-wrap:hover .cover-bar {
    opacity: 0;
}

.hotelfilter .ui-chkbox-label:hover {
    color: #5f5d5d;
}

.amentiesdiv [data-toggle="collapse"] .fa:before {
    content: url('down-arrow_blue.png') !important;
    color: #0077bb !important;
    position: relative;
    right: 5px;
}

.amentiesdiv [data-toggle="collapse"]:hover .fa:before {
    content: url('up-arrow_blue.png') !important;
    color: #ff6400 !important;
    position: relative;
    right: 5px;
}

.amentiesdiv [data-toggle="collapse"].collapsed .fa:before {
    content: url('down-arrow_blue.png') !important;
    color: #0077bb !important;
    position: relative;
    right: 5px;
}

.amentiesdiv [data-toggle="collapse"].collapsed:hover .fa:before {
    content: url('down-arrow_blue.png') !important;
    color: #ff6400 !important;
    position: relative;
    right: 5px;
}

.custom-info .fa-times-circle:before {
    content: url('close.png') !important;
}

.fa-arrow-circle-right:before {
    content: url('right-arrow.png') !important;
}

.fa-arrow-circle-left:before {
    content: url('left-arrow.png') !important;
}

.htl-close {
    position: absolute !important;
    right: 6px !important;
    top: 6px;
}

.htl-close span img {
    position: relative;
    right: 5px;
}

#exampleModal .modal-dialog {
    pointer-events: auto !important;
    max-width: 640px !important;
    top: 50px;
}

#exampleModal .maxWidth790 {
    max-width: 1040px !important;
}

#checkinfo-modal .maxWidth1200 {
    max-width: 1150px !important;
}

.width1000 {
    width: 1000px !important;
}

#width1000 {
    width: 1000px !important;
}


/*check start */

.fa-arrow-circle-right:before {
    content: url('right-arrow.png') !important;
}

.fa-arrow-circle-left:before {
    content: url('left-arrow.png') !important;
}

#exampleModal .fa-arrow-circle-left:before {
    content: url('left-arrow.png') !important;
    position: absolute;
    right: 20px;
}

#exampleModal .fa-arrow-circle-right:before {
    content: url('right-arrow.png') !important;
    position: absolute;
    left: 20px;
}


/*check end */

.detail-header .location {
    font-size: 13px;
    text-transform: capitalize !important;
    font-weight: 600 !important;
    color: #0491e0 !important;
    padding-top: 7px;
}

.detail-header.price {
    border-left: 1px solid #cccc;
    padding-left: 35px;
}

.churrum {
    border-radius: 0px !important;
    background: #fff !important;
    border: 2px solid #0390df !important;
    color: #0390df !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    padding: 3px 10px !important;
    margin-top: 12px;
}

.churrum:hover {
    border: 2px solid #f5771e !important;
    color: #f5771e !important;
}

.ppn {
    font-size: 14px !important;
    font-weight: 500;
    padding-left: 4px;
    color: rgb(79 111 143);
    padding-top: 5px;
    text-align: right;
}

.ht-rp {
    padding: 1px 7px !important;
}

.usr-rtng {
    color: #222;
    font-weight: 600;
    padding-right: 7px;
    border-right: 2px solid #222;
    margin-right: 7px;
    font-size: 14px;
}

.hd-bg {
    background: #ffffff00;
}

.pad-40 {
    padding-top: 40px;
}


/* check start */

.m {
    border-radius: 5px;
    margin: 20px 0;
    background: #fff;
    color: #222;
}

.t {
    display: flex;
    border: 1px solid #74747428;
    border-radius: 5px 5px 0px 0px;
    padding: 10px;
}

.b {
    display: flex;
    padding: 16px 18px;
    border: 1px solid #74747428;
    border-top: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.l {
    margin-right: 12px;
}

.r {
    padding: 0px !important;
}

.rs {
    font-size: 14px;
    margin-top: 5px;
    color: rgb(79 111 143);
}


/* check end */

.htl_inclusion {
    display: inline-block !important;
    text-transform: capitalize;
}

.roomCard span {
    line-height: 20px;
}

.p-b-r {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.syr-bt {
    padding: 2px 10px !important;
    background-image: linear-gradient(180deg, #065af3, #339cf1);
    border-radius: 0px !important;
    text-transform: capitalize;
}

.mtrl {
    position: absolute;
    bottom: 62px;
    right: 0px;
}

.select-ribbon {
    background: #10a016;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    position: absolute;
    top: -2px;
    right: -12px;
    width: 70%;
    box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.3);
}

.hr-org {
    color: #fe7805;
    font-size: 14px !important;
    text-transform: capitalize;
    position: relative;
    bottom: 4px;
}

.htldetailscroll-box {
    width: 100%;
    max-height: 600px;
    overflow-y: scroll;
}

.htldetailscroll-box::-webkit-scrollbar {
    width: 0.4em;
}

.htldetailscroll-box::-webkit-scrollbar,
.htldetailscroll-box::-webkit-scrollbar-thumb {
    overflow: visible;
    border-radius: 4px;
}

.htldetailscroll-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

.scroll-bar-wrap:hover .cover-bar {
    opacity: 0;
}

.htl-sticky {
    position: sticky;
    right: 5%;
    top: 63px;
    z-index: 1;
}

.place-item .htl_inclusion {
    padding-left: 11px !important;
}

.loc_clr {
    color: #0491e0;
}

.htl_loc li span:hover {
    color: #f5771e !important;
}

.htl_crd {
    display: flex;
    padding: 12px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 6px 3px rgba(125, 125, 125, 0.1);
    border: solid 1px #f0f0f0;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    margin-top: 16px;
}

.htl_prc_clr {
    color: #00ad00c7 !important;
}

.htl_prc_btn {
    width: 100% !important;
    background-image: linear-gradient(180deg, #fe7805, #fe7805) !important;
}

.htl_prc_btn:hover {
    width: 100% !important;
    background-image: linear-gradient(180deg, #fe7805, #b15404) !important;
}

.htl_prc_cancel {
    text-decoration: underline;
    position: absolute;
    top: 8px;
}

.htl_prc_img {
    position: absolute;
    top: -9px;
    right: -24px;
}

.htl-res {
    border-right: 1px solid #ccc;
}

.txt-ovr-ecp {
    text-overflow: ellipsis;
    width: 234px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.align-center {
    text-align: center !important;
    background-color: #eefffa94;
}

.ancillarytab ul {
    display: flex;
    padding: 3px;
    flex-direction: row;
}

.ancillarytab ul li {
    padding: 0px 5px;
}

.sizo-img {
    height: 125px !important;
}

.sizo-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.detail-header h3 {
    line-height: 1.2;
    font-weight: 700;
    margin: 0px;
    color: #222;
    font-size: 23px !important;
}

.trintxt {
    color: #fff;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.htl-bdg-ch i {
    padding: 6px 0px 0px 0px !important;
    font-size: 20px !important;
    border-radius: 0px !important;
    margin-bottom: 8px;
    color: #f5771e;
}

.pos-t-l {
    position: relative;
    top: 3px;
    left: 4px;
}

.htl-s span.font12.text-danger {
    position: absolute !important;
    bottom: 4px !important;
    right: 0px !important;
}

.wp-100 {
    width: 100px;
}

.badge-orng {
    color: #fff;
    background-color: #f5893c;
}

.htl-py-txt {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.htl-carexpiryinfo1 {
    position: absolute;
    right: 3%;
    top: 12px;
}

.htl-form-label {
    z-index: 1;
    position: absolute;
    top: -2px;
    left: 10px;
    font-weight: 600 !important;
    line-height: 7px;
    height: 7px;
    font-size: 13px !important;
    color: #7e8792;
    background-color: #fff;
}

.mm-auto {
    margin: 0px 0px 20px auto;
    text-align: center;
}

.bn-org {
    background: #f5893c !important;
}

.bn-org:hover {
    background: #ff5500 !important;
}

.htl-invd .htl-r {
    padding-top: 10px;
}

.htl-ch-in {
    background: #f8fffe;
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin-left: 0px !important;
    margin-bottom: 30px;
}

.htl-ch-in-r {
    background: #f8fffe;
    padding: 10px;
    min-height: 148px;
    box-shadow: hsl(0, 0%, 84%) 0 0 11px;
}

.htl-in {
    font-size: 20px;
    color: #002b5b;
    font-weight: 600;
    letter-spacing: -1.1px;
}

.htl-rs-c span {
    padding: 2px 4px;
}

.htl-rs-c span img {
    padding-right: 3px;
}

.clr-b-cd {
    color: #002b5b !important;
}

.htl_prc_clr-trav {
    color: rgb(0, 173, 0) !important;
    font-size: 15px;
}

.total .clr-b-cd span {
    font-size: 18px !important;
}

.hotelphn span.help-block {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: 4px;
}

.htl-dv1 {
    width: 3%;
}

/* .htl-dv2 {
    width: 17%;
    margin-right: 2%;
} */

.htl-dv3 {
    width: 30%;
}

.htl-dv4 {
    width: 46%;
    margin-right: 2%;
}

.cbot_sec.cbot_secdetailview-htl .image {
    height: 152px;
}

.cbot_sec.cbot_secdetailview-htl .image img {
    height: 100%;
}

.v-cfm-cnt h4 {
    font-size: 24px;
    color: #029a01;
    font-weight: 600;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
}

.v-cfm-cnt p {
    padding-left: 46px;
    font-size: 14px;
}

.successfade {
    background: rgba(0, 0, 0, 0.4);
}

.successfade .modal-dialog {
    margin-top: 14%;
}

.scrollspy-action {
    background: #f8fffe;
}

.htl-v-bkg h5 {
    font-size: 15px;
    font-weight: 600;
    color: #9e9d9e;
    margin-bottom: 0px;
}

.htl-v-bkg span {
    font-size: 15x;
    font-weight: 600;
    color: #002b5b;
}

.htl-v-bkg {
    background: #fff;
    text-align: right;
    padding: 10px 20px;
    border: 3px dashed #9e9d9e;
    border-radius: 11px;
}

.htl-prn-sec {
    background: #fff;
    padding: 25px 15px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.09);
}

.htl-prn-sec p {
    font-size: 14px;
    line-height: 23px;
    color: #222;
    font-weight: 600;
}

.htl-rgt-bt {
    display: flex;
    float: right;
}

.v-conf {
    background: #0491e0;
    padding: 6px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 200px;
    margin-right: 10px !important;
}

.v-conf:hover {
    background: #3baeef;
}

.v-conf img {
    position: relative;
    right: 5px;
}

.v-confe img {
    position: relative;
    right: 5px;
}

.v-confe {
    background: #9cbd38;
    padding: 6px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 200px;
    margin-right: 15px;
}

.v-confe:hover {
    background: #7c9f12;
}

.htl-ch-in-v {
    background: #fff;
    padding: 10px 10px;
    border: 1px solid #ccc;
    margin-left: 0px !important;
}

.htl-v-t {
    line-height: 1.2;
    font-weight: 600;
    margin: 0px;
    display: inline-block;
    color: #0491e0;
    font-size: 24px;
}

.htl-vcherde {
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 12px;
    padding: 6px 5px;
    border-radius: 2px;
    font-size: 16px;
    color: #002b5b;
}

.htl-vchci-pyhed h5 {
    text-align: center;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 600 !important;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 10px;
    color: #0491e0;
    font-size: 19px;
}

.htl-v-img {
    width: 220px;
    height: 160px;
}

.htl-v-img img {
    width: 100%;
    height: 100%;
}

.htl-vchci-hed h5 {
    color: #0491e0;
    font-size: 18px;
    font-weight: 700;
}

.htl-bdg-ch-vch i {
    padding: 6px 0px 0px 0px !important;
    font-size: 19px !important;
    border-radius: 0px !important;
    margin-bottom: 8px;
    color: #9cbd38;
}

.htl-cfmb {
    border: 1px solid #ddd;
    padding: 5px;
}

.htl-cfmb span {
    font-size: 15px;
    font-weight: 600;
    color: #999;
}

.htl-cfmb h5 {
    font-size: 15px;
    font-weight: 600;
    color: #002b5b;
    padding-top: 2px;
    word-break: break-all;
}

.htl-v-pym-lft {
    color: #545454;
    font-size: 15px;
    font-weight: 600;
}

.htl-v-pym-rgt {
    color: #002b5b;
    font-size: 15px;
    font-weight: 700;
}

.htl_destination.ui-autocomplete .ui-autocomplete-panel {
    min-width: 100%;
    max-height: 280px !important;
    top: 50px !important;
    overflow: scroll;
}

.htl_scroll .ui-autocomplete .ui-autocomplete-panel::-webkit-scrollbar {
    width: 10px !important;
}

.htl_room {
    width: 239px;
    left: 15px !important;
}

.htl-res-tril {
    padding-left: 0px !important;
}

.htl-res-trir {
    padding-right: 0px !important;
}

.err-hmebtn {
    width: 160px;
    background: #0491e0;
    text-align: center;
    margin: 5px auto;
    padding: 6px;
}

.err-hmebtn a {
    color: #fff !important;
}


/*Hotel Responsive */


/* duplicate start */

/* @media (max-width: 768px) {
    .select-ribbon {
        top: -2px;
    }
    ul.list-icon-absolute.row li {
        font-size: 14px;
    }
    .churrum {
        position: absolute;
        right: 0px;
    }
    .detail-header .price {
        position: relative;
        bottom: 28px;
    }
    .htl-rgt-bt {
        text-align: center;
        float: none !important;
        margin-top: 12px;
    }
    .htl-v-bkg {
        text-align: center !important;
    }
    .v-conf {
        width: 180px;
        padding: 6px 8px !important;
    }
    .v-confe {
        width: 180px;
        padding: 6px 8px !important;
    }
    .htl-res-tril {
        padding-left: 15px !important;
    }
    .htl-res-trir {
        padding-right: 15px !important;
    }
} */

/* @media (max-width: 480px) {
    .f-d-clm-re {
        flex-direction: column-reverse;
    }
    .htl-v-img {
        width: 100%;
        height: 200px;
        margin-bottom: 15px;
    }
    .detail-header h2 {
        font-size: 18px;
        margin-top: 20px;
    }
    .htl-res {
        text-align: center;
    }
    .detail-header .price {
        margin-top: 15px;
        padding-left: 0px;
        text-align: center !important;
    }
    .ppn {
        text-align: center;
    }
    .htl_prc_img {
        right: 5px;
    }
    .ssl_bg {
        display: none;
    }
    .bookwithtyb_bg {
        display: none;
    }
    .htl-bdg-ch i {
        position: relative;
        left: 15px;
    }
    .res-ph {
        position: relative !important;
        top: 16px !important;
    }
    .htl-invd {
        padding-left: 15px !important;
    }
    .v-cfm-cnt h4 {
        text-align: center;
        font-size: 24px;
    }
    .v-conf {
        margin-bottom: 10px;
    }
    .churrum {
        position: absolute;
        right: 25%;
    }
    .select-ribbon {
        top: -150px;
        left: 0px;
    }
    .errorouterdiv {
        width: 100%;
        height: auto;
    }
    .notice-warning {
        padding: 5px 10px;
    }
} */

.letter {
    float: right;
    font-size: 11px;
}

.travelaci {
    width: 100%;
    border: 2px solid #a5c6ec !important;
    height: 37px;
    border-radius: 3px;
}

.gbl-er-hedtxt {
    font-weight: 800;
    color: #e24c4b;
    text-align: center;
    font-size: 24px;
    margin: 0px;
    padding-bottom: 15px;
}

.fa-city:before {
    content: url('city.png') !important;
}

a.t {
    padding: 0px;
    border: none;
}

.fa-plane:before {
    content: url('back-plane.png') !important;
}

.fa-check-circle:before {
    content: url('amenities-check.png') !important;
    position: relative;
    top: 2px;
}

.htl-mainhed {
    font-weight: 600;
    font-size: 22px;
    color: #222;
    margin: 0px 0px 0px 0px;
    padding-top: 10px;
}

.htl-mainhed-lis {
    font-weight: 600;
    font-size: 24px;
    color: #222;
    width: 75%;
}

.flt-mainhed-lis {
    font-weight: 600;
    font-size: 24px;
    color: #222;
}

.pos-b-7 {
    position: relative;
    bottom: 7px;
}

.pos-b-0 {
    position: relative;
    bottom: 0px;
}

.detail-header h1 {
    line-height: 1.2;
    font-weight: 700;
    margin: 0px;
    display: inline-block;
    color: #222;
    /* margin: 0px; */
    font-size: 26px;
    margin-bottom: 10px;
}

#b2c-notfound {
    position: relative;
    height: 55vh;
    background: #f6faff;
}

#b2c-notfound .b2c-notfound {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.b2c-notfound {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

.b2c-notfound .b2c-notfound-error {
    position: relative;
    height: 150px;
    margin: -30px auto 30px;
}

.b2c-notfound .b2c-notfound-error>div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffa200;
    transform: rotate(45deg);
    border: 4px dashed #000;
    border-radius: 5px;
}

.b2c-notfound .b2c-notfound-error>div:first-child:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}

.b2c-notfound .b2c-notfound-error span {
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 60px;
    position: absolute;
    top: 30%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.text-center {
    text-align: center;
}

.b2c-notfound h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #e24c4b;
    margin-bottom: 10px;
    margin-top: 5px;
}

.b2c-notfound p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.b2c-notfound a {
    display: inline-block;
    padding: 7px 25px;
    background-color: #e24c4b;
    border: none;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s all;
    margin-top: 10px;
}

.b2c-notfound a:hover {
    background-color: #f93d3c;
    color: #fff;
}

.hlp-tb-res .navbar-toggler {
    margin: auto;
    text-align: center;
}

.flight-auto-cmpt-flight {
    width: 20%;
    position: relative;
    /* left: 30px; */
}

.flight-auto-cmptspn-flight {
    padding-right: 15px;
    width: 65%;
    text-align: left;
    white-space: break-spaces;
}

.s_ap-flight {
    text-align: right;
    font-size: 13px;
    color: #7a7d85;
    width: 10% !important;
}

.flight-auto-cmpt-cty {
    padding-left: 10px;
    width: 14%;
}

.flight-auto-cmptspn {
    padding-left: 10px;
    width: 66%;
    text-align: left;
    white-space: normal !important;
}

/* @media only screen and (max-width: 768px) {
    .currency-rw li {
        width: 50%;
    }
    .s_ap-flight {
        font-size: 11px;
    }
    .s_ap {
        font-size: 11px;
    }
    .s_country {
        font-size: 11px !important;
    }
    .s_city {
        font-size: 12px !important;
        line-height: 15px;
    }
    .form-icon-left.typeahead__container img {
        width: 13px;
    }
    .hlp-contacttab li {
        margin: 10px auto !important;
    }
    .dashboard-box {
        padding: 20px !important;
    }
    .social-itmes i {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 10px 12px;
    }
    .social-itmes h5 {
        margin-left: 6px;
        font-size: 15px;
    }
    .si span {
        font-size: 11px !important;
        position: relative;
        top: 0px;
    }
    .social-itmes .blue-btn {
        width: 80px;
        padding: 5px 5px;
        font-size: 12px;
        margin-left: 15px;
        line-height: 19px;
        margin-top: 0px;
        height: 32px;
    }
    .social-itmes {
        padding: 6px;
        display: flex;
    }
} */



/* @media only screen and (max-width: 480px) {
    .social-itmes .blue-btn {
        position: absolute;
        right: 18px;
        height: 30px !important;
        line-height: 15px;
        top: 33px;
    }
 
    #b2c-notfound {
        height: 68vh;
    }
    .b2c-notfound h2 {
        font-size: 23px;
    }
    .ytb-contact-title h3 {
        font-size: 20px !important;
    }
    .marb_48 {
        margin-top: 0px !important;
    }
} */

.si span {
    font-size: 14px;
}

.back-o-er-bg {
    background: #f6faff;
    padding: 10px 15px 30px 15px;
}







.ytb-contact-title h1 {
    font-size: 30px;
    font-weight: 600;
}

/* .about-title h1 {
    font-size: 30px;
    font-weight: 600;
} */

.dropbtn i {
    font-size: 14px !important;
}

.mobileicon2 {
    font-size: 14px;
    position: relative;
    bottom: 0px;
}






input.input1 {
    height: 45px;
    border-radius: 0px;
    padding: 0 10px;
    border: 1px solid rgb(193, 203, 212);
    font-size: 13px;
}

input.input1+.shadow-input1 {
    border-radius: 0px;
}

textarea.input1 {
    min-height: 120px;
    border-radius: 0px;
    padding: 8px 10px;
    border: 1px solid rgb(193, 203, 212);
    font-size: 13px;
}

textarea.input1+.shadow-input1 {
    border-radius: 0px;
}



.input1 {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
}

.shadow-input1 {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87, 184, 70, 0.5);
}

.input1:focus+.shadow-input1 {
    animation: anim-shadow 0.5s ease-in-out forwards;
}

@keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 80px 30px;
        opacity: 0;
    }
}


/*---------------------------------------------*/



.my-button.collapse-nav-button:before {
    content: "\2212";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -7px;
    left: 2px;
    color: #fff;
}

.prt-20 {
    position: absolute;
    right: 0px;
    top: 50px;
    z-index: 9;
}

.collapsed .my-button.collapse-nav-button:before {
    content: "\2b";
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    top: -7px;
    left: 2px;
    color: #fff;
}


/* My account css */

.dummy-positioning {
    align-items: center;
    justify-content: center;
}

.success-icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 20px;
    border-radius: 50%;
    border: 4px solid #96df8f;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transform-origin: center;
    animation: showSuccess 180ms ease-in-out;
    transform: scale(1);
}

.success-icon__tip,
.success-icon__long {
    display: block;
    position: absolute;
    height: 4px;
    background-color: #00c108;
    border-radius: 10px;
}

.success-icon__tip {
    width: 2.4em;
    top: 2.15em;
    left: 1.4em;
    transform: rotate(45deg);
    animation: tipInPlace 300ms ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 180ms;
    visibility: hidden;
}

.success-icon__long {
    width: 4em;
    transform: rotate(-45deg);
    top: 1.85em;
    left: 2.75em;
    animation: longInPlace 140ms ease-in-out;
    animation-fill-mode: forwards;
    visibility: hidden;
    animation-delay: 440ms;
}

@keyframes showSuccess {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

@keyframes tipInPlace {
    from {
        width: 0em;
        top: 0em;
        left: -0.8em;
    }
    to {
        width: 1.2em;
        top: 2.15em;
        left: 0.7em;
        visibility: visible;
    }
}

@keyframes longInPlace {
    from {
        width: 0em;
        top: 2.55em;
        left: 1.6em;
    }
    to {
        width: 2em;
        top: 1.85em;
        left: 1.375em;
        visibility: visible;
    }
}

.alrt-suc-mid {
    margin: 0 auto;
    text-align: center;
    padding: 20px;
}

.alrt-suc-mid h3 {
    font-size: 24px;
    color: #00c108;
    margin-top: 5px;
}

.alrt-suc-mid p {
    margin-top: 0px;
}

.flight-ser-lis li {
    background: #edfdfd;
    padding: 4px 13px;
    margin-right: 10px !important;
    border: 1px solid #b0e0e0;
    font-size: 14px;
    font-weight: 600;
    border-radius: 15px;
    margin-bottom: 10px !important;
}

.flight-ser-lis li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.flight-ser-lis li:hover {
    background: #3aa6a7;
}

.flight-ser-lis li a:hover {
    color: #fff !important;
}

.flight-ser-hed-txt {
    color: #f0f8ff;
    font-weight: 600;
    background: #007bff;
    padding: 2px 10px;
    font-size: 15px;
    margin-left: 10px;
}

.flight-ser-min-hed {
    margin: 20px 0px;
    color: #467bff;
    font-size: 20px !important;
}

.flight-ser-box {
    background: aliceblue;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}


/* my account css */


/* 
body .p-datepicker table {
    font-size: 0px !important;
    margin: 0.857em 0 0 0;
} */

.pull-right {
    float: right !important;
}

.fp-ad-ch {
    color: #267dd4;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
}

.wd-250 {
    width: 250px;
    background: #e8f6fc;
    padding: 6px 8px;
    border: 2px solid #d5f2fe;
}


/* .cyan{
  color:#23e695!important;
} */

.mdl-pop-can-btn-bg {
    background: #ff0101;
    color: #fff;
    font-weight: 500;
    padding: 1px 2px;
    /* font-size: 17px; */
    border-radius: 18px;
}

.mdl-pp-ic {
    padding: 0px 7px;
    color: #fff;
    font-weight: 400;
    position: relative;
    bottom: 4px;
    right: 0px;
}

.mycoupon-table {
    color: #ffffff;
    background-color: #496379;
    border-color: #dee2e6;
    border: 0px solid #c8c8c8;
    font-size: 13px;
    white-space: nowrap;
    text-align: left;
}

.mycoupon-table .usr-det-th th {
    padding: 5px 2px !important;
}

.my-usr-det-th td {
    padding: 5px 2px !important;
    font-size: 12px !important;
}

.p-lr-30 {
    padding: 0px 30px;
}

.tp-dwn-scrlng {
    bottom: -40px !important;
    z-index: 1 !important;
}

.tp-dwn-scrlng li {
    background-color: #676767 !important;
}

.tp-dwn-scrlng-arrw a span {
    color: teal !important;
}

.tp-dwn-scrlng-hed {
    margin-bottom: 0px;
    margin-top: 30px !important;
    font-size: 26px !important;
    color: #222 !important;
    font-weight: 700 !important;
    padding-bottom: 10px;
 
}

.image-grid-cover {
    width: 100%;
    background-size: cover;
    min-height: 250px;
    position: relative;
    margin-bottom: 30px;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
    border-radius: 4px;
    justify-content: center;
}

.image-grid-clickbox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
}

.cover-wrapper:hover {
    color: #fff !important;
    text-shadow: rgba(255, 255, 255, 0) 0 1px 0;
    cursor: zoom-in;
}

.cover-wrapper {
    font-size: 32px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
    z-index: 1;
    position: relative;
    top: 100px;
    font-weight: 700;
}

.cover-wrapper-dwn {
    text-align: center;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
    z-index: 1;
    position: relative;
    top: 94px;
    cursor: pointer;
    display: flex;
    margin: auto;
    justify-content: center;
}

.cover-wrapper-dwnli {
    font-size: 16px;
    text-align: center;
    display: block;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.8) 0 1px 0;
    z-index: 1;
    position: relative;
    float: left;
    padding: 3px 4px;
    cursor: pointer;
    letter-spacing: 1px;
}

.cover-wrapper-dwnli:hover {
    color: #ffd22d !important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mar-twe {
    margin: 5px 20px 0px 20px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.mt-20 {
    margin-top: 20px;
}

.font13 {
    font-size: 13px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.ml-4 {
    margin-left: 10px !important;
}

.wd-33 {
    width: 33%;
}

.kgs a:hover {
    color: #000;
}

.pl-10 {
    padding-left: 10px;
}

.white {
    color: #fff !important;
}

.typeahead__cancel-button {
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    cursor: pointer;
    line-height: 1.25;
    padding: 0.5rem 0.75rem;
    visibility: hidden;
}

.font700 {
    font-weight: 700;
}

.text-danger {
    font-size: 12px;
}


/* .flt-cal span {
    font-size: 11px;
} */

.flt-cal body .p-datepicker table td {
    padding: 2px !important;
}

.detail-header .price>span {
    font-size: 12px;
    color: #10a016;
    padding-left: 5px;
}

.detail-header .price>span>span {
    font-size: 36px;
    font-weight: 700;
}

.detail-header .price {
    line-height: 1;
    padding-left: 5px;
    text-align: right;
}

.m-top-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.new-page-confirm .confirmation-list.car-voucher li {
    margin-top: 5px !important;
}

.new-page-confirm .supplier-summary .booking-supplier-info li {
    margin-top: 7px !important;
}

.p-rating-icon {
    font-size: 13px !important;
}

.cpn-strip .coupandiv {
    width: 80%;
}

.f11 {
    font-size: 11px !important;
}



.seat-anc-cnt {
    padding: 10px;
}

.bag_head img {
    width: 100%;
}

div#FacilitiesTab li {
    font-size: 13px;
    padding: 4px 0px;
}

.custom-control {
    margin-bottom: 5px;
}

.pt-20 {
    padding-top: 20px;
}


/* Tabs*/

#top-destination {
    padding: 20px 0px 0px 0px;
}

#top-destination nav {
    border-bottom: 2px solid #aee64d;
    box-shadow: 0 8px 6px -6px #eaeaea;
    margin-bottom: 10px;
}

.pad-25 {
    padding: 0px 25px;
}

#top-destination .t_nav-tabs .t_nav-item.show .t_nav-link,
.t_nav-tabs .t_nav-link.active {
    color: #537b0f !important;
    background-color: transparent !important;
    border-color: transparent transparent #f3f3f3 !important;
    border-bottom: 2px solid !important;
    font-size: 20px;
    font-weight: 600;
}

#top-destination .t_nav-tabs .t_nav-link {
    padding: 2px 45px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #697379;
    font-size: 20px;
    font-weight: 600;
}

#top-destination .t_nav-tabs .t_nav-item.show .t_nav-link,
.t_nav-tabs .t_nav-link.active:after {
    content: "";
    position: relative;
    bottom: -44px;
    left: -36%;
    border: 12px solid transparent;
    border-top-color: #537b0f;
}

.top-des-cb {
    background-color: #fff;
    padding: 0px;
    margin: 5px 0px;
    box-shadow: 0px 0px 2px 0px rgba(25, 32, 36, 0.12), 0px 2px 4px 0px rgba(25, 32, 36, 0.22) !important;
    cursor: pointer;
    border-radius: 5px;
}

.top-des-cb:hover {
    box-shadow: 0px 0px 2px 0px rgba(25, 32, 36, 0.5), 0px 2px 4px 0px rgba(25, 32, 36, 0.62) !important;
}

.pad-0-10 {
    padding: 0px 0px 8px;
}

.pad-0-10-enq {
    padding: 0px 0px 13px;
    display: inherit;
}

.f-1-enq {
    font-size: 0.95rem !important;
}

.clr-enq {
    color: #7e8792;
}

.ml-1-enq {
    margin-left: 1rem;
}

.pad-10 {
    padding: 10px;
}

.br-right {
    border-right: 1px solid #ccc;
}

.pad-15 {
    padding: 0px 15px;
}

#top-destination h5 {
    font-weight: 700;
    color: #014198;
    font-size: 18px;
    margin-bottom: 2px;
    cursor: pointer;
}

#top-destination h5:hover {
    text-decoration: underline;
}

.tp-dwn-scrlng-smhedsm {
    font-size: 14px;
    color: #666;
}

.tp-dwn-scrlng-smhedsmms {
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.tp-dwn-scrlng-arrw .carousel-control-prev-icon {
    position: absolute;
    left: 6px;
    bottom: 7px;
}

.tp-dwn-scrlng-arrw .carousel-control-next-icon {
    position: absolute;
    right: 6px;
    bottom: 7px;
}

.tp-dwn-scrlng-arrw .carousel-control-prev {
    background: black;
    width: 35px;
    height: 35px;
    top: 100px;
    left: 2px;
    z-index: 9;
}

.tp-dwn-scrlng-arrw .carousel-control-next {
    background: black;
    width: 35px;
    height: 35px;
    top: 100px;
    right: 2px;
    z-index: 9;
}

.dealsic {
    background: #fec72f !important;
    opacity: 1 !important;
}

.login-clse {
    background: red !important;
    width: 35px;
    height: 35px;
    line-height: 40px;
    margin-right: 4px;
    border-radius: 50px !important;
    margin-bottom: 0px !important;
    margin-top: -6px !important;
    margin-right: 0px !important;
}

.login-crss {
    padding: 0px 7px;
    color: #fff;
    font-weight: 400;
    position: relative;
    bottom: 10px;
    right: 13px;
}

.apply-c-txt {
    font-size: 12px;
    padding-left: 10px;
    line-height: 13px;
    color: #0085cf;
}

.apply-c-txtcpn {
    font-size: 14px;
    padding-left: 10px;
    line-height: 13px;
    color: #267dd4 !important;
    /* background: #496379; */
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: underline !important;
    font-weight: 600;
}

.apply-c-txtcpn:hover {
    color: #496379 !important;
    text-decoration: none !important;
}

.rem-cpn {
    position: relative;
    bottom: 4px;
    right: 20px;
}

.apply-c-txt:hover {
    color: blue;
}

.dealradius img {
    border-radius: 5px;
}

.toph-bn-btn-flight {
    position: absolute;
    right: 14.5%;
    top: 55%;
}

.deal-sin {
    font-weight: 600;
    text-decoration: underline !important;
    font-size: 14px;
}

.deal-sin:hover {
    color: #17b1ea;
}

.toph-bn-btn-hotel {
    position: absolute;
    right: 14.5%;
    top: 55%;
}

.toph-bn-btn-sightseeing {
    position: absolute;
    right: 21.5%;
    top: 55%;
}

.deptre-bg {
    background: #bedff2;
}

.arrive-bg {
    background: rgb(203 230 164) !important;
}

.h-60 {
    height: 60px;
}

.h-30 {
    height: 30px;
}

.height-50 {
    height: 50px;
}


.br-top {
    border-top: 1px dashed #ccc;
    padding-top: 7px;
}

.br-top-one {
    border-top: 1px solid #ccc;
}

.v-pay-t {
    padding: 15px 0px 0px 15px;
    max-width: 280px;
}

.cpnaptx {
    color: #007ad9 !important;
    font-size: 13px;
    font-weight: 600;
}

.cpnaptx:hover {
    text-decoration: underline !important;
}

/* .about-title .image img {
    width: 100%;
    margin-bottom: 30px;
} */


/* Social media icons */


.cpn-deal-offtext {
    position: absolute;
    top: 30px;
    color: #222;
    left: 15px;
}

.cpn-deal-offtextdes {
    position: absolute;
    top: 48px;
    color: #222;
    left: 15px;
    font-size: 13px;
}

.cpn-deal-offtext-prc {
    position: absolute;
    top: 90px;
    color: #222;
    left: 15px;
    font-size: 24px;
    font-weight: 700;
}

.cpn-deal-offtextdes-prc {
    position: absolute;
    top: 120px;
    color: #222;
    left: 15px;
    font-size: 16px;
}

.cpn-modal p {
    font-size: 17px;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 0px;
}

.ytb-cpn {
    text-align: right;
    float: right;
    background: #f7fafd;
    padding: 2px 4px;
    border: 2px dashed #ff5d00;
    font-size: 15px;
}

.cpn_stck {
    float: right;
    background: #10a016;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
}

.p-cpn {
    width: 320px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.cpn_code {
    position: relative;
    top: 0px;
}

.pad-5 {
    padding: 5px !important;
}

.cou-det-mp {
    text-align: center;
    position: relative;
    left: 20px;
    margin-top: 0px;
}

.cpn-stxt {

    font-size: 21px;
    font-weight: 600;
    color: #222;
    letter-spacing: -1px;
    top: 10px;
    position: relative;
    left: 8px;
    
}

.cpn-mntxt {
    font-size: 90px;
    font-weight: 700;
    color: #08b10d;
    position: relative;
    top: -18px;
    letter-spacing: -10px;
}

.cpn-per {
    font-size: 28px;
    font-weight: 600;
    color: #08b10d;
    padding-left: 10px;
    position: relative;
    padding-top: -10px;
    top: 10px;
}

.cpn-off {
    position: absolute;
    font-size: 35px;
    color: #08b10d;
    font-weight: 700;
    clear: both;
    display: flex;
    padding-left: 5px;
}

.cpn-mp-bx {
    margin: -3px;
    /* background: aliceblue; */
    border: 2px dashed #ccc;
    padding: 10px;
}



.cpn-val-ter {
    font-size: 12px !important;
    font-weight: 400 !important;
    padding: 5px 10px;
}

.del-brc {
    position: absolute;
    right: 5px;
    bottom: 8px;
}

.text-daro {
    color: #002b5b;
}

.flt-paywd {
    width: 120px;
}

.deal-cpns {
    background-color: #d2d2d2 !important;
    margin-top: 10px;
    margin: 5px auto;
}

.fa-chevron-down:before {
    content: url('down-arrow_green.png') !important;
    color: #0077bb !important;
    position: relative;
    right: 5px;
    top: 7px;
}

.fa-chevron-up:before {
    content: url('up-arrow_red.png') !important;
    color: #ff6400 !important;
    position: relative;
    right: 5px;
    top: 7px;
}

.fa-check:before {
    content: url('up-arrow_red.png') !important;
}

.w-basep {
    width: 190px;
    text-align: right;
    display: contents;
    float: right;
    margin-right: 3px !important;
}

.star {
    color: red;
}

.pay-49 {
    width: 48% !important;
}

.we-ac {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.pd-but {
    font-size: 14px;
    color: #357fd6;
    font-weight: 600;
    text-decoration: underline;
}

.pd-but:hover {
    color: #222;
    text-decoration: underline;
}

.font13 {
    font-size: 13px;
}

#fligh-b-price ul {
    line-height: 14px;
}

.cookies-bg {
    background: #fff;
    padding: 35px 10px;
    margin-top: 5px;
    box-shadow: #121212 2px 2px 14px 2px;
}

.cookie-btn {
    background: #90bb52 !important;
    padding: 3px 12px !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    color: #fff !important;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 16%);
}

.cookie-btn:hover {
    color: #003680 !important;
    background: #e5e2e2 !important;
}

.cookie-btn-dec {
    background: #f34646 !important;
    padding: 3px 10px !important;
    color: #fff !important;
    border-radius: 25px !important;
    font-weight: 600 !important;
    font-size: 12px !important;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 16%);
}

.cookie-btn-dec:hover {
    color: #003680 !important;
    background: #e5e2e2 !important;
}

/* .mheight {
    height: 500px;
    background: #fff;
} */

.ftr-fxed {
    position: fixed;
    bottom: 0px;
    padding: 0px !important;
    z-index: 9999;
}

.air-lg-imp {
    max-width: 100%;
    margin: auto;
    object-fit: contain;
    height: auto;
    background-size: contain;
}

.air-lg-imp img {
    max-height: 50px;
    max-width: 100px;
}

.air-lg-imp-det {
    width: 100px;
    object-fit: contain;
}

.air-lg-imp-det img {
    height: 28px;
}

.pay-err-pnt {
    padding-left: 15px;
    padding-top: 5px;
}

.f-p-e {
    color: #d7443e;
}

.pay-err-pnt li {
    font-size: 13px;
    color: #d7443e;
    line-height: 20px;
    list-style: disc !important;
}

.pay-er-txt {
    font-size: 14px !important;
    color: #d7443e !important;
    line-height: 18px !important;
}

.home-p-ban-spin {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 60px;
    left: 0px;
    z-index: 1000;
    text-align: center;
}

.home-p-ban-spin img {
    width: 70px !important;
    height: 70px !important;
}

.acterr-p {
    background: #feaf20;
    padding: 3px 25px !important;
    font-weight: 600;
    margin-top: 10px;
    border-color: #fffbf4;
    border-radius: 25px;
    color: #fff;
}

.acterr-p:hover {
    color: #000;
    background: #ffecca;
}


/*---V10---*/

.p-autocomplete-panel {
    border: none !important;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    background-color: transparent !important;
}

.row.gap-10>[class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px !important;
}

.media-body span {
    color: green !important;
}

body .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-list-item.p-state-highlight {
    color: #ffffff;
    background-color: #007ad9;
}


/* .typeahead__container {
  margin-bottom: 30px !important;
} */

.pi-check:before {
    content: "\e909";
    font-size: 10px;
    position: relative;
    bottom: 1px;
    background: transparent;
}

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    background-color: #f2f2f2 !important;
}


/* 
.pi-star-o:before {
  content: "\2605" !important;
  font-size: 20px !important;
} */

.p-rating .p-rating-icon.pi-star {
    color: green !important;
}

.hotelSerachFrom .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
    background: blue !important;
    color: #fff !important;
}

.fm-bkg .p-dropdown {
    border: 0px solid #eeeced !important;
    background: transparent !important;
    z-index: 1;
}

.fm-bkg-cal span.p-calendar.p-calendar-w-btn {
    height: 45px !important;
    padding: 5px !important;
    color: #191a1e !important;
    border: 2px solid #a5c6ec !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.fm-bkg-cal .p-calendar.p-calendar-w-btn .p-inputtext {
    border: 0px solid #eeeced !important;
    background: transparent !important;
}

.fm-bkg-cal .p-inputtext:enabled:focus {
    border: 0px solid #eeeced !important;
    background: transparent !important;
    box-shadow: 0 0 0 0 #fff !important;
}

.fm-bkg .p-dropdown:focus {
    border: 0px solid #eeeced !important;
    background: transparent !important;
    box-shadow: 0 0 0 0 #fff !important;
}

.pass-ex-dt .p-calendar.p-calendar-w-btn .p-inputtext {
    border: 0px solid #eeeced !important;
    background: transparent !important;
}

.pass-ex-dt span.p-calendar.p-calendar-w-btn {
    height: 40px !important;
    padding: 5px !important;
    color: #191a1e !important;
    border: 2px solid #a5c6ec !important;
    font-size: 14px !important;
    border-radius: 4px !important;
}

.pass-ex-dt .p-inputtext:enabled:focus {
    box-shadow: 0 0 0 0 #fff !important;
    background: transparent !important;
}

.p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0rem #8dcdff !important;
    /* border-color: #007ad9; */
}


/* .p-datepicker .p-datepicker-header .p-datepicker-title {
  margin-left: 30px !important;
} */

.hotelphn .p-dropdown.p-component {
    border: 0px solid #eeeced !important;
    background: transparent !important;
}

.act-eyhp .p-autocomplete .p-component {
    border: 0px solid #eeeced !important;
    background: transparent !important;
}

.act-lsp .p-dropdown.p-component {
    border: 0px solid #eeeced !important;
    background: transparent !important;
}

.hotelphn .p-dropdown .p-dropdown-label {
    padding-left: 0px !important;
}

.hotelfilter h5 {
    margin-bottom: 0px;
}

 .general-area .p-dropdown.p-component {
    border: 0px solid #eeeced !important;
    background: transparent !important;
    width: 100%;
}




.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .car-pay-option .p-radiobutton-label {
    margin-bottom: 0px !important;
}

.vtbx-ext .p-calendar {
    border: 0px !important;
    background: transparent !important;
}

.vtbx-ext .p-inputtext {
    border: 0px !important;
    background: transparent !important;
    line-height: 16px !important;
    width: 100%;
}

.vtbx-ext .p-inputtext:enabled:focus {
    box-shadow: 0 0 0 0rem #8dcdff !important;
}

.per-in-tbl .p-dropdown {
    border: 0px solid #eeeced !important;
    background: transparent !important;
    position: relative;
    bottom: 5px;
    width: 100%;
}

.per-in-tbl .p-inputtext {
    border: 0px solid #eeeced !important;
    background: transparent !important;
    /* line-height: 32px !important; */
}

.per-in-tbl .p-inputtext:enabled:focus {
    box-shadow: 0 0 0 0rem #8dcdff !important;
}

.p-dropdown:not(.p-disabled):hover {
    border-color: none !important;
}

/* .p-dropdown .p-dropdown-trigger {
    position: absolute !important;
    bottom: 16px !important;
    right: 0px !important;
} */

.trv-dcs .p-inputtext {
    height: 45px !important;
    border: 2px solid #eeeced !important;
    border-radius: 0px !important;
}

/* .flightrspn.input_icn .p-autocomplete .p-autocomplete-input {
    padding-left: 30px !important;
} */

.emergencyphone img {
    width: 20px;
}

.p-paginator {
    background: transparent !important;
    justify-content: flex-end !important;
    border: 0px !important;
}

.p-paginator .p-paginator-pages .p-paginator-page {
    min-width: 22px !important;
    height: 22px !important;
}

.passenger-conter {
    display: table-cell;
    padding: 0 10px;
}

.pass-n {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    display: block;
}

.passenger-results {
    color: #f57b26;
    font-weight: 700;
    line-height: 14px;
    font-size: 13px;
    display: block;
}

.passenger-info-row {
    display: table-row;
}

.passenger-info-row i {
    width: 20px;
}

.detail-title-tls {
    font-size: 22px !important;
}

.booking-selection-box-act {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 15px rgb(0 0 0 / 13%);
    width: 100%;
    margin-left: 0px !important;
}

.dateOfBirthBelowMessage {
    /* margin-left: 45px; */
    font-size: 13px;
    font-weight: 700;
}


.disableCurrency {
    pointer-events: none;
}

.tab-slider--nav {
    width: 100%;
    float: left;
}


.tab-slider--body {
    margin-bottom: 20px;
}

.viewdetailsTicketDescription {
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
}


.viewdetailsTicketDescription i {
    vertical-align: middle;
}

.newLinePerPerson {
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}


.p-component {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 1rem;
    font-weight: normal;
}
.p-inputtext{
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    /* height: 58px!important;
    line-height: 34px; */
    font-size: 14px!important;
    font-weight: 500;
}
 .user-signup{
    background: #f1f1f1;
padding: 10px;
margin: 40px;
}
.trip-details{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.totalamount {
    color: #6c8bb6;
    font-size: 16px;
    font-weight: 600;
}
.totalamount span {
    color: #ff6400;
    font-size: 22px;
    font-weight: 700;
}
.cont-info{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.align-name{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.fare-refund{
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 600;
    margin: 10px 0px !important;
}
@media (max-width: 320px){
    .lefttext {
        
        flex-direction: column;
    }
}

@media (min-width: 320px) and (max-width: 430px) {
  
    body .booking-form_new .p-calendar.p-calendar-w-btn .p-datepicker-trigger.p-button {
        top: 7px !important;
    }
   

}
.travel-fare{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.travel-fare-details{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.errormessageWidth{
    height: 35px;
    width: 60px;
}


.messageDescritpionFlight{
    padding: 5px 8px;
    position: relative;
    margin-bottom: 20px;
}
/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/ytb.css ***!
  \****************************************************************************************************************************************************************************************************************/
/*------------------------------------------------------------------
* Project:        YOur Travel Booking
* Author:         
* URL:            
* Created:    
-------------------------------------------------------------------*/

.bg-back-car {
  background: url('car-err.png') no-repeat center;
  margin: 0 auto;
  height: 250px;
  background-color: #f8fffe;
}

.fa-facebook-f {
  background-color: #3b5998;
  color: #fff;
  padding: 9px 12px;
  border-radius: 30px;
}

.fa-twitter {
  background-color: #1da1f2;
  color: #fff;
  padding: 9px 9px;
  border-radius: 30px;
}

.fa-pinterest-p {
  background-color: #bd081c;
  color: #fff;
  padding: 9px 11px;
  border-radius: 30px;
}

.fa-linkedin-in {
  background-color: #007bb5;
  color: #fff;
  padding: 9px 10px;
  border-radius: 30px;
}

.fa-tumblr {
  background-color: #35465d;
  color: #fff;
  padding: 9px 12px;
  border-radius: 30px;
}

.fa-instagram {
  background-color: #c13584;
  color: #fff;
  padding: 9px 10px;
  border-radius: 30px;
}

.fa-youtube {
  background-color: #ff0000;
  color: #fff;
  padding: 9px 8px;
  border-radius: 18px;
}

.fa-facebook-f:hover {
  background-color: #ffffff;
  color: #3b5998;
}

.fa-twitter:hover {
  background-color: #ffffff;
  color: #1da1f2;
  padding: 10px 13px;
  border-radius: 30px;
  line-height: 30px;
}

.fab fa-facebook:hover {
  background-color: #ffffff;
  color: #3b5998;
  padding: 10px 14px;
  border-radius: 30px;
  line-height: 30px;
}

.fa-pinterest-p:hover {
  background-color: #ffffff;
  color: #bd081c;
  padding: 9px 11px;
  border-radius: 30px;
}

.fa-linkedin-in:hover {
  background-color: #ffffff;
  color: #007bb5;
  padding: 9px 10px;
  border-radius: 30px;
}

.fa-tumblr:hover {
  background-color: #ffffff;
  color: #35465d;
  padding: 10px 14px;
  border-radius: 30px;
  line-height: 30px;
}

.fa-instagram:hover {
  background-color: #ffffff;
  color: #c13584;
  padding: 10px 13px;
  border-radius: 30px;
  line-height: 30px;
}

.fa-youtube:hover {
  background-color: #ffffff;
  color: #ff0000;
  padding: 9px 8px;
  border-radius: 18px;
}

ul:not(.browser-default) {
  border: 0px;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: fixed !important;
  z-index: 2;
}

/* label {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 14px !important;
    color: #515151;
    cursor: pointer;
} */

.bx {
  font-size: 20px;
}

.dropdown-menu-arrow {
  top: -25px;
  left: 0;
  width: 0;
  float: right;
  height: 0;
  position: relative;
  right: 0;
  margin-right: 96px;
}
/* 
.dropdown-menu-arrow.right {
    @media only screen and (max-width: 600px) {
        margin-right: 0px;
    }
}

.dropdown-menu-arrow.center {
    @media only screen and (max-width: 600px) {
        margin-left: 0px;
    }
} */

.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 10px 11px;
  border-style: solid;
  border-color: transparent;
  z-index: 1001;
}

.dropdown-menu-arrow:after {
  bottom: -19px;
  right: 20px;
  border-bottom-color: #fff;
}

.dropdown-menu-arrow:before {
  bottom: -18px;
  right: 20px;
  border-bottom-color: rgba(0, 0, 0, 0.15);
}

.mr-10 {
  margin-right: 10px;
}

.ytbclose {
  position: absolute;
  top: 0px;
  right: 0px;
}

.ytbclose span {
  position: absolute;
  right: 10px;
  font-size: 30px;
}

.lgn-lg img {
  width: 200px;
}

.black {
  color: #000 !important;
}

.carousel-indicators li {
  width: 8px !important;
  margin-right: 6px !important;
  height: 8px !important;
  border-radius: 50%;
}

.footer-copy-right {
  font-size: 13px;

  line-height: 18px;
  text-align: center;
}

/* icon */

.homeTab-menu i {
  display: inline-block;
  height: 38px;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  width: 35px;
}

.homeTab-menu li button.active i .homeTab-menu li.focus i {
  background-position: 0 -40px;
}

.menu-horizontal-05 ul li button.active i {
  background-position: 0 -40px;
}

.hometabhotel i {
  background: rgba(0, 0, 0, 0) url('hotel.png') no-repeat scroll 0 -1px;
}

.hometabplane i {
  background: rgba(0, 0, 0, 0) url('plane.png') no-repeat scroll 0 -1px;
}

.hometabcar i {
  background: rgba(0, 0, 0, 0) url('car.png') no-repeat scroll 0 -1px;
}

.hometabactivity i {
  background: rgba(0, 0, 0, 0) url('activity.png') no-repeat
    scroll 0 -1px;
}

/* .btn-search {
    background: #44870e;
    border: 1px solid #2e6303;
    color: #fff;
    padding: 12px 80px !important;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 13px 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 0 1px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
} */

/* .btn-search:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2), 0 10px 14px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    background-color: #599b24;
} */

.animate-border {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  background: #ff7f00;
  margin-bottom: 20px;
}

.restriction ul li {
  color: #1b1b1b;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.4s ease;
  cursor: pointer;
}

.restriction ul li:hover {
  color: #666;
  transition: all 0.4s ease;
}

.restriction ul li i {
  color: #ff7500;
  float: left;
  margin-right: 10px;
  margin-top: 6px;
}

.form-control:hover {
  background-color: #ffffff;
  outline: 0;
  box-shadow: none;
  border: 1.3px solid #007bff !important;
}

.ytb-lgn .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

.forgotemail .ui-inputtext:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%) !important;
}

/* iconfont */

.phonestyle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.text-flight {
  color: #fff;
}

.zipcode {
  font-size: 22px;
  font-weight: 800;
}

/* currency Model */

.ytb-pipe {
  opacity: 0.7;
  display: inline;
}

.hoteldescription {
  height: 63px;
  overflow: hidden;
  padding-top: 25px;
}

.flightlabel label {
  font-size: 14px !important;
  padding-top: 3px;
  color: #000 !important;

  font-weight: 500 !important;
  padding-left: 6px;
}

.flightcardtype {
  /* position: absolute;
    float: right; */
  right: 0;
  margin-right: 11px;
  margin-top: 10px;
  top: 0;
}

.cssanimation,
.cssanimation span {
  animation-duration: 0.7s;
}

.cssanimation2,
.cssanimation span {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.cssanimation3,
.cssanimation span {
  animation-duration: 3s;
  animation-fill-mode: both;
}

.fadeInBottom {
  animation-name: fadeInBottom;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}

/* myaccount styles */

.table .thead-primary th {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #dee2e6;
}

/* travel history  start*/

.item-entry {
  overflow: hidden;
  margin: 10px 0px;
}

.item-entry span {
  display: inline-block;
}

.item-content {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.item-body {
  overflow: hidden;
}

.clear-padding {
  padding: 0;
}

.item-content h4 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 600;
}

.item-content h4 i {
  color: #f19c4f;
}

.item-content .confirmed i,
.item-content .failed i {
  margin-right: 5px;
}

/* travel history  end*/

dd,
dt {
  line-height: 1.42857143;
}

.dbdescription {
  font-size: 10px !important;
}

.dbhmb {
  width: fit-content;
  background-color: #009688;
  color: #fff;
  text-align: center;
  margin-bottom: 10px !important;
  padding: 3px 13px;
}

.bor-ra-0 {
  border-radius: 0px !important;
}

.myacnt-addrs {
  border: 2px solid #c2c2c2;
  padding: 12px;
  word-break: break-word;
  box-shadow: 0 2px 7px 2px rgba(86, 86, 86, 0.26);
}

.myacnt-addrs .ad-dels {
  font-size: 14px;
  line-height: 22px;
}

.myacnt-addrs .dropdown {
  position: absolute;
  top: 10px;
  width: 50px;
  right: 23px;
}

.ytb-tbl-br {
  border: 1px solid #188eea;
}

.table .thead-darkgrey th {
  color: #ffffff;
  background-color: #188eea;
  border-color: #dee2e6;
  padding: 5px 10px !important;
}

/* dashboard count */

.currencyColor {
  color: rgb(0, 173, 0) !important;
  word-break: break-all;
  font-size: 18px;
}

.help-block {
  color: #ff0000 !important;
  font-size: 13px;
}

.currencyscroll {
  overflow: scroll;
  height: 479px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 0 0 0 !important;
}

.rating {
  --uiRatingSize: var(--ratingSize, 20px);
  --uiRatingColor: var(--ratingColor, #eee);
  --uiRatingColorActive: var(--ratingColorActive, #ffcc00);
  --uiRatingStroke: var(--ratingStroke, #222);
  --uiRatingStrokeWidth: var(--ratingStrokeWidth, 1px);
  display: flex;
  font-size: var(--uiRatingSize);
  color: var(--uiRatingColor);
  position: relative;
}

/*
=====
LEVEL 2. SETTINGS
=====
*/

.rating {
  --ratingSize: 30px;
  --ratingColor: #eee;
  --ratingColorActive: #ffcc00;
}

/* width */

.flt_scroll .ui-autocomplete .ui-autocomplete-panel::-webkit-scrollbar {
  width: 6px !important;
}

body .ui-autocomplete-panel {
  z-index: 1;
}

/* Track */

.ui-autocomplete .ui-autocomplete-panel::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */

.ui-autocomplete .ui-autocomplete-panel::-webkit-scrollbar-thumb {
  background: #007ad9 !important;
  border-radius: 18px;
}

/* Handle on hover */

.ui-autocomplete .ui-autocomplete-panel::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

.cltwhite {
  color: #ffffff !important;
  font-size: 18px;
}

.mt10 {
  margin-top: 10px !important;
}

.sort-by a:hover {
  color: red !important;
  cursor: pointer;
}

.pulse-loader:not(:required) {
  display: inline-block;
  width: 50px;
  height: 50px;
  animation: pulse-loader 0.7s linear infinite alternate;
  border: 2px solid #e67e22;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 50px;
}

@keyframes pulse-loader {
  0% {
    box-shadow: #e67e22 0 0 0px 20px;
  }
  40% {
    box-shadow: none;
  }
  100% {
    box-shadow: #e67e22 0 0 0px 25px inset;
  }
}

.card {
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
  position: relative;
  display: inline-block !important;
}

.card.is-flipped {
  transform: rotateY(179deg);
  z-index: 5000;
}

.card__face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
}

.card__face--front {
  background: #fff;
}

.card__face--back {
  background: white;
  transform: rotateY(180deg);
  position: absolute;
  top: 0px;
}

.ytb-newslater {
  margin: 0px !important;
}

.ytb-newslater .ui-inputtext {
  width: 100%;
  border-radius: 4px 0px 0px 4px;
  height: 50px;
  font-size: 16px;
}

.text-underline {
  text-decoration: underline !important;
}
/* 
.dashboard-box {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    background-color: #fff;
} */

.dashboard-box-mcpn {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 18px;
  background-color: #fff;
}

.myaccount-table .ui-table .ui-table-thead > tr > th {
  color: #ffffff;
  background-color: #496379;
  border-color: #dee2e6;
  padding: 5px 2px !important;
  border: 0px solid #c8c8c8;
  font-size: 12px;
  white-space: nowrap;
  text-align: left;
}

.myaccount-table .ui-table .ui-table-tbody > tr > td {
  background-color: inherit;
  padding: 5px 2px;
  vertical-align: top;
  border-top: 1px solid #dee2e6 !important;

  border: 0;
  word-break: break-word;
  font-size: 13px !important;
  vertical-align: middle;
}

.myaccount-table .ui-paginator {
  background-color: transparent;
  border: 0px solid #c8c8c8;
  padding: 0;
  float: right;
  margin-top: 10px;
}

.p-b {
  padding-bottom: 25px;
}

.myaccount-table
  .ui-paginator
  .ui-paginator-pages
  .ui-paginator-page.ui-state-active {
  background-color: #007ad9;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 800;
}

.round1 {
  color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background: #9575cd;
}

.round2 {
  color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background: #7986cb;
}

.round3 {
  color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background: #81c784;
}

.round-inner {
  padding: 4px 5px;
  font-size: 14px;
  font-weight: 600;
}

.round4 {
  color: #ffffff;
  width: 24px;
  height: 24px;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  background: #ef5350;
}

.myacdbcount p {
  line-height: 24px;
  font-size: 13px;
  font-weight: 600;
}

.myaccount .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff !important;
  background-color: #1ea4b1 !important;
  margin-top: 0;
  font-weight: 500;
  text-align: -webkit-center;
  border-radius: 0px;
  font-size: 16px;
  padding: 5px;
}

.myac-rgt-txt {
  font-size: 11px;
  padding-left: 0px;
  padding-right: 0px;
}

.myaccount .md-tabs .nav-link:focus,
.nav-tabs .nav-link {
  font-size: 16px;
  margin-right: 2px;
  margin-left: 2px;
  border: 0;
  border-radius: 0;
  border: 2px solid;
  text-align: center;
  color: #fff;
  background: #abacad;
  border-radius: 0px !important;
  padding: 5px;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ytb-media-query start */

/* @media (min-width: 481px) and (max-width: 767px) {
    .header-main .header-top .header-logo img {
        height: 40px !important;
        margin-top: 0px;
    }
    .header-main .header-top {
        background-color: #fff;
        color: #fff;
        font-size: 13px;
        padding: 15px 0;
        border-bottom: 1px solid #00bcd4;
    }
} */

/* @media (min-width: 320px) and (max-width: 480px) {

    .my-ac-res-tabs {
        padding: 0px !important;
    }
    .myaccount .md-tabs .nav-link:focus,
    .nav-tabs .nav-link {
        margin-bottom: 3px !important;
    }
    .dropdown {
        position: relative;
        display: block !important;
        font-size: larger;
    }
    .header-main .header-top .header-logo img {
        height: 30px !important;
        position: absolute !important;
        top: 35px !important;
        left: 10px !important;
    }
    .logsection {
        top: -20px;
    }
} */

/*loading*/

.loading {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.loading .loadinginner {
  background: #fff url('spinner.gif') center 50% no-repeat;
  border-radius: 5px;
  box-shadow: 0px 0px 7px 0px rgba(170, 170, 170, 0.5);
  display: block;
  padding: 10px;
  width: 60px;
  height: 60px;
  margin: auto;
  position: relative;
  margin-top: 28%;
}

/*loading end*/

.loadingsmallinner {
  border-radius: 5px;
  box-shadow: 0px 0px 0px 0px rgba(170, 170, 170, 0.5);
  display: block;
  padding: 12px;
  height: 16px;
  margin: auto;
  position: inherit;
  top: 0;
  margin-right: 7px;
  right: 0;
  bottom: 0px;
}

.loaded {
  display: none;
}

/* media-query end */

/* spinner */

@keyframes spinner-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spinner-loader:not(:required) {
  animation: spinner-loader 2600ms infinite linear;
  border-radius: 0.5em;
  box-shadow: #f44336 1.5em 0 0 0, #673ab7 1.1em 1.1em 0 0, #2196f3 0 1.5em 0 0,
    #009688 -1.1em 1.1em 0 0, #8bc34a -1.5em 0 0 0, #ff9800 -1.1em -1.1em 0 0,
    #795548 0 -1.5em 0 0, rgba(218, 0, 230, 0.79) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 24px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}

.hotelphn .ui-dropdown {
  min-width: 12px;
}

.createaccount {
  padding-top: 0px;
}

.createaccount:hover {
  color: orangered;
  font-weight: 800;
}

.ytbservice {
  display: block;
}

.socialbody {
  width: 231px;
  display: flex;
  height: 400px;
  height: 20%;
}

.box {
  display: flex;
  flex-wrap: wrap;
  height: 78px;
  align-content: space-between;
}

.activitydetincl {
  display: none;
}

.ng-image-slider {
  display: inline-block;
  position: relative;
  width: 213px !important;
}

.roomCard {
  margin-left: 0px !important;
  margin-top: 12px !important;
  font-weight: 700;
  text-transform: capitalize;
}

.custom-activities-list .fixcardbody {
  width: 100%;
  object-fit: cover;
  height: 175px;
}

.custom-activities-list .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border-top: 0px solid !important;
}

.panel-title > a,
.panel-title > a:active {
  display: block;
  padding: 10px;
  color: #212529;
  word-spacing: 3px;
  text-decoration: none;
  font-size: 22px;
}

.expandable-content ul li {
  padding-bottom: 0.5rem;
  margin-left: 30px;
  list-style-type: circle;

  color: #212529;
  font-size: 15px;
}

.fontstyle {
  color: #55575b;
}

.description {
  margin-left: 20px;
  font-size: 15px;

  font-weight: 500;
}

.item-contents {
  background: #fff;
  padding: 10px;
  overflow: hidden;
  margin-left: 20px;
}

.activlocation {
  font-size: 13px;
  text-transform: initial;
}

.pull-right {
  float: right;
}

.txt a:hover {
  text-decoration: underline !important;
}

.price {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.similar {
  text-align: center;
  margin-top: 50px;
}

.calendar {
  background-color: #fff;
  width: 100%;
  min-width: 290px !important;
  position: relative;
  border: 1px solid #d9d9d9;
  height: 50px;
}

/* @media only screen and (max-width: 1024px) {
    .calendar {
        min-width: 100% !important;
    }
    .price_calender ng6multi-datepicker {
        width: 79% !important;
    }
} */

.price_calender .fa-calendar-alt:before {
  content: url('calender.png') !important;
}

.calender--input {
  width: 100%;
  height: 27px !important;
  padding: 4px 8px !important;
  margin-top: 0px !important;
  box-sizing: border-box;
}

.cardheader a .cate-text:hover {
  text-decoration: underline;
  color: #007ad9;
  font-weight: 600;
  text-emphasis-color: #007ad9;
}

.cardheader a .cate-text {
  font-size: 14px;
  font-weight: 600;
  text-emphasis-color: #007ad9;
  cursor: pointer;
}

.cardheader .fa {
  transition: 0.3s transform ease-in-out;
}

.cardheader .collapsed .fa {
  transform: rotate(-180deg);
}

.cardbody a .sub-content:hover {
  text-decoration: underline;
  color: orange;
  cursor: pointer;
}

.text-main-price {
  color: green;
  font-size: 20px;
}

.price-total {
  display: contents;
  font-size: 12px;
}

.ageband {
  margin-top: 16px !important;
  margin-left: -109px !important;
  position: absolute !important;
}

.btn-price {
  background-color: #4caf50;
  border: none;
  color: white !important;
  padding: 6px 66px !important;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}

.guestquantity {
  display: flex;
  float: right;
  padding-top: 0px;
}

.guestquantity > input {
  width: 32px;
  text-align: center;
  font-size: 17px;
  color: #252525;
  font-weight: 700;
  padding-top: 0px;
}

.slick-gallery-slideshow
  .ngx-gallery-image-size-cover[_ngcontent-serverApp-c8]
  .ngx-gallery-image[_ngcontent-serverApp-c8] {
  background-size: cover;
  z-index: auto;
}

.cancellationPolicy {
  position: absolute;
  transform: translate3d(-188px, 33px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
  width: 296px;
}

.transform {
  text-transform: capitalize;
  font-weight: bolder;
}

.flight_drop {
  width: 100%;
  clear: both;
}

.flight_drop ul {
  margin: 0px;
  padding: 0px;
}

/* .flight_drop ul li {
    float: left !important;
    list-style: none !important;
    cursor: pointer !important;
    border-bottom: solid 1px #f2f2f2 !important;
    padding: 8px 0px !important;
} */

/* .flight_drop ul li:hover {
    float: left;
    list-style: none;
} */

.flight_drop ul li ul li {
  width: 100% !important;
  float: left !important;
  list-style: none !important;
  border-bottom: none;
}

/* .rowbg {
    padding: 4px 0px;
    margin-bottom: 3px;
    display: -webkit-inline-box;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    position: relative !important;
} */
/* 
.rowbg:hover {
    background: #f2f2f2;
} */

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  width: 100%;
  border: none !important;
}

.rowbg-a {
  padding: 4px 0px;
  margin-bottom: 3px;
}

.rowbg-a:hover {
  background: #cadded;
}

.s_ap {
  text-align: right;
  font-size: 13px;
  color: #7a7d85;
  width: 20% !important;
}

.s_city {
  color: #333333;
  font-size: 13px;
  font-weight: 600;
}

.s_country {
  color: #999;
  font-size: 11px;
  text-transform: capitalize;
  font-weight: 600;
}

.s_ml10 {
  margin-left: 10px;
}

.flight_drop .ui-autocomplete-list-item {
  margin: 0;
  padding: 0 !important;
  border: 0 none;
  color: #333333;
  background-color: transparent;
  border-radius: 0;
  width: 100% !important;
}

.flight_drop .ui-state-highlight {
  color: #ffffff;
  background-color: transparent !important;
}

.header-main .header-top .header-logo img {
  height: 50px;
  width: auto;
  margin-top: 0;
}

/*Srikanth Banner Seection*/

.home_banner {
  width: 100%;
  height: auto;
  min-height: 440px;
  position: relative;
  background: #f8fffe;
}

.overlap_blackbg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0, 0.2);
  max-height: 293px;
}

.home_banner img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  object-fit: cover !important;
  z-index: 0;
}

.hb_conbg {
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 3;
  width: 100%;
  height: auto;
  min-height: 200px;
}

.ban_hed {
  font-size: 35px;
  font-weight: 700;
  color: #fff;

  margin-bottom: 5px;
  text-shadow: 3px 2px 3px rgb(0 0 0 / 50%);
}

.ban_con {
  font-size: 18px;
  color: #fff;

  margin-bottom: 5px;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.2);
}

.color_333 {
  color: #333;
}

/*Footer Social Media*/

.h_40 {
  height: 40px;
}

.h_30 {
  height: 30px;
}

.grayscale {
  filter: url('warning.svg');
  /* Firefox 3.5+ */
  filter: #0391e0;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
}

.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.booknow {
  background: #00ac4c;
  border-bottom: solid 3px #222;
  font-size: 15px;
  padding: 6px 46px;
  font-weight: 600;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
  font-weight: 400;
}

.booknow:hover {
  background: #00ac4c;
  color: #fff !important;
  border-bottom: solid 5px #078f47;
}

.toph-bn-btn-flight .booknow {
  background: #f81505 !important;
}

#fe4318 .toph-bn-btn-flight .booknow:hover {
  background: #f84c40 !important;
  border-bottom: solid 3px #fff !important;
}

.toph-bn-btn-sightseeing .booknow {
  background: #fe4318 !important;
}

.toph-bn-btn-sightseeing .booknow:hover {
  background: #fe4318 !important;
  border-bottom: solid 3px #fff !important;
}

.toph-bn-btn-hotel .booknow {
  background: #301e10 !important;
}

.toph-bn-btn-hotel .booknow:hover {
  background: #301e10 !important;
  border-bottom: solid 3px #fff !important;
}

/*Date Picker*/

/* body .p-datepicker table td>span {
    border-radius: 4px !important;
    font-size: 12px !important;
} */

body .p-datepicker table td {
  padding: 2px;
}

body
  .p-datepicker:not(.p-state-disabled)
  table
  td
  span:not(.p-state-active):not(.p-state-highlight):hover {
  background-color: #0491e0 !important;
  color: #fff !important;
}

body .p-datepicker table td.p-datepicker-today > a,
body .p-datepicker table td.p-datepicker-today > span {
  background-color: #ff7f00 !important;
  border-radius: 4px !important;
  color: #ffffff;
}

body
  .p-datepicker:not(.ui-state-disabled)
  table
  td
  a:not(.ui-state-active):not(.ui-state-highlight):hover {
  color: #fff !important;
}

body .flt-cale .p-datepicker table td > a.ui-state-active,
body .flt-cale .p-datepicker table td > span.calendar-price.ui-state-active {
  color: #ffffff !important;
  background-color: #007ad9;
}

.zindex2 {
  z-index: 2 !important;
}

/* .input_icn .p-autocomplete .p-autocomplete-input {
    padding-left: 30px;
    padding-right: 40px;
    font-weight: 500;
    border: 2px solid #eeeced !important;
}

body .p-calendar.p-calendar-w-btn .p-inputtext {
    border: 2px solid #eeeced !important;
}

.input_icn .p-autocomplete .p-autocomplete-input input::placeholder {
    color: #293033 !important;
}

.input_icn .p-autocomplete .p-autocomplete-input input:-ms-input-placeholder {
  
    color: red;
}

.input_icn .ui-autocomplete .ui-autocomplete-input input::-ms-input-placeholder {
  
    color: red;
}

.input_icn input[type="search"] {
    padding-right: 25px!important;
} */
/* 
.travel_icn {
    background: url("assets/ytb-images/f-travel.png") no-repeat left center #fff !important;
} */

.travel .list-person__item .name {
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.travel .list-room {
  padding: 0px;
}

.flt-cale .pi-calendar:before {
  content: url('f-cal.png') !important;
  width: 42px;
  height: 42px;
  position: absolute;
  right: -6px;
  bottom: 1px;
}

body .flt-cale .p-datepicker table td > span {
  /* height: 40px !important; */
  width: 48px !important;
  padding: 0em;
}

.flt-cale .calendar-price {
  color: #000;
  font-size: 8px;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 999;
  background: transparent !important;
  height: 0px !important;
  line-height: 20px;
}

.flt-cale .calendar-price:hover {
  color: #fff !important;
}

.span.p-button-icon.pi.pi-calendar {
  top: 5px !important;
  left: 0px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  width: 32px !important;
  height: 40px !important;
}

.minus:hover,
.plus:hover {
  background: #0491e0 !important;
  border-color: #0491e0 !important;
  color: #fff;
}

/* .invalid-feedback {
    font-size: 13px !important;
    margin-top: 1px !important;
    margin-bottom: 7px;
} */

/* .invalid-feedback .ng-star-inserted b {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    padding: 0px 9px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #b22c28 !important;
    display: block;
    border-radius: 2px;
} */

.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
  color: #b22c28 !important;
  cursor: pointer !important;
}

.but_cen {
  margin: auto;
}

.but_cen .btn-search {
  background: #003680 !important;
  border: solid 2px #003680 !important;
  color: #fff;
  font-size: 20px !important;
  border-radius: 30px !important;
  text-align: center;
  padding: 5px 50px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  margin-top: 0px;
  position: relative;
  top: 30px;
}

.but_cen .btn-search:hover {
  background: #0391e0 !important;
  border: solid 2px #0391e0 !important;
}

.btn-search:hover {
  box-shadow: none !important;
}

/*stat tuned*/

.stay_bg {
  background: url('app-bg.png') repeat-x left bottom #fff !important;
  padding-top: 70px;
  margin-top: 30px;
}

.stay {
  color: #0491e0;
  font-size: 20px;
  text-transform: uppercase;
}

.stay span {
  color: #ff7f00;
  font-size: 24px;
}

.stay_bg p {
  margin-bottom: 50px;
  color: #666666;
}

.mob_app {
  text-align: left;
}

/* @media only screen and (max-width: 991px) {
    .ft_sm ul li {
        margin-right: 8px !important;
    }
    .h_30 {
        height: 20px !important;
    }
    label {
        font-size: 13px !important;
    }
    .dnonenews {
        display: none !important;
    }
    .newl_bg {
        min-height: 30px;
        height: auto;
    }
    .newsletterhead {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .cta-horizon {
        height: auto !important;
    }
    .mlr_n0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .ytb-newslater {
        margin-left: 20px;
    }
} */

/* @media only screen and (max-width: 768px) {
    .but_cen {
        left: 35%;
        bottom: -30px;
    }
    .newl_bg {
        border-radius: 0px !important;
    }
    .ytb-newslater {
        margin-left: 30px !important;
    }
    .ytb-newslater .p-inputtext {
        border-radius: 0px !important;
    }
} */

/* @media only screen and (max-width: 480px) {
    .but_cen {
        left: 25%;
    }
    .ytb-newslater {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        padding: 5px 10px;
        margin-left: 8px !important;
    }
} */

.vl {
  border-left: 1px solid green;
}

.itemloader {
  width: auto;
  height: auto;
  margin: 10px auto;
  border: 1px solid #eaeaea;
  padding: 10px;
}

.colr {
  color: rgb(79, 111, 143);
  position: relative;
  top: 4px;
}

.fare-word {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.mt-75 {
  margin-top: 75px;
}

.bagquantity {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.quantity__minus,
.quantity__plus {
  display: block;
  width: 22px;
  height: 23px;
  margin: 0;
  background: #dee0ee;
  text-decoration: none;
  text-align: center;
  line-height: 22px;
}

.quantity__minus:hover,
.quantity__plus:hover {
  background: #575b71;
  color: #fff;
}

.quantity__minus {
  border-radius: 3px 0 0 3px;
}

.quantity__plus {
  border-radius: 0 3px 3px 0;
}

.quantity__input {
  width: 32px;
  height: 23px;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 2px solid #dee0ee;
  border-bottom: 2px solid #dee0ee;
  border-left: 1px solid #dee0ee;
  border-right: 2px solid #dee0ee;
  background: #fff;
  color: #8184a1;
}

.htl_check_travel {
  right: 10px;
  position: absolute;
}

.ht_clp {
  font-weight: 600;
  color: #ee2e24;
  outline: 0;
  pointer-events: auto;
  font-size: 12px;
}

.ht_clp:hover {
  text-decoration: underline;
  cursor: pointer;
}

.htl_cnl_clr {
  color: #0491e0 !important;
}

.htl_er_h1 {
  font-weight: 800;
  color: #e24c4b;
  text-align: center;
  font-size: 24px;
  margin: 0px;
}

.p-text {
  font-weight: 500;
  color: #383a41;
  text-align: center;
  font-size: 15px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* @media screen and (max-width: 400px) {
    .htl_er_h1 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 2em;
    }
    .htl_er_btn {
        margin: 0 auto;
        margin-top: 60px;
        margin-bottom: 50px;
        width: 200px;
    }
} */

.htl_er_btn {
  font-weight: 400;
  padding: 6px;
  background-color: #5e7fdc;
  color: white;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 0px;
  transition: all 0.2s linear;
}

.htl_er_btn:hover {
  background-color: rgba(94, 127, 220, 0.8);
  transition: all 0.2s linear;
}

.htl_er_container {
  width: 1176px;
}

.bg-back-htl {
  background: url('hotel-er-yas.png') no-repeat center;
  margin: 0 auto;
  height: 280px;
  background-color: #f8fffe;
}

.er-pg-htl {
  text-align: center;
  margin: 0px auto;
  padding: 10px 15px;
  box-shadow: hsl(0, 0%, 80%) 0 0 9px;
  width: 75%;
  background: #ffffff;
}

.error-mg-hed {
  font-size: 18px;
  color: #002b5b;
  font-weight: 600;
  text-transform: uppercase;
}

.err-cal {
  background: aliceblue;
  padding: 9px 4px;
  border: 1px dashed #ddd;
  font-size: 18px !important;
  max-width: 280px;
  margin: auto;
}

/* .mb-20 {
    margin-bottom: 20px !important;
} */

.spin-caret-up:before {
  transform: rotate(180deg);
}

.spin-caret-group:before {
  content: "";
  background: url('up-chevron.png') no-repeat;
  padding: 12px !important;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
  transition: transform 365ms cubic-bezier(0.4, 0, 0.2, 1);
}

.product-title {
  padding: 5px;
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #007cc4;
}

.product-caption {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.product-price {
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #11e95b;
  float: right;
  border-radius: 7px;
}

.product-price b {
  margin-left: 5px;
}

.font-serif {
  color: #0491e0;
  font-size: 15px;
  font-weight: 700;
}

.custom-activities-list a:hover {
  box-shadow: -10px 20px 15px -10px rgba(17, 233, 91, 0.3);
  cursor: pointer;
}

.calendar__table--date[_ngcontent-serverApp-c5] {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 2.1 !important;
}

.calendar__table[_ngcontent-serverApp-c5]
  .monthly-date[_ngcontent-serverApp-c5] {
  color: #000000;
}

.sticky-kit {
  position: sticky;
  top: 0;
}

.pt-10 {
  padding-top: 10px;
}

.coupon-bg {
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  background-color: #f7b42c;
  background-image: linear-gradient(315deg, #f7b42c 0%, #fc575e 74%);
}

.coupon-deals {
  border-bottom: 2px solid #aee64d !important;
  box-shadow: 0 8px 6px -6px #eaeaea;
  margin-bottom: 10px !important;
}

.coupon-deals li {
  border-right: 0px solid #d9d9d9 !important;
  text-align: center;
}

.coupon-deals a.nav-link1.active {
  color: #537b0f !important;
  background-color: transparent !important;
  border-color: transparent transparent #f3f3f3 !important;
  border-bottom: 2px solid !important;
}

.coupon-deals a.nav-link1.active:after {
  content: "";
  position: relative;
  bottom: -39px;
  left: -36%;
  border: 12px solid transparent;
  border-top-color: #537b0f;
}

.coupon-cpn-deals {
  padding: 0px !important;
  margin-top: 5px;
}

.coupon-deals .nav-tabs1 .nav-link1:focus,
.nav-tabs1 .nav-link1:hover {
  border-color: transparent;
}

.coupon-deals a.nav-link1:hover {
  border-bottom: 0px !important;
}

.coupon-deals li a {
  color: #222;
  font-weight: 600;
  padding: 4px 30px;
}

.coupon-offers img {
  max-width: 100%;
}

.cpn-details {
  padding: 10px;
  min-height: 150px;
}

.cpn-details span {
  font-weight: 500;
}

.cpn-details p {
  line-height: 17px;
  padding-top: 15px;
  font-size: 14px;
  color: #666;
}

.cpn-vw-btn {
  color: #ff5d00 !important;
  border: 1px solid #ff5d00;
  padding: 3px 10px !important;
  font-size: 14px;
  text-align: right;
  border-radius: 0px !important;
  float: right;
  cursor: pointer;
}

.dwnldb {
  color: #fff !important;
  background: #0390df !important;
  border-color: #0390df;
  padding: 3px 10px !important;
  font-size: 14px;
  text-align: right;
  border-radius: 0px !important;
  float: right;
  cursor: pointer;
}

.dwnldb:hover {
  border-color: #78c3ec;
}

.cpn-vw-btn:hover {
  background: #ff5d00;
  color: #fff !important;
}

.cpn-pad-res-tbs {
  box-shadow: 0 0 5px 0 rgb(50 50 50 / 40%);
  margin-bottom: 15px;
}

.pa-0 {
  padding: 0px 5px !important;
}

.cpn-pad-res-tbs:hover {
  box-shadow: 0 0 5px 0 rgb(50 50 50 / 80%);
}

.p-datepicker:not(.p-disabled)
  table
  td
  span:not(.p-highlight):not(.p-disabled):hover {
  background: transparent !important;
  /* z-index: -1; */
}

.cal-phvr:hover {
  background: transparent !important;
  height: 0px !important;
  /* z-index: -1; */
  /* color: #fff !important; */
}

.assign_seat .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
  margin: 0;
  padding: 1rem 1.25rem !important;
}

button.close-icon.close-icon_currency.close-iconTwo {
  cursor: pointer;
  position: absolute;
  right: -9px;
  top: -14px;
  z-index: 9;
}
/* .p-inputtext.p-component, .p-dropdown.p-component 
    width: 100%;
    font-size: 14px;
    padding: 0px 0px;
    font-weight: 500;
    height: 37px;
    color: #293033;
} */

.modal-backdrop {
  position: absolute !important;
  top: -625px !important;
}

.typeahead__container button.close-icon {
  cursor: pointer;
  position: initial;
  top: 0;
  bottom: 0;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
}

/* .travellers-space-removal {
    margin-top: -16px;
    margin-left: 14px;
    margin-right: 14px;
} */

.cancelmani {
  margin-top: -16px;
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 16px;
}

.boldText700 {
  font-weight: 700 !important;
}

.info-msg {
  color: #059;
  background-color: #bef;
}

.success-msg {
  color: #270;
  background-color: #dff2bf;
}

.warning-msg {
  color: #f1a42f;
  background-color: #feefb3;
}

.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

.infoMessagesdiv {
  padding: 3px;
  background: #f8d7da;
  border-radius: 0px;
  margin-bottom: 10px !important;
}

.warningMessagesdiv {
  padding: 3px;
  background: #e3b733;
  border-radius: 0px;
  margin-bottom: 10px !important;
}

.tableWordBreak {
  .table tr > th {
    word-wrap: break-word;
  }
  .table tr > td {
    word-wrap: break-word;
  }
}

.stgLogoBackGroud {
  color: #e7f308 !important;
  text-decoration: underline !important;
  margin-left: 0px;
  cursor: pointer !important;
}

.stgNameBackround{
  background-color: #e7f308 !important;
}
/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/font-icons.css ***!
  \***********************************************************************************************************************************************************************************************************************/

/*------------------------------------------------------------------
* Project:        YOur Travel Booking
* Author:         
* URL:            
* Created:    
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
 * Table of Content
 * 1. Font Awesome
 * 2. Material icons
 * 3. Boxicons
 * 4. Ionicons
 * 5. Elegant
 * 6. Rivolicons
 * 7. Dripicons
 * 8. Themify 
 * 9. Weather icons
 * 10. flaticon-traveling-494790
-------------------------------------------------------------------*/


/*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url('fa-brands-400.woff2') format("woff2"),url('fa-brands-400.woff') format("woff"),url('fa-brands-400.ttf') format("truetype")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url('fa-solid-900.woff2') format("woff2")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}



/*
 * Material Icons
 * https://material.io/tools/icons/?style=baseline
 */

@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url('material-icons.woff2') format("woff2")}
@font-face{font-family:'Material Icons Outlined';font-style:normal;font-weight:400;src:url('material-icons-outlined.woff2') format("woff2")}
@font-face{font-family:'Material Icons Round';font-style:normal;font-weight:400}
@font-face{font-family:'Material Icons Two Tone';font-style:normal;font-weight:400}
.material-icons{font-family:'Material Icons';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:liga;-moz-osx-font-smoothing:grayscale}
.material-icons-outlined{font-family:'Material Icons Outlined';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:liga;-moz-osx-font-smoothing:grayscale}
.material-icons-round{font-family:'Material Icons Round';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:liga;-moz-osx-font-smoothing:grayscale}
.material-icons-two-tone{font-family:'Material Icons Two Tone';font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-moz-font-feature-settings:liga;-moz-osx-font-smoothing:grayscale}
.material-icons { font-size: inherit; line-height: 1; vertical-align: middle; margin: -3px 0 0; }



/* 
 * Boxicons
 * https://boxicons.com/
 */

@font-face{font-family:boxicons;font-weight:400;font-style:normal;src:url('boxicons.woff2') format('woff2'),url('boxicons.woff') format('woff'),url('boxicons.ttf') format('truetype')}.bx{font-family:boxicons!important;font-weight:400;font-style:normal;font-variant:normal;line-height:1;display:inline-block;text-transform:none;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bx-ul{margin-left:2em;padding-left:0;list-style:none}.bx-ul>li{position:relative}.bx-ul .bx{font-size:inherit;line-height:inherit;position:absolute;left:-2em;width:2em;text-align:center}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@keyframes burst{0%{transform:scale(1);opacity:1}90%{transform:scale(1.5);opacity:0}}@keyframes flashing{0%{opacity:1}45%{opacity:0}90%{opacity:1}}@keyframes fade-left{0%{transform:translateX(0);opacity:1}75%{transform:translateX(-20px);opacity:0}}@keyframes fade-right{0%{transform:translateX(0);opacity:1}75%{transform:translateX(20px);opacity:0}}@keyframes fade-up{0%{transform:translateY(0);opacity:1}75%{transform:translateY(-20px);opacity:0}}@keyframes fade-down{0%{transform:translateY(0);opacity:1}75%{transform:translateY(20px);opacity:0}}@keyframes tada{from{transform:scale3d(1,1,1)}10%,20%{transform:scale3d(.95,.95,.95) rotate3d(0,0,1,-10deg)}30%,50%,70%,90%{transform:scale3d(1,1,1) rotate3d(0,0,1,10deg)}40%,60%,80%{transform:rotate3d(0,0,1,-10deg)}to{transform:scale3d(1,1,1)}}.bx-spin{animation:spin 2s linear infinite}.bx-spin-hover:hover{animation:spin 2s linear infinite}.bx-tada{animation:tada 1.5s ease infinite}.bx-tada-hover:hover{animation:tada 1.5s ease infinite}.bx-flashing{animation:flashing 1.5s infinite linear}.bx-flashing-hover:hover{animation:flashing 1.5s infinite linear}.bx-burst{animation:burst 1.5s infinite linear}.bx-burst-hover:hover{animation:burst 1.5s infinite linear}.bx-fade-up{animation:fade-up 1.5s infinite linear}.bx-fade-up-hover:hover{animation:fade-up 1.5s infinite linear}.bx-fade-down{animation:fade-down 1.5s infinite linear}.bx-fade-down-hover:hover{animation:fade-down 1.5s infinite linear}.bx-fade-left{animation:fade-left 1.5s infinite linear}.bx-fade-left-hover:hover{animation:fade-left 1.5s infinite linear}.bx-fade-right{animation:fade-right 1.5s infinite linear}.bx-fade-right-hover:hover{animation:fade-right 1.5s infinite linear}.bx-xs{font-size:1rem!important}.bx-sm{font-size:1.55rem!important}.bx-md{font-size:2.25rem!important}.bx-fw{font-size:1.2857142857em;line-height:.8em;width:1.2857142857em;height:.8em;margin-top:-.2em!important;vertical-align:middle}.bx-lg{font-size:3rem!important}.bx-pull-left{float:left;margin-right:.3em!important}.bx-pull-right{float:right;margin-left:.3em!important}.bx-rotate-90{transform:rotate(90deg)}.bx-rotate-180{transform:rotate(180deg)}.bx-rotate-270{transform:rotate(270deg)}.bx-flip-horizontal{transform:scaleX(-1)}.bx-flip-vertical{transform:scaleY(-1)}.bx-border{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:.25em}.bx-border-circle{padding:.25em;border:.07em solid rgba(0,0,0,.1);border-radius:50%}.bxl-500px:before{content:"\e900"}.bxl-airbnb:before{content:"\e901"}.bxl-amazon:before{content:"\e902"}.bxl-android:before{content:"\e903"}.bxl-angular:before{content:"\e904"}.bxl-apple:before{content:"\e905"}.bxl-baidu:before{content:"\e906"}.bxl-behance:before{content:"\e907"}.bxl-bing:before{content:"\e908"}.bxl-bitcoin:before{content:"\e909"}.bxl-blogger:before{content:"\e90a"}.bxl-bootstrap:before{content:"\e90b"}.bxl-chrome:before{content:"\e90c"}.bxl-codepen:before{content:"\e90d"}.bxl-creative-commons:before{content:"\e90e"}.bxl-css3:before{content:"\e90f"}.bxl-dailymotion:before{content:"\e910"}.bxl-deviantart:before{content:"\e911"}.bxl-digg:before{content:"\e912"}.bxl-digitalocean:before{content:"\e913"}.bxl-discord:before{content:"\e914"}.bxl-discourse:before{content:"\e915"}.bxl-dribbble:before{content:"\e916"}.bxl-dropbox:before{content:"\e917"}.bxl-drupal:before{content:"\e918"}.bxl-ebay:before{content:"\e919"}.bxl-edge:before{content:"\e91a"}.bxl-facebook:before{content:"\e91b"}.bxl-facebook-square:before{content:"\e91c"}.bxl-firefox:before{content:"\e91d"}.bxl-flickr:before{content:"\e91e"}.bxl-flickr-square:before{content:"\e91f"}.bxl-foursquare:before{content:"\e920"}.bxl-git:before{content:"\e921"}.bxl-github:before{content:"\e922"}.bxl-google:before{content:"\e923"}.bxl-google-plus:before{content:"\e924"}.bxl-google-plus-circle:before{content:"\e925"}.bxl-html5:before{content:"\e926"}.bxl-instagram:before{content:"\e927"}.bxl-instagram-alt:before{content:"\e928"}.bxl-internet-explorer:before{content:"\e929"}.bxl-invision:before{content:"\e92a"}.bxl-javascript:before{content:"\e92b"}.bxl-joomla:before{content:"\e92c"}.bxl-jsfiddle:before{content:"\e92d"}.bxl-kickstarter:before{content:"\e92e"}.bxl-less:before{content:"\e92f"}.bxl-linkedin:before{content:"\e930"}.bxl-linkedin-square:before{content:"\e931"}.bxl-magento:before{content:"\e932"}.bxl-mailchimp:before{content:"\e933"}.bxl-mastercard:before{content:"\e934"}.bxl-medium:before{content:"\e935"}.bxl-medium-old:before{content:"\e936"}.bxl-medium-square:before{content:"\e937"}.bxl-messenger:before{content:"\e938"}.bxl-microsoft:before{content:"\e939"}.bxl-nodejs:before{content:"\e93a"}.bxl-opera:before{content:"\e93b"}.bxl-paypal:before{content:"\e93c"}.bxl-periscope:before{content:"\e93d"}.bxl-pinterest:before{content:"\e93e"}.bxl-play-store:before{content:"\e93f"}.bxl-pocket:before{content:"\e940"}.bxl-product-hunt:before{content:"\e941"}.bxl-quora:before{content:"\e942"}.bxl-react:before{content:"\e943"}.bxl-reddit:before{content:"\e944"}.bxl-redux:before{content:"\e945"}.bxl-sass:before{content:"\e946"}.bxl-shopify:before{content:"\e947"}.bxl-skype:before{content:"\e948"}.bxl-slack:before{content:"\e949"}.bxl-slack-old:before{content:"\e94a"}.bxl-snapchat:before{content:"\e94b"}.bxl-soundcloud:before{content:"\e94c"}.bxl-spotify:before{content:"\e94d"}.bxl-squarespace:before{content:"\e94e"}.bxl-stack-overflow:before{content:"\e94f"}.bxl-stripe:before{content:"\e950"}.bxl-telegram:before{content:"\e951"}.bxl-trello:before{content:"\e952"}.bxl-tumblr:before{content:"\e953"}.bxl-twitch:before{content:"\e954"}.bxl-twitter:before{content:"\e955"}.bxl-unsplash:before{content:"\e956"}.bxl-vimeo:before{content:"\e957"}.bxl-visa:before{content:"\e958"}.bxl-vk:before{content:"\e959"}.bxl-vuejs:before{content:"\e95a"}.bxl-whatsapp:before{content:"\e95b"}.bxl-whatsapp-square:before{content:"\e95c"}.bxl-wikipedia:before{content:"\e95d"}.bxl-windows:before{content:"\e95e"}.bxl-wix:before{content:"\e95f"}.bxl-wordpress:before{content:"\e960"}.bxl-yahoo:before{content:"\e961"}.bxl-yelp:before{content:"\e962"}.bxl-youtube:before{content:"\e963"}.bx-archive-in:before{content:"\e964"}.bx-archive-out:before{content:"\e965"}.bx-archive:before{content:"\e966"}.bx-tone:before{content:"\e967"}.bx-bolt-circle:before{content:"\e968"}.bx-check-shield:before{content:"\e969"}.bx-face:before{content:"\e96a"}.bx-file-find:before{content:"\e96b"}.bx-label:before{content:"\e96c"}.bx-exit:before{content:"\e96d"}.bx-extension:before{content:"\e96e"}.bx-cake:before{content:"\e96f"}.bx-dish:before{content:"\e970"}.bx-fridge:before{content:"\e971"}.bx-spa:before{content:"\e972"}.bx-image-add:before{content:"\e973"}.bx-image-alt:before{content:"\e974"}.bx-alarm-add:before{content:"\e975"}.bx-space-bar:before{content:"\e976"}.bx-add-to-queue:before{content:"\e977"}.bx-border-radius:before{content:"\e978"}.bx-map-alt:before{content:"\e979"}.bx-message-dots:before{content:"\e97a"}.bx-downvote:before{content:"\e97b"}.bx-upvote:before{content:"\e97c"}.bx-briefcase:before{content:"\e97d"}.bx-dollar:before{content:"\e97e"}.bx-wallet-alt:before{content:"\e97f"}.bx-shuffle:before{content:"\e980"}.bx-building-house:before{content:"\e981"}.bx-comment:before{content:"\e982"}.bx-comment-dots:before{content:"\e983"}.bx-book-content:before{content:"\e984"}.bx-chat:before{content:"\e985"}.bx-detail:before{content:"\e986"}.bx-message-rounded-dots:before{content:"\e987"}.bx-buildings:before{content:"\e988"}.bx-edit-alt:before{content:"\e989"}.bx-notepad:before{content:"\e98a"}.bx-briefcase-alt-2:before{content:"\e98b"}.bx-gas-pump:before{content:"\e98c"}.bx-sort-z-a:before{content:"\e98d"}.bx-brush-alt:before{content:"\e98e"}.bx-printer:before{content:"\e98f"}.bx-radio:before{content:"\e990"}.bx-sort-a-z:before{content:"\e991"}.bx-credit-card-alt:before{content:"\e992"}.bx-message-alt:before{content:"\e993"}.bx-message-alt-dots:before{content:"\e994"}.bx-id-card:before{content:"\e995"}.bx-move-horizontal:before{content:"\e996"}.bx-move-vertical:before{content:"\e997"}.bx-sort-down:before{content:"\e998"}.bx-sort-up:before{content:"\e999"}.bx-money:before{content:"\e99a"}.bx-movie:before{content:"\e99b"}.bx-code-block:before{content:"\e99c"}.bx-photo-album:before{content:"\e99d"}.bx-restaurant:before{content:"\e99e"}.bx-rewind-circle:before{content:"\e99f"}.bx-briefcase-alt:before{content:"\e9a0"}.bx-wallet:before{content:"\e9a1"}.bx-window-close:before{content:"\e9a2"}.bx-chalkboard:before{content:"\e9a3"}.bx-world:before{content:"\e9a4"}.bx-purchase-tag:before{content:"\e9a5"}.bx-hdd:before{content:"\e9a6"}.bx-rename:before{content:"\e9a7"}.bx-skip-previous-circle:before{content:"\e9a8"}.bx-chip:before{content:"\e9a9"}.bx-images:before{content:"\e9aa"}.bx-news:before{content:"\e9ab"}.bx-skip-next-circle:before{content:"\e9ac"}.bx-closet:before{content:"\e9ad"}.bx-ruler:before{content:"\e9ae"}.bx-tv:before{content:"\e9af"}.bx-battery:before{content:"\e9b0"}.bx-task:before{content:"\e9b1"}.bx-repeat:before{content:"\e9b2"}.bx-flag:before{content:"\e9b3"}.bx-repost:before{content:"\e9b4"}.bx-support:before{content:"\e9b5"}.bx-reply-all:before{content:"\e9b6"}.bx-subdirectory-left:before{content:"\e9b7"}.bx-subdirectory-right:before{content:"\e9b8"}.bx-reply:before{content:"\e9b9"}.bx-wrench:before{content:"\e9ba"}.bx-credit-card:before{content:"\e9bb"}.bx-notification:before{content:"\e9bc"}.bx-paragraph:before{content:"\e9bd"}.bx-diamond:before{content:"\e9be"}.bx-screenshot:before{content:"\e9bf"}.bx-sort:before{content:"\e9c0"}.bx-check:before{content:"\e9c1"}.bx-minus:before{content:"\e9c2"}.bx-x:before{content:"\e9c3"}.bx-plus:before{content:"\e9c4"}.bx-shopping-bag:before{content:"\e9c5"}.bx-edit:before{content:"\e9c6"}.bx-bold:before{content:"\e9c7"}.bx-columns:before{content:"\e9c8"}.bx-cut:before{content:"\e9c9"}.bx-font-family:before{content:"\e9ca"}.bx-crop:before{content:"\e9cb"}.bx-font-size:before{content:"\e9cc"}.bx-paste:before{content:"\e9cd"}.bx-underline:before{content:"\e9ce"}.bx-heading:before{content:"\e9cf"}.bx-italic:before{content:"\e9d0"}.bx-text:before{content:"\e9d1"}.bx-font:before{content:"\e9d2"}.bx-pulse:before{content:"\e9d3"}.bx-dashboard:before{content:"\e9d4"}.bx-desktop:before{content:"\e9d5"}.bx-sitemap:before{content:"\e9d6"}.bx-terminal:before{content:"\e9d7"}.bx-laptop:before{content:"\e9d8"}.bx-usb:before{content:"\e9d9"}.bx-windows:before{content:"\e9da"}.bx-message:before{content:"\e9db"}.bx-message-rounded:before{content:"\e9dc"}.bx-book-bookmark:before{content:"\e9dd"}.bx-mobile-alt:before{content:"\e9de"}.bx-tag:before{content:"\e9df"}.bx-book:before{content:"\e9e0"}.bx-bookmark-minus:before{content:"\e9e1"}.bx-bus:before{content:"\e9e2"}.bx-window:before{content:"\e9e3"}.bx-window-open:before{content:"\e9e4"}.bx-bookmark-plus:before{content:"\e9e5"}.bx-sidebar:before{content:"\e9e6"}.bx-table:before{content:"\e9e7"}.bx-clipboard:before{content:"\e9e8"}.bx-copy:before{content:"\e9e9"}.bx-play-circle:before{content:"\e9ea"}.bx-stop-circle:before{content:"\e9eb"}.bx-bookmarks:before{content:"\e9ec"}.bx-coffee:before{content:"\e9ed"}.bx-fast-forward-circle:before{content:"\e9ee"}.bx-rectangle:before{content:"\e9ef"}.bx-fullscreen:before{content:"\e9f0"}.bx-bookmark:before{content:"\e9f1"}.bx-accessibility:before{content:"\e9f2"}.bx-adjust:before{content:"\e9f3"}.bx-alarm:before{content:"\e9f4"}.bx-alarm-off:before{content:"\e9f5"}.bx-album:before{content:"\e9f6"}.bx-align-justify:before{content:"\e9f7"}.bx-align-left:before{content:"\e9f8"}.bx-align-middle:before{content:"\e9f9"}.bx-align-right:before{content:"\e9fa"}.bx-ambulance:before{content:"\e9fb"}.bx-analyse:before{content:"\e9fc"}.bx-anchor:before{content:"\e9fd"}.bx-aperture:before{content:"\e9fe"}.bx-area:before{content:"\e9ff"}.bx-arrow-back:before{content:"\ea00"}.bx-at:before{content:"\ea01"}.bx-award:before{content:"\ea02"}.bx-badge:before{content:"\ea03"}.bx-badge-check:before{content:"\ea04"}.bx-ball:before{content:"\ea05"}.bx-band-aid:before{content:"\ea06"}.bx-bar-chart:before{content:"\ea07"}.bx-bar-chart-alt:before{content:"\ea08"}.bx-bar-chart-alt-2:before{content:"\ea09"}.bx-bar-chart-square:before{content:"\ea0a"}.bx-barcode:before{content:"\ea0b"}.bx-basket:before{content:"\ea0c"}.bx-basketball:before{content:"\ea0d"}.bx-bath:before{content:"\ea0e"}.bx-bed:before{content:"\ea0f"}.bx-bell:before{content:"\ea10"}.bx-bell-minus:before{content:"\ea11"}.bx-bell-off:before{content:"\ea12"}.bx-bell-plus:before{content:"\ea13"}.bx-bicycle:before{content:"\ea14"}.bx-block:before{content:"\ea15"}.bx-bluetooth:before{content:"\ea16"}.bx-body:before{content:"\ea17"}.bx-book-open:before{content:"\ea18"}.bx-border-all:before{content:"\ea19"}.bx-border-bottom:before{content:"\ea1a"}.bx-border-left:before{content:"\ea1b"}.bx-border-right:before{content:"\ea1c"}.bx-border-top:before{content:"\ea1d"}.bx-bot:before{content:"\ea1e"}.bx-bowling-ball:before{content:"\ea1f"}.bx-box:before{content:"\ea20"}.bx-brightness:before{content:"\ea21"}.bx-brightness-half:before{content:"\ea22"}.bx-broadcast:before{content:"\ea23"}.bx-brush:before{content:"\ea24"}.bx-bug:before{content:"\ea25"}.bx-bug-alt:before{content:"\ea26"}.bx-building:before{content:"\ea27"}.bx-bulb:before{content:"\ea28"}.bx-bullseye:before{content:"\ea29"}.bx-buoy:before{content:"\ea2a"}.bx-calculator:before{content:"\ea2b"}.bx-calendar:before{content:"\ea2c"}.bx-calendar-alt:before{content:"\ea2d"}.bx-calendar-check:before{content:"\ea2e"}.bx-calendar-event:before{content:"\ea2f"}.bx-calendar-minus:before{content:"\ea30"}.bx-calendar-plus:before{content:"\ea31"}.bx-calendar-x:before{content:"\ea32"}.bx-camera:before{content:"\ea33"}.bx-camera-off:before{content:"\ea34"}.bx-captions:before{content:"\ea35"}.bx-car:before{content:"\ea36"}.bx-card:before{content:"\ea37"}.bx-caret-down:before{content:"\ea38"}.bx-caret-left:before{content:"\ea39"}.bx-caret-right:before{content:"\ea3a"}.bx-caret-up:before{content:"\ea3b"}.bx-carousel:before{content:"\ea3c"}.bx-cart:before{content:"\ea3d"}.bx-cart-alt:before{content:"\ea3e"}.bx-cast:before{content:"\ea3f"}.bx-certification:before{content:"\ea40"}.bx-chart:before{content:"\ea41"}.bx-checkbox:before{content:"\ea42"}.bx-checkbox-checked:before{content:"\ea43"}.bx-checkbox-square:before{content:"\ea44"}.bx-check-circle:before{content:"\ea45"}.bx-check-double:before{content:"\ea46"}.bx-check-square:before{content:"\ea47"}.bx-chevron-down:before{content:"\ea48"}.bx-chevron-left:before{content:"\ea49"}.bx-chevron-right:before{content:"\ea4a"}.bx-chevrons-down:before{content:"\ea4b"}.bx-chevrons-left:before{content:"\ea4c"}.bx-chevrons-right:before{content:"\ea4d"}.bx-chevrons-up:before{content:"\ea4e"}.bx-chevron-up:before{content:"\ea4f"}.bx-circle:before{content:"\ea50"}.bx-cloud:before{content:"\ea51"}.bx-cloud-download:before{content:"\ea52"}.bx-cloud-drizzle:before{content:"\ea53"}.bx-cloud-lightning:before{content:"\ea54"}.bx-cloud-light-rain:before{content:"\ea55"}.bx-cloud-rain:before{content:"\ea56"}.bx-cloud-snow:before{content:"\ea57"}.bx-cloud-upload:before{content:"\ea58"}.bx-code:before{content:"\ea59"}.bx-code-alt:before{content:"\ea5a"}.bx-code-curly:before{content:"\ea5b"}.bx-cog:before{content:"\ea5c"}.bx-collapse:before{content:"\ea5d"}.bx-collection:before{content:"\ea5e"}.bx-command:before{content:"\ea5f"}.bx-compass:before{content:"\ea60"}.bx-conversation:before{content:"\ea61"}.bx-copy-alt:before{content:"\ea62"}.bx-copyright:before{content:"\ea63"}.bx-crosshair:before{content:"\ea64"}.bx-crown:before{content:"\ea65"}.bx-cube:before{content:"\ea66"}.bx-cube-alt:before{content:"\ea67"}.bx-cuboid:before{content:"\ea68"}.bx-customize:before{content:"\ea69"}.bx-cycling:before{content:"\ea6a"}.bx-cylinder:before{content:"\ea6b"}.bx-data:before{content:"\ea6c"}.bx-devices:before{content:"\ea6d"}.bx-dialpad:before{content:"\ea6e"}.bx-dialpad-alt:before{content:"\ea6f"}.bx-directions:before{content:"\ea70"}.bx-disc:before{content:"\ea71"}.bx-dislike:before{content:"\ea72"}.bx-dna:before{content:"\ea73"}.bx-dock-bottom:before{content:"\ea74"}.bx-dock-left:before{content:"\ea75"}.bx-dock-right:before{content:"\ea76"}.bx-dock-top:before{content:"\ea77"}.bx-dollar-circle:before{content:"\ea78"}.bx-dots-horizontal:before{content:"\ea79"}.bx-dots-horizontal-rounded:before{content:"\ea7a"}.bx-dots-vertical:before{content:"\ea7b"}.bx-dots-vertical-rounded:before{content:"\ea7c"}.bx-doughnut-chart:before{content:"\ea7d"}.bx-down-arrow:before{content:"\ea7e"}.bx-down-arrow-alt:before{content:"\ea7f"}.bx-down-arrow-circle:before{content:"\ea80"}.bx-download:before{content:"\ea81"}.bx-droplet:before{content:"\ea82"}.bx-dumbbell:before{content:"\ea83"}.bx-duplicate:before{content:"\ea84"}.bx-envelope:before{content:"\ea85"}.bx-equalizer:before{content:"\ea86"}.bx-error:before{content:"\ea87"}.bx-error-alt:before{content:"\ea88"}.bx-error-circle:before{content:"\ea89"}.bx-exit-fullscreen:before{content:"\ea8a"}.bx-expand:before{content:"\ea8b"}.bx-export:before{content:"\ea8c"}.bx-fast-forward:before{content:"\ea8d"}.bx-female:before{content:"\ea8e"}.bx-file:before{content:"\ea8f"}.bx-file-blank:before{content:"\ea90"}.bx-film:before{content:"\ea91"}.bx-filter:before{content:"\ea92"}.bx-filter-alt:before{content:"\ea93"}.bx-fingerprint:before{content:"\ea94"}.bx-first-aid:before{content:"\ea95"}.bx-first-page:before{content:"\ea96"}.bx-folder:before{content:"\ea97"}.bx-folder-minus:before{content:"\ea98"}.bx-folder-open:before{content:"\ea99"}.bx-folder-plus:before{content:"\ea9a"}.bx-font-color:before{content:"\ea9b"}.bx-football:before{content:"\ea9c"}.bx-ghost:before{content:"\ea9d"}.bx-gift:before{content:"\ea9e"}.bx-git-branch:before{content:"\ea9f"}.bx-git-commit:before{content:"\eaa0"}.bx-git-compare:before{content:"\eaa1"}.bx-git-merge:before{content:"\eaa2"}.bx-git-pull-request:before{content:"\eaa3"}.bx-git-repo-forked:before{content:"\eaa4"}.bx-globe:before{content:"\eaa5"}.bx-globe-alt:before{content:"\eaa6"}.bx-grid:before{content:"\eaa7"}.bx-grid-alt:before{content:"\eaa8"}.bx-grid-horizontal:before{content:"\eaa9"}.bx-grid-small:before{content:"\eaaa"}.bx-grid-vertical:before{content:"\eaab"}.bx-group:before{content:"\eaac"}.bx-handicap:before{content:"\eaad"}.bx-hash:before{content:"\eaae"}.bx-headphone:before{content:"\eaaf"}.bx-heart:before{content:"\eab0"}.bx-help-circle:before{content:"\eab1"}.bx-hide:before{content:"\eab2"}.bx-highlight:before{content:"\eab3"}.bx-history:before{content:"\eab4"}.bx-hive:before{content:"\eab5"}.bx-home:before{content:"\eab6"}.bx-home-alt:before{content:"\eab7"}.bx-home-circle:before{content:"\eab8"}.bx-horizontal-center:before{content:"\eab9"}.bx-hotel:before{content:"\eaba"}.bx-hourglass:before{content:"\eabb"}.bx-image:before{content:"\eabc"}.bx-import:before{content:"\eabd"}.bx-infinite:before{content:"\eabe"}.bx-info-circle:before{content:"\eabf"}.bx-joystick:before{content:"\eac0"}.bx-joystick-alt:before{content:"\eac1"}.bx-joystick-button:before{content:"\eac2"}.bx-key:before{content:"\eac3"}.bx-landscape:before{content:"\eac4"}.bx-last-page:before{content:"\eac5"}.bx-layer:before{content:"\eac6"}.bx-layout:before{content:"\eac7"}.bx-left-arrow:before{content:"\eac8"}.bx-left-arrow-alt:before{content:"\eac9"}.bx-left-arrow-circle:before{content:"\eaca"}.bx-left-down-arrow-circle:before{content:"\eacb"}.bx-left-indent:before{content:"\eacc"}.bx-left-top-arrow-circle:before{content:"\eacd"}.bx-like:before{content:"\eace"}.bx-line-chart:before{content:"\eacf"}.bx-link:before{content:"\ead0"}.bx-link-alt:before{content:"\ead1"}.bx-link-external:before{content:"\ead2"}.bx-list-check:before{content:"\ead3"}.bx-list-ol:before{content:"\ead4"}.bx-list-plus:before{content:"\ead5"}.bx-list-ul:before{content:"\ead6"}.bx-list-x:before{content:"\ead7"}.bx-loader:before{content:"\ead8"}.bx-loader-alt:before{content:"\ead9"}.bx-loader-circle:before{content:"\eada"}.bx-lock:before{content:"\eadb"}.bx-lock-alt:before{content:"\eadc"}.bx-lock-open:before{content:"\eadd"}.bx-lock-open-alt:before{content:"\eade"}.bx-log-in:before{content:"\eadf"}.bx-log-in-circle:before{content:"\eae0"}.bx-log-out:before{content:"\eae1"}.bx-log-out-circle:before{content:"\eae2"}.bx-magnet:before{content:"\eae3"}.bx-mail-send:before{content:"\eae4"}.bx-male:before{content:"\eae5"}.bx-map:before{content:"\eae6"}.bx-map-pin:before{content:"\eae7"}.bx-memory-card:before{content:"\eae8"}.bx-menu:before{content:"\eae9"}.bx-menu-alt-left:before{content:"\eaea"}.bx-menu-alt-right:before{content:"\eaeb"}.bx-message-square:before{content:"\eaec"}.bx-message-square-dots:before{content:"\eaed"}.bx-microphone:before{content:"\eaee"}.bx-microphone-off:before{content:"\eaef"}.bx-minus-circle:before{content:"\eaf0"}.bx-mobile:before{content:"\eaf1"}.bx-mobile-landscape:before{content:"\eaf2"}.bx-mobile-vibration:before{content:"\eaf3"}.bx-moon:before{content:"\eaf4"}.bx-mouse:before{content:"\eaf5"}.bx-mouse-alt:before{content:"\eaf6"}.bx-move:before{content:"\eaf7"}.bx-music:before{content:"\eaf8"}.bx-navigation:before{content:"\eaf9"}.bx-no-entry:before{content:"\eafa"}.bx-note:before{content:"\eafb"}.bx-notification-off:before{content:"\eafc"}.bx-package:before{content:"\eafd"}.bx-paint:before{content:"\eafe"}.bx-paint-roll:before{content:"\eaff"}.bx-palette:before{content:"\eb00"}.bx-paperclip:before{content:"\eb01"}.bx-paper-plane:before{content:"\eb02"}.bx-pause:before{content:"\eb03"}.bx-pause-circle:before{content:"\eb04"}.bx-pen:before{content:"\eb05"}.bx-pencil:before{content:"\eb06"}.bx-phone:before{content:"\eb07"}.bx-phone-call:before{content:"\eb08"}.bx-phone-incoming:before{content:"\eb09"}.bx-phone-outgoing:before{content:"\eb0a"}.bx-pie-chart:before{content:"\eb0b"}.bx-pie-chart-alt:before{content:"\eb0c"}.bx-pie-chart-alt-2:before{content:"\eb0d"}.bx-pin:before{content:"\eb0e"}.bx-planet:before{content:"\eb0f"}.bx-play:before{content:"\eb10"}.bx-plug:before{content:"\eb11"}.bx-plus-circle:before{content:"\eb12"}.bx-plus-medical:before{content:"\eb13"}.bx-poll:before{content:"\eb14"}.bx-polygon:before{content:"\eb15"}.bx-power-off:before{content:"\eb16"}.bx-purchase-tag-alt:before{content:"\eb17"}.bx-pyramid:before{content:"\eb18"}.bx-question-mark:before{content:"\eb19"}.bx-radar:before{content:"\eb1a"}.bx-radio-circle:before{content:"\eb1b"}.bx-radio-circle-marked:before{content:"\eb1c"}.bx-receipt:before{content:"\eb1d"}.bx-redo:before{content:"\eb1e"}.bx-reset:before{content:"\eb1f"}.bx-revision:before{content:"\eb20"}.bx-rewind:before{content:"\eb21"}.bx-right-arrow:before{content:"\eb22"}.bx-right-arrow-alt:before{content:"\eb23"}.bx-right-arrow-circle:before{content:"\eb24"}.bx-right-down-arrow-circle:before{content:"\eb25"}.bx-right-indent:before{content:"\eb26"}.bx-right-top-arrow-circle:before{content:"\eb27"}.bx-rocket:before{content:"\eb28"}.bx-rotate-left:before{content:"\eb29"}.bx-rotate-right:before{content:"\eb2a"}.bx-rss:before{content:"\eb2b"}.bx-run:before{content:"\eb2c"}.bx-save:before{content:"\eb2d"}.bx-search:before{content:"\eb2e"}.bx-search-alt:before{content:"\eb2f"}.bx-search-alt-2:before{content:"\eb30"}.bx-selection:before{content:"\eb31"}.bx-select-multiple:before{content:"\eb32"}.bx-send:before{content:"\eb33"}.bx-server:before{content:"\eb34"}.bx-shape-circle:before{content:"\eb35"}.bx-shape-square:before{content:"\eb36"}.bx-shape-triangle:before{content:"\eb37"}.bx-share:before{content:"\eb38"}.bx-share-alt:before{content:"\eb39"}.bx-shield:before{content:"\eb3a"}.bx-shield-alt:before{content:"\eb3b"}.bx-shield-alt-2:before{content:"\eb3c"}.bx-show:before{content:"\eb3d"}.bx-show-alt:before{content:"\eb3e"}.bx-skip-next:before{content:"\eb3f"}.bx-skip-previous:before{content:"\eb40"}.bx-slider:before{content:"\eb41"}.bx-slider-alt:before{content:"\eb42"}.bx-slideshow:before{content:"\eb43"}.bx-spreadsheet:before{content:"\eb44"}.bx-square:before{content:"\eb45"}.bx-square-rounded:before{content:"\eb46"}.bx-star:before{content:"\eb47"}.bx-station:before{content:"\eb48"}.bx-stats:before{content:"\eb49"}.bx-stop:before{content:"\eb4a"}.bx-stopwatch:before{content:"\eb4b"}.bx-store:before{content:"\eb4c"}.bx-store-alt:before{content:"\eb4d"}.bx-street-view:before{content:"\eb4e"}.bx-strikethrough:before{content:"\eb4f"}.bx-sun:before{content:"\eb50"}.bx-swim:before{content:"\eb51"}.bx-sync:before{content:"\eb52"}.bx-tab:before{content:"\eb53"}.bx-target-lock:before{content:"\eb54"}.bx-taxi:before{content:"\eb55"}.bx-tennis-ball:before{content:"\eb56"}.bx-test-tube:before{content:"\eb57"}.bx-time:before{content:"\eb58"}.bx-time-five:before{content:"\eb59"}.bx-timer:before{content:"\eb5a"}.bx-toggle-left:before{content:"\eb5b"}.bx-toggle-right:before{content:"\eb5c"}.bx-traffic-barrier:before{content:"\eb5d"}.bx-train:before{content:"\eb5e"}.bx-transfer:before{content:"\eb5f"}.bx-transfer-alt:before{content:"\eb60"}.bx-trash:before{content:"\eb61"}.bx-trash-alt:before{content:"\eb62"}.bx-trending-down:before{content:"\eb63"}.bx-trending-up:before{content:"\eb64"}.bx-trophy:before{content:"\eb65"}.bx-truck:before{content:"\eb66"}.bx-undo:before{content:"\eb67"}.bx-unlink:before{content:"\eb68"}.bx-up-arrow:before{content:"\eb69"}.bx-up-arrow-alt:before{content:"\eb6a"}.bx-up-arrow-circle:before{content:"\eb6b"}.bx-upload:before{content:"\eb6c"}.bx-user:before{content:"\eb6d"}.bx-user-check:before{content:"\eb6e"}.bx-user-circle:before{content:"\eb6f"}.bx-user-minus:before{content:"\eb70"}.bx-user-pin:before{content:"\eb71"}.bx-user-plus:before{content:"\eb72"}.bx-user-voice:before{content:"\eb73"}.bx-user-x:before{content:"\eb74"}.bx-vertical-center:before{content:"\eb75"}.bx-video:before{content:"\eb76"}.bx-video-off:before{content:"\eb77"}.bx-video-plus:before{content:"\eb78"}.bx-video-recording:before{content:"\eb79"}.bx-voicemail:before{content:"\eb7a"}.bx-volume:before{content:"\eb7b"}.bx-volume-full:before{content:"\eb7c"}.bx-volume-low:before{content:"\eb7d"}.bx-volume-mute:before{content:"\eb7e"}.bx-walk:before{content:"\eb7f"}.bx-water:before{content:"\eb80"}.bx-wifi:before{content:"\eb81"}.bx-wifi-off:before{content:"\eb82"}.bx-wind:before{content:"\eb83"}.bx-x-circle:before{content:"\eb84"}.bx-zoom-in:before{content:"\eb85"}.bx-zoom-out:before{content:"\eb86"}.bxs-archive:before{content:"\eb87"}.bxs-archive-out:before{content:"\eb88"}.bxs-archive-in:before{content:"\eb89"}.bxs-city:before{content:"\eb8a"}.bxs-cake:before{content:"\eb8b"}.bxs-spa:before{content:"\eb8c"}.bxs-dish:before{content:"\eb8d"}.bxs-fridge:before{content:"\eb8e"}.bxs-image-add:before{content:"\eb8f"}.bxs-alarm-add:before{content:"\eb90"}.bxs-add-to-queue:before{content:"\eb91"}.bxs-bolt-circle:before{content:"\eb92"}.bxs-check-shield:before{content:"\eb93"}.bxs-file-find:before{content:"\eb94"}.bxs-label:before{content:"\eb95"}.bxs-exit:before{content:"\eb96"}.bxs-extension:before{content:"\eb97"}.bxs-face:before{content:"\eb98"}.bxs-downvote:before{content:"\eb99"}.bxs-upvote:before{content:"\eb9a"}.bxs-user-circle:before{content:"\eb9b"}.bxs-cart:before{content:"\eb9c"}.bxs-magnet:before{content:"\eb9d"}.bxs-briefcase:before{content:"\eb9e"}.bxs-book:before{content:"\eb9f"}.bxs-watch:before{content:"\eba0"}.bxs-wallet-alt:before{content:"\eba1"}.bxs-edit:before{content:"\eba2"}.bxs-shield-alt-2:before{content:"\eba3"}.bxs-building-house:before{content:"\eba4"}.bxs-star:before{content:"\eba5"}.bxs-bar-chart-alt-2:before{content:"\eba6"}.bxs-message-rounded-dots:before{content:"\eba7"}.bxs-message-rounded:before{content:"\eba8"}.bxs-brush-alt:before{content:"\eba9"}.bxs-message-alt-dots:before{content:"\ebaa"}.bxs-message-alt:before{content:"\ebab"}.bxs-brush:before{content:"\ebac"}.bxs-gas-pump:before{content:"\ebad"}.bxs-megaphone:before{content:"\ebae"}.bxs-ship:before{content:"\ebaf"}.bxs-bath:before{content:"\ebb0"}.bxs-bed:before{content:"\ebb1"}.bxs-photo-album:before{content:"\ebb2"}.bxs-grid-alt:before{content:"\ebb3"}.bxs-sort-alt:before{content:"\ebb4"}.bxs-wallet:before{content:"\ebb5"}.bxs-categories:before{content:"\ebb6"}.bxs-movie:before{content:"\ebb7"}.bxs-watch-alt:before{content:"\ebb8"}.bxs-buildings:before{content:"\ebb9"}.bxs-chat:before{content:"\ebba"}.bxs-briefcase-alt:before{content:"\ebbb"}.bxs-book-content:before{content:"\ebbc"}.bxs-message-dots:before{content:"\ebbd"}.bxs-edit-alt:before{content:"\ebbe"}.bxs-notepad:before{content:"\ebbf"}.bxs-briefcase-alt-2:before{content:"\ebc0"}.bxs-credit-card:before{content:"\ebc1"}.bxs-credit-card-alt:before{content:"\ebc2"}.bxs-no-entry:before{content:"\ebc3"}.bxs-battery-charging:before{content:"\ebc4"}.bxs-battery-full:before{content:"\ebc5"}.bxs-hdd:before{content:"\ebc6"}.bxs-news:before{content:"\ebc7"}.bxs-ruler:before{content:"\ebc8"}.bxs-filter-alt:before{content:"\ebc9"}.bxs-purchase-tag:before{content:"\ebca"}.bxs-battery-low:before{content:"\ebcb"}.bxs-chip:before{content:"\ebcc"}.bxs-rename:before{content:"\ebcd"}.bxs-battery:before{content:"\ebce"}.bxs-flag:before{content:"\ebcf"}.bxs-wrench:before{content:"\ebd0"}.bxs-t-shirt:before{content:"\ebd1"}.bxs-paste:before{content:"\ebd2"}.bxs-share:before{content:"\ebd3"}.bxs-bolt:before{content:"\ebd4"}.bxs-coffee-alt:before{content:"\ebd5"}.bxs-pin:before{content:"\ebd6"}.bxs-shopping-bag:before{content:"\ebd7"}.bxs-shopping-bag-alt:before{content:"\ebd8"}.bxs-trophy:before{content:"\ebd9"}.bxs-coupon:before{content:"\ebda"}.bxs-discount:before{content:"\ebdb"}.bxs-inbox:before{content:"\ebdc"}.bxs-widget:before{content:"\ebdd"}.bxs-printer:before{content:"\ebde"}.bxs-radio:before{content:"\ebdf"}.bxs-terminal:before{content:"\ebe0"}.bxs-message:before{content:"\ebe1"}.bxs-tag:before{content:"\ebe2"}.bxs-tag-x:before{content:"\ebe3"}.bxs-building:before{content:"\ebe4"}.bxs-book-bookmark:before{content:"\ebe5"}.bxs-bus:before{content:"\ebe6"}.bxs-copy-alt:before{content:"\ebe7"}.bxs-coffee:before{content:"\ebe8"}.bxs-copy:before{content:"\ebe9"}.bxs-x-circle:before{content:"\ebea"}.bxs-zoom-out:before{content:"\ebeb"}.bxs-adjust:before{content:"\ebec"}.bxs-adjust-alt:before{content:"\ebed"}.bxs-alarm:before{content:"\ebee"}.bxs-alarm-off:before{content:"\ebef"}.bxs-album:before{content:"\ebf0"}.bxs-ambulance:before{content:"\ebf1"}.bxs-analyse:before{content:"\ebf2"}.bxs-area:before{content:"\ebf3"}.bxs-award:before{content:"\ebf4"}.bxs-badge:before{content:"\ebf5"}.bxs-badge-check:before{content:"\ebf6"}.bxs-ball:before{content:"\ebf7"}.bxs-band-aid:before{content:"\ebf8"}.bxs-bank:before{content:"\ebf9"}.bxs-bar-chart-square:before{content:"\ebfa"}.bxs-barcode:before{content:"\ebfb"}.bxs-basket:before{content:"\ebfc"}.bxs-bell:before{content:"\ebfd"}.bxs-bell-minus:before{content:"\ebfe"}.bxs-bell-off:before{content:"\ebff"}.bxs-bell-plus:before{content:"\ec00"}.bxs-bell-ring:before{content:"\ec01"}.bxs-bookmark:before{content:"\ec02"}.bxs-bookmark-minus:before{content:"\ec03"}.bxs-bookmark-plus:before{content:"\ec04"}.bxs-bookmarks:before{content:"\ec05"}.bxs-bookmark-star:before{content:"\ec06"}.bxs-book-open:before{content:"\ec07"}.bxs-bot:before{content:"\ec08"}.bxs-bowling-ball:before{content:"\ec09"}.bxs-box:before{content:"\ec0a"}.bxs-brightness:before{content:"\ec0b"}.bxs-brightness-half:before{content:"\ec0c"}.bxs-bug:before{content:"\ec0d"}.bxs-bug-alt:before{content:"\ec0e"}.bxs-bulb:before{content:"\ec0f"}.bxs-buoy:before{content:"\ec10"}.bxs-calculator:before{content:"\ec11"}.bxs-calendar:before{content:"\ec12"}.bxs-calendar-alt:before{content:"\ec13"}.bxs-calendar-check:before{content:"\ec14"}.bxs-calendar-event:before{content:"\ec15"}.bxs-calendar-minus:before{content:"\ec16"}.bxs-calendar-plus:before{content:"\ec17"}.bxs-calendar-x:before{content:"\ec18"}.bxs-camera:before{content:"\ec19"}.bxs-camera-off:before{content:"\ec1a"}.bxs-capsule:before{content:"\ec1b"}.bxs-captions:before{content:"\ec1c"}.bxs-car:before{content:"\ec1d"}.bxs-card:before{content:"\ec1e"}.bxs-carousel:before{content:"\ec1f"}.bxs-cart-alt:before{content:"\ec20"}.bxs-certification:before{content:"\ec21"}.bxs-chalkboard:before{content:"\ec22"}.bxs-chart:before{content:"\ec23"}.bxs-checkbox:before{content:"\ec24"}.bxs-checkbox-checked:before{content:"\ec25"}.bxs-check-circle:before{content:"\ec26"}.bxs-check-square:before{content:"\ec27"}.bxs-circle:before{content:"\ec28"}.bxs-cloud:before{content:"\ec29"}.bxs-cloud-download:before{content:"\ec2a"}.bxs-cloud-lightning:before{content:"\ec2b"}.bxs-cloud-rain:before{content:"\ec2c"}.bxs-cloud-upload:before{content:"\ec2d"}.bxs-cog:before{content:"\ec2e"}.bxs-collection:before{content:"\ec2f"}.bxs-color-fill:before{content:"\ec30"}.bxs-comment:before{content:"\ec31"}.bxs-comment-add:before{content:"\ec32"}.bxs-comment-detail:before{content:"\ec33"}.bxs-comment-dots:before{content:"\ec34"}.bxs-comment-error:before{content:"\ec35"}.bxs-compass:before{content:"\ec36"}.bxs-component:before{content:"\ec37"}.bxs-contact:before{content:"\ec38"}.bxs-conversation:before{content:"\ec39"}.bxs-crown:before{content:"\ec3a"}.bxs-cube:before{content:"\ec3b"}.bxs-cube-alt:before{content:"\ec3c"}.bxs-cuboid:before{content:"\ec3d"}.bxs-customize:before{content:"\ec3e"}.bxs-cylinder:before{content:"\ec3f"}.bxs-dashboard:before{content:"\ec40"}.bxs-data:before{content:"\ec41"}.bxs-detail:before{content:"\ec42"}.bxs-devices:before{content:"\ec43"}.bxs-direction-left:before{content:"\ec44"}.bxs-direction-right:before{content:"\ec45"}.bxs-directions:before{content:"\ec46"}.bxs-disc:before{content:"\ec47"}.bxs-dislike:before{content:"\ec48"}.bxs-dock-bottom:before{content:"\ec49"}.bxs-dock-left:before{content:"\ec4a"}.bxs-dock-right:before{content:"\ec4b"}.bxs-dock-top:before{content:"\ec4c"}.bxs-dollar-circle:before{content:"\ec4d"}.bxs-doughnut-chart:before{content:"\ec4e"}.bxs-down-arrow:before{content:"\ec4f"}.bxs-down-arrow-circle:before{content:"\ec50"}.bxs-down-arrow-square:before{content:"\ec51"}.bxs-download:before{content:"\ec52"}.bxs-drink:before{content:"\ec53"}.bxs-droplet:before{content:"\ec54"}.bxs-droplet-half:before{content:"\ec55"}.bxs-duplicate:before{content:"\ec56"}.bxs-eject:before{content:"\ec57"}.bxs-envelope:before{content:"\ec58"}.bxs-eraser:before{content:"\ec59"}.bxs-error:before{content:"\ec5a"}.bxs-error-alt:before{content:"\ec5b"}.bxs-error-circle:before{content:"\ec5c"}.bxs-eyedropper:before{content:"\ec5d"}.bxs-factory:before{content:"\ec5e"}.bxs-fast-forward-circle:before{content:"\ec5f"}.bxs-file:before{content:"\ec60"}.bxs-file-blank:before{content:"\ec61"}.bxs-file-css:before{content:"\ec62"}.bxs-file-doc:before{content:"\ec63"}.bxs-file-gif:before{content:"\ec64"}.bxs-file-html:before{content:"\ec65"}.bxs-file-image:before{content:"\ec66"}.bxs-file-jpg:before{content:"\ec67"}.bxs-file-js:before{content:"\ec68"}.bxs-file-json:before{content:"\ec69"}.bxs-file-md:before{content:"\ec6a"}.bxs-file-pdf:before{content:"\ec6b"}.bxs-file-plus:before{content:"\ec6c"}.bxs-file-png:before{content:"\ec6d"}.bxs-file-txt:before{content:"\ec6e"}.bxs-film:before{content:"\ec6f"}.bxs-first-aid:before{content:"\ec70"}.bxs-flag-alt:before{content:"\ec71"}.bxs-flame:before{content:"\ec72"}.bxs-flask:before{content:"\ec73"}.bxs-folder:before{content:"\ec74"}.bxs-folder-minus:before{content:"\ec75"}.bxs-folder-open:before{content:"\ec76"}.bxs-folder-plus:before{content:"\ec77"}.bxs-ghost:before{content:"\ec78"}.bxs-gift:before{content:"\ec79"}.bxs-graduation:before{content:"\ec7a"}.bxs-grid:before{content:"\ec7b"}.bxs-group:before{content:"\ec7c"}.bxs-heart:before{content:"\ec7d"}.bxs-help-circle:before{content:"\ec7e"}.bxs-hide:before{content:"\ec7f"}.bxs-home:before{content:"\ec80"}.bxs-home-circle:before{content:"\ec81"}.bxs-hot:before{content:"\ec82"}.bxs-hotel:before{content:"\ec83"}.bxs-hourglass:before{content:"\ec84"}.bxs-hourglass-bottom:before{content:"\ec85"}.bxs-hourglass-top:before{content:"\ec86"}.bxs-id-card:before{content:"\ec87"}.bxs-image:before{content:"\ec88"}.bxs-image-alt:before{content:"\ec89"}.bxs-info-circle:before{content:"\ec8a"}.bxs-institution:before{content:"\ec8b"}.bxs-joystick:before{content:"\ec8c"}.bxs-joystick-alt:before{content:"\ec8d"}.bxs-joystick-button:before{content:"\ec8e"}.bxs-key:before{content:"\ec8f"}.bxs-keyboard:before{content:"\ec90"}.bxs-landmark:before{content:"\ec91"}.bxs-landscape:before{content:"\ec92"}.bxs-layer:before{content:"\ec93"}.bxs-layout:before{content:"\ec94"}.bxs-left-arrow:before{content:"\ec95"}.bxs-left-arrow-circle:before{content:"\ec96"}.bxs-left-arrow-square:before{content:"\ec97"}.bxs-left-down-arrow-circle:before{content:"\ec98"}.bxs-left-top-arrow-circle:before{content:"\ec99"}.bxs-like:before{content:"\ec9a"}.bxs-lock:before{content:"\ec9b"}.bxs-lock-alt:before{content:"\ec9c"}.bxs-lock-open:before{content:"\ec9d"}.bxs-lock-open-alt:before{content:"\ec9e"}.bxs-log-in:before{content:"\ec9f"}.bxs-log-in-circle:before{content:"\eca0"}.bxs-log-out:before{content:"\eca1"}.bxs-log-out-circle:before{content:"\eca2"}.bxs-magic-wand:before{content:"\eca3"}.bxs-map:before{content:"\eca4"}.bxs-map-alt:before{content:"\eca5"}.bxs-map-pin:before{content:"\eca6"}.bxs-memory-card:before{content:"\eca7"}.bxs-message-square:before{content:"\eca8"}.bxs-message-square-dots:before{content:"\eca9"}.bxs-microphone:before{content:"\ecaa"}.bxs-microphone-alt:before{content:"\ecab"}.bxs-microphone-off:before{content:"\ecac"}.bxs-minus-circle:before{content:"\ecad"}.bxs-minus-square:before{content:"\ecae"}.bxs-mobile:before{content:"\ecaf"}.bxs-mobile-vibration:before{content:"\ecb0"}.bxs-moon:before{content:"\ecb1"}.bxs-mouse:before{content:"\ecb2"}.bxs-mouse-alt:before{content:"\ecb3"}.bxs-music:before{content:"\ecb4"}.bxs-navigation:before{content:"\ecb5"}.bxs-note:before{content:"\ecb6"}.bxs-notification:before{content:"\ecb7"}.bxs-notification-off:before{content:"\ecb8"}.bxs-package:before{content:"\ecb9"}.bxs-paint:before{content:"\ecba"}.bxs-paint-roll:before{content:"\ecbb"}.bxs-palette:before{content:"\ecbc"}.bxs-paper-plane:before{content:"\ecbd"}.bxs-parking:before{content:"\ecbe"}.bxs-pen:before{content:"\ecbf"}.bxs-pencil:before{content:"\ecc0"}.bxs-phone:before{content:"\ecc1"}.bxs-phone-call:before{content:"\ecc2"}.bxs-phone-incoming:before{content:"\ecc3"}.bxs-phone-outgoing:before{content:"\ecc4"}.bxs-pie-chart:before{content:"\ecc5"}.bxs-pie-chart-alt:before{content:"\ecc6"}.bxs-pie-chart-alt-2:before{content:"\ecc7"}.bxs-plane:before{content:"\ecc8"}.bxs-plane-alt:before{content:"\ecc9"}.bxs-plane-land:before{content:"\ecca"}.bxs-planet:before{content:"\eccb"}.bxs-plane-take-off:before{content:"\eccc"}.bxs-playlist:before{content:"\eccd"}.bxs-plug:before{content:"\ecce"}.bxs-plus-circle:before{content:"\eccf"}.bxs-plus-square:before{content:"\ecd0"}.bxs-polygon:before{content:"\ecd1"}.bxs-purchase-tag-alt:before{content:"\ecd2"}.bxs-pyramid:before{content:"\ecd3"}.bxs-quote-alt-left:before{content:"\ecd4"}.bxs-quote-alt-right:before{content:"\ecd5"}.bxs-quote-left:before{content:"\ecd6"}.bxs-quote-right:before{content:"\ecd7"}.bxs-quote-single-left:before{content:"\ecd8"}.bxs-quote-single-right:before{content:"\ecd9"}.bxs-receipt:before{content:"\ecda"}.bxs-rectangle:before{content:"\ecdb"}.bxs-report:before{content:"\ecdc"}.bxs-rewind-circle:before{content:"\ecdd"}.bxs-right-arrow:before{content:"\ecde"}.bxs-right-arrow-circle:before{content:"\ecdf"}.bxs-right-arrow-square:before{content:"\ece0"}.bxs-right-down-arrow-circle:before{content:"\ece1"}.bxs-right-top-arrow-circle:before{content:"\ece2"}.bxs-rocket:before{content:"\ece3"}.bxs-save:before{content:"\ece4"}.bxs-school:before{content:"\ece5"}.bxs-search:before{content:"\ece6"}.bxs-search-alt-2:before{content:"\ece7"}.bxs-select-multiple:before{content:"\ece8"}.bxs-send:before{content:"\ece9"}.bxs-server:before{content:"\ecea"}.bxs-share-alt:before{content:"\eceb"}.bxs-shield:before{content:"\ecec"}.bxs-show:before{content:"\eced"}.bxs-skip-next-circle:before{content:"\ecee"}.bxs-skip-previous-circle:before{content:"\ecef"}.bxs-skull:before{content:"\ecf0"}.bxs-slideshow:before{content:"\ecf1"}.bxs-smiley-happy:before{content:"\ecf2"}.bxs-smiley-meh:before{content:"\ecf3"}.bxs-smiley-sad:before{content:"\ecf4"}.bxs-spreadsheet:before{content:"\ecf5"}.bxs-square:before{content:"\ecf6"}.bxs-square-rounded:before{content:"\ecf7"}.bxs-star-half:before{content:"\ecf8"}.bxs-stopwatch:before{content:"\ecf9"}.bxs-store:before{content:"\ecfa"}.bxs-store-alt:before{content:"\ecfb"}.bxs-sun:before{content:"\ecfc"}.bxs-taxi:before{content:"\ecfd"}.bxs-tennis-ball:before{content:"\ecfe"}.bxs-thermometer:before{content:"\ecff"}.bxs-time:before{content:"\ed00"}.bxs-time-five:before{content:"\ed01"}.bxs-timer:before{content:"\ed02"}.bxs-toggle-left:before{content:"\ed03"}.bxs-toggle-right:before{content:"\ed04"}.bxs-torch:before{content:"\ed05"}.bxs-to-top:before{content:"\ed06"}.bxs-traffic:before{content:"\ed07"}.bxs-traffic-barrier:before{content:"\ed08"}.bxs-train:before{content:"\ed09"}.bxs-trash:before{content:"\ed0a"}.bxs-trash-alt:before{content:"\ed0b"}.bxs-tree:before{content:"\ed0c"}.bxs-truck:before{content:"\ed0d"}.bxs-up-arrow:before{content:"\ed0e"}.bxs-up-arrow-circle:before{content:"\ed0f"}.bxs-up-arrow-square:before{content:"\ed10"}.bxs-user:before{content:"\ed11"}.bxs-user-badge:before{content:"\ed12"}.bxs-user-check:before{content:"\ed13"}.bxs-user-detail:before{content:"\ed14"}.bxs-user-minus:before{content:"\ed15"}.bxs-user-pin:before{content:"\ed16"}.bxs-user-plus:before{content:"\ed17"}.bxs-user-rectangle:before{content:"\ed18"}.bxs-user-voice:before{content:"\ed19"}.bxs-user-x:before{content:"\ed1a"}.bxs-vial:before{content:"\ed1b"}.bxs-video:before{content:"\ed1c"}.bxs-video-off:before{content:"\ed1d"}.bxs-video-plus:before{content:"\ed1e"}.bxs-video-recording:before{content:"\ed1f"}.bxs-videos:before{content:"\ed20"}.bxs-volume:before{content:"\ed21"}.bxs-volume-full:before{content:"\ed22"}.bxs-volume-low:before{content:"\ed23"}.bxs-volume-mute:before{content:"\ed24"}.bxs-wine:before{content:"\ed25"}.bxs-x-square:before{content:"\ed26"}.bxs-yin-yang:before{content:"\ed27"}.bxs-zap:before{content:"\ed28"}.bxs-zoom-in:before{content:"\ed29"}


/**
 * ionicons v2.0.1
 * https://ionicons.com/v2/
 */

@font-face{font-family:"Ionicons";src:url('ionicons.ttf?v=2.0.0') format("truetype");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}



/**
 * Elegant icon font
 * https://www.elegantthemes.com/blog/resources/elegant-icon-font
 */

@font-face { font-family: 'ElegantIcons';  src: url('ElegantIcons.woff') format('woff'); font-weight: normal; font-style: normal; }

[data-icon]:before { font-family: 'ElegantIcons'; content: attr(data-icon); speak: none; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.elegent-icon-arrow_up, .elegent-icon-arrow_down, .elegent-icon-arrow_left, .elegent-icon-arrow_right, .elegent-icon-arrow_left-up, .elegent-icon-arrow_right-up, .elegent-icon-arrow_right-down, .elegent-icon-arrow_left-down, .elegent-icon-arrow-up-down, .elegent-icon-arrow_up-down_alt, .elegent-icon-arrow_left-right_alt, .elegent-icon-arrow_left-right, .elegent-icon-arrow_expand_alt2, .elegent-icon-arrow_expand_alt, .elegent-icon-arrow_condense, .elegent-icon-arrow_expand, .elegent-icon-arrow_move, .elegent-icon-arrow_carrot-up, .elegent-icon-arrow_carrot-down, .elegent-icon-arrow_carrot-left, .elegent-icon-arrow_carrot-right, .elegent-icon-arrow_carrot-2up, .elegent-icon-arrow_carrot-2down, .elegent-icon-arrow_carrot-2left, .elegent-icon-arrow_carrot-2right, .elegent-icon-arrow_carrot-up_alt2, .elegent-icon-arrow_carrot-down_alt2, .elegent-icon-arrow_carrot-left_alt2, .elegent-icon-arrow_carrot-right_alt2, .elegent-icon-arrow_carrot-2up_alt2, .elegent-icon-arrow_carrot-2down_alt2, .elegent-icon-arrow_carrot-2left_alt2, .elegent-icon-arrow_carrot-2right_alt2, .elegent-icon-arrow_triangle-up, .elegent-icon-arrow_triangle-down, .elegent-icon-arrow_triangle-left, .elegent-icon-arrow_triangle-right, .elegent-icon-arrow_triangle-up_alt2, .elegent-icon-arrow_triangle-down_alt2, .elegent-icon-arrow_triangle-left_alt2, .elegent-icon-arrow_triangle-right_alt2, .elegent-icon-arrow_back, .elegent-icon-minus-06, .elegent-icon-plus, .elegent-icon-close, .elegent-icon-check, .elegent-icon-minus_alt2, .elegent-icon-plus_alt2, .elegent-icon-close_alt2, .elegent-icon-check_alt2, .elegent-icon-zoom-out_alt, .elegent-icon-zoom-in_alt, .elegent-icon-search, .elegent-icon-box-empty, .elegent-icon-box-selected, .elegent-icon-minus-box, .elegent-icon-plus-box, .elegent-icon-box-checked, .elegent-icon-circle-empty, .elegent-icon-circle-slelected, .elegent-icon-stop_alt2, .elegent-icon-stop, .elegent-icon-pause_alt2, .elegent-icon-pause, .elegent-icon-menu, .elegent-icon-menu-square_alt2, .elegent-icon-menu-circle_alt2, .elegent-icon-ul, .elegent-icon-ol, .elegent-icon-adjust-horiz, .elegent-icon-adjust-vert, .elegent-icon-document_alt, .elegent-icon-documents_alt, .elegent-icon-pencil, .elegent-icon-pencil-edit_alt, .elegent-icon-pencil-edit, .elegent-icon-folder-alt, .elegent-icon-folder-open_alt, .elegent-icon-folder-add_alt, .elegent-icon-info_alt, .elegent-icon-error-oct_alt, .elegent-icon-error-circle_alt, .elegent-icon-error-triangle_alt, .elegent-icon-question_alt2, .elegent-icon-question, .elegent-icon-comment_alt, .elegent-icon-chat_alt, .elegent-icon-vol-mute_alt, .elegent-icon-volume-low_alt, .elegent-icon-volume-high_alt, .elegent-icon-quotations, .elegent-icon-quotations_alt2, .elegent-icon-clock_alt, .elegent-icon-lock_alt, .elegent-icon-lock-open_alt, .elegent-icon-key_alt, .elegent-icon-cloud_alt, .elegent-icon-cloud-upload_alt, .elegent-icon-cloud-download_alt, .elegent-icon-image, .elegent-icon-images, .elegent-icon-lightbulb_alt, .elegent-icon-gift_alt, .elegent-icon-house_alt, .elegent-icon-genius, .elegent-icon-mobile, .elegent-icon-tablet, .elegent-icon-laptop, .elegent-icon-desktop, .elegent-icon-camera_alt, .elegent-icon-mail_alt, .elegent-icon-cone_alt, .elegent-icon-ribbon_alt, .elegent-icon-bag_alt, .elegent-icon-creditcard, .elegent-icon-cart_alt, .elegent-icon-paperclip, .elegent-icon-tag_alt, .elegent-icon-tags_alt, .elegent-icon-trash_alt, .elegent-icon-cursor_alt, .elegent-icon-mic_alt, .elegent-icon-compass_alt, .elegent-icon-pin_alt, .elegent-icon-pushpin_alt, .elegent-icon-map_alt, .elegent-icon-drawer_alt, .elegent-icon-toolbox_alt, .elegent-icon-book_alt, .elegent-icon-calendar, .elegent-icon-film, .elegent-icon-table, .elegent-icon-contacts_alt, .elegent-icon-headphones, .elegent-icon-lifesaver, .elegent-icon-piechart, .elegent-icon-refresh, .elegent-icon-link_alt, .elegent-icon-link, .elegent-icon-loading, .elegent-icon-blocked, .elegent-icon-archive_alt, .elegent-icon-heart_alt, .elegent-icon-star_alt, .elegent-icon-star-half_alt, .elegent-icon-star, .elegent-icon-star-half, .elegent-icon-tools, .elegent-icon-tool, .elegent-icon-cog, .elegent-icon-cogs, .elegent-icon-arrow_up_alt, .elegent-icon-arrow_down_alt, .elegent-icon-arrow_left_alt, .elegent-icon-arrow_right_alt, .elegent-icon-arrow_left-up_alt, .elegent-icon-arrow_right-up_alt, .elegent-icon-arrow_right-down_alt, .elegent-icon-arrow_left-down_alt, .elegent-icon-arrow_condense_alt, .elegent-icon-arrow_expand_alt3, .elegent-icon-arrow_carrot_up_alt, .elegent-icon-arrow_carrot-down_alt, .elegent-icon-arrow_carrot-left_alt, .elegent-icon-arrow_carrot-right_alt, .elegent-icon-arrow_carrot-2up_alt, .elegent-icon-arrow_carrot-2dwnn_alt, .elegent-icon-arrow_carrot-2left_alt, .elegent-icon-arrow_carrot-2right_alt, .elegent-icon-arrow_triangle-up_alt, .elegent-icon-arrow_triangle-down_alt, .elegent-icon-arrow_triangle-left_alt, .elegent-icon-arrow_triangle-right_alt, .elegent-icon-minus_alt, .elegent-icon-plus_alt, .elegent-icon-close_alt, .elegent-icon-check_alt, .elegent-icon-zoom-out, .elegent-icon-zoom-in, .elegent-icon-stop_alt, .elegent-icon-menu-square_alt, .elegent-icon-menu-circle_alt, .elegent-icon-document, .elegent-icon-documents, .elegent-icon-pencil_alt, .elegent-icon-folder, .elegent-icon-folder-open, .elegent-icon-folder-add, .elegent-icon-folder_upload, .elegent-icon-folder_download, .elegent-icon-info, .elegent-icon-error-circle, .elegent-icon-error-oct, .elegent-icon-error-triangle, .elegent-icon-question_alt, .elegent-icon-comment, .elegent-icon-chat, .elegent-icon-vol-mute, .elegent-icon-volume-low, .elegent-icon-volume-high, .elegent-icon-quotations_alt, .elegent-icon-clock, .elegent-icon-lock, .elegent-icon-lock-open, .elegent-icon-key, .elegent-icon-cloud, .elegent-icon-cloud-upload, .elegent-icon-cloud-download, .elegent-icon-lightbulb, .elegent-icon-gift, .elegent-icon-house, .elegent-icon-camera, .elegent-icon-mail, .elegent-icon-cone, .elegent-icon-ribbon, .elegent-icon-bag, .elegent-icon-cart, .elegent-icon-tag, .elegent-icon-tags, .elegent-icon-trash, .elegent-icon-cursor, .elegent-icon-mic, .elegent-icon-compass, .elegent-icon-pin, .elegent-icon-pushpin, .elegent-icon-map, .elegent-icon-drawer, .elegent-icon-toolbox, .elegent-icon-book, .elegent-icon-contacts, .elegent-icon-archive, .elegent-icon-heart, .elegent-icon-profile, .elegent-icon-group, .elegent-icon-grid-2x2, .elegent-icon-grid-3x3, .elegent-icon-music, .elegent-icon-pause_alt, .elegent-icon-phone, .elegent-icon-upload, .elegent-icon-download, .elegent-icon-social_facebook, .elegent-icon-social_twitter, .elegent-icon-social_pinterest, .elegent-icon-social_googleplus, .elegent-icon-social_tumblr, .elegent-icon-social_tumbleupon, .elegent-icon-social_wordpress, .elegent-icon-social_instagram, .elegent-icon-social_dribbble, .elegent-icon-social_vimeo, .elegent-icon-social_linkedin, .elegent-icon-social_rss, .elegent-icon-social_deviantart, .elegent-icon-social_share, .elegent-icon-social_myspace, .elegent-icon-social_skype, .elegent-icon-social_youtube, .elegent-icon-social_picassa, .elegent-icon-social_googledrive, .elegent-icon-social_flickr, .elegent-icon-social_blogger, .elegent-icon-social_spotify, .elegent-icon-social_delicious, .elegent-icon-social_facebook_circle, .elegent-icon-social_twitter_circle, .elegent-icon-social_pinterest_circle, .elegent-icon-social_googleplus_circle, .elegent-icon-social_tumblr_circle, .elegent-icon-social_stumbleupon_circle, .elegent-icon-social_wordpress_circle, .elegent-icon-social_instagram_circle, .elegent-icon-social_dribbble_circle, .elegent-icon-social_vimeo_circle, .elegent-icon-social_linkedin_circle, .elegent-icon-social_rss_circle, .elegent-icon-social_deviantart_circle, .elegent-icon-social_share_circle, .elegent-icon-social_myspace_circle, .elegent-icon-social_skype_circle, .elegent-icon-social_youtube_circle, .elegent-icon-social_picassa_circle, .elegent-icon-social_googledrive_alt2, .elegent-icon-social_flickr_circle, .elegent-icon-social_blogger_circle, .elegent-icon-social_spotify_circle, .elegent-icon-social_delicious_circle, .elegent-icon-social_facebook_square, .elegent-icon-social_twitter_square, .elegent-icon-social_pinterest_square, .elegent-icon-social_googleplus_square, .elegent-icon-social_tumblr_square, .elegent-icon-social_stumbleupon_square, .elegent-icon-social_wordpress_square, .elegent-icon-social_instagram_square, .elegent-icon-social_dribbble_square, .elegent-icon-social_vimeo_square, .elegent-icon-social_linkedin_square, .elegent-icon-social_rss_square, .elegent-icon-social_deviantart_square, .elegent-icon-social_share_square, .elegent-icon-social_myspace_square, .elegent-icon-social_skype_square, .elegent-icon-social_youtube_square, .elegent-icon-social_picassa_square, .elegent-icon-social_googledrive_square, .elegent-icon-social_flickr_square, .elegent-icon-social_blogger_square, .elegent-icon-social_spotify_square, .elegent-icon-social_delicious_square, .elegent-icon-printer, .elegent-icon-calulator, .elegent-icon-building, .elegent-icon-floppy, .elegent-icon-drive, .elegent-icon-search-2, .elegent-icon-id, .elegent-icon-id-2, .elegent-icon-puzzle, .elegent-icon-like, .elegent-icon-dislike, .elegent-icon-mug, .elegent-icon-currency, .elegent-icon-wallet, .elegent-icon-pens, .elegent-icon-easel, .elegent-icon-flowchart, .elegent-icon-datareport, .elegent-icon-briefcase, .elegent-icon-shield, .elegent-icon-percent, .elegent-icon-globe, .elegent-icon-globe-2, .elegent-icon-target, .elegent-icon-hourglass, .elegent-icon-balance, .elegent-icon-rook, .elegent-icon-printer-alt, .elegent-icon-calculator_alt, .elegent-icon-building_alt, .elegent-icon-floppy_alt, .elegent-icon-drive_alt, .elegent-icon-search_alt, .elegent-icon-id_alt, .elegent-icon-id-2_alt, .elegent-icon-puzzle_alt, .elegent-icon-like_alt, .elegent-icon-dislike_alt, .elegent-icon-mug_alt, .elegent-icon-currency_alt, .elegent-icon-wallet_alt, .elegent-icon-pens_alt, .elegent-icon-easel_alt, .elegent-icon-flowchart_alt, .elegent-icon-datareport_alt, .elegent-icon-briefcase_alt, .elegent-icon-shield_alt, .elegent-icon-percent_alt, .elegent-icon-globe_alt, .elegent-icon-clipboard { font-family: 'ElegantIcons'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; display: inline-block;  }
.elegent-icon-arrow_up:before{content:"\21"}.elegent-icon-arrow_down:before{content:"\22"}.elegent-icon-arrow_left:before{content:"\23"}.elegent-icon-arrow_right:before{content:"\24"}.elegent-icon-arrow_left-up:before{content:"\25"}.elegent-icon-arrow_right-up:before{content:"\26"}.elegent-icon-arrow_right-down:before{content:"\27"}.elegent-icon-arrow_left-down:before{content:"\28"}.elegent-icon-arrow-up-down:before{content:"\29"}.elegent-icon-arrow_up-down_alt:before{content:"\2a"}.elegent-icon-arrow_left-right_alt:before{content:"\2b"}.elegent-icon-arrow_left-right:before{content:"\2c"}.elegent-icon-arrow_expand_alt2:before{content:"\2d"}.elegent-icon-arrow_expand_alt:before{content:"\2e"}.elegent-icon-arrow_condense:before{content:"\2f"}.elegent-icon-arrow_expand:before{content:"\30"}.elegent-icon-arrow_move:before{content:"\31"}.elegent-icon-arrow_carrot-up:before{content:"\32"}.elegent-icon-arrow_carrot-down:before{content:"\33"}.elegent-icon-arrow_carrot-left:before{content:"\34"}.elegent-icon-arrow_carrot-right:before{content:"\35"}.elegent-icon-arrow_carrot-2up:before{content:"\36"}.elegent-icon-arrow_carrot-2down:before{content:"\37"}.elegent-icon-arrow_carrot-2left:before{content:"\38"}.elegent-icon-arrow_carrot-2right:before{content:"\39"}.elegent-icon-arrow_carrot-up_alt2:before{content:"\3a"}.elegent-icon-arrow_carrot-down_alt2:before{content:"\3b"}.elegent-icon-arrow_carrot-left_alt2:before{content:"\3c"}.elegent-icon-arrow_carrot-right_alt2:before{content:"\3d"}.elegent-icon-arrow_carrot-2up_alt2:before{content:"\3e"}.elegent-icon-arrow_carrot-2down_alt2:before{content:"\3f"}.elegent-icon-arrow_carrot-2left_alt2:before{content:"\40"}.elegent-icon-arrow_carrot-2right_alt2:before{content:"\41"}.elegent-icon-arrow_triangle-up:before{content:"\42"}.elegent-icon-arrow_triangle-down:before{content:"\43"}.elegent-icon-arrow_triangle-left:before{content:"\44"}.elegent-icon-arrow_triangle-right:before{content:"\45"}.elegent-icon-arrow_triangle-up_alt2:before{content:"\46"}.elegent-icon-arrow_triangle-down_alt2:before{content:"\47"}.elegent-icon-arrow_triangle-left_alt2:before{content:"\48"}.elegent-icon-arrow_triangle-right_alt2:before{content:"\49"}.elegent-icon-arrow_back:before{content:"\4a"}.elegent-icon-minus-06:before{content:"\4b"}.elegent-icon-plus:before{content:"\4c"}.elegent-icon-close:before{content:"\4d"}.elegent-icon-check:before{content:"\4e"}.elegent-icon-minus_alt2:before{content:"\4f"}.elegent-icon-plus_alt2:before{content:"\50"}.elegent-icon-close_alt2:before{content:"\51"}.elegent-icon-check_alt2:before{content:"\52"}.elegent-icon-zoom-out_alt:before{content:"\53"}.elegent-icon-zoom-in_alt:before{content:"\54"}.elegent-icon-search:before{content:"\55"}.elegent-icon-box-empty:before{content:"\56"}.elegent-icon-box-selected:before{content:"\57"}.elegent-icon-minus-box:before{content:"\58"}.elegent-icon-plus-box:before{content:"\59"}.elegent-icon-box-checked:before{content:"\5a"}.elegent-icon-circle-empty:before{content:"\5b"}.elegent-icon-circle-slelected:before{content:"\5c"}.elegent-icon-stop_alt2:before{content:"\5d"}.elegent-icon-stop:before{content:"\5e"}.elegent-icon-pause_alt2:before{content:"\5f"}.elegent-icon-pause:before{content:"\60"}.elegent-icon-menu:before{content:"\61"}.elegent-icon-menu-square_alt2:before{content:"\62"}.elegent-icon-menu-circle_alt2:before{content:"\63"}.elegent-icon-ul:before{content:"\64"}.elegent-icon-ol:before{content:"\65"}.elegent-icon-adjust-horiz:before{content:"\66"}.elegent-icon-adjust-vert:before{content:"\67"}.elegent-icon-document_alt:before{content:"\68"}.elegent-icon-documents_alt:before{content:"\69"}.elegent-icon-pencil:before{content:"\6a"}.elegent-icon-pencil-edit_alt:before{content:"\6b"}.elegent-icon-pencil-edit:before{content:"\6c"}.elegent-icon-folder-alt:before{content:"\6d"}.elegent-icon-folder-open_alt:before{content:"\6e"}.elegent-icon-folder-add_alt:before{content:"\6f"}.elegent-icon-info_alt:before{content:"\70"}.elegent-icon-error-oct_alt:before{content:"\71"}.elegent-icon-error-circle_alt:before{content:"\72"}.elegent-icon-error-triangle_alt:before{content:"\73"}.elegent-icon-question_alt2:before{content:"\74"}.elegent-icon-question:before{content:"\75"}.elegent-icon-comment_alt:before{content:"\76"}.elegent-icon-chat_alt:before{content:"\77"}.elegent-icon-vol-mute_alt:before{content:"\78"}.elegent-icon-volume-low_alt:before{content:"\79"}.elegent-icon-volume-high_alt:before{content:"\7a"}.elegent-icon-quotations:before{content:"\7b"}.elegent-icon-quotations_alt2:before{content:"\7c"}.elegent-icon-clock_alt:before{content:"\7d"}.elegent-icon-lock_alt:before{content:"\7e"}.elegent-icon-lock-open_alt:before{content:"\e000"}.elegent-icon-key_alt:before{content:"\e001"}.elegent-icon-cloud_alt:before{content:"\e002"}.elegent-icon-cloud-upload_alt:before{content:"\e003"}.elegent-icon-cloud-download_alt:before{content:"\e004"}.elegent-icon-image:before{content:"\e005"}.elegent-icon-images:before{content:"\e006"}.elegent-icon-lightbulb_alt:before{content:"\e007"}.elegent-icon-gift_alt:before{content:"\e008"}.elegent-icon-house_alt:before{content:"\e009"}.elegent-icon-genius:before{content:"\e00a"}.elegent-icon-mobile:before{content:"\e00b"}.elegent-icon-tablet:before{content:"\e00c"}.elegent-icon-laptop:before{content:"\e00d"}.elegent-icon-desktop:before{content:"\e00e"}.elegent-icon-camera_alt:before{content:"\e00f"}.elegent-icon-mail_alt:before{content:"\e010"}.elegent-icon-cone_alt:before{content:"\e011"}.elegent-icon-ribbon_alt:before{content:"\e012"}.elegent-icon-bag_alt:before{content:"\e013"}.elegent-icon-creditcard:before{content:"\e014"}.elegent-icon-cart_alt:before{content:"\e015"}.elegent-icon-paperclip:before{content:"\e016"}.elegent-icon-tag_alt:before{content:"\e017"}.elegent-icon-tags_alt:before{content:"\e018"}.elegent-icon-trash_alt:before{content:"\e019"}.elegent-icon-cursor_alt:before{content:"\e01a"}.elegent-icon-mic_alt:before{content:"\e01b"}.elegent-icon-compass_alt:before{content:"\e01c"}.elegent-icon-pin_alt:before{content:"\e01d"}.elegent-icon-pushpin_alt:before{content:"\e01e"}.elegent-icon-map_alt:before{content:"\e01f"}.elegent-icon-drawer_alt:before{content:"\e020"}.elegent-icon-toolbox_alt:before{content:"\e021"}.elegent-icon-book_alt:before{content:"\e022"}.elegent-icon-calendar:before{content:"\e023"}.elegent-icon-film:before{content:"\e024"}.elegent-icon-table:before{content:"\e025"}.elegent-icon-contacts_alt:before{content:"\e026"}.elegent-icon-headphones:before{content:"\e027"}.elegent-icon-lifesaver:before{content:"\e028"}.elegent-icon-piechart:before{content:"\e029"}.elegent-icon-refresh:before{content:"\e02a"}.elegent-icon-link_alt:before{content:"\e02b"}.elegent-icon-link:before{content:"\e02c"}.elegent-icon-loading:before{content:"\e02d"}.elegent-icon-blocked:before{content:"\e02e"}.elegent-icon-archive_alt:before{content:"\e02f"}.elegent-icon-heart_alt:before{content:"\e030"}.elegent-icon-star_alt:before{content:"\e031"}.elegent-icon-star-half_alt:before{content:"\e032"}.elegent-icon-star:before{content:"\e033"}.elegent-icon-star-half:before{content:"\e034"}.elegent-icon-tools:before{content:"\e035"}.elegent-icon-tool:before{content:"\e036"}.elegent-icon-cog:before{content:"\e037"}.elegent-icon-cogs:before{content:"\e038"}.elegent-icon-arrow_up_alt:before{content:"\e039"}.elegent-icon-arrow_down_alt:before{content:"\e03a"}.elegent-icon-arrow_left_alt:before{content:"\e03b"}.elegent-icon-arrow_right_alt:before{content:"\e03c"}.elegent-icon-arrow_left-up_alt:before{content:"\e03d"}.elegent-icon-arrow_right-up_alt:before{content:"\e03e"}.elegent-icon-arrow_right-down_alt:before{content:"\e03f"}.elegent-icon-arrow_left-down_alt:before{content:"\e040"}.elegent-icon-arrow_condense_alt:before{content:"\e041"}.elegent-icon-arrow_expand_alt3:before{content:"\e042"}.elegent-icon-arrow_carrot_up_alt:before{content:"\e043"}.elegent-icon-arrow_carrot-down_alt:before{content:"\e044"}.elegent-icon-arrow_carrot-left_alt:before{content:"\e045"}.elegent-icon-arrow_carrot-right_alt:before{content:"\e046"}.elegent-icon-arrow_carrot-2up_alt:before{content:"\e047"}.elegent-icon-arrow_carrot-2dwnn_alt:before{content:"\e048"}.elegent-icon-arrow_carrot-2left_alt:before{content:"\e049"}.elegent-icon-arrow_carrot-2right_alt:before{content:"\e04a"}.elegent-icon-arrow_triangle-up_alt:before{content:"\e04b"}.elegent-icon-arrow_triangle-down_alt:before{content:"\e04c"}.elegent-icon-arrow_triangle-left_alt:before{content:"\e04d"}.elegent-icon-arrow_triangle-right_alt:before{content:"\e04e"}.elegent-icon-minus_alt:before{content:"\e04f"}.elegent-icon-plus_alt:before{content:"\e050"}.elegent-icon-close_alt:before{content:"\e051"}.elegent-icon-check_alt:before{content:"\e052"}.elegent-icon-zoom-out:before{content:"\e053"}.elegent-icon-zoom-in:before{content:"\e054"}.elegent-icon-stop_alt:before{content:"\e055"}.elegent-icon-menu-square_alt:before{content:"\e056"}.elegent-icon-menu-circle_alt:before{content:"\e057"}.elegent-icon-document:before{content:"\e058"}.elegent-icon-documents:before{content:"\e059"}.elegent-icon-pencil_alt:before{content:"\e05a"}.elegent-icon-folder:before{content:"\e05b"}.elegent-icon-folder-open:before{content:"\e05c"}.elegent-icon-folder-add:before{content:"\e05d"}.elegent-icon-folder_upload:before{content:"\e05e"}.elegent-icon-folder_download:before{content:"\e05f"}.elegent-icon-info:before{content:"\e060"}.elegent-icon-error-circle:before{content:"\e061"}.elegent-icon-error-oct:before{content:"\e062"}.elegent-icon-error-triangle:before{content:"\e063"}.elegent-icon-question_alt:before{content:"\e064"}.elegent-icon-comment:before{content:"\e065"}.elegent-icon-chat:before{content:"\e066"}.elegent-icon-vol-mute:before{content:"\e067"}.elegent-icon-volume-low:before{content:"\e068"}.elegent-icon-volume-high:before{content:"\e069"}.elegent-icon-quotations_alt:before{content:"\e06a"}.elegent-icon-clock:before{content:"\e06b"}.elegent-icon-lock:before{content:"\e06c"}.elegent-icon-lock-open:before{content:"\e06d"}.elegent-icon-key:before{content:"\e06e"}.elegent-icon-cloud:before{content:"\e06f"}.elegent-icon-cloud-upload:before{content:"\e070"}.elegent-icon-cloud-download:before{content:"\e071"}.elegent-icon-lightbulb:before{content:"\e072"}.elegent-icon-gift:before{content:"\e073"}.elegent-icon-house:before{content:"\e074"}.elegent-icon-camera:before{content:"\e075"}.elegent-icon-mail:before{content:"\e076"}.elegent-icon-cone:before{content:"\e077"}.elegent-icon-ribbon:before{content:"\e078"}.elegent-icon-bag:before{content:"\e079"}.elegent-icon-cart:before{content:"\e07a"}.elegent-icon-tag:before{content:"\e07b"}.elegent-icon-tags:before{content:"\e07c"}.elegent-icon-trash:before{content:"\e07d"}.elegent-icon-cursor:before{content:"\e07e"}.elegent-icon-mic:before{content:"\e07f"}.elegent-icon-compass:before{content:"\e080"}.elegent-icon-pin:before{content:"\e081"}.elegent-icon-pushpin:before{content:"\e082"}.elegent-icon-map:before{content:"\e083"}.elegent-icon-drawer:before{content:"\e084"}.elegent-icon-toolbox:before{content:"\e085"}.elegent-icon-book:before{content:"\e086"}.elegent-icon-contacts:before{content:"\e087"}.elegent-icon-archive:before{content:"\e088"}.elegent-icon-heart:before{content:"\e089"}.elegent-icon-profile:before{content:"\e08a"}.elegent-icon-group:before{content:"\e08b"}.elegent-icon-grid-2x2:before{content:"\e08c"}.elegent-icon-grid-3x3:before{content:"\e08d"}.elegent-icon-music:before{content:"\e08e"}.elegent-icon-pause_alt:before{content:"\e08f"}.elegent-icon-phone:before{content:"\e090"}.elegent-icon-upload:before{content:"\e091"}.elegent-icon-download:before{content:"\e092"}.elegent-icon-social_facebook:before{content:"\e093"}.elegent-icon-social_twitter:before{content:"\e094"}.elegent-icon-social_pinterest:before{content:"\e095"}.elegent-icon-social_googleplus:before{content:"\e096"}.elegent-icon-social_tumblr:before{content:"\e097"}.elegent-icon-social_tumbleupon:before{content:"\e098"}.elegent-icon-social_wordpress:before{content:"\e099"}.elegent-icon-social_instagram:before{content:"\e09a"}.elegent-icon-social_dribbble:before{content:"\e09b"}.elegent-icon-social_vimeo:before{content:"\e09c"}.elegent-icon-social_linkedin:before{content:"\e09d"}.elegent-icon-social_rss:before{content:"\e09e"}.elegent-icon-social_deviantart:before{content:"\e09f"}.elegent-icon-social_share:before{content:"\e0a0"}.elegent-icon-social_myspace:before{content:"\e0a1"}.elegent-icon-social_skype:before{content:"\e0a2"}.elegent-icon-social_youtube:before{content:"\e0a3"}.elegent-icon-social_picassa:before{content:"\e0a4"}.elegent-icon-social_googledrive:before{content:"\e0a5"}.elegent-icon-social_flickr:before{content:"\e0a6"}.elegent-icon-social_blogger:before{content:"\e0a7"}.elegent-icon-social_spotify:before{content:"\e0a8"}.elegent-icon-social_delicious:before{content:"\e0a9"}.elegent-icon-social_facebook_circle:before{content:"\e0aa"}.elegent-icon-social_twitter_circle:before{content:"\e0ab"}.elegent-icon-social_pinterest_circle:before{content:"\e0ac"}.elegent-icon-social_googleplus_circle:before{content:"\e0ad"}.elegent-icon-social_tumblr_circle:before{content:"\e0ae"}.elegent-icon-social_stumbleupon_circle:before{content:"\e0af"}.elegent-icon-social_wordpress_circle:before{content:"\e0b0"}.elegent-icon-social_instagram_circle:before{content:"\e0b1"}.elegent-icon-social_dribbble_circle:before{content:"\e0b2"}.elegent-icon-social_vimeo_circle:before{content:"\e0b3"}.elegent-icon-social_linkedin_circle:before{content:"\e0b4"}.elegent-icon-social_rss_circle:before{content:"\e0b5"}.elegent-icon-social_deviantart_circle:before{content:"\e0b6"}.elegent-icon-social_share_circle:before{content:"\e0b7"}.elegent-icon-social_myspace_circle:before{content:"\e0b8"}.elegent-icon-social_skype_circle:before{content:"\e0b9"}.elegent-icon-social_youtube_circle:before{content:"\e0ba"}.elegent-icon-social_picassa_circle:before{content:"\e0bb"}.elegent-icon-social_googledrive_alt2:before{content:"\e0bc"}.elegent-icon-social_flickr_circle:before{content:"\e0bd"}.elegent-icon-social_blogger_circle:before{content:"\e0be"}.elegent-icon-social_spotify_circle:before{content:"\e0bf"}.elegent-icon-social_delicious_circle:before{content:"\e0c0"}.elegent-icon-social_facebook_square:before{content:"\e0c1"}.elegent-icon-social_twitter_square:before{content:"\e0c2"}.elegent-icon-social_pinterest_square:before{content:"\e0c3"}.elegent-icon-social_googleplus_square:before{content:"\e0c4"}.elegent-icon-social_tumblr_square:before{content:"\e0c5"}.elegent-icon-social_stumbleupon_square:before{content:"\e0c6"}.elegent-icon-social_wordpress_square:before{content:"\e0c7"}.elegent-icon-social_instagram_square:before{content:"\e0c8"}.elegent-icon-social_dribbble_square:before{content:"\e0c9"}.elegent-icon-social_vimeo_square:before{content:"\e0ca"}.elegent-icon-social_linkedin_square:before{content:"\e0cb"}.elegent-icon-social_rss_square:before{content:"\e0cc"}.elegent-icon-social_deviantart_square:before{content:"\e0cd"}.elegent-icon-social_share_square:before{content:"\e0ce"}.elegent-icon-social_myspace_square:before{content:"\e0cf"}.elegent-icon-social_skype_square:before{content:"\e0d0"}.elegent-icon-social_youtube_square:before{content:"\e0d1"}.elegent-icon-social_picassa_square:before{content:"\e0d2"}.elegent-icon-social_googledrive_square:before{content:"\e0d3"}.elegent-icon-social_flickr_square:before{content:"\e0d4"}.elegent-icon-social_blogger_square:before{content:"\e0d5"}.elegent-icon-social_spotify_square:before{content:"\e0d6"}.elegent-icon-social_delicious_square:before{content:"\e0d7"}.elegent-icon-printer:before{content:"\e103"}.elegent-icon-calulator:before{content:"\e0ee"}.elegent-icon-building:before{content:"\e0ef"}.elegent-icon-floppy:before{content:"\e0e8"}.elegent-icon-drive:before{content:"\e0ea"}.elegent-icon-search-2:before{content:"\e101"}.elegent-icon-id:before{content:"\e107"}.elegent-icon-id-2:before{content:"\e108"}.elegent-icon-puzzle:before{content:"\e102"}.elegent-icon-like:before{content:"\e106"}.elegent-icon-dislike:before{content:"\e0eb"}.elegent-icon-mug:before{content:"\e105"}.elegent-icon-currency:before{content:"\e0ed"}.elegent-icon-wallet:before{content:"\e100"}.elegent-icon-pens:before{content:"\e104"}.elegent-icon-easel:before{content:"\e0e9"}.elegent-icon-flowchart:before{content:"\e109"}.elegent-icon-datareport:before{content:"\e0ec"}.elegent-icon-briefcase:before{content:"\e0fe"}.elegent-icon-shield:before{content:"\e0f6"}.elegent-icon-percent:before{content:"\e0fb"}.elegent-icon-globe:before{content:"\e0e2"}.elegent-icon-globe-2:before{content:"\e0e3"}.elegent-icon-target:before{content:"\e0f5"}.elegent-icon-hourglass:before{content:"\e0e1"}.elegent-icon-balance:before{content:"\e0ff"}.elegent-icon-rook:before{content:"\e0f8"}.elegent-icon-printer-alt:before{content:"\e0fa"}.elegent-icon-calculator_alt:before{content:"\e0e7"}.elegent-icon-building_alt:before{content:"\e0fd"}.elegent-icon-floppy_alt:before{content:"\e0e4"}.elegent-icon-drive_alt:before{content:"\e0e5"}.elegent-icon-search_alt:before{content:"\e0f7"}.elegent-icon-id_alt:before{content:"\e0e0"}.elegent-icon-id-2_alt:before{content:"\e0fc"}.elegent-icon-puzzle_alt:before{content:"\e0f9"}.elegent-icon-like_alt:before{content:"\e0dd"}.elegent-icon-dislike_alt:before{content:"\e0f1"}.elegent-icon-mug_alt:before{content:"\e0dc"}.elegent-icon-currency_alt:before{content:"\e0f3"}.elegent-icon-wallet_alt:before{content:"\e0d8"}.elegent-icon-pens_alt:before{content:"\e0db"}.elegent-icon-easel_alt:before{content:"\e0f0"}.elegent-icon-flowchart_alt:before{content:"\e0df"}.elegent-icon-datareport_alt:before{content:"\e0f2"}.elegent-icon-briefcase_alt:before{content:"\e0f4"}.elegent-icon-shield_alt:before{content:"\e0d9"}.elegent-icon-percent_alt:before{content:"\e0da"}.elegent-icon-globe_alt:before{content:"\e0de"}.elegent-icon-clipboard:before{content:"\e0e6"}

[class*=elegent]:before { font-style: normal; display: inline-block; font-size: inherit; font-weight: normal; font-stretch:normal; line-height: 1; font-varient:normal; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }



/**
 * Rivolicons
 * http://rivolicons.hadrien.co/free/
 */
@font-face{font-family:'Rivolicons-Free';src:url('Rivolicons-Free.ttf?-uew922') format("truetype");font-weight:400;font-style:normal}[class^="ri-"],[class*=" ri-"]{font-family:'Rivolicons-Free';speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.ri-adjust:before{content:"\e600"}.ri-arrow-down:before{content:"\e601"}.ri-arrow-left:before{content:"\e602"}.ri-arrow-right:before{content:"\e603"}.ri-arrow-up:before{content:"\e604"}.ri-ban-circle:before{content:"\e605"}.ri-bookmark:before{content:"\e606"}.ri-bucket:before{content:"\e607"}.ri-bullhorn:before{content:"\e608"}.ri-calendar:before{content:"\e609"}.ri-check-square:before{content:"\e60a"}.ri-check:before{content:"\e60b"}.ri-chevron-down-circle:before{content:"\e60c"}.ri-chevron-down:before{content:"\e60d"}.ri-chevron-left-circle:before{content:"\e60e"}.ri-chevron-left:before{content:"\e60f"}.ri-chevron-right-circle:before{content:"\e610"}.ri-chevron-right:before{content:"\e611"}.ri-chevron-top-circle:before{content:"\e612"}.ri-chevron-up:before{content:"\e613"}.ri-clock:before{content:"\e614"}.ri-cloud-download:before{content:"\e615"}.ri-cloud-upload:before{content:"\e616"}.ri-cloud:before{content:"\e617"}.ri-comment-bubble:before{content:"\e618"}.ri-comment-square:before{content:"\e619"}.ri-comment-txt-square:before{content:"\e61a"}.ri-comments-bubble:before{content:"\e61b"}.ri-computer:before{content:"\e61c"}.ri-contract:before{content:"\e61d"}.ri-crop:before{content:"\e61e"}.ri-cross-circle:before{content:"\e61f"}.ri-cross:before{content:"\e620"}.ri-cutlery:before{content:"\e621"}.ri-diamond:before{content:"\e622"}.ri-document-add:before{content:"\e623"}.ri-document-remove:before{content:"\e624"}.ri-document:before{content:"\e625"}.ri-download:before{content:"\e626"}.ri-dribbble:before{content:"\e627"}.ri-drop:before{content:"\e628"}.ri-earth:before{content:"\e629"}.ri-envelope:before{content:"\e62a"}.ri-equal-circle:before{content:"\e62b"}.ri-exclamation-circle:before{content:"\e62c"}.ri-exclamation-triangle:before{content:"\e62d"}.ri-expand:before{content:"\e62e"}.ri-eye-close:before{content:"\e62f"}.ri-eye:before{content:"\e630"}.ri-facebook:before{content:"\e631"}.ri-film-play:before{content:"\e632"}.ri-flag:before{content:"\e633"}.ri-glasses-classic:before{content:"\e634"}.ri-glasses-hipster:before{content:"\e635"}.ri-google-plus:before{content:"\e636"}.ri-google:before{content:"\e637"}.ri-hamburger-circle:before{content:"\e638"}.ri-hamburger:before{content:"\e639"}.ri-heart:before{content:"\e63a"}.ri-history:before{content:"\e63b"}.ri-home:before{content:"\e63c"}.ri-info-circle:before{content:"\e63d"}.ri-instagram:before{content:"\e63e"}.ri-laptop:before{content:"\e63f"}.ri-leaf:before{content:"\e640"}.ri-link:before{content:"\e641"}.ri-list:before{content:"\e642"}.ri-location:before{content:"\e643"}.ri-lock:before{content:"\e644"}.ri-map-marker:before{content:"\e645"}.ri-map:before{content:"\e646"}.ri-meh:before{content:"\e647"}.ri-microphone:before{content:"\e648"}.ri-minus-circle:before{content:"\e649"}.ri-moon:before{content:"\e64a"}.ri-move:before{content:"\e64b"}.ri-music-note-double:before{content:"\e64c"}.ri-music-note:before{content:"\e64d"}.ri-mustache:before{content:"\e64e"}.ri-ok-circle:before{content:"\e64f"}.ri-paperclip:before{content:"\e650"}.ri-pencil-square:before{content:"\e651"}.ri-pencil:before{content:"\e652"}.ri-plus-circle:before{content:"\e653"}.ri-power-switch:before{content:"\e654"}.ri-pushpin:before{content:"\e655"}.ri-question-circle:before{content:"\e656"}.ri-random:before{content:"\e657"}.ri-redo:before{content:"\e658"}.ri-refresh:before{content:"\e659"}.ri-resize-full:before{content:"\e65a"}.ri-resize-h:before{content:"\e65b"}.ri-resize-small:before{content:"\e65c"}.ri-resize-v:before{content:"\e65d"}.ri-retweet:before{content:"\e65e"}.ri-rivoli:before{content:"\e65f"}.ri-sad:before{content:"\e660"}.ri-search-minus:before{content:"\e661"}.ri-search-plus:before{content:"\e662"}.ri-search:before{content:"\e663"}.ri-share-square:before{content:"\e664"}.ri-share:before{content:"\e665"}.ri-shopping-cart:before{content:"\e666"}.ri-smile:before{content:"\e667"}.ri-star-empty:before{content:"\e668"}.ri-star-half-empty:before{content:"\e669"}.ri-star:before{content:"\e66a"}.ri-stats:before{content:"\e66b"}.ri-sun:before{content:"\e66c"}.ri-tag:before{content:"\e66d"}.ri-th-large:before{content:"\e66e"}.ri-th-list:before{content:"\e66f"}.ri-th:before{content:"\e670"}.ri-thumbs-up:before{content:"\e672"}.ri-trash:before{content:"\e673"}.ri-tumblr:before{content:"\e674"}.ri-twitter:before{content:"\e675"}.ri-undo:before{content:"\e676"}.ri-unlink:before{content:"\e677"}.ri-unlock:before{content:"\e678"}.ri-upload:before{content:"\e679"}.ri-user-girl:before{content:"\e67a"}.ri-user:before{content:"\e67b"}.ri-users:before{content:"\e67c"}.ri-volume-level-one:before{content:"\e67d"}.ri-volume-level-three:before{content:"\e67e"}.ri-volume-level-two:before{content:"\e67f"}.ri-volume:before{content:"\e680"}.ri-wrench:before{content:"\e681"}.ri-youtube-play:before{content:"\e682"}.ri-youtube:before{content:"\e683"}



/**
 * Dripicons
 * http://demo.amitjakhu.com/dripicons/
 */
 
@font-face{font-family:"dripicons-v2";font-weight:400;font-style:normal}[data-icon]:before{font-family:"dripicons-v2"!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^="dripicons-"]:before,[class*=" dripicons-"]:before{font-family:"dripicons-v2"!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.dripicons-alarm:before{content:"\61"}.dripicons-align-center:before{content:"\62"}.dripicons-align-justify:before{content:"\63"}.dripicons-align-left:before{content:"\64"}.dripicons-align-right:before{content:"\65"}.dripicons-anchor:before{content:"\66"}.dripicons-archive:before{content:"\67"}.dripicons-arrow-down:before{content:"\68"}.dripicons-arrow-left:before{content:"\69"}.dripicons-arrow-right:before{content:"\6a"}.dripicons-arrow-thin-down:before{content:"\6b"}.dripicons-arrow-thin-left:before{content:"\6c"}.dripicons-arrow-thin-right:before{content:"\6d"}.dripicons-arrow-thin-up:before{content:"\6e"}.dripicons-arrow-up:before{content:"\6f"}.dripicons-article:before{content:"\70"}.dripicons-backspace:before{content:"\71"}.dripicons-basket:before{content:"\72"}.dripicons-basketball:before{content:"\73"}.dripicons-battery-empty:before{content:"\74"}.dripicons-battery-full:before{content:"\75"}.dripicons-battery-low:before{content:"\76"}.dripicons-battery-medium:before{content:"\77"}.dripicons-bell:before{content:"\78"}.dripicons-blog:before{content:"\79"}.dripicons-bluetooth:before{content:"\7a"}.dripicons-bold:before{content:"\41"}.dripicons-bookmark:before{content:"\42"}.dripicons-bookmarks:before{content:"\43"}.dripicons-box:before{content:"\44"}.dripicons-briefcase:before{content:"\45"}.dripicons-brightness-low:before{content:"\46"}.dripicons-brightness-max:before{content:"\47"}.dripicons-brightness-medium:before{content:"\48"}.dripicons-broadcast:before{content:"\49"}.dripicons-browser:before{content:"\4a"}.dripicons-browser-upload:before{content:"\4b"}.dripicons-brush:before{content:"\4c"}.dripicons-calendar:before{content:"\4d"}.dripicons-camcorder:before{content:"\4e"}.dripicons-camera:before{content:"\4f"}.dripicons-card:before{content:"\50"}.dripicons-cart:before{content:"\51"}.dripicons-checklist:before{content:"\52"}.dripicons-checkmark:before{content:"\53"}.dripicons-chevron-down:before{content:"\54"}.dripicons-chevron-left:before{content:"\55"}.dripicons-chevron-right:before{content:"\56"}.dripicons-chevron-up:before{content:"\57"}.dripicons-clipboard:before{content:"\58"}.dripicons-clock:before{content:"\59"}.dripicons-clockwise:before{content:"\5a"}.dripicons-cloud:before{content:"\30"}.dripicons-cloud-download:before{content:"\31"}.dripicons-cloud-upload:before{content:"\32"}.dripicons-code:before{content:"\33"}.dripicons-contract:before{content:"\34"}.dripicons-contract-2:before{content:"\35"}.dripicons-conversation:before{content:"\36"}.dripicons-copy:before{content:"\37"}.dripicons-crop:before{content:"\38"}.dripicons-cross:before{content:"\39"}.dripicons-crosshair:before{content:"\21"}.dripicons-cutlery:before{content:"\22"}.dripicons-device-desktop:before{content:"\23"}.dripicons-device-mobile:before{content:"\24"}.dripicons-device-tablet:before{content:"\25"}.dripicons-direction:before{content:"\26"}.dripicons-disc:before{content:"\27"}.dripicons-document:before{content:"\28"}.dripicons-document-delete:before{content:"\29"}.dripicons-document-edit:before{content:"\2a"}.dripicons-document-new:before{content:"\2b"}.dripicons-document-remove:before{content:"\2c"}.dripicons-dot:before{content:"\2d"}.dripicons-dots-2:before{content:"\2e"}.dripicons-dots-3:before{content:"\2f"}.dripicons-download:before{content:"\3a"}.dripicons-duplicate:before{content:"\3b"}.dripicons-enter:before{content:"\3c"}.dripicons-exit:before{content:"\3d"}.dripicons-expand:before{content:"\3e"}.dripicons-expand-2:before{content:"\3f"}.dripicons-experiment:before{content:"\40"}.dripicons-export:before{content:"\5b"}.dripicons-feed:before{content:"\5d"}.dripicons-flag:before{content:"\5e"}.dripicons-flashlight:before{content:"\5f"}.dripicons-folder:before{content:"\60"}.dripicons-folder-open:before{content:"\7b"}.dripicons-forward:before{content:"\7c"}.dripicons-gaming:before{content:"\7d"}.dripicons-gear:before{content:"\7e"}.dripicons-graduation:before{content:"\5c"}.dripicons-graph-bar:before{content:"\e000"}.dripicons-graph-line:before{content:"\e001"}.dripicons-graph-pie:before{content:"\e002"}.dripicons-headset:before{content:"\e003"}.dripicons-heart:before{content:"\e004"}.dripicons-help:before{content:"\e005"}.dripicons-home:before{content:"\e006"}.dripicons-hourglass:before{content:"\e007"}.dripicons-inbox:before{content:"\e008"}.dripicons-information:before{content:"\e009"}.dripicons-italic:before{content:"\e00a"}.dripicons-jewel:before{content:"\e00b"}.dripicons-lifting:before{content:"\e00c"}.dripicons-lightbulb:before{content:"\e00d"}.dripicons-link:before{content:"\e00e"}.dripicons-link-broken:before{content:"\e00f"}.dripicons-list:before{content:"\e010"}.dripicons-loading:before{content:"\e011"}.dripicons-location:before{content:"\e012"}.dripicons-lock:before{content:"\e013"}.dripicons-lock-open:before{content:"\e014"}.dripicons-mail:before{content:"\e015"}.dripicons-map:before{content:"\e016"}.dripicons-media-loop:before{content:"\e017"}.dripicons-media-next:before{content:"\e018"}.dripicons-media-pause:before{content:"\e019"}.dripicons-media-play:before{content:"\e01a"}.dripicons-media-previous:before{content:"\e01b"}.dripicons-media-record:before{content:"\e01c"}.dripicons-media-shuffle:before{content:"\e01d"}.dripicons-media-stop:before{content:"\e01e"}.dripicons-medical:before{content:"\e01f"}.dripicons-menu:before{content:"\e020"}.dripicons-message:before{content:"\e021"}.dripicons-meter:before{content:"\e022"}.dripicons-microphone:before{content:"\e023"}.dripicons-minus:before{content:"\e024"}.dripicons-monitor:before{content:"\e025"}.dripicons-move:before{content:"\e026"}.dripicons-music:before{content:"\e027"}.dripicons-network-1:before{content:"\e028"}.dripicons-network-2:before{content:"\e029"}.dripicons-network-3:before{content:"\e02a"}.dripicons-network-4:before{content:"\e02b"}.dripicons-network-5:before{content:"\e02c"}.dripicons-pamphlet:before{content:"\e02d"}.dripicons-paperclip:before{content:"\e02e"}.dripicons-pencil:before{content:"\e02f"}.dripicons-phone:before{content:"\e030"}.dripicons-photo:before{content:"\e031"}.dripicons-photo-group:before{content:"\e032"}.dripicons-pill:before{content:"\e033"}.dripicons-pin:before{content:"\e034"}.dripicons-plus:before{content:"\e035"}.dripicons-power:before{content:"\e036"}.dripicons-preview:before{content:"\e037"}.dripicons-print:before{content:"\e038"}.dripicons-pulse:before{content:"\e039"}.dripicons-question:before{content:"\e03a"}.dripicons-reply:before{content:"\e03b"}.dripicons-reply-all:before{content:"\e03c"}.dripicons-return:before{content:"\e03d"}.dripicons-retweet:before{content:"\e03e"}.dripicons-rocket:before{content:"\e03f"}.dripicons-scale:before{content:"\e040"}.dripicons-search:before{content:"\e041"}.dripicons-shopping-bag:before{content:"\e042"}.dripicons-skip:before{content:"\e043"}.dripicons-stack:before{content:"\e044"}.dripicons-star:before{content:"\e045"}.dripicons-stopwatch:before{content:"\e046"}.dripicons-store:before{content:"\e047"}.dripicons-suitcase:before{content:"\e048"}.dripicons-swap:before{content:"\e049"}.dripicons-tag:before{content:"\e04a"}.dripicons-tag-delete:before{content:"\e04b"}.dripicons-tags:before{content:"\e04c"}.dripicons-thumbs-down:before{content:"\e04d"}.dripicons-thumbs-up:before{content:"\e04e"}.dripicons-ticket:before{content:"\e04f"}.dripicons-time-reverse:before{content:"\e050"}.dripicons-to-do:before{content:"\e051"}.dripicons-toggles:before{content:"\e052"}.dripicons-trash:before{content:"\e053"}.dripicons-trophy:before{content:"\e054"}.dripicons-upload:before{content:"\e055"}.dripicons-user:before{content:"\e056"}.dripicons-user-group:before{content:"\e057"}.dripicons-user-id:before{content:"\e058"}.dripicons-vibrate:before{content:"\e059"}.dripicons-view-apps:before{content:"\e05a"}.dripicons-view-list:before{content:"\e05b"}.dripicons-view-list-large:before{content:"\e05c"}.dripicons-view-thumb:before{content:"\e05d"}.dripicons-volume-full:before{content:"\e05e"}.dripicons-volume-low:before{content:"\e05f"}.dripicons-volume-medium:before{content:"\e060"}.dripicons-volume-off:before{content:"\e061"}.dripicons-wallet:before{content:"\e062"}.dripicons-warning:before{content:"\e063"}.dripicons-web:before{content:"\e064"}.dripicons-weight:before{content:"\e065"}.dripicons-wifi:before{content:"\e066"}.dripicons-wrong:before{content:"\e067"}.dripicons-zoom-in:before{content:"\e068"}.dripicons-zoom-out:before{content:"\e069"}

 
 
 
 /**
 * Traveling icon pack (flaticon-traveling-494790)
 * https://www.flaticon.com/packs/traveling-3
 */
 
@font-face{font-family:"Flaticon";src:url('Flaticon.woff') format("woff"),url('Flaticon.ttf') format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"Flaticon"}[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after{font-family:"Flaticon";font-style:normal;display:inline-block;font-size:inherit;font-weight:400;font-stretch:normal;line-height:1;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flaticon-traveling-494790-001-beach:before{content:"\f100"}.flaticon-traveling-494790-002-surf:before{content:"\f101"}.flaticon-traveling-494790-003-boiled-egg:before{content:"\f102"}.flaticon-traveling-494790-004-coffee-cup:before{content:"\f103"}.flaticon-traveling-494790-005-soft-drink:before{content:"\f104"}.flaticon-traveling-494790-006-water:before{content:"\f105"}.flaticon-traveling-494790-007-winter-hat:before{content:"\f106"}.flaticon-traveling-494790-008-flip-flops:before{content:"\f107"}.flaticon-traveling-494790-009-duty-free:before{content:"\f108"}.flaticon-traveling-494790-010-earth-globe:before{content:"\f109"}.flaticon-traveling-494790-011-sleeping-mask:before{content:"\f10a"}.flaticon-traveling-494790-012-panel:before{content:"\f10b"}.flaticon-traveling-494790-013-compass:before{content:"\f10c"}.flaticon-traveling-494790-014-exchange:before{content:"\f10d"}.flaticon-traveling-494790-015-trolley:before{content:"\f10e"}.flaticon-traveling-494790-016-backpack:before{content:"\f10f"}.flaticon-traveling-494790-017-placeholder-1:before{content:"\f110"}.flaticon-traveling-494790-018-bunk:before{content:"\f111"}.flaticon-traveling-494790-019-bed:before{content:"\f112"}.flaticon-traveling-494790-020-watch:before{content:"\f113"}.flaticon-traveling-494790-021-sunglasses-1:before{content:"\f114"}.flaticon-traveling-494790-022-cocktail:before{content:"\f115"}.flaticon-traveling-494790-023-hotel:before{content:"\f116"}.flaticon-traveling-494790-024-picture:before{content:"\f117"}.flaticon-traveling-494790-025-photo-camera-1:before{content:"\f118"}.flaticon-traveling-494790-026-photo-camera:before{content:"\f119"}.flaticon-traveling-494790-027-popsicle:before{content:"\f11a"}.flaticon-traveling-494790-028-sunbed:before{content:"\f11b"}.flaticon-traveling-494790-029-island:before{content:"\f11c"}.flaticon-traveling-494790-030-sand-bucket:before{content:"\f11d"}.flaticon-traveling-494790-031-palm-tree:before{content:"\f11e"}.flaticon-traveling-494790-032-watermelon:before{content:"\f11f"}.flaticon-traveling-494790-033-lifesaver:before{content:"\f120"}.flaticon-traveling-494790-034-snorkel:before{content:"\f121"}.flaticon-traveling-494790-035-starfish:before{content:"\f122"}.flaticon-traveling-494790-036-sun-cream:before{content:"\f123"}.flaticon-traveling-494790-037-goggles:before{content:"\f124"}.flaticon-traveling-494790-038-pamela:before{content:"\f125"}.flaticon-traveling-494790-039-swimsuit:before{content:"\f126"}.flaticon-traveling-494790-040-suitcase-2:before{content:"\f127"}.flaticon-traveling-494790-041-suitcase-1:before{content:"\f128"}.flaticon-traveling-494790-042-gps:before{content:"\f129"}.flaticon-traveling-494790-043-sleeping-bag:before{content:"\f12a"}.flaticon-traveling-494790-044-cabin:before{content:"\f12b"}.flaticon-traveling-494790-045-safebox:before{content:"\f12c"}.flaticon-traveling-494790-046-piggy-bank:before{content:"\f12d"}.flaticon-traveling-494790-047-binoculars:before{content:"\f12e"}.flaticon-traveling-494790-048-camcorder:before{content:"\f12f"}.flaticon-traveling-494790-049-room-key:before{content:"\f130"}.flaticon-traveling-494790-050-bracelet:before{content:"\f131"}.flaticon-traveling-494790-051-sunglasses:before{content:"\f132"}.flaticon-traveling-494790-052-cap:before{content:"\f133"}.flaticon-traveling-494790-053-slippers:before{content:"\f134"}.flaticon-traveling-494790-054-flashlight:before{content:"\f135"}.flaticon-traveling-494790-055-placeholder:before{content:"\f136"}.flaticon-traveling-494790-056-suitcase:before{content:"\f137"}.flaticon-traveling-494790-057-pillow:before{content:"\f138"}.flaticon-traveling-494790-058-restaurant:before{content:"\f139"}.flaticon-traveling-494790-059-canteen:before{content:"\f13a"}.flaticon-traveling-494790-060-postcards:before{content:"\f13b"}.flaticon-traveling-494790-061-agenda-1:before{content:"\f13c"}.flaticon-traveling-494790-062-atm:before{content:"\f13d"}.flaticon-traveling-494790-063-departures-1:before{content:"\f13e"}.flaticon-traveling-494790-064-plane-ticket:before{content:"\f13f"}.flaticon-traveling-494790-065-ticket:before{content:"\f140"}.flaticon-traveling-494790-066-train-ticket:before{content:"\f141"}.flaticon-traveling-494790-067-bus-ticket:before{content:"\f142"}.flaticon-traveling-494790-068-wallet:before{content:"\f143"}.flaticon-traveling-494790-069-album:before{content:"\f144"}.flaticon-traveling-494790-070-itinerary:before{content:"\f145"}.flaticon-traveling-494790-071-agenda:before{content:"\f146"}.flaticon-traveling-494790-072-list:before{content:"\f147"}.flaticon-traveling-494790-073-aeroplane:before{content:"\f148"}.flaticon-traveling-494790-074-smartphone:before{content:"\f149"}.flaticon-traveling-494790-075-brochure:before{content:"\f14a"}.flaticon-traveling-494790-076-calendar:before{content:"\f14b"}.flaticon-traveling-494790-077-credit-card:before{content:"\f14c"}.flaticon-traveling-494790-078-id-card:before{content:"\f14d"}.flaticon-traveling-494790-079-passport:before{content:"\f14e"}.flaticon-traveling-494790-080-arrival:before{content:"\f14f"}.flaticon-traveling-494790-081-departures:before{content:"\f150"}.flaticon-traveling-494790-082-flight-2:before{content:"\f151"}.flaticon-traveling-494790-083-flight-1:before{content:"\f152"}.flaticon-traveling-494790-084-flight:before{content:"\f153"}.flaticon-traveling-494790-085-hot-air-balloon:before{content:"\f154"}.flaticon-traveling-494790-086-helicopter:before{content:"\f155"}.flaticon-traveling-494790-087-bicycle:before{content:"\f156"}.flaticon-traveling-494790-088-motorbike:before{content:"\f157"}.flaticon-traveling-494790-089-taxi:before{content:"\f158"}.flaticon-traveling-494790-090-ice-cream:before{content:"\f159"}.flaticon-traveling-494790-091-caravan-1:before{content:"\f15a"}.flaticon-traveling-494790-092-caravan:before{content:"\f15b"}.flaticon-traveling-494790-093-bus:before{content:"\f15c"}.flaticon-traveling-494790-094-car:before{content:"\f15d"}.flaticon-traveling-494790-095-jeep:before{content:"\f15e"}.flaticon-traveling-494790-096-train:before{content:"\f15f"}.flaticon-traveling-494790-097-cruise:before{content:"\f160"}.flaticon-traveling-494790-098-yacht:before{content:"\f161"}.flaticon-traveling-494790-099-jet-ski:before{content:"\f162"}.flaticon-traveling-494790-100-kayak:before{content:"\f163"}
 
 

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/bootstrap.min.css ***!
  \**************************************************************************************************************************************************************************************************************************/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;margin-bottom:1rem;color:#212529}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}.table-hover .table-primary:hover{background-color:#9fcdff}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover{background-color:#c8cbcf}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover{background-color:#f1b0b7}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover{background-color:#ececf6}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}.table-dark{color:#fff;background-color:#343a40}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}select.form-control:focus::-ms-value{color:#495057;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding-top:.375rem;padding-bottom:.375rem;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}select.form-control[multiple],select.form-control[size]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}.form-check{position:relative;display:block;padding-left:1.25rem}.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}.form-check-input:disabled~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip{display:block}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip{display:block}.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip,.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip{display:block}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip,.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip,.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip{display:block}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");background-repeat:no-repeat;background-position:center right calc(.375em + .1875rem);background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip{display:block}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc((1em + .75rem) * 3 / 4 + 1.75rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip{display:block}.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip,.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip{display:block}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip,.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip,.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip{display:block}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{display:flex;flex-flow:row wrap;align-items:center}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;-webkit-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{color:#007bff;border-color:#007bff}.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.btn-outline-secondary{color:#6c757d;border-color:#6c757d}.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{color:#dc3545;border-color:#dc3545}.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{color:#343a40;border-color:#343a40}.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{font-weight:400;color:#007bff;text-decoration:none}.btn-link:hover{color:#0056b3;text-decoration:underline}.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}.dropleft .dropdown-toggle-split::before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.custom-file{display:flex;align-items:center}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}.custom-control-input:disabled~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label::before{background-color:#e9ecef}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}.custom-checkbox .custom-control-label::before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-select:focus::-ms-value{color:#495057;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#e9ecef}.custom-select::-ms-expand{display:none}.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.custom-file-input:disabled~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}.custom-range{width:100%;height:calc(1rem + .4rem);padding:0;background-color:transparent;appearance:none}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#b3d7ff}.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid{flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-body{flex:1 1 auto;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-header+.list-group .list-group-item:first-child{border-top:0}.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img{width:100%;border-radius:calc(.25rem - 1px)}.card-img-top{width:100%;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img-bottom{width:100%;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-deck{display:flex;flex-direction:column}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{display:flex;flex:1 0 0%;flex-direction:column;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group{display:flex;flex-direction:column}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{column-count:3;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion>.card{overflow:hidden}.accordion>.card:not(:first-of-type) .card-header:first-child{border-radius:0}.accordion>.card:not(:first-of-type):not(:last-of-type){border-bottom:0;border-radius:0}.accordion>.card:first-of-type{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:last-of-type{border-top-left-radius:0;border-top-right-radius:0}.accordion>.card .card-header{margin-bottom:-1px}.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}.page-link:focus{z-index:2;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.page-item.active .page-link{z-index:1;color:#fff;background-color:#007bff;border-color:#007bff}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.badge-primary{color:#fff;background-color:#007bff}a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}.badge-secondary{color:#fff;background-color:#6c757d}a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.badge-warning{color:#212529;background-color:#ffc107}a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.badge-danger{color:#fff;background-color:#dc3545}a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.badge-light{color:#212529;background-color:#f8f9fa}a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.badge-dark{color:#fff;background-color:#343a40}a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}.alert-primary hr{border-top-color:#9fcdff}.alert-primary .alert-link{color:#002752}.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-bar-animated{animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{animation:none}}.media{display:flex;align-items:flex-start}.media-body{flex:1}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}.list-group-horizontal{flex-direction:row}.list-group-horizontal .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-sm .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-md .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-lg .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item{margin-right:-1px;margin-bottom:0}.list-group-horizontal-xl .list-group-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{margin-right:0;border-top-right-radius:.25rem;border-bottom-right-radius:.25rem;border-bottom-left-radius:0}}.list-group-flush .list-group-item{border-right:0;border-left:0;border-radius:0}.list-group-flush .list-group-item:last-child{margin-bottom:-1px}.list-group-flush:first-child .list-group-item:first-child{border-top:0}.list-group-flush:last-child .list-group-item:last-child{margin-bottom:0;border-bottom:0}.list-group-item-primary{color:#004085;background-color:#b8daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}.list-group-item-secondary{color:#383d41;background-color:#d6d8db}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}.list-group-item-success{color:#155724;background-color:#c3e6cb}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}.list-group-item-info{color:#0c5460;background-color:#bee5eb}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}.list-group-item-warning{color:#856404;background-color:#ffeeba}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}.list-group-item-danger{color:#721c24;background-color:#f5c6cb}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}.list-group-item-light{color:#818182;background-color:#fdfdfe}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0;appearance:none}a.close.disabled{pointer-events:none}.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:.3rem;border-top-right-radius:.3rem}.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid #dee2e6;border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}.modal-footer>:not(:first-child){margin-left:.25rem}.modal-footer>:not(:last-child){margin-right:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc((.5rem + 1px) * -1)}.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc((.5rem + 1px) * -1);width:.5rem;height:1rem;margin:.3rem 0}.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:.5rem .75rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:0s .6s opacity}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix::after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.857143%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position:sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#ff0000!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:rgba(255,255,255,.5)!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;overflow-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*# sourceMappingURL=bootstrap.min.css.map */
/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/fonts.css ***!
  \******************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKcg72j00.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKew72j00.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKcw72j00.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKfA72j00.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* latin-ext */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKcQ72j00.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url(https://fonts.gstatic.com/s/ubuntu/v14/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* vietnamese */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Playfair Display Regular'), local('PlayfairDisplay-Regular'), url(https://fonts.gstatic.com/s/playfairdisplay/v15/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1UAw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Zdc0.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold Italic'), local('OpenSans-SemiBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKXGUdhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKWiUNhrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold Italic'), local('OpenSans-ExtraBoldItalic'), url(https://fonts.gstatic.com/s/opensans/v17/memnYaGs126MiZpBA-UFUKW-U9hrIqM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXehpOqc.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url(https://fonts.gstatic.com/s/opensans/v17/mem5YaGs126MiZpBA-UN8rsOUuhp.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* vietnamese */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* vietnamese */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* vietnamese */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzlnC_W6EQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzlmC_W6EQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Dosis';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/dosis/v12/HhyaU5sn9vOmLzloC_U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Source Sans Pro */


/* cyrillic-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */


/* @font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xFIzIFKw.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xMIzIFKw.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xEIzIFKw.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xLIzIFKw.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xHIzIFKw.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xGIzIFKw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzI.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51S7ACc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic-CsTKlA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc3CsTKlA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc-CsTKlA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc2CsTKlA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc5CsTKlA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc1CsTKlA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc0CsTKlA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TLBCc6CsQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* cyrillic-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}


/* cyrillic */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfABc4EsA.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}


/* greek-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}


/* greek */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}


/* vietnamese */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}


/* latin-ext */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmYUtfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/vendor.css ***!
  \*******************************************************************************************************************************************************************************************************************/
/* ==========================================================================
   #GRID
   ========================================================================== */
/* 
.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.row-refine {
    margin: 0 -15px;
} */

/* .col-2 {
  width: -webkit-calc((100% - 20px) / 2);
  width: -moz-calc((100% - 20px) / 2);
  width: calc((100% - 20px) / 2);
}

@media (max-width: 767px) {
  .col-2 {
    width: 100%;
  }
} */

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */

/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */

html {
  box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ==========================================================================
   #RESET
   ========================================================================== */

/**
 * A very simple reset that sits on top of Normalize.css.
 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/**
 * Remove trailing margins from nested lists.
 */

li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */

fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

button {
  outline: none;
  background: none;
  border: none;

}

/* ==========================================================================
   #PAGE WRAPPER
   ========================================================================== */

.page-wrapper {
  min-height: 100vh;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
} */

/* h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 13px;
} */

img {
  max-width: 100%;
  height: auto;
}

/* a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
} */

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
/* 
.p-t-15 {
  padding-top: 15px;
}

.p-t-5 {
  padding-top: 5px;
}

.p-t-275 {
  padding-top: 275px;
}

@media (max-width: 767px) {
  .p-t-275 {
    padding-top: 120px;
  }
}

.p-t-290 {
  padding-top: 290px;
}

@media (max-width: 767px) {
  .p-t-290 {
    padding-top: 120px;
  }
}

.p-t-240 {
  padding-top: 240px;
}

@media (max-width: 767px) {
  .p-t-240 {
    padding-top: 150px;
  }
}

.p-t-200 {
  padding-top: 200px;
}

@media (max-width: 767px) {
  .p-t-200 {
    padding-top: 150px;
  }
}

.p-t-165 {
  padding-top: 165px;
}

@media (max-width: 767px) {
  .p-t-165 {
    padding-top: 120px;
  }
}

.p-b-100 {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .p-b-100 {
    padding-bottom: 250px;
  }
}

.p-b-120 {
  padding-bottom: 120px;
}

@media (max-width: 767px) {
  .p-b-120 {
    padding-bottom: 250px;
  }
}

.m-r-45 {
  margin-right: 45px;
}

@media (max-width: 767px) {
  .m-r-45 {
    margin-right: 15px;
  }
} */

/* ==========================================================================
   #WRAPPER
   ========================================================================== */

/* .wrapper {
  margin: 0 auto;
}

.wrapper--w680 {
  max-width: 680px;
}

.wrapper--w720 {
  max-width: 720px;
}

.wrapper--w900 {
  max-width: 900px;
}

.wrapper--w1226 {
  max-width: 1226px;
} */

/* ==========================================================================
   #DATEPICKER
   ========================================================================== */

/* ==========================================================================
   #FORM
   ========================================================================== */


textarea {
  outline: none;
  margin: 0;
  border: none;
  box-shadow: none;
  width: 100%;
  font-size: 18px;
 
}

input:disabled {
  cursor: pointer;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}

/* CHECKBOX */

/* Radio button */

.radio-row {
  padding-top: 10px;
}

.input-group {
  position: relative;
  margin-bottom: 6px;
}

.input-group-icon {
  position: relative;
  width: 100%;
}


.input--style-1::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}

.input--style-1:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
  opacity: 1;
}

.input--style-1::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
  opacity: 1;
}

.input--style-1:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}

.input--style-1:-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.input--text-small {
  font-size: 16px;
  color: #666;
  padding: 17.5px 20px;
}

.m-b-0 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .m-b-0 {
    margin-bottom: 26px;
  }
}

/* ==========================================================================
   #SELECT
   ========================================================================== */

/* .quantity {
  display: -webkit-box;
  display: flex;
  float: right;
  padding-top: 0px;
  margin-top: -24px;
} */

/* @media (max-width: 575px) {
  .quantity {
    float: none;
    margin-top: 10px;
  }
} */

.quantity > input {
  width: 32px;
  text-align: center;
  font-size: 17px;
  color: #252525;
  font-weight: 700;
  padding-top: 0px;
}

.minus,
.plus {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 16px;
  text-align: center;
  border: 1.2px solid #444444;
  font-size: 19px;
  color: #444444;
  border-radius: 0;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  transition: all 0.4s ease;
}

.minus:hover,
.plus:hover {
  background: #6c7ae0;
  border-color: #6c7ae0;
  color: #fff;
}
/* 
.list-room {
  list-style: none;
  padding: 15px 15px 0px 15px;
  width: 100%;
}

.list-room__item {
  margin-bottom: 20px;
  margin-bottom: 13px !important;
}

.list-room__footer {
  padding-top: 8px;
  border-top: 0px solid #e5e5e5;
  padding-bottom: 1px;
}

.list-room__name {
  margin-bottom: 12px;
  display: block;
  font-weight: 700;
  color: #3f51b5;
  font-size: 16px;
} */

.list-person {
  list-style: none;
}

/* .list-person .list-person__item:last-child {
  margin-bottom: 0;

} */

/* .list-person__item {
  margin-bottom: 34px;
  margin-top: 5px !important;
}

.list-person__item::after {
  content: "";
  clear: both;
  display: table;
}

.list-person__item .name {
  font-size: 15px;
  color: #000;
  font-weight: 600;
  display: block;
  margin-top: 12px;
} */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn-sm {
  letter-spacing: 0px !important;
}

#btn-add-room {
 
  font-size: 16px;
  color: #f44336;
  font-weight: 700;
  transition: all 0.4s ease;
}

#btn-add-room:hover {
  text-decoration: underline;
}

/* .dropdown-select {
  display: none;
  font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  top: -webkit-calc(100% + -4px);
  top: -moz-calc(100% + -4px);
  top: calc(100% + -4px);
  background: #fff;
  z-index: 999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 10px;
  padding-right: 12px;
} */

.dropdown-select.show {
  display: block;
}

.open .input-icon::before {
  transform: rotate(-180deg);
}

.open .input-icon.zmdi-plus:before {
  content: "\f273";
}

.hoteladdpersons {
  overflow: auto;
}

/* width */

.hoteladdpersons::-webkit-scrollbar {
  width: 6px !important;
}

/* Track */

.hoteladdpersons::-webkit-scrollbar-track {
  background: #f1f1f1 !important;
}

/* Handle */

.hoteladdpersons::-webkit-scrollbar-thumb {
  background: #007ad9 !important;
  border-radius: 18px;
}

/* Handle on hover */

.hoteladdpersons::-webkit-scrollbar-thumb:hover {
  background: #555 !important;
}

/*!****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/fontawesome.min.css ***!
  \****************************************************************************************************************************************************************************************************************************/
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/primeng/resources/primeng.min.css ***!
  \****************************************************************************************************************************************************************************************************************************************/
.p-overflow-hidden{overflow:hidden;padding-right:var(--scrollbar-width)}@layer primeng{.p-component,.p-component *{box-sizing:border-box}.p-hidden{display:none}.p-hidden-space{visibility:hidden}.p-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.p-hidden-accessible input,.p-hidden-accessible select{transform:scale(0)}.p-reset{margin:0;padding:0;border:0;outline:0;text-decoration:none;font-size:100%;list-style:none}.p-disabled,.p-disabled *{cursor:default !important;pointer-events:none}.p-component-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.p-unselectable-text{-webkit-user-select:none;user-select:none}.p-scrollbar-measure{width:100px;height:100px;overflow:scroll;position:absolute;top:-9999px}@keyframes p-fadein{0%{opacity:0}100%{opacity:1}}input[type='button'],input[type='submit'],input[type='reset'],input[type='file']::-webkit-file-upload-button,button{border-radius:0}.p-link{text-align:left;background-color:transparent;margin:0;padding:0;border:0;cursor:pointer;-webkit-user-select:none;user-select:none}.p-link:disabled{cursor:default}.p-sr-only{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal !important}.p-connected-overlay{opacity:0;transform:scaleY(0.8);transition:transform .12s cubic-bezier(0,0,0.2,1),opacity .12s cubic-bezier(0,0,0.2,1)}.p-connected-overlay-visible{opacity:1;transform:scaleY(1)}.p-connected-overlay-hidden{opacity:0;transform:scaleY(1);transition:opacity .1s linear}.p-toggleable-content.ng-animating{overflow:hidden}.p-icon-wrapper{display:inline-flex}.p-icon{display:inline-block}.p-icon-spin{animation:p-icon-spin 2s infinite linear}}@keyframes p-icon-spin{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@layer primeng{.p-badge{display:inline-block;border-radius:10px;text-align:center;padding:0 .5rem}.p-overlay-badge{position:relative}.p-overlay-badge .p-badge{position:absolute;top:0;right:0;transform:translate(50%,-50%);transform-origin:100% 0;margin:0}.p-badge-dot{width:.5rem;min-width:.5rem;height:.5rem;border-radius:50%;padding:0}.p-badge-no-gutter{padding:0;border-radius:50%}}@layer primeng{.p-button{margin:0;display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;vertical-align:bottom;text-align:center;overflow:hidden;position:relative}.p-button-label{flex:1 1 auto}.p-button-icon-right{order:1}.p-button:disabled{cursor:default;pointer-events:none}.p-button-icon-only{justify-content:center}.p-button-icon-only:after{content:'p';visibility:hidden;clip:rect(0 0 0 0);width:0}.p-button-vertical{flex-direction:column}.p-button-icon-bottom{order:2}.p-button-group .p-button{margin:0}.p-button-group .p-button:focus,.p-button-group p-button:focus .p-button,.p-buttonset .p-button:focus,.p-buttonset .p-button:focus,.p-buttonset p-button:focus .p-button,.p-buttonset .p-button:focus{position:relative;z-index:1}.p-button-group .p-button:not(:last-child),.p-button-group .p-button:not(:last-child):hover,.p-button-group p-button:not(:last-child) .p-button,.p-button-group p-button:not(:last-child) .p-button:hover,.p-buttonset .p-button:not(:last-child),.p-buttonset .p-button:not(:last-child):hover,.p-buttonset p-button:not(:last-child) .p-button,.p-buttonset p-button:not(:last-child) .p-button:hover{border-right:0 none}.p-button-group .p-button:not(:first-of-type):not(:last-of-type),.p-button-group p-button:not(:first-of-type):not(:last-of-type) .p-button,.p-buttonset .p-button:not(:first-of-type):not(:last-of-type),.p-buttonset p-button:not(:first-of-type):not(:last-of-type) .p-button{border-radius:0}.p-button-group .p-button:first-of-type:not(:only-of-type),.p-button-group p-button:first-of-type:not(:only-of-type) .p-button,.p-buttonset .p-button:first-of-type:not(:only-of-type),.p-buttonset p-button:first-of-type:not(:only-of-type) .p-button{border-top-right-radius:0;border-bottom-right-radius:0}.p-button-group .p-button:last-of-type:not(:only-of-type),.p-button-group p-button:last-of-type:not(:only-of-type) .p-button,.p-buttonset .p-button:last-of-type:not(:only-of-type),.p-buttonset p-button:last-of-type:not(:only-of-type) .p-button{border-top-left-radius:0;border-bottom-left-radius:0}p-button[iconpos='right'] spinnericon{order:1}}@layer primeng{.p-checkbox{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-checkbox-disabled{cursor:default !important;pointer-events:none}.p-checkbox-box{display:flex;justify-content:center;align-items:center}p-checkbox{display:inline-flex;vertical-align:bottom;align-items:center}.p-checkbox-label{line-height:1}}.p-colorpicker-panel .p-colorpicker-color{background:transparent url('color.png') no-repeat left top}.p-colorpicker-panel .p-colorpicker-hue{background:transparent url('hue.png') no-repeat left top}@layer primeng{.p-inputtext{margin:0}.p-fluid .p-inputtext{width:100%}.p-inputgroup{display:flex;align-items:stretch;width:100%}.p-inputgroup-addon{display:flex;align-items:center;justify-content:center}.p-inputgroup .p-float-label{display:flex;align-items:stretch;width:100%}.p-inputgroup .p-inputtext,.p-fluid .p-inputgroup .p-inputtext,.p-inputgroup .p-inputwrapper,.p-inputgroup .p-inputwrapper>.p-component{flex:1 1 auto;width:1%}.p-float-label{display:block;position:relative}.p-float-label label{position:absolute;pointer-events:none;top:50%;margin-top:-0.5rem;transition-property:all;transition-timing-function:ease;line-height:1}.p-float-label textarea ~ label{top:1rem}.p-float-label input:focus ~ label,.p-float-label input.p-filled ~ label,.p-float-label textarea:focus ~ label,.p-float-label textarea.p-filled ~ label,.p-float-label .p-inputwrapper-focus ~ label,.p-float-label .p-inputwrapper-filled ~ label{top:-0.75rem;font-size:12px}.p-float-label .input:-webkit-autofill ~ label{top:-20px;font-size:12px}.p-float-label .p-placeholder,.p-float-label input::placeholder,.p-float-label .p-inputtext::placeholder{opacity:0;transition-property:all;transition-timing-function:ease}.p-float-label .p-focus .p-placeholder,.p-float-label input:focus::placeholder,.p-float-label .p-inputtext:focus::placeholder{opacity:1;transition-property:all;transition-timing-function:ease}.p-input-icon-left,.p-input-icon-right{position:relative;display:inline-block}.p-input-icon-left>i,.p-input-icon-left>.p-icon-wrapper,.p-input-icon-right>i,.p-input-icon-right>.p-icon-wrapper{position:absolute;top:50%;margin-top:-0.5rem}.p-fluid .p-input-icon-left,.p-fluid .p-input-icon-right{display:block;width:100%}}@layer primeng{.p-inputtextarea-resizable{overflow:hidden;resize:none}.p-fluid .p-inputtextarea{width:100%}}@layer primeng{.p-password{position:relative;display:inline-flex}.p-password-panel{position:absolute;top:0;left:0}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;transition:width 1s ease-in-out}.p-fluid .p-password{display:flex}.p-password-input::-ms-reveal,.p-password-input::-ms-clear{display:none}.p-password-clear-icon{position:absolute;top:50%;margin-top:-0.5rem;cursor:pointer}.p-password .p-icon{cursor:pointer}.p-password-clearable.p-password-mask .p-password-clear-icon{margin-top:unset}.p-password-clearable{position:relative}}@layer primeng{.p-radiobutton{display:inline-flex;cursor:pointer;-webkit-user-select:none;user-select:none;vertical-align:bottom;position:relative}.p-radiobutton-box{display:flex;justify-content:center;align-items:center}.p-radiobutton-icon{backface-visibility:hidden;transform:translateZ(0) scale(0.1);border-radius:50%;visibility:hidden}.p-radiobutton-box.p-highlight .p-radiobutton-icon{transform:translateZ(0) scale(1,1);visibility:visible}p-radiobutton{display:inline-flex;vertical-align:bottom;align-items:center}.p-radiobutton-label{line-height:1}}@layer primeng{.p-ripple{overflow:hidden;position:relative}.p-ink{display:block;position:absolute;background:rgba(255,255,255,0.5);border-radius:100%;transform:scale(0)}.p-ink-active{animation:ripple .4s linear}.p-ripple-disabled .p-ink{display:none !important}}@keyframes ripple{100%{opacity:0;transform:scale(2.5)}}@layer primeng{.p-tooltip{position:absolute;display:none;padding:.25em .5rem;max-width:12.5rem;pointer-events:none}.p-tooltip.p-tooltip-right,.p-tooltip.p-tooltip-left{padding:0 .25rem}.p-tooltip.p-tooltip-top,.p-tooltip.p-tooltip-bottom{padding:.25em 0}.p-tooltip .p-tooltip-text{white-space:pre-line;word-break:break-word}.p-tooltip-arrow{scale:2;position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.p-tooltip-right .p-tooltip-arrow{top:50%;left:0;margin-top:-0.25rem;border-width:.25em .25em .25em 0}.p-tooltip-left .p-tooltip-arrow{top:50%;right:0;margin-top:-0.25rem;border-width:.25em 0 .25em .25rem}.p-tooltip.p-tooltip-top{padding:.25em 0}.p-tooltip-top .p-tooltip-arrow{bottom:0;left:50%;margin-left:-0.25rem;border-width:.25em .25em 0}.p-tooltip-bottom .p-tooltip-arrow{top:0;left:50%;margin-left:-0.25rem;border-width:0 .25em .25rem}}
/*!**********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/primeng/resources/themes/nova/theme.css ***!
  \**********************************************************************************************************************************************************************************************************************************************/
:root {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol";
  --surface-a: #ffffff;
  --surface-b: #f4f4f4;
  --surface-c: #eaeaea;
  --surface-d: #c8c8c8;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #333333;
  --text-color-secondary: #848484;
  --primary-color: #007ad9;
  --primary-color-text: #ffffff;
  --surface-0: #ffffff;
  --surface-50: #eef1f2;
  --surface-100: #dde2e4;
  --surface-200: #bbc5ca;
  --surface-300: #98a8af;
  --surface-400: #768b95;
  --surface-500: #546e7a;
  --surface-600: #435862;
  --surface-700: #324249;
  --surface-800: #222c31;
  --surface-900: #111618;
  --gray-50: #eef1f2;
  --gray-100: #dde2e4;
  --gray-200: #bbc5ca;
  --gray-300: #98a8af;
  --gray-400: #768b95;
  --gray-500: #546e7a;
  --gray-600: #435862;
  --gray-700: #324249;
  --gray-800: #222c31;
  --gray-900: #111618;
  --content-padding: 0.571rem 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 3px;
  --surface-ground: #f4f4f4;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #c8c8c8;
  --surface-hover: #eaeaea;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #007ad9;
  --highlight-text-color: #ffffff;
  --focus-ring: 0 0 0 0.2rem #8dcdff;
  color-scheme: light;
}

:root {
  --blue-50:#f3f8fc;
  --blue-100:#c6dcef;
  --blue-200:#98c1e3;
  --blue-300:#6ba5d7;
  --blue-400:#3d8aca;
  --blue-500:#106ebe;
  --blue-600:#0e5ea2;
  --blue-700:#0b4d85;
  --blue-800:#093d69;
  --blue-900:#062c4c;
  --green-50:#f7fbf6;
  --green-100:#d6ead1;
  --green-200:#b6d9ad;
  --green-300:#96c889;
  --green-400:#76b765;
  --green-500:#56a641;
  --green-600:#498d37;
  --green-700:#3c742e;
  --green-800:#2f5b24;
  --green-900:#22421a;
  --yellow-50:#fffcf5;
  --yellow-100:#fdefcd;
  --yellow-200:#fbe3a6;
  --yellow-300:#f9d67f;
  --yellow-400:#f8ca57;
  --yellow-500:#f6bd30;
  --yellow-600:#d1a129;
  --yellow-700:#ac8422;
  --yellow-800:#87681a;
  --yellow-900:#624c13;
  --cyan-50:#f4fbfd;
  --cyan-100:#ccebf5;
  --cyan-200:#a4dbed;
  --cyan-300:#7ccce5;
  --cyan-400:#54bcdd;
  --cyan-500:#2cacd5;
  --cyan-600:#2592b5;
  --cyan-700:#1f7895;
  --cyan-800:#185f75;
  --cyan-900:#124555;
  --pink-50:#fdf4f9;
  --pink-100:#f6cce0;
  --pink-200:#eea3c7;
  --pink-300:#e77aae;
  --pink-400:#df5296;
  --pink-500:#d8297d;
  --pink-600:#b8236a;
  --pink-700:#971d58;
  --pink-800:#771745;
  --pink-900:#561032;
  --indigo-50:#f4f6fd;
  --indigo-100:#ccd3f5;
  --indigo-200:#a4b0ed;
  --indigo-300:#7c8de5;
  --indigo-400:#546add;
  --indigo-500:#2c47d5;
  --indigo-600:#253cb5;
  --indigo-700:#1f3295;
  --indigo-800:#182775;
  --indigo-900:#121c55;
  --teal-50:#f6fbfa;
  --teal-100:#d1eae5;
  --teal-200:#add9d1;
  --teal-300:#89c8bd;
  --teal-400:#65b7a8;
  --teal-500:#41a694;
  --teal-600:#378d7e;
  --teal-700:#2e7468;
  --teal-800:#245b51;
  --teal-900:#1a423b;
  --orange-50:#fff9f5;
  --orange-100:#fde4cd;
  --orange-200:#fbcfa6;
  --orange-300:#f9ba7f;
  --orange-400:#f8a457;
  --orange-500:#f68f30;
  --orange-600:#d17a29;
  --orange-700:#ac6422;
  --orange-800:#874f1a;
  --orange-900:#623913;
  --bluegray-50:#f7f8f9;
  --bluegray-100:#dae0e3;
  --bluegray-200:#bdc7cd;
  --bluegray-300:#a0aeb6;
  --bluegray-400:#8295a0;
  --bluegray-500:#657c8a;
  --bluegray-600:#566975;
  --bluegray-700:#475761;
  --bluegray-800:#38444c;
  --bluegray-900:#283237;
  --purple-50:#f9f8fd;
  --purple-100:#e1dff7;
  --purple-200:#cac5f1;
  --purple-300:#b2abeb;
  --purple-400:#9b92e4;
  --purple-500:#8378de;
  --purple-600:#6f66bd;
  --purple-700:#5c549b;
  --purple-800:#48427a;
  --purple-900:#343059;
  --red-50:#fdf4f3;
  --red-100:#f6ccc6;
  --red-200:#eea39a;
  --red-300:#e77b6d;
  --red-400:#df5240;
  --red-500:#d82a13;
  --red-600:#b82410;
  --red-700:#971d0d;
  --red-800:#77170a;
  --red-900:#561108;
  --primary-50:#f2f8fd;
  --primary-100:#c2dff6;
  --primary-200:#91c6ef;
  --primary-300:#61ade7;
  --primary-400:#3093e0;
  --primary-500:#007ad9;
  --primary-600:#0068b8;
  --primary-700:#005598;
  --primary-800:#004377;
  --primary-900:#003157;
}

.p-editor-container .p-editor-toolbar {
  background: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.p-editor-container .p-editor-toolbar.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-stroke {
  stroke: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-fill {
  fill: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label {
  border: 0 none;
  color: #848484;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  background: #ffffff;
  border: 1px solid #c8c8c8;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 3px;
  padding: 0;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item {
  color: #333333;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover {
  color: #333333;
  background: #eaeaea;
}
.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item {
  padding: 0.429rem 0.857rem;
}
.p-editor-container .p-editor-content {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .p-editor-content.ql-snow {
  border: 1px solid #c8c8c8;
}
.p-editor-container .p-editor-content .ql-editor {
  background: #ffffff;
  color: #333333;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.p-editor-container .ql-snow.ql-toolbar button:hover,
.p-editor-container .ql-snow.ql-toolbar button:focus {
  color: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke {
  stroke: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill,
.p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill {
  fill: #333333;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected {
  color: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke {
  stroke: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill {
  fill: #007ad9;
}
.p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label,
.p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label {
  color: #007ad9;
}

@layer primeng {
  * {
    box-sizing: border-box;
  }

  .p-component {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    font-weight: normal;
  }

  .p-component-overlay {
    background-color: rgba(0, 0, 0, 0.4);
    transition-duration: 0.2s;
  }

  .p-disabled, .p-component:disabled {
    opacity: 0.5;
  }

  .p-error {
    color: #a80000;
  }

  .p-text-secondary {
    color: #848484;
  }

  .pi {
    font-size: 1rem;
  }

  .p-icon {
    width: 1rem;
    height: 1rem;
  }

  .p-link {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    border-radius: 3px;
  }
  .p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-component-overlay-enter {
    animation: p-component-overlay-enter-animation 150ms forwards;
  }

  .p-component-overlay-leave {
    animation: p-component-overlay-leave-animation 150ms forwards;
  }

  @keyframes p-component-overlay-enter-animation {
    from {
      background-color: transparent;
    }
    to {
      background-color: var(--maskbg);
    }
  }
  @keyframes p-component-overlay-leave-animation {
    from {
      background-color: var(--maskbg);
    }
    to {
      background-color: transparent;
    }
  }

  .p-autocomplete .p-autocomplete-loader {
    right: 0.429rem;
  }
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
    right: 2.786rem;
  }
  .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
    border-color: #212121;
  }
  .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-autocomplete .p-autocomplete-multiple-container {
    padding: 0.2145rem 0.429rem;
    gap: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
    padding: 0.2145rem 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
    padding: 0.2145rem 0.429rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
    margin-left: 0.5rem;
  }
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
    background: #bababa;
    color: #333333;
  }
  .p-autocomplete.p-invalid.p-component > .p-inputtext {
    border-color: #a80000;
  }

  .p-autocomplete-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-autocomplete-panel .p-autocomplete-items {
    padding: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:first-child {
    margin-top: 0;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }

  p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
    border-color: #a80000;
  }

  p-autocomplete.p-autocomplete-clearable .p-inputtext {
    padding-right: 1.858rem;
  }
  p-autocomplete.p-autocomplete-clearable .p-autocomplete-clear-icon {
    color: #848484;
    right: 0.429rem;
  }

  p-autocomplete.p-autocomplete-clearable .p-autocomplete-dd .p-autocomplete-clear-icon {
    color: #848484;
    right: 2.786rem;
  }

  p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
    border-color: #a80000;
  }

  .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }

  .p-datepicker {
    padding: 0.857rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
  }
  .p-datepicker:not(.p-datepicker-inline) {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    background: #ffffff;
  }
  .p-datepicker .p-datepicker-header {
    padding: 0.5rem;
    color: #333333;
    background: #ffffff;
    font-weight: 700;
    margin: 0;
    border-bottom: 0 none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev,
.p-datepicker .p-datepicker-header .p-datepicker-next {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible,
.p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title {
    line-height: 2rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    color: #333333;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    font-weight: 700;
    padding: 0.5rem;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
    color: #007ad9;
  }
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
    margin-right: 0.5rem;
  }
  .p-datepicker table {
    font-size: 1rem;
    margin: 0.857rem 0;
  }
  .p-datepicker table th {
    padding: 0.5rem;
  }
  .p-datepicker table th > span {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-datepicker table td {
    padding: 0.5rem;
  }
  .p-datepicker table td > span {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    border: 1px solid transparent;
  }
  .p-datepicker table td > span.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker table td > span:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker table td.p-datepicker-today > span {
    background: #d0d0d0;
    color: #333333;
    border-color: transparent;
  }
  .p-datepicker table td.p-datepicker-today > span.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker .p-datepicker-buttonbar {
    padding: 0.857rem 0 0.429rem 0;
    border-top: 1px solid #d8dae2;
  }
  .p-datepicker .p-datepicker-buttonbar .p-button {
    width: auto;
  }
  .p-datepicker .p-timepicker {
    border-top: 1px solid #d8dae2;
    padding: 0.857rem 0 0.429rem 0;
  }
  .p-datepicker .p-timepicker button {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datepicker .p-timepicker button:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-datepicker .p-timepicker button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker .p-timepicker button:last-child {
    margin-top: 0.2em;
  }
  .p-datepicker .p-timepicker span {
    font-size: 1.286rem;
  }
  .p-datepicker .p-timepicker > div {
    padding: 0 0.429rem;
  }
  .p-datepicker.p-datepicker-timeonly .p-timepicker {
    border-top: 0 none;
  }
  .p-datepicker .p-monthpicker {
    margin: 0.857rem 0;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month {
    padding: 0.5rem;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker .p-yearpicker {
    margin: 0.857rem 0;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year {
    padding: 0.5rem;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-left: 1px solid #d8dae2;
    padding-right: 0.857rem;
    padding-left: 0.857rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
    padding-left: 0;
    border-left: 0 none;
  }
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
    padding-right: 0;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
    background: #eaeaea;
  }
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
    background: #eaeaea;
  }
  .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
    background: #eaeaea;
  }
  .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  p-calendar.p-calendar-clearable .p-inputtext {
    padding-right: 1.858rem;
  }
  p-calendar.p-calendar-clearable .p-calendar-clear-icon {
    color: #848484;
    right: 0.429rem;
  }

  p-calendar.p-calendar-clearable .p-calendar-w-btn .p-calendar-clear-icon {
    color: #848484;
    right: 2.786rem;
  }

  @media screen and (max-width: 769px) {
    .p-datepicker table th, .p-datepicker table td {
      padding: 0.25rem;
    }
  }
  .p-cascadeselect {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-cascadeselect:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-cascadeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-cascadeselect .p-cascadeselect-label {
    background: transparent;
    border: 0 none;
    padding: 0.429rem 0.429rem;
  }
  .p-cascadeselect .p-cascadeselect-label.p-placeholder {
    color: #666666;
  }
  .p-cascadeselect .p-cascadeselect-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-cascadeselect .p-cascadeselect-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-cascadeselect.p-invalid.p-component {
    border-color: #a80000;
  }
  .p-cascadeselect.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-cascadeselect.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-cascadeselect.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }

  .p-cascadeselect-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-cascadeselect-panel .p-cascadeselect-items {
    padding: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item {
    margin: 0;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child {
    margin-top: 0;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
    padding: 0.429rem 0.857rem;
  }
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
    font-size: 0.875rem;
  }

  .p-input-filled .p-cascadeselect {
    background: #f4f4f4;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }

  p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
    border-color: #a80000;
  }

  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
    padding-right: 0.429rem;
  }
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-clear-icon {
    color: #848484;
    right: 2.357rem;
  }

  .p-overlay-modal .p-cascadeselect-sublist .p-cascadeselect-panel {
    box-shadow: none;
    border-radius: 0;
    padding: 0.25rem 0 0.25rem 0.5rem;
  }
  .p-overlay-modal .p-cascadeselect-item-active > .p-cascadeselect-item-content .p-cascadeselect-group-icon {
    transform: rotate(90deg);
  }

  .p-checkbox {
    width: 20px;
    height: 20px;
  }
  .p-checkbox .p-checkbox-box {
    border: 1px solid #a6a6a6;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #333333;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-checkbox .p-checkbox-box .p-checkbox-icon {
    transition-duration: 0.2s;
    color: #ffffff;
    font-size: 14px;
  }
  .p-checkbox .p-checkbox-box .p-icon {
    width: 14px;
    height: 14px;
  }
  .p-checkbox .p-checkbox-box.p-highlight {
    border-color: #007ad9;
    background: #007ad9;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    border-color: #212121;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }

  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #a80000;
  }

  .p-input-filled .p-checkbox .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-checkbox .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }

  .p-checkbox-label {
    margin-left: 0.5rem;
  }

  .p-highlight .p-checkbox .p-checkbox-box {
    border-color: #ffffff;
  }

  p-tristatecheckbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
    border-color: #a80000;
  }

  .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
    border-color: #212121;
  }
  .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-chips .p-chips-multiple-container {
    padding: 0.2145rem 0.429rem;
    gap: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-token {
    padding: 0.2145rem 0.429rem;
    margin-right: 0.5rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
    background: #bababa;
    color: #333333;
  }
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
    margin-left: 0.5rem;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token {
    padding: 0.2145rem 0;
  }
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #333333;
    padding: 0;
    margin: 0;
  }

  p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
    border-color: #a80000;
  }

  p-chips.p-chips-clearable .p-inputtext {
    padding-right: 1.429rem;
  }
  p-chips.p-chips-clearable .p-chips-clear-icon {
    color: #848484;
    right: 0.429rem;
  }

  .p-colorpicker-preview,
.p-fluid .p-colorpicker-preview.p-inputtext {
    width: 2rem;
    height: 2rem;
  }

  .p-colorpicker-panel {
    background: #323232;
    border: 1px solid #191919;
  }
  .p-colorpicker-panel .p-colorpicker-color-handle,
.p-colorpicker-panel .p-colorpicker-hue-handle {
    border-color: #ffffff;
  }

  .p-colorpicker-overlay-panel {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }

  .p-dropdown {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-dropdown:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-dropdown:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding-right: 1.429rem;
  }
  .p-dropdown .p-dropdown-label {
    background: transparent;
    border: 0 none;
  }
  .p-dropdown .p-dropdown-label.p-placeholder {
    color: #666666;
  }
  .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus {
    outline: 0 none;
    box-shadow: none;
  }
  .p-dropdown .p-dropdown-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dropdown .p-dropdown-clear-icon {
    color: #848484;
    right: 2.357rem;
  }
  .p-dropdown.p-invalid.p-component {
    border-color: #a80000;
  }
  .p-dropdown.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-dropdown.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-dropdown.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }

  .p-dropdown-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-dropdown-panel .p-dropdown-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
    padding-right: 1.429rem;
    margin-right: -1.429rem;
  }
  .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-dropdown-panel .p-dropdown-items {
    padding: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child {
    margin-top: 0;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }

  .p-input-filled .p-dropdown {
    background: #f4f4f4;
  }
  .p-input-filled .p-dropdown:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
    background-color: transparent;
  }

  p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
    border-color: #a80000;
  }

  .p-icon-field .p-input-icon {
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
  }

  .p-inputgroup-addon {
    background: #eaeaea;
    color: #848484;
    border-top: 1px solid #a6a6a6;
    border-left: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
    padding: 0.429rem 0.429rem;
    min-width: 2.357rem;
  }
  .p-inputgroup-addon:last-child {
    border-right: 1px solid #a6a6a6;
  }

  .p-inputgroup > .p-component,
.p-inputgroup > .p-inputwrapper > .p-inputtext,
.p-inputgroup > .p-float-label > .p-component {
    border-radius: 0;
    margin: 0;
  }
  .p-inputgroup > .p-component + .p-inputgroup-addon,
.p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
.p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
    border-left: 0 none;
  }
  .p-inputgroup > .p-component:focus,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
.p-inputgroup > .p-float-label > .p-component:focus {
    z-index: 1;
  }
  .p-inputgroup > .p-component:focus ~ label,
.p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
.p-inputgroup > .p-float-label > .p-component:focus ~ label {
    z-index: 1;
  }

  .p-inputgroup-addon:first-child,
.p-inputgroup button:first-child,
.p-inputgroup input:first-child,
.p-inputgroup > .p-inputwrapper:first-child > .p-component,
.p-inputgroup > .p-inputwrapper:first-child > .p-component > .p-inputtext {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .p-inputgroup .p-float-label:first-child input {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .p-inputgroup-addon:last-child,
.p-inputgroup button:last-child,
.p-inputgroup input:last-child,
.p-inputgroup > .p-inputwrapper:last-child > .p-component,
.p-inputgroup > .p-inputwrapper:last-child > .p-component > .p-inputtext {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .p-inputgroup .p-float-label:last-child input {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .p-fluid .p-inputgroup .p-button {
    width: auto;
  }
  .p-fluid .p-inputgroup .p-button.p-button-icon-only {
    width: 2.357rem;
  }

  .p-icon-field-left .p-input-icon:first-of-type {
    left: 0.429rem;
    color: #848484;
  }

  .p-icon-field-right .p-input-icon:last-of-type {
    right: 0.429rem;
    color: #848484;
  }

  p-inputmask.ng-dirty.ng-invalid > .p-inputtext {
    border-color: #a80000;
  }

  p-inputmask.p-inputmask-clearable .p-inputtext {
    padding-right: 1.858rem;
  }
  p-inputmask.p-inputmask-clearable .p-inputmask-clear-icon {
    color: #848484;
    right: 0.429rem;
  }

  .p-inputmask.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-inputmask.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-inputmask.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }

  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
    border-color: #a80000;
  }

  p-inputnumber.p-inputnumber-clearable .p-inputnumber-input {
    padding-right: 1.858rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-clear-icon {
    color: #848484;
    right: 0.429rem;
  }

  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-stacked .p-inputnumber-clear-icon {
    right: 2.786rem;
  }
  p-inputnumber.p-inputnumber-clearable .p-inputnumber-buttons-horizontal .p-inputnumber-clear-icon {
    right: 2.786rem;
  }

  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
    background-color: #f4f4f4;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
    background-color: #f4f4f4;
  }
  p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
    background-color: #f4f4f4;
  }

  .p-inputotp {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .p-inputotp-input {
    text-align: center;
    width: 1.858rem;
  }

  .p-inputswitch {
    width: 3rem;
    height: 1.75rem;
  }
  .p-inputswitch .p-inputswitch-slider {
    background: #cccccc;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 30px;
  }
  .p-inputswitch .p-inputswitch-slider:before {
    background: #ffffff;
    width: 1.25rem;
    height: 1.25rem;
    left: 0.25rem;
    margin-top: -0.625rem;
    border-radius: 50%;
    transition-duration: 0.2s;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    transform: translateX(1.25rem);
  }
  .p-inputswitch.p-focus .p-inputswitch-slider {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider {
    background: #b7b7b7;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider {
    background: #007ad9;
  }
  .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before {
    background: #cccccc;
  }
  .p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider {
    background: #116fbf;
  }

  p-inputswitch.ng-dirty.ng-invalid > .p-inputswitch > .p-inputswitch-slider {
    border-color: #a80000;
  }

  .p-inputtext {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
    color: #333333;
    background: #ffffff;
    padding: 0.429rem 0.429rem;
    border: 1px solid #a6a6a6;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    appearance: none;
    border-radius: 3px;
  }
  .p-inputtext:enabled:hover {
    border-color: #212121;
  }
  .p-inputtext:enabled:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-inputtext.ng-dirty.ng-invalid {
    border-color: #a80000;
  }
  .p-inputtext.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-inputtext.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-inputtext.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }
  .p-inputtext.p-inputtext-sm {
    font-size: 0.875rem;
    padding: 0.375375rem 0.375375rem;
  }
  .p-inputtext.p-inputtext-lg {
    font-size: 1.25rem;
    padding: 0.53625rem 0.53625rem;
  }

  .p-float-label > label {
    left: 0.429rem;
    color: #666666;
    transition-duration: 0.2s;
  }

  .p-float-label > .ng-invalid.ng-dirty + label {
    color: #a80000;
  }

  .p-input-icon-left > .p-icon-wrapper.p-icon,
.p-input-icon-left > i:first-of-type {
    left: 0.429rem;
    color: #848484;
  }

  .p-input-icon-left > .p-inputtext {
    padding-left: 1.858rem;
  }

  .p-input-icon-left.p-float-label > label {
    left: 1.858rem;
  }

  .p-input-icon-right > .p-icon-wrapper,
.p-input-icon-right > i:last-of-type {
    right: 0.429rem;
    color: #848484;
  }

  .p-input-icon-right > .p-inputtext {
    padding-right: 1.858rem;
  }

  .p-icon-field-left > .p-inputtext {
    padding-left: 1.858rem;
  }

  .p-icon-field-left.p-float-label > label {
    left: 1.858rem;
  }

  .p-icon-field-right > .p-inputtext {
    padding-right: 1.858rem;
  }

  ::-webkit-input-placeholder {
    color: #666666;
  }

  :-moz-placeholder {
    color: #666666;
  }

  ::-moz-placeholder {
    color: #666666;
  }

  :-ms-input-placeholder {
    color: #666666;
  }

  .p-input-filled .p-inputtext {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-inputtext:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-inputtext:enabled:focus {
    background-color: #f4f4f4;
  }

  .p-inputtext-sm .p-inputtext {
    font-size: 0.875rem;
    padding: 0.375375rem 0.375375rem;
  }

  .p-inputtext-lg .p-inputtext {
    font-size: 1.25rem;
    padding: 0.53625rem 0.53625rem;
  }

  .p-listbox {
    background: #ffffff;
    color: #333333;
    border: 1px solid #a6a6a6;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-listbox .p-listbox-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-listbox .p-listbox-header .p-listbox-filter {
    padding-right: 1.429rem;
  }
  .p-listbox .p-listbox-header .p-listbox-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-listbox .p-listbox-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list {
    padding: 0;
    outline: 0 none;
  }
  .p-listbox .p-listbox-list .p-listbox-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item:first-child {
    margin-top: 0;
  }
  .p-listbox .p-listbox-list .p-listbox-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-listbox .p-listbox-list .p-listbox-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-listbox .p-listbox-list .p-listbox-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #eaeaea;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus {
    color: #333333;
    background: #eaeaea;
  }
  .p-listbox.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }

  p-listbox.ng-dirty.ng-invalid > .p-listbox {
    border-color: #a80000;
  }

  .p-multiselect {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-multiselect:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-multiselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-multiselect .p-multiselect-label {
    padding: 0.429rem 0.429rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect .p-multiselect-label.p-placeholder {
    color: #666666;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
    padding: 0.2145rem 0.429rem;
    margin-right: 0.5rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
    margin-left: 0.5rem;
  }
  .p-multiselect .p-multiselect-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-multiselect.p-variant-filled {
    background: #f4f4f4;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }

  .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
    padding: 0.2145rem 0.429rem;
  }

  .p-multiselect-clearable .p-multiselect-label-container {
    padding-right: 1.429rem;
  }
  .p-multiselect-clearable .p-multiselect-clear-icon {
    color: #848484;
    right: 2.357rem;
  }

  .p-multiselect-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-multiselect-panel .p-multiselect-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
    padding-right: 1.429rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-multiselect-panel .p-multiselect-header .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close {
    margin-left: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-multiselect-panel .p-multiselect-items {
    padding: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child {
    margin-top: 0;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
    color: #333333;
    background: #eaeaea;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
  }
  .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }

  .p-input-filled .p-multiselect {
    background: #f4f4f4;
  }
  .p-input-filled .p-multiselect:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-multiselect:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }

  p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
    border-color: #a80000;
  }

  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
    border-color: #a80000;
  }

  .p-password-panel {
    padding: 0.571rem 1rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-password-panel .p-password-meter {
    margin-bottom: 0.5rem;
    background: #eaeaea;
  }
  .p-password-panel .p-password-meter .p-password-strength.weak {
    background: #e91224;
  }
  .p-password-panel .p-password-meter .p-password-strength.medium {
    background: #ffba01;
  }
  .p-password-panel .p-password-meter .p-password-strength.strong {
    background: #34a835;
  }

  p-password.p-password-clearable .p-password-input {
    padding-right: 1.858rem;
  }
  p-password.p-password-clearable .p-password-clear-icon {
    color: #848484;
    right: 0.429rem;
  }

  p-password.p-password-clearable.p-password-mask .p-password-input {
    padding-right: 3.287rem;
  }
  p-password.p-password-clearable.p-password-mask .p-password-clear-icon {
    color: #848484;
    right: 1.858rem;
  }

  .p-radiobutton {
    width: 20px;
    height: 20px;
  }
  .p-radiobutton .p-radiobutton-box {
    border: 1px solid #a6a6a6;
    background: #ffffff;
    width: 20px;
    height: 20px;
    color: #333333;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover {
    border-color: #212121;
  }
  .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-radiobutton .p-radiobutton-box .p-radiobutton-icon {
    width: 12px;
    height: 12px;
    transition-duration: 0.2s;
    background-color: #ffffff;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight {
    border-color: #007ad9;
    background: #007ad9;
  }
  .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box {
    background-color: #f4f4f4;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
    background: #007ad9;
  }
  .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #005b9f;
  }

  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
    border-color: #a80000;
  }

  .p-input-filled .p-radiobutton .p-radiobutton-box {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight {
    background: #007ad9;
  }
  .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
    background: #005b9f;
  }

  .p-radiobutton-label {
    margin-left: 0.5rem;
  }

  .p-highlight .p-radiobutton .p-radiobutton-box {
    border-color: #ffffff;
  }

  .p-rating {
    gap: 0.5rem;
  }
  .p-rating .p-rating-item {
    border-radius: 50%;
    outline-color: transparent;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }
  .p-rating .p-rating-item .p-rating-icon {
    color: #333333;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    font-size: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-icon {
    width: 1.143rem;
    height: 1.143rem;
  }
  .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
    color: #e4018d;
  }
  .p-rating .p-rating-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #007ad9;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
    color: #007ad9;
  }
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
    color: #b5019f;
  }

  .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
    color: #ffffff;
  }

  .p-selectbutton .p-button {
    background: #dadada;
    border: 1px solid #dadada;
    color: #333333;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-selectbutton .p-button .p-button-icon-left,
.p-selectbutton .p-button .p-button-icon-right {
    color: #666666;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #333333;
  }
  .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #212121;
  }
  .p-selectbutton .p-button.p-highlight {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight .p-button-icon-left,
.p-selectbutton .p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover {
    background: #116fbf;
    border-color: #116fbf;
    color: #ffffff;
  }
  .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left,
.p-selectbutton .p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }

  p-selectbutton.ng-dirty.ng-invalid > .p-selectbutton > .p-button {
    border-color: #a80000;
  }

  .p-slider {
    background: #c8c8c8;
    border: 0 none;
    border-radius: 3px;
  }
  .p-slider.p-slider-horizontal {
    height: 0.286rem;
  }
  .p-slider.p-slider-horizontal .p-slider-handle {
    margin-top: -0.5715rem;
    margin-left: -0.5715rem;
  }
  .p-slider.p-slider-vertical {
    height: 100%;
    width: 0.286rem;
  }
  .p-slider.p-slider-vertical .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    margin-left: -0.5715rem;
    margin-bottom: -0.5715rem;
  }
  .p-slider .p-slider-handle {
    height: 1.143rem;
    width: 1.143rem;
    background: #ffffff;
    border: 2px solid #666666;
    border-radius: 100%;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-slider .p-slider-handle:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-slider .p-slider-range {
    background: #007ad9;
  }
  .p-slider:not(.p-disabled) .p-slider-handle:hover {
    background: #666666;
    border-color: #007ad9;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-handle {
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, left 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-horizontal .p-slider-range {
    transition: width 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-handle {
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s, bottom 0.2s;
  }
  .p-slider.p-slider-animate.p-slider-vertical .p-slider-range {
    transition: height 0.2s;
  }

  .p-togglebutton.p-button {
    background: #dadada;
    border: 1px solid #dadada;
    color: #333333;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-togglebutton.p-button .p-button-icon-left,
.p-togglebutton.p-button .p-button-icon-right {
    color: #666666;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover {
    background: #c8c8c8;
    border-color: #c8c8c8;
    color: #333333;
  }
  .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left,
.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right {
    color: #212121;
  }
  .p-togglebutton.p-button.p-highlight {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight .p-button-icon-left,
.p-togglebutton.p-button.p-highlight .p-button-icon-right {
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover {
    background: #116fbf;
    border-color: #116fbf;
    color: #ffffff;
  }
  .p-togglebutton.p-button.p-highlight:hover .p-button-icon-left,
.p-togglebutton.p-button.p-highlight:hover .p-button-icon-right {
    color: #ffffff;
  }

  p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
    border-color: #a80000;
  }

  .p-treeselect {
    background: #ffffff;
    border: 1px solid #a6a6a6;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-treeselect:not(.p-disabled):hover {
    border-color: #212121;
  }
  .p-treeselect:not(.p-disabled).p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-treeselect .p-treeselect-label {
    padding: 0.429rem 0.429rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect .p-treeselect-label.p-placeholder {
    color: #666666;
  }
  .p-treeselect.p-treeselect-chip .p-treeselect-token {
    padding: 0.2145rem 0.429rem;
    margin-right: 0.5rem;
    background: #c8c8c8;
    color: #333333;
    border-radius: 16px;
  }
  .p-treeselect .p-treeselect-trigger {
    background: transparent;
    color: #848484;
    width: 2.357rem;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-treeselect.p-variant-filled {
    background-color: #f4f4f4;
  }
  .p-treeselect.p-variant-filled:enabled:hover {
    background-color: #f4f4f4;
  }
  .p-treeselect.p-variant-filled:enabled:focus {
    background-color: #f4f4f4;
  }

  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
    border-color: #a80000;
  }

  .p-inputwrapper-filled .p-treeselect.p-treeselect-chip .p-treeselect-label {
    padding: 0.2145rem 0.429rem;
  }

  .p-treeselect-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-treeselect-panel .p-treeselect-header {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container {
    margin-right: 0.5rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter {
    padding-right: 1.429rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter {
    padding-right: 2.858rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon {
    right: 1.858rem;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-tree {
    border: 0 none;
  }
  .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
    background: transparent;
  }

  .p-input-filled .p-treeselect {
    background: #f4f4f4;
  }
  .p-input-filled .p-treeselect:not(.p-disabled):hover {
    background-color: #f4f4f4;
  }
  .p-input-filled .p-treeselect:not(.p-disabled).p-focus {
    background-color: #f4f4f4;
  }

  p-treeselect.p-treeselect-clearable .p-treeselect-label-container {
    padding-right: 1.429rem;
  }
  p-treeselect.p-treeselect-clearable .p-treeselect-clear-icon {
    color: #848484;
    right: 2.357rem;
  }

  .p-button {
    color: #ffffff;
    background: #007ad9;
    border: 1px solid #007ad9;
    padding: 0.429rem 1rem;
    font-size: 1rem;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    outline-color: transparent;
  }
  .p-button:not(:disabled):hover {
    background: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
  }
  .p-button:not(:disabled):active {
    background: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
  }
  .p-button.p-button-outlined {
    background-color: transparent;
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-outlined.p-button-plain {
    color: #848484;
    border-color: #848484;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):hover {
    background: #eaeaea;
    color: #848484;
  }
  .p-button.p-button-outlined.p-button-plain:not(:disabled):active {
    background: #d2d2d2;
    color: #848484;
  }
  .p-button.p-button-text {
    background-color: transparent;
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-text:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-text.p-button-plain {
    color: #848484;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):hover {
    background: #eaeaea;
    color: #848484;
  }
  .p-button.p-button-text.p-button-plain:not(:disabled):active {
    background: #d2d2d2;
    color: #848484;
  }
  .p-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-button .p-button-label {
    transition-duration: 0.2s;
  }
  .p-button .p-button-icon-left {
    margin-right: 0.5rem;
  }
  .p-button .p-button-icon-right {
    margin-left: 0.5rem;
  }
  .p-button .p-button-icon-bottom {
    margin-top: 0.5rem;
  }
  .p-button .p-button-icon-top {
    margin-bottom: 0.5rem;
  }
  .p-button .p-badge {
    margin-left: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    color: #007ad9;
    background-color: #ffffff;
  }
  .p-button.p-button-raised {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }
  .p-button.p-button-rounded {
    border-radius: 2rem;
  }
  .p-button.p-button-icon-only {
    width: 2.357rem;
    padding: 0.429rem 0;
  }
  .p-button.p-button-icon-only .p-button-icon-left,
.p-button.p-button-icon-only .p-button-icon-right {
    margin: 0;
  }
  .p-button.p-button-icon-only.p-button-rounded {
    border-radius: 50%;
    height: 2.357rem;
  }
  .p-button.p-button-sm {
    font-size: 0.875rem;
    padding: 0.375375rem 0.875rem;
  }
  .p-button.p-button-sm .p-button-icon {
    font-size: 0.875rem;
  }
  .p-button.p-button-lg {
    font-size: 1.25rem;
    padding: 0.53625rem 1.25rem;
  }
  .p-button.p-button-lg .p-button-icon {
    font-size: 1.25rem;
  }
  .p-button.p-button-loading-label-only .p-button-label {
    margin-left: 0.5rem;
  }
  .p-button.p-button-loading-label-only .p-button-loading-icon {
    margin-right: 0;
  }

  .p-fluid .p-button {
    width: 100%;
  }
  .p-fluid .p-button-icon-only {
    width: 2.357rem;
  }
  .p-fluid .p-button-group {
    display: flex;
  }
  .p-fluid .p-button-group .p-button {
    flex: 1;
  }

  .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button {
    color: #ffffff;
    background: #607d8b;
    border: 1px solid #607d8b;
  }
  .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover {
    background: #546e7a;
    color: #ffffff;
    border-color: #546e7a;
  }
  .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #b0bec5;
  }
  .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active {
    background: #455a64;
    color: #ffffff;
    border-color: #455a64;
  }
  .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined {
    background-color: transparent;
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    color: #607d8b;
    border: 1px solid;
  }
  .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text {
    background-color: transparent;
    color: #607d8b;
    border-color: transparent;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(96, 125, 139, 0.04);
    border-color: transparent;
    color: #607d8b;
  }
  .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active {
    background: rgba(96, 125, 139, 0.16);
    border-color: transparent;
    color: #607d8b;
  }

  .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button {
    color: #ffffff;
    background: #007ad9;
    border: 1px solid #007ad9;
  }
  .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover {
    background: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
  }
  .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active {
    background: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
  }
  .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined {
    background-color: transparent;
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    color: #007ad9;
    border: 1px solid;
  }
  .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text {
    background-color: transparent;
    color: #007ad9;
    border-color: transparent;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(0, 122, 217, 0.04);
    border-color: transparent;
    color: #007ad9;
  }
  .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active {
    background: rgba(0, 122, 217, 0.16);
    border-color: transparent;
    color: #007ad9;
  }

  .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button {
    color: #ffffff;
    background: #34a835;
    border: 1px solid #34a835;
  }
  .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover {
    background: #107d11;
    color: #ffffff;
    border-color: #107d11;
  }
  .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #aae5aa;
  }
  .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active {
    background: #0c6b0d;
    color: #ffffff;
    border-color: #0c6b0d;
  }
  .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined {
    background-color: transparent;
    color: #34a835;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(52, 168, 53, 0.04);
    color: #34a835;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(52, 168, 53, 0.16);
    color: #34a835;
    border: 1px solid;
  }
  .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text {
    background-color: transparent;
    color: #34a835;
    border-color: transparent;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(52, 168, 53, 0.04);
    border-color: transparent;
    color: #34a835;
  }
  .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active {
    background: rgba(52, 168, 53, 0.16);
    border-color: transparent;
    color: #34a835;
  }

  .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button {
    color: #333333;
    background: #ffba01;
    border: 1px solid #ffba01;
  }
  .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover {
    background: #ed990b;
    color: #333333;
    border-color: #ed990b;
  }
  .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #ffeab4;
  }
  .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active {
    background: #d38b10;
    color: #333333;
    border-color: #d38b10;
  }
  .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined {
    background-color: transparent;
    color: #ffba01;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(255, 186, 1, 0.04);
    color: #ffba01;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(255, 186, 1, 0.16);
    color: #ffba01;
    border: 1px solid;
  }
  .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text {
    background-color: transparent;
    color: #ffba01;
    border-color: transparent;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(255, 186, 1, 0.04);
    border-color: transparent;
    color: #ffba01;
  }
  .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active {
    background: rgba(255, 186, 1, 0.16);
    border-color: transparent;
    color: #ffba01;
  }

  .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button {
    color: #ffffff;
    background: #9c27b0;
    border: 1px solid #9c27b0;
  }
  .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover {
    background: #8e24aa;
    color: #ffffff;
    border-color: #8e24aa;
  }
  .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #ce93d8;
  }
  .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active {
    background: #7b1fa2;
    color: #ffffff;
    border-color: #7b1fa2;
  }
  .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined {
    background-color: transparent;
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    color: #9c27b0;
    border: 1px solid;
  }
  .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text {
    background-color: transparent;
    color: #9c27b0;
    border-color: transparent;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(156, 39, 176, 0.04);
    border-color: transparent;
    color: #9c27b0;
  }
  .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active {
    background: rgba(156, 39, 176, 0.16);
    border-color: transparent;
    color: #9c27b0;
  }

  .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button {
    color: #ffffff;
    background: #e91224;
    border: 1px solid #e91224;
  }
  .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover {
    background: #c01120;
    color: #ffffff;
    border-color: #c01120;
  }
  .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus {
    box-shadow: 0 0 0 0.2rem #f9b4ba;
  }
  .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active {
    background: #a90000;
    color: #ffffff;
    border-color: #a90000;
  }
  .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined {
    background-color: transparent;
    color: #e91224;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover {
    background: rgba(233, 18, 36, 0.04);
    color: #e91224;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active {
    background: rgba(233, 18, 36, 0.16);
    color: #e91224;
    border: 1px solid;
  }
  .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text {
    background-color: transparent;
    color: #e91224;
    border-color: transparent;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover {
    background: rgba(233, 18, 36, 0.04);
    border-color: transparent;
    color: #e91224;
  }
  .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active {
    background: rgba(233, 18, 36, 0.16);
    border-color: transparent;
    color: #e91224;
  }

  .p-button.p-button-link {
    color: #005b9f;
    background: transparent;
    border: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover {
    background: transparent;
    color: #005b9f;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):hover .p-button-label {
    text-decoration: underline;
  }
  .p-button.p-button-link:not(:disabled):focus {
    background: transparent;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: transparent;
  }
  .p-button.p-button-link:not(:disabled):active {
    background: transparent;
    color: #005b9f;
    border-color: transparent;
  }

  .p-speeddial-button.p-button.p-button-icon-only {
    width: 4rem;
    height: 4rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-button-icon {
    font-size: 1.3rem;
  }
  .p-speeddial-button.p-button.p-button-icon-only .p-icon {
    width: 1.3rem;
    height: 1.3rem;
  }

  .p-speeddial-list {
    outline: 0 none;
  }

  .p-speeddial-item.p-focus > .p-speeddial-action {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-speeddial-action {
    width: 3rem;
    height: 3rem;
    background: #324249;
    color: #fff;
  }
  .p-speeddial-action:hover {
    background: #222c31;
    color: #fff;
  }

  .p-speeddial-direction-up .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-up .p-speeddial-item:first-child {
    margin-bottom: 0.5rem;
  }

  .p-speeddial-direction-down .p-speeddial-item {
    margin: 0.25rem 0;
  }
  .p-speeddial-direction-down .p-speeddial-item:first-child {
    margin-top: 0.5rem;
  }

  .p-speeddial-direction-left .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-left .p-speeddial-item:first-child {
    margin-right: 0.5rem;
  }

  .p-speeddial-direction-right .p-speeddial-item {
    margin: 0 0.25rem;
  }
  .p-speeddial-direction-right .p-speeddial-item:first-child {
    margin-left: 0.5rem;
  }

  .p-speeddial-circle .p-speeddial-item,
.p-speeddial-semi-circle .p-speeddial-item,
.p-speeddial-quarter-circle .p-speeddial-item {
    margin: 0;
  }
  .p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child,
.p-speeddial-semi-circle .p-speeddial-item:first-child,
.p-speeddial-semi-circle .p-speeddial-item:last-child,
.p-speeddial-quarter-circle .p-speeddial-item:first-child,
.p-speeddial-quarter-circle .p-speeddial-item:last-child {
    margin: 0;
  }

  .p-speeddial-mask {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .p-splitbutton {
    border-radius: 3px;
  }
  .p-splitbutton.p-button-rounded {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-rounded > .p-button {
    border-radius: 2rem;
  }
  .p-splitbutton.p-button-raised {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  }

  .p-carousel .p-carousel-content .p-carousel-prev,
.p-carousel .p-carousel-content .p-carousel-next {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin: 0.5rem;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover,
.p-carousel .p-carousel-content .p-carousel-next:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-carousel .p-carousel-content .p-carousel-prev:focus-visible,
.p-carousel .p-carousel-content .p-carousel-next:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-carousel .p-carousel-indicators {
    padding: 1rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button {
    background-color: #f4f4f4;
    width: 2rem;
    height: 0.5rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover {
    background: #eaeaea;
  }
  .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button {
    background: #007ad9;
    color: #ffffff;
  }

  .p-datatable .p-paginator-top {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
  .p-datatable .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .p-datatable .p-datatable-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-datatable .p-datatable-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
  }
  .p-datatable .p-datatable-thead > tr > th {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 1px 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tfoot > tr > td {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
  }
  .p-datatable .p-sortable-column .p-sortable-column-icon {
    color: #848484;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #ffffff;
    background: #007ad9;
    margin-left: 0.5rem;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover {
    background: #e0e0e0;
    color: #333333;
  }
  .p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #333333;
  }
  .p-datatable .p-sortable-column.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #ffffff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon {
    color: #ffffff;
  }
  .p-datatable .p-sortable-column:focus-visible {
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
    outline: 0 none;
  }
  .p-datatable .p-datatable-tbody > tr {
    background: #ffffff;
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td {
    text-align: left;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    padding: 0.571rem 0.857rem;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:focus-visible,
.p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save {
    margin-right: 0.5rem;
  }
  .p-datatable .p-datatable-tbody > tr:focus-visible {
    outline: 0.15rem solid #8dcdff;
    outline-offset: -0.15rem;
  }
  .p-datatable .p-datatable-tbody > tr.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td {
    box-shadow: inset 0 2px 0 0 #007ad9;
  }
  .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td {
    box-shadow: inset 0 -2px 0 0 #007ad9;
  }
  .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-datatable .p-column-resizer-helper {
    background: #007ad9;
  }
  .p-datatable .p-datatable-scrollable-header,
.p-datatable .p-datatable-scrollable-footer {
    background: #f4f4f4;
  }
  .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-thead,
.p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-scroller-viewport > .p-scroller > .p-datatable-table > .p-datatable-tfoot {
    background-color: #f4f4f4;
  }
  .p-datatable .p-datatable-loading-icon {
    font-size: 2rem;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-top {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead > tr > th:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td {
    border-width: 1px 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr > td:last-child {
    border-width: 1px 1px 0 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td {
    border-width: 1px 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child {
    border-width: 1px 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td {
    border-width: 0 0 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child {
    border-width: 0 1px 1px 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td {
    border-width: 0 0 0 1px;
  }
  .p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child {
    border-width: 0 1px 0 1px;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
    background: #f9f9f9;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler {
    color: #ffffff;
  }
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover {
    color: #ffffff;
  }
  .p-datatable.p-datatable-sm .p-datatable-header {
    padding: 0.72845rem 0.85rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-thead > tr > th {
    padding: 0.48535rem 0.72845rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td {
    padding: 0.48535rem 0.72845rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td {
    padding: 0.48535rem 0.85rem;
  }
  .p-datatable.p-datatable-sm .p-datatable-footer {
    padding: 0.48535rem 0.85rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-header {
    padding: 1.07125rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-thead > tr > th {
    padding: 0.71375rem 1.07125rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td {
    padding: 0.71375rem 1.07125rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td {
    padding: 0.71375rem 1.25rem;
  }
  .p-datatable.p-datatable-lg .p-datatable-footer {
    padding: 0.71375rem 1.25rem;
  }

  .p-dataview .p-paginator-top {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
  .p-dataview .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .p-dataview .p-dataview-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-dataview .p-dataview-content {
    background: #ffffff;
    color: #333333;
    border: 0 none;
    padding: 0;
  }
  .p-dataview .p-dataview-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-dataview .p-dataview-loading-icon {
    font-size: 2rem;
  }
  .p-dataview .p-dataview-emptymessage {
    padding: 0.571rem 1rem;
  }

  .p-column-filter-row .p-column-filter-menu-button,
.p-column-filter-row .p-column-filter-clear-button {
    margin-left: 0.5rem;
  }

  .p-column-filter-menu-button {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-menu-button:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover {
    background: transparent;
    color: #007ad9;
  }
  .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover {
    background: #007ad9;
    color: #ffffff;
  }
  .p-column-filter-menu-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-column-filter-clear-button {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-column-filter-clear-button:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-column-filter-clear-button:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-column-filter-overlay {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    min-width: 12.5rem;
  }
  .p-column-filter-overlay .p-column-filter-row-items {
    padding: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item {
    margin: 0;
    padding: 0.429rem 0.857rem;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:first-child {
    margin-top: 0;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
  }
  .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }

  .p-column-filter-overlay-menu .p-column-filter-operator {
    padding: 0.429rem 0.857rem;
    border-bottom: 1px solid #eaeaea;
    color: #333333;
    background: #ffffff;
    margin: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint {
    padding: 0.571rem 1rem;
    border-bottom: 1px solid #d8dae2;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown {
    margin-bottom: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button {
    margin-top: 0.5rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-constraint:last-child {
    border-bottom: 0 none;
  }
  .p-column-filter-overlay-menu .p-column-filter-add-rule {
    padding: 0.571rem 1rem;
  }
  .p-column-filter-overlay-menu .p-column-filter-buttonbar {
    padding: 0.571rem 1rem;
  }

  .p-orderlist .p-orderlist-controls {
    padding: 0.571rem 1rem;
  }
  .p-orderlist .p-orderlist-controls .p-button {
    margin-bottom: 0.5rem;
  }
  .p-orderlist .p-orderlist-list-container {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-orderlist .p-orderlist-list-container.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-orderlist .p-orderlist-header {
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-header .p-orderlist-title {
    font-weight: 700;
  }
  .p-orderlist .p-orderlist-filter-container {
    padding: 0.857rem 1rem;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-bottom: 0 none;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input {
    padding-right: 1.429rem;
  }
  .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-orderlist .p-orderlist-list {
    color: #333333;
    padding: 0;
    outline: 0 none;
  }
  .p-orderlist .p-orderlist-list:not(:first-child) {
    border-top: 1px solid #c8c8c8;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item {
    padding: 0.429rem 0.857rem;
    margin: 0;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:first-child {
    margin-top: 0;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-orderlist .p-orderlist-list .p-orderlist-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
  }
  .p-orderlist .p-orderlist-list:not(.cdk-drop-list-dragging) .p-orderlist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
    background: #f9f9f9;
  }
  .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
    background: #eaeaea;
  }

  .p-orderlist-item.cdk-drag-preview {
    padding: 0.429rem 0.857rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0 none;
    color: #333333;
    background: #ffffff;
    margin: 0;
  }

  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i {
    color: #00325a;
  }
  .p-organizationchart .p-organizationchart-line-down {
    background: #c8c8c8;
  }
  .p-organizationchart .p-organizationchart-line-left {
    border-right: 1px solid #c8c8c8;
    border-color: #c8c8c8;
  }
  .p-organizationchart .p-organizationchart-line-top {
    border-top: 1px solid #c8c8c8;
    border-color: #c8c8c8;
  }
  .p-organizationchart .p-organizationchart-node-content {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    padding: 0.571rem 1rem;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler {
    background: inherit;
    color: inherit;
    border-radius: 50%;
  }
  .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-paginator {
    background: #f4f4f4;
    color: #333333;
    border: solid #c8c8c8;
    border-width: 1px;
    padding: 0;
    border-radius: 3px;
  }
  .p-paginator .p-paginator-first,
.p-paginator .p-paginator-prev,
.p-paginator .p-paginator-next,
.p-paginator .p-paginator-last {
    background-color: transparent;
    border: 0 none;
    color: #848484;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover,
.p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover {
    background: #e0e0e0;
    border-color: transparent;
    color: #333333;
  }
  .p-paginator .p-paginator-first {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-paginator .p-paginator-last {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .p-paginator .p-dropdown {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    height: 2.357rem;
  }
  .p-paginator .p-dropdown .p-dropdown-label {
    padding-right: 0;
  }
  .p-paginator .p-paginator-page-input {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .p-paginator .p-paginator-page-input .p-inputtext {
    max-width: 2.357rem;
  }
  .p-paginator .p-paginator-current {
    background-color: transparent;
    border: 0 none;
    color: #848484;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0;
    padding: 0 0.5rem;
  }
  .p-paginator .p-paginator-pages .p-paginator-page {
    background-color: transparent;
    border: 0 none;
    color: #848484;
    min-width: 2.357rem;
    height: 2.357rem;
    margin: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover {
    background: #e0e0e0;
    border-color: transparent;
    color: #333333;
  }

  .p-picklist .p-picklist-buttons {
    padding: 0.571rem 1rem;
  }
  .p-picklist .p-picklist-buttons .p-button {
    margin-bottom: 0.5rem;
  }
  .p-picklist .p-picklist-list-wrapper {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
    outline-color: transparent;
  }
  .p-picklist .p-picklist-list-wrapper.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
    border-color: #007ad9;
  }
  .p-picklist .p-picklist-header {
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-picklist .p-picklist-header .p-picklist-title {
    font-weight: 700;
  }
  .p-picklist .p-picklist-filter-container {
    padding: 0.857rem 1rem;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-bottom: 0 none;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-input {
    padding-right: 1.429rem;
  }
  .p-picklist .p-picklist-filter-container .p-picklist-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-picklist .p-picklist-list {
    color: #333333;
    padding: 0;
    outline: 0 none;
  }
  .p-picklist .p-picklist-list:not(:first-child) {
    border-top: 1px solid #c8c8c8;
  }
  .p-picklist .p-picklist-list .p-picklist-item {
    padding: 0.429rem 0.857rem;
    margin: 0;
    border: 0 none;
    color: #333333;
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-picklist .p-picklist-list .p-picklist-item:first-child {
    margin-top: 0;
  }
  .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-focus {
    color: #333333;
    background: #d6d6d6;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight {
    color: #ffffff;
    background: #007ad9;
  }
  .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus {
    background: #007ad9;
  }
  .p-picklist .p-picklist-list .p-picklist-empty-message {
    padding: 0.429rem 0.857rem;
    color: #333333;
  }
  .p-picklist .p-picklist-list:not(.cdk-drop-list-dragging) .p-picklist-item:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
    background: #f9f9f9;
  }
  .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
    background: #eaeaea;
  }

  .p-picklist-item.cdk-drag-preview {
    padding: 0.429rem 0.857rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0 none;
    color: #333333;
    background: #ffffff;
    margin: 0;
  }

  .p-timeline .p-timeline-event-marker {
    border: 0 none;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background-color: #007ad9;
  }
  .p-timeline .p-timeline-event-connector {
    background-color: #c8c8c8;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-opposite,
.p-timeline.p-timeline-vertical .p-timeline-event-content {
    padding: 0 1rem;
  }
  .p-timeline.p-timeline-vertical .p-timeline-event-connector {
    width: 2px;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-opposite,
.p-timeline.p-timeline-horizontal .p-timeline-event-content {
    padding: 1rem 0;
  }
  .p-timeline.p-timeline-horizontal .p-timeline-event-connector {
    height: 2px;
  }

  .p-tree {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    padding: 0.571rem 1rem;
    border-radius: 3px;
  }
  .p-tree .p-tree-container .p-treenode {
    padding: 0.143rem;
    outline: 0 none;
  }
  .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content {
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    padding: 0;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon {
    margin-right: 0.5rem;
    color: #848484;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #333333;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover,
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover {
    color: #ffffff;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover {
    background: #eaeaea;
    color: #333333;
  }
  .p-tree .p-tree-filter-container {
    margin-bottom: 0.5rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter {
    width: 100%;
    padding-right: 1.429rem;
  }
  .p-tree .p-tree-filter-container .p-tree-filter-icon {
    right: 0.429rem;
    color: #848484;
  }
  .p-tree .p-treenode-children {
    padding: 0 0 0 1rem;
  }
  .p-tree .p-tree-loading-icon {
    font-size: 2rem;
  }
  .p-tree .p-tree-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-tree .p-treenode-droppoint.p-treenode-droppoint-active {
    background-color: #0062ae;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content {
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    background-color: #ffffff;
    color: #333333;
    padding: 0;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight {
    background-color: #007ad9;
    color: #ffffff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-highlight .p-treenode-icon {
    color: #ffffff;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-tree-toggler {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-icon {
    color: #848484;
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content .p-treenode-label:not(.p-highlight):hover {
    background-color: inherit;
    color: inherit;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-tree.p-tree-horizontal .p-treenode .p-treenode-content:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-treetable .p-paginator-top {
    border-width: 1px 1px 0 1px;
    border-radius: 0;
  }
  .p-treetable .p-paginator-bottom {
    border-width: 0 1px 1px 1px;
    border-radius: 0;
  }
  .p-treetable .p-treetable-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-treetable .p-treetable-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
  }
  .p-treetable .p-treetable-thead > tr > th {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 1px 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tfoot > tr > td {
    text-align: left;
    padding: 0.571rem 0.857rem;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    font-weight: 700;
    color: #333333;
    background: #f4f4f4;
  }
  .p-treetable .p-sortable-column {
    outline-color: #8dcdff;
  }
  .p-treetable .p-sortable-column .p-sortable-column-icon {
    color: #848484;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column .p-sortable-column-badge {
    border-radius: 50%;
    height: 1.143rem;
    min-width: 1.143rem;
    line-height: 1.143rem;
    color: #ffffff;
    background: #007ad9;
    margin-left: 0.5rem;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover {
    background: #e0e0e0;
    color: #333333;
  }
  .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon {
    color: #333333;
  }
  .p-treetable .p-sortable-column.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon {
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr {
    background: #ffffff;
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-treetable .p-treetable-tbody > tr > td {
    text-align: left;
    border: 1px solid #c8c8c8;
    border-width: 1px;
    padding: 0.571rem 0.857rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox {
    margin-right: 0.5rem;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
    color: #333333;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
    background-color: #f4f4f4;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
    background: #007ad9;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
    background-color: #f4f4f4;
  }
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
    background: #005b9f;
  }
  .p-treetable .p-treetable-tbody > tr:focus-visible {
    outline: 0.15rem solid #8dcdff;
    outline-offset: -0.15rem;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight {
    background: #007ad9;
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler {
    color: #ffffff;
  }
  .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover {
    color: #ffffff;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler {
    color: #333333;
  }
  .p-treetable .p-column-resizer-helper {
    background: #007ad9;
  }
  .p-treetable .p-treetable-scrollable-header,
.p-treetable .p-treetable-scrollable-footer {
    background: #f4f4f4;
  }
  .p-treetable .p-treetable-loading-icon {
    font-size: 2rem;
  }
  .p-treetable .p-treetable-loading-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-treetable.p-treetable-gridlines .p-datatable-header {
    border-width: 1px 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-footer {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-top {
    border-width: 0 1px 0 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-bottom {
    border-width: 0 1px 1px 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-thead > tr > th {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tbody > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-gridlines .p-treetable-tfoot > tr > td {
    border-width: 1px;
  }
  .p-treetable.p-treetable-sm .p-treetable-header {
    padding: 0.749875rem 0.875rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-thead > tr > th {
    padding: 0.48535rem 0.72845rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td {
    padding: 0.48535rem 0.72845rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td {
    padding: 0.48535rem 0.85rem;
  }
  .p-treetable.p-treetable-sm .p-treetable-footer {
    padding: 0.48535rem 0.85rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-header {
    padding: 1.07125rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-thead > tr > th {
    padding: 0.71375rem 1.07125rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td {
    padding: 0.71375rem 1.07125rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td {
    padding: 0.71375rem 1.25rem;
  }
  .p-treetable.p-treetable-lg .p-treetable-footer {
    padding: 0.71375rem 1.25rem;
  }

  .p-virtualscroller .p-virtualscroller-header {
    background: #f4f4f4;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 1px 1px 0 1px;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-virtualscroller .p-virtualscroller-content {
    background: #ffffff;
    color: #333333;
    border: 0 none;
    padding: 0;
  }
  .p-virtualscroller .p-virtualscroller-footer {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-width: 0 1px 1px 1px;
    padding: 0.571rem 1rem;
    font-weight: normal;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .p-accordion .p-accordion-header .p-accordion-header-link {
    padding: 0.857rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
    margin-right: 0.5rem;
  }
  .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-accordion .p-accordion-content {
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-accordion p-accordiontab .p-accordion-tab {
    margin-bottom: 2px;
  }

  .p-card {
    background: #ffffff;
    color: #333333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
  }
  .p-card .p-card-body {
    padding: 1rem;
  }
  .p-card .p-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }
  .p-card .p-card-subtitle {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #848484;
  }
  .p-card .p-card-content {
    padding: 1rem 0;
  }
  .p-card .p-card-footer {
    padding: 1rem 0 0 0;
  }

  .p-divider .p-divider-content {
    background-color: #ffffff;
  }
  .p-divider.p-divider-horizontal {
    margin: 1rem 0;
    padding: 0 1rem;
  }
  .p-divider.p-divider-horizontal:before {
    border-top: 1px #c8c8c8;
  }
  .p-divider.p-divider-horizontal .p-divider-content {
    padding: 0 0.5rem;
  }
  .p-divider.p-divider-vertical {
    margin: 0 1rem;
    padding: 1rem 0;
  }
  .p-divider.p-divider-vertical:before {
    border-left: 1px #c8c8c8;
  }
  .p-divider.p-divider-vertical .p-divider-content {
    padding: 0.5rem 0;
  }

  .p-fieldset {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-radius: 3px;
  }
  .p-fieldset .p-fieldset-legend {
    padding: 0.857rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-radius: 3px;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend {
    padding: 0;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a {
    padding: 0.857rem 1rem;
    color: #333333;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler {
    margin-right: 0.5rem;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-fieldset .p-fieldset-content {
    padding: 0.571rem 1rem;
  }

  .p-panel .p-panel-header {
    border: 1px solid #c8c8c8;
    padding: 0.857rem 1rem;
    background: #f4f4f4;
    color: #333333;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-panel .p-panel-header .p-panel-title {
    font-weight: 700;
  }
  .p-panel .p-panel-header .p-panel-header-icon {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-panel .p-panel-header .p-panel-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-panel.p-panel-toggleable .p-panel-header {
    padding: 0.857rem 1rem;
  }
  .p-panel .p-panel-content {
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-top: 0 none;
  }
  .p-panel .p-panel-content:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panel .p-panel-footer {
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 0 none;
  }
  .p-panel .p-panel-icons-end {
    order: 2;
    margin-left: auto;
  }
  .p-panel .p-panel-icons-start {
    order: 0;
    margin-right: 0.5rem;
  }
  .p-panel .p-panel-icons-center {
    order: 2;
    width: 100%;
    text-align: center;
  }

  .p-scrollpanel .p-scrollpanel-bar {
    background: #f8f8f8;
    border: 0 none;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-scrollpanel .p-scrollpanel-bar:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-splitter {
    border: 1px solid #c8c8c8;
    background: #ffffff;
    border-radius: 3px;
    color: #333333;
  }
  .p-splitter .p-splitter-gutter {
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    background: #eaeaea;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle {
    background: #d8dae2;
  }
  .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-splitter .p-splitter-gutter-resizing {
    background: #d8dae2;
  }

  .p-tabview .p-tabview-nav-content {
    scroll-padding-inline: 2.357rem;
  }
  .p-tabview .p-tabview-nav {
    background: transparent;
    border: 0 none;
    border-width: 1px;
  }
  .p-tabview .p-tabview-nav li {
    margin-right: 2px;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link {
    border: 1px solid #c8c8c8;
    border-width: 1px;
    border-color: #c8c8c8;
    background: #f4f4f4;
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin: 0 0 -1px 0;
  }
  .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-tabview .p-tabview-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabview .p-tabview-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-close {
    margin-left: 0.5rem;
  }
  .p-tabview .p-tabview-nav-btn.p-link {
    background: #007ad9;
    color: #ffffff;
    width: 2.357rem;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabview .p-tabview-nav-btn.p-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tabview .p-tabview-panels {
    background: #ffffff;
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }

  .p-toolbar {
    background: #f4f4f4;
    border: 1px solid #c8c8c8;
    padding: 0.857rem 1rem;
    border-radius: 3px;
    gap: 0.5rem;
  }
  .p-toolbar .p-toolbar-separator {
    margin: 0 0.5rem;
  }

  .p-stepper .p-stepper-nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    overflow-x: auto;
  }

  .p-stepper-vertical .p-stepper-nav {
    flex-direction: column;
  }

  .p-stepper-header {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
  }
  .p-stepper-header:last-of-type {
    flex: initial;
  }

  .p-stepper-header .p-stepper-action {
    border: 0 none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }
  .p-stepper-header .p-stepper-action:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-stepper.p-stepper-readonly .p-stepper-header {
    cursor: auto;
  }

  .p-stepper-header.p-highlight .p-stepper-action {
    cursor: default;
  }

  .p-stepper-title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }

  .p-stepper-number {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .p-stepper-separator {
    flex: 1 1 0;
  }

  .p-stepper .p-stepper-nav {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .p-stepper .p-stepper-header {
    padding: 0.5rem;
  }
  .p-stepper .p-stepper-header .p-stepper-action {
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
    outline-color: transparent;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number {
    color: #333333;
    border: 1px solid #dee2e6;
    border-width: 2px;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title {
    margin-left: 0.5rem;
    color: #848484;
    font-weight: 700;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-number {
    background: #007ad9;
    color: #ffffff;
  }
  .p-stepper .p-stepper-header.p-highlight .p-stepper-title {
    color: #333333;
  }
  .p-stepper .p-stepper-header:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator {
    background-color: #007ad9;
  }
  .p-stepper .p-stepper-panels {
    background: #ffffff;
    padding: 0.571rem 1rem;
    color: #333333;
  }
  .p-stepper .p-stepper-separator {
    background-color: #c8c8c8;
    width: 100%;
    height: 2px;
    margin-inline-start: 1rem;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-stepper.p-stepper-vertical {
    display: flex;
    flex-direction: column;
  }
  .p-stepper.p-stepper-vertical .p-stepper-toggleable-content {
    display: flex;
    flex: 1 1 auto;
    background: #ffffff;
    color: #333333;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel {
    display: flex;
    flex-direction: column;
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel.p-stepper-panel-active {
    flex: 1 1 auto;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-header {
    flex: initial;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-content {
    width: 100%;
    padding-left: 1rem;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator {
    flex: 0 0 auto;
    width: 2px;
    height: auto;
    margin-inline-start: calc(1.75rem + 2px);
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator {
    background-color: #007ad9;
  }
  .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content {
    padding-left: 3rem;
  }

  .p-confirm-popup {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-confirm-popup .p-confirm-popup-content {
    padding: 0.571rem 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer {
    text-align: right;
    padding: 0.571rem 1rem;
  }
  .p-confirm-popup .p-confirm-popup-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-confirm-popup .p-confirm-popup-footer button:last-child {
    margin: 0;
  }
  .p-confirm-popup:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-confirm-popup:before {
    border: solid transparent;
    border-color: rgba(200, 200, 200, 0);
    border-bottom-color: #c8c8c8;
  }
  .p-confirm-popup.p-confirm-popup-flipped:after {
    border-top-color: #ffffff;
  }
  .p-confirm-popup.p-confirm-popup-flipped:before {
    border-top-color: #c8c8c8;
  }
  .p-confirm-popup .p-confirm-popup-icon {
    font-size: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-icon.p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-confirm-popup .p-confirm-popup-message {
    margin-left: 1rem;
  }

  .p-dialog {
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border: 1px solid #c8c8c8;
  }
  .p-dialog .p-dialog-header {
    border-bottom: 1px solid #c8c8c8;
    background: #f4f4f4;
    color: #333333;
    padding: 1rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-dialog .p-dialog-header .p-dialog-title {
    font-weight: 700;
    font-size: 1rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:last-child {
    margin-right: 0;
  }
  .p-dialog .p-dialog-content {
    background: #ffffff;
    color: #333333;
    padding: 1rem;
  }
  .p-dialog .p-dialog-content:last-of-type {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer {
    border-top: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    padding: 0.571rem 1rem;
    text-align: right;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-dialog .p-dialog-footer button {
    margin: 0 0.5rem 0 0;
    width: auto;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon {
    font-size: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-icon.p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-dialog.p-confirm-dialog .p-confirm-dialog-message {
    margin-left: 1rem;
  }

  .p-overlaypanel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-overlaypanel .p-overlaypanel-content {
    padding: 0.571rem 1rem;
  }
  .p-overlaypanel .p-overlaypanel-close {
    background: #007ad9;
    color: #ffffff;
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
    position: absolute;
    top: -1rem;
    right: -1rem;
  }
  .p-overlaypanel .p-overlaypanel-close:enabled:hover {
    background: #116fbf;
    color: #ffffff;
  }
  .p-overlaypanel:after {
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
  }
  .p-overlaypanel:before {
    border: solid transparent;
    border-color: rgba(200, 200, 200, 0);
    border-bottom-color: #bebebe;
  }
  .p-overlaypanel.p-overlaypanel-flipped:after {
    border-top-color: #ffffff;
  }
  .p-overlaypanel.p-overlaypanel-flipped:before {
    border-top-color: #c8c8c8;
  }

  .p-sidebar {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-sidebar .p-sidebar-header {
    padding: 0.857rem 1rem;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close,
.p-sidebar .p-sidebar-header .p-sidebar-icon {
    width: 2rem;
    height: 2rem;
    color: #a6a6a6;
    border: 0 none;
    background: transparent;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover,
.p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover {
    color: #007ad9;
    border-color: transparent;
    background: transparent;
  }
  .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible,
.p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-sidebar .p-sidebar-header + .p-sidebar-content {
    padding-top: 0;
  }
  .p-sidebar .p-sidebar-content {
    padding: 0.571rem 1rem;
  }
  .p-sidebar .p-sidebar-footer {
    padding: 0.857rem 1rem;
  }

  .p-tooltip .p-tooltip-text {
    background: #333333;
    color: #ffffff;
    padding: 0.429rem 0.429rem;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-tooltip.p-tooltip-right .p-tooltip-arrow {
    border-right-color: #333333;
  }
  .p-tooltip.p-tooltip-left .p-tooltip-arrow {
    border-left-color: #333333;
  }
  .p-tooltip.p-tooltip-top .p-tooltip-arrow {
    border-top-color: #333333;
  }
  .p-tooltip.p-tooltip-bottom .p-tooltip-arrow {
    border-bottom-color: #333333;
  }

  .p-fileupload .p-fileupload-buttonbar {
    background: #f4f4f4;
    padding: 0.857rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-bottom: 0 none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button {
    margin-right: 0.5rem;
  }
  .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-fileupload .p-fileupload-content {
    background: #ffffff;
    padding: 0.571rem 1rem;
    border: 1px solid #c8c8c8;
    color: #333333;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-fileupload .p-fileupload-content.p-fileupload-highlight {
    border-color: 1px dashed #007ad9;
    border-style: dashed;
    background-color: #007ad9;
  }
  .p-fileupload .p-progressbar {
    height: 0.25rem;
  }
  .p-fileupload .p-fileupload-row > div {
    padding: 0.571rem 0.857rem;
  }
  .p-fileupload.p-fileupload-advanced .p-message {
    margin-top: 0;
  }

  .p-fileupload-choose:not(.p-disabled):hover {
    background: #116fbf;
    color: #ffffff;
    border-color: #116fbf;
  }
  .p-fileupload-choose:not(.p-disabled):active {
    background: #005b9f;
    color: #ffffff;
    border-color: #005b9f;
  }

  .p-breadcrumb {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    padding: 0.571rem 1rem;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link {
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon {
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator {
    margin: 0 0.5rem 0 0.5rem;
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text {
    color: #333333;
  }
  .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon {
    color: #333333;
  }

  .p-contextmenu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-contextmenu .p-contextmenu-root-list {
    outline: 0 none;
  }
  .p-contextmenu .p-submenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-contextmenu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-contextmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-contextmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .p-dock .p-dock-list-container {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0.5rem 0.5rem;
    border-radius: 0.5rem;
  }
  .p-dock .p-dock-list-container .p-dock-list {
    outline: 0 none;
  }
  .p-dock .p-dock-item {
    padding: 0.5rem;
    border-radius: 3px;
  }
  .p-dock .p-dock-item.p-focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.15rem #8dcdff;
  }
  .p-dock .p-dock-link {
    width: 4rem;
    height: 4rem;
  }
  .p-dock.p-dock-top .p-dock-item-second-prev,
.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev,
.p-dock.p-dock-bottom .p-dock-item-second-next {
    margin: 0 0.9rem;
  }
  .p-dock.p-dock-top .p-dock-item-prev,
.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev,
.p-dock.p-dock-bottom .p-dock-item-next {
    margin: 0 1.3rem;
  }
  .p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current {
    margin: 0 1.5rem;
  }
  .p-dock.p-dock-left .p-dock-item-second-prev,
.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev,
.p-dock.p-dock-right .p-dock-item-second-next {
    margin: 0.9rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-prev,
.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev,
.p-dock.p-dock-right .p-dock-item-next {
    margin: 1.3rem 0;
  }
  .p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current {
    margin: 1.5rem 0;
  }

  @media screen and (max-width: 960px) {
    .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container {
      overflow-x: auto;
      width: 100%;
    }
    .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list {
      margin: 0 auto;
    }
    .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container {
      overflow-y: auto;
      height: 100%;
    }
    .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list {
      margin: auto 0;
    }
    .p-dock .p-dock-list .p-dock-item {
      transform: none;
      margin: 0;
    }
  }
  .p-megamenu {
    padding: 0.5rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
  }
  .p-megamenu .p-megamenu-root-list {
    outline: 0 none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-megamenu .p-megamenu-panel {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-megamenu .p-submenu-header {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-megamenu .p-submenu-list {
    padding: 0;
    width: 12.5rem;
  }
  .p-megamenu .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-megamenu.p-megamenu-vertical {
    width: 12.5rem;
    padding: 0;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
    margin-left: 0.5rem;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }

  .p-menu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menu.p-menu-overlay {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-menu .p-submenu-header {
    margin: 0;
    padding: 0.857rem;
    color: #333333;
    background: #f4f4f4;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .p-menu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menu .p-menuitem-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .p-menubar {
    padding: 0.5rem;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list {
    outline: 0 none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link {
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
    margin-left: 0.5rem;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-menubar .p-submenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    width: 12.5rem;
    border-radius: 3px;
  }
  .p-menubar .p-submenu-list .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-menubar .p-submenu-list .p-submenu-icon {
    font-size: 0.875rem;
  }

  @media screen and (max-width: 960px) {
    .p-menubar {
      position: relative;
    }
    .p-menubar .p-menubar-button {
      display: flex;
      width: 2rem;
      height: 2rem;
      color: #333333;
      border-radius: 50%;
      transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    }
    .p-menubar .p-menubar-button:hover {
      color: #333333;
      background: #eaeaea;
    }
    .p-menubar .p-menubar-button:focus {
      outline: 0 none;
      outline-offset: 0;
      box-shadow: 0 0 0 0.2rem #8dcdff;
    }
    .p-menubar .p-menubar-root-list {
      position: absolute;
      display: none;
      padding: 0;
      background: #ffffff;
      border: 1px solid #c8c8c8;
      box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
      width: 100%;
    }
    .p-menubar .p-menubar-root-list .p-menuitem-separator {
      border-top: 1px solid #d8dae2;
      margin: 0;
    }
    .p-menubar .p-menubar-root-list .p-submenu-icon {
      font-size: 0.875rem;
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
      margin-left: auto;
      transition: transform 0.2s;
    }
    .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-180deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list {
      width: 100%;
      position: static;
      box-shadow: none;
      border: 0 none;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-submenu-icon {
      transition: transform 0.2s;
      transform: rotate(90deg);
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon {
      transform: rotate(-90deg);
    }
    .p-menubar .p-menubar-root-list .p-menuitem {
      width: 100%;
      position: static;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 2.571rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 4.285rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 5.999rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 7.713rem;
    }
    .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link {
      padding-left: 9.427rem;
    }
    .p-menubar.p-menubar-mobile-active .p-menubar-root-list {
      display: flex;
      flex-direction: column;
      top: 100%;
      left: 0;
      z-index: 1;
    }
  }
  .p-panelmenu .p-panelmenu-header {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content {
    border: 1px solid #c8c8c8;
    color: #333333;
    background: #f4f4f4;
    border-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action {
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }
  .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content {
    border-color: #005b9f;
    background: #005b9f;
    color: #ffffff;
  }
  .p-panelmenu .p-panelmenu-content {
    padding: 0;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    color: #333333;
    border-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list {
    outline: 0 none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    margin-right: 0.5rem;
  }
  .p-panelmenu .p-panelmenu-content .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) {
    padding: 0 0 0 1rem;
  }
  .p-panelmenu .p-panelmenu-panel {
    margin-bottom: 2px;
  }

  .p-slidemenu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-slidemenu .p-slidemenu-root-list {
    outline: 0 none;
  }
  .p-slidemenu .p-submenu-list {
    outline: 0 none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-slidemenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-slidemenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-slidemenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-slidemenu.p-slidemenu-overlay {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-slidemenu .p-slidemenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-slidemenu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-slidemenu .p-slidemenu-icon {
    font-size: 0.875rem;
  }
  .p-slidemenu .p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .p-slidemenu .p-slidemenu-backward {
    padding: 0.857rem;
    color: #333333;
  }
  .p-slidemenu .p-slidemenu-backward:not(.p-disabled):focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-slidemenu .p-menuitem-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .p-steps .p-steps-item .p-menuitem-link {
    background: transparent;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    background: #ffffff;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-number {
    color: #333333;
    border: 1px solid #dee2e6;
    background: #ffffff;
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.143rem;
    z-index: 1;
    border-radius: 50%;
  }
  .p-steps .p-steps-item .p-menuitem-link .p-steps-title {
    margin-top: 0.5rem;
    color: #848484;
  }
  .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-number {
    background: #007ad9;
    color: #ffffff;
  }
  .p-steps .p-steps-item.p-highlight .p-steps-title {
    font-weight: 700;
    color: #333333;
  }
  .p-steps .p-steps-item:before {
    content: " ";
    border-top: 1px solid #d8dae2;
    width: 100%;
    top: 50%;
    left: 0;
    display: block;
    position: absolute;
    margin-top: -1rem;
  }

  .p-tabmenu .p-tabmenu-nav {
    background: transparent;
    border: 0 none;
    border-width: 1px;
  }
  .p-tabmenu .p-tabmenu-nav .p-menuitem-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    border-radius: 3px;
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem {
    margin-right: 2px;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link {
    border: 1px solid #c8c8c8;
    border-width: 1px;
    border-color: #c8c8c8;
    background: #f4f4f4;
    color: #333333;
    padding: 0.857rem 1rem;
    font-weight: 700;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: background-color 0.2s, box-shadow 0.2s;
    margin: 0 0 -1px 0;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link {
    background: #dbdbdb;
    border-color: #dbdbdb;
    color: #333333;
  }
  .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link {
    background: #007ad9;
    border-color: #007ad9;
    color: #ffffff;
  }
  .p-tabmenu .p-tabmenu-left-icon {
    margin-right: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-right-icon {
    margin-left: 0.5rem;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link {
    background: #007ad9;
    color: #ffffff;
    width: 2.357rem;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 0;
  }
  .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: inset 0 0 0 0.2rem #8dcdff;
  }

  .p-tieredmenu {
    padding: 0;
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    width: 12.5rem;
  }
  .p-tieredmenu.p-tieredmenu-overlay {
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .p-tieredmenu .p-tieredmenu-root-list {
    outline: 0 none;
  }
  .p-tieredmenu .p-submenu-list {
    padding: 0;
    background: #ffffff;
    border: 1px solid #c8c8c8;
    box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content {
    color: #333333;
    transition: background-color 0.2s, box-shadow 0.2s;
    border-radius: 0;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link {
    color: #333333;
    padding: 0.857rem;
    -webkit-user-select: none;
            user-select: none;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon {
    color: #333333;
    margin-right: 0.5rem;
  }
  .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content {
    color: #333333;
    background: #eaeaea;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content {
    background: #eaeaea;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content {
    color: #333333;
    background: #d6d6d6;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon,
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover {
    color: #333333;
    background: #eaeaea;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon,
.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon {
    color: #333333;
  }
  .p-tieredmenu .p-menuitem-separator {
    border-top: 1px solid #d8dae2;
    margin: 0;
  }
  .p-tieredmenu .p-submenu-icon {
    font-size: 0.875rem;
  }
  .p-tieredmenu .p-submenu-icon.p-icon {
    width: 0.875rem;
    height: 0.875rem;
  }

  .p-inline-message {
    padding: 0.5rem;
    margin: 0;
    border-radius: 3px;
  }
  .p-inline-message.p-inline-message-info {
    background: #7fbcec;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-info .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message.p-inline-message-success {
    background: #b7d8b7;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-success .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message.p-inline-message-warn {
    background: #ffe399;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-warn .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message.p-inline-message-error {
    background: #f8b7bd;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-inline-message.p-inline-message-error .p-inline-message-icon {
    color: #212121;
  }
  .p-inline-message .p-inline-message-icon {
    font-size: 1rem;
    margin-right: 0.5rem;
  }
  .p-inline-message .p-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-inline-message .p-inline-message-text {
    font-size: 1rem;
  }
  .p-inline-message.p-inline-message-icon-only .p-inline-message-icon {
    margin-right: 0;
  }

  .p-message {
    margin: 1rem 0;
    border-radius: 3px;
  }
  .p-message .p-message-wrapper {
    padding: 1rem;
  }
  .p-message .p-message-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-message .p-message-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-message .p-message-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-message.p-message-info {
    background: #7fbcec;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-info .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-info .p-message-close {
    color: #212121;
  }
  .p-message.p-message-success {
    background: #b7d8b7;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-success .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-success .p-message-close {
    color: #212121;
  }
  .p-message.p-message-warn {
    background: #ffe399;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-warn .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-warn .p-message-close {
    color: #212121;
  }
  .p-message.p-message-error {
    background: #f8b7bd;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-message.p-message-error .p-message-icon {
    color: #212121;
  }
  .p-message.p-message-error .p-message-close {
    color: #212121;
  }
  .p-message .p-message-text {
    font-size: 1rem;
    font-weight: normal;
  }
  .p-message .p-message-icon {
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  .p-message .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-message .p-message-summary {
    font-weight: 700;
  }
  .p-message .p-message-detail {
    margin-left: 0.5rem;
  }

  .p-toast {
    opacity: 0.9;
  }
  .p-toast .p-toast-message {
    margin: 0 0 1rem 0;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 3px;
  }
  .p-toast .p-toast-message .p-toast-message-content {
    padding: 1rem;
    border-width: 0;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text {
    margin: 0 0 0 0.5rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon {
    font-size: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-icon:not(.p-toast-icon-close-icon) {
    width: 2rem;
    height: 2rem;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-summary {
    font-weight: 700;
  }
  .p-toast .p-toast-message .p-toast-message-content .p-toast-detail {
    margin: 0.5rem 0 0 0;
  }
  .p-toast .p-toast-message .p-toast-icon-close {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: transparent;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-toast .p-toast-message .p-toast-icon-close:hover {
    background: rgba(255, 255, 255, 0.5);
  }
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-toast .p-toast-message.p-toast-message-info {
    background: #7fbcec;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-info .p-toast-icon-close {
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-success {
    background: #b7d8b7;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-success .p-toast-icon-close {
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-warn {
    background: #ffe399;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-warn .p-toast-icon-close {
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-error {
    background: #f8b7bd;
    border: 0 none;
    border-width: 0;
    color: #212121;
  }
  .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon,
.p-toast .p-toast-message.p-toast-message-error .p-toast-icon-close {
    color: #212121;
  }

  .p-galleria .p-galleria-close {
    margin: 0.5rem;
    background: transparent;
    color: #ebedef;
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-close .p-galleria-close-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-close .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-close:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ebedef;
  }
  .p-galleria .p-galleria-item-nav {
    background: rgba(0, 0, 0, 0.2);
    color: #aeb6bf;
    width: 4rem;
    height: 4rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 3px;
    margin: 0 0.5rem;
  }
  .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon,
.p-galleria .p-galleria-item-nav .p-galleria-item-next-icon {
    font-size: 2rem;
  }
  .p-galleria .p-galleria-item-nav .p-icon-wrapper .p-icon {
    width: 2rem;
    height: 2rem;
  }
  .p-galleria .p-galleria-item-nav:not(.p-disabled):hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ebedef;
  }
  .p-galleria .p-galleria-caption {
    background: rgba(0, 0, 0, 0.5);
    color: #ebedef;
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators {
    padding: 1rem;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button {
    background-color: #f4f4f4;
    width: 1rem;
    height: 1rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover {
    background: #eaeaea;
  }
  .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #007ad9;
    color: #ffffff;
  }
  .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator {
    margin-right: 0.5rem;
  }
  .p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator {
    margin-bottom: 0.5rem;
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators {
    background: rgba(0, 0, 0, 0.5);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button {
    background: rgba(255, 255, 255, 0.4);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover {
    background: rgba(255, 255, 255, 0.6);
  }
  .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button {
    background: #007ad9;
    color: #ffffff;
  }
  .p-galleria .p-galleria-thumbnail-container {
    background: rgba(0, 0, 0, 0.9);
    padding: 1rem 0.25rem;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next {
    margin: 0.5rem;
    background-color: transparent;
    color: #aeb6bf;
    width: 2rem;
    height: 2rem;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    border-radius: 50%;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover,
.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-next:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #aeb6bf;
  }
  .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-galleria-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }

  .p-image-mask {
    --maskbg: rgba(0, 0, 0, 0.9);
  }

  .p-image-preview-indicator {
    background-color: transparent;
    color: #f8f9fa;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }

  .p-image-preview-container:hover > .p-image-preview-indicator {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .p-image-toolbar {
    padding: 1rem;
  }

  .p-image-action.p-link {
    color: #f8f9fa;
    background-color: transparent;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
    margin-right: 0.5rem;
  }
  .p-image-action.p-link:last-child {
    margin-right: 0;
  }
  .p-image-action.p-link:hover {
    color: #f8f9fa;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .p-image-action.p-link i {
    font-size: 1.5rem;
  }
  .p-image-action.p-link .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-avatar {
    background-color: #c8c8c8;
    border-radius: 3px;
  }
  .p-avatar.p-avatar-lg {
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-lg .p-avatar-icon {
    font-size: 1.5rem;
  }
  .p-avatar.p-avatar-xl {
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
  }
  .p-avatar.p-avatar-xl .p-avatar-icon {
    font-size: 2rem;
  }

  .p-avatar-group .p-avatar {
    border: 2px solid #ffffff;
  }

  .p-badge {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .p-badge.p-badge-success {
    background-color: #34a835;
    color: #ffffff;
  }
  .p-badge.p-badge-info {
    background-color: #007ad9;
    color: #ffffff;
  }
  .p-badge.p-badge-warning {
    background-color: #ffba01;
    color: #333333;
  }
  .p-badge.p-badge-danger {
    background-color: #e91224;
    color: #ffffff;
  }
  .p-badge.p-badge-lg {
    font-size: 1.125rem;
    min-width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
  }
  .p-badge.p-badge-xl {
    font-size: 1.5rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

  .p-chip {
    background-color: #c8c8c8;
    color: #333333;
    border-radius: 16px;
    padding: 0 0.429rem;
  }
  .p-chip .p-chip-text {
    line-height: 1.5;
    margin-top: 0.2145rem;
    margin-bottom: 0.2145rem;
  }
  .p-chip .p-chip-icon {
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    margin-left: 0.5rem;
  }
  .p-chip img {
    width: 1.929rem;
    height: 1.929rem;
    margin-left: -0.429rem;
    margin-right: 0.5rem;
  }
  .p-chip .pi-chip-remove-icon {
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-chip .pi-chip-remove-icon:focus-visible {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }
  .p-chip .pi-chip-remove-icon:focus {
    outline: 0 none;
  }

  .p-inplace .p-inplace-display {
    padding: 0.429rem 0.429rem;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
  }
  .p-inplace .p-inplace-display:not(.p-disabled):hover {
    background: #eaeaea;
    color: #333333;
  }
  .p-inplace .p-inplace-display:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: 0 0 0 0.2rem #8dcdff;
  }

  .p-metergroup {
    display: flex;
  }

  .p-metergroup-meters {
    display: flex;
  }

  .p-metergroup-vertical .p-metergroup-meters {
    flex-direction: column;
  }

  .p-metergroup-labels {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }

  .p-metergroup-vertical .p-metergroup-labels {
    align-items: start;
  }

  .p-metergroup-labels-vertical {
    flex-direction: column;
  }

  .p-metergroup-label {
    display: inline-flex;
    align-items: center;
  }

  .p-metergroup-label-marker {
    display: inline-flex;
  }

  .p-metergroup {
    gap: 1rem;
  }
  .p-metergroup .p-metergroup-meters {
    background: #eaeaea;
    border-radius: 3px;
  }
  .p-metergroup .p-metergroup-meter {
    border: 0 none;
    background: #007ad9;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-marker {
    background: #007ad9;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
  }
  .p-metergroup .p-metergroup-labels .p-metergroup-label-icon {
    width: 1rem;
    height: 1rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-vertical {
    gap: 0.5rem;
  }
  .p-metergroup .p-metergroup-labels.p-metergroup-labels-horizontal {
    gap: 1rem;
  }
  .p-metergroup.p-metergroup-horizontal {
    flex-direction: column;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meters {
    height: 0.5rem;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical {
    flex-direction: row;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meters {
    width: 0.5rem;
    height: 100%;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .p-progressbar {
    border: 0 none;
    height: 24px;
    background: #eaeaea;
    border-radius: 3px;
  }
  .p-progressbar .p-progressbar-value {
    border: 0 none;
    margin: 0;
    background: #007ad9;
  }
  .p-progressbar .p-progressbar-label {
    color: #ffffff;
    line-height: 24px;
  }

  .p-scrolltop {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
  }
  .p-scrolltop.p-link {
    background: rgba(0, 0, 0, 0.7);
  }
  .p-scrolltop.p-link:hover {
    background: rgba(0, 0, 0, 0.8);
  }
  .p-scrolltop .p-scrolltop-icon {
    font-size: 1.5rem;
    color: #f4f4f4;
  }
  .p-scrolltop .p-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .p-skeleton {
    background-color: #eaeaea;
    border-radius: 3px;
  }
  .p-skeleton:after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  }

  .p-tag {
    background: #007ad9;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.25rem 0.4rem;
    border-radius: 3px;
  }
  .p-tag.p-tag-success {
    background-color: #34a835;
    color: #ffffff;
  }
  .p-tag.p-tag-info {
    background-color: #007ad9;
    color: #ffffff;
  }
  .p-tag.p-tag-warning {
    background-color: #ffba01;
    color: #333333;
  }
  .p-tag.p-tag-danger {
    background-color: #e91224;
    color: #ffffff;
  }
  .p-tag .p-tag-icon {
    margin-right: 0.25rem;
    font-size: 0.75rem;
  }
  .p-tag .p-icon {
    width: 0.75rem;
    height: 0.75rem;
  }

  .p-terminal {
    background: #ffffff;
    color: #333333;
    border: 1px solid #c8c8c8;
    padding: 0.571rem 1rem;
  }
  .p-terminal .p-terminal-input {
    font-family: var(--font-family);
    font-feature-settings: var(--font-feature-settings, normal);
    font-size: 1rem;
  }
}
@layer primeng {
  .p-panel .p-panel-header .p-panel-header-icon {
    color: #848484;
  }
  .p-panel .p-panel-header .p-panel-header-icon:enabled:hover {
    color: #333333;
  }

  .p-dialog .p-dialog-header .p-dialog-header-icon {
    color: #848484;
  }
  .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover {
    color: #333333;
  }
}
/* Customizations to the designer theme should be defined here */

/*!********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/primeicons/primeicons.css ***!
  \********************************************************************************************************************************************************************************************************************************/
@font-face {
    font-family: 'primeicons';
    font-display: block;
    src: url('primeicons.eot');
    src: url('primeicons.eot?#iefix') format('embedded-opentype'), url('primeicons.woff2') format('woff2'), url('primeicons.woff') format('woff'), url('primeicons.ttf') format('truetype'), url('primeicons.svg?#primeicons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pi {
    font-family: 'primeicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pi:before {
    --webkit-backface-visibility:hidden;
    backface-visibility: hidden;
}

.pi-fw {
    width: 1.28571429em;
    text-align: center;
}

.pi-spin {
    animation: fa-spin 2s infinite linear;
}

@media (prefers-reduced-motion: reduce) {
  .pi-spin {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.pi-folder-plus:before {
    content: "\ea05";
}

.pi-receipt:before {
    content: "\ea06";
}

.pi-asterisk:before {
    content: "\ea07";
}

.pi-face-smile:before {
    content: "\ea08";
}

.pi-pinterest:before {
    content: "\ea09";
}

.pi-expand:before {
    content: "\ea0a";
}

.pi-pen-to-square:before {
    content: "\ea0b";
}

.pi-wave-pulse:before {
    content: "\ea0c";
}

.pi-turkish-lira:before {
    content: "\ea0d";
}

.pi-spinner-dotted:before {
    content: "\ea0e";
}

.pi-crown:before {
    content: "\ea0f";
}

.pi-pause-circle:before {
    content: "\ea10";
}

.pi-warehouse:before {
    content: "\ea11";
}

.pi-objects-column:before {
    content: "\ea12";
}

.pi-clipboard:before {
    content: "\ea13";
}

.pi-play-circle:before {
    content: "\ea14";
}

.pi-venus:before {
    content: "\ea15";
}

.pi-cart-minus:before {
    content: "\ea16";
}

.pi-file-plus:before {
    content: "\ea17";
}

.pi-microchip:before {
    content: "\ea18";
}

.pi-twitch:before {
    content: "\ea19";
}

.pi-building-columns:before {
    content: "\ea1a";
}

.pi-file-check:before {
    content: "\ea1b";
}

.pi-microchip-ai:before {
    content: "\ea1c";
}

.pi-trophy:before {
    content: "\ea1d";
}

.pi-barcode:before {
    content: "\ea1e";
}

.pi-file-arrow-up:before {
    content: "\ea1f";
}

.pi-mars:before {
    content: "\ea20";
}

.pi-tiktok:before {
    content: "\ea21";
}

.pi-arrow-up-right-and-arrow-down-left-from-center:before {
    content: "\ea22";
}

.pi-ethereum:before {
    content: "\ea23";
}

.pi-list-check:before {
    content: "\ea24";
}

.pi-thumbtack:before {
    content: "\ea25";
}

.pi-arrow-down-left-and-arrow-up-right-to-center:before {
    content: "\ea26";
}

.pi-equals:before {
    content: "\ea27";
}

.pi-lightbulb:before {
    content: "\ea28";
}

.pi-star-half:before {
    content: "\ea29";
}

.pi-address-book:before {
    content: "\ea2a";
}

.pi-chart-scatter:before {
    content: "\ea2b";
}

.pi-indian-rupee:before {
    content: "\ea2c";
}

.pi-star-half-fill:before {
    content: "\ea2d";
}

.pi-cart-arrow-down:before {
    content: "\ea2e";
}

.pi-calendar-clock:before {
    content: "\ea2f";
}

.pi-sort-up-fill:before {
    content: "\ea30";
}

.pi-sparkles:before {
    content: "\ea31";
}

.pi-bullseye:before {
    content: "\ea32";
}

.pi-sort-down-fill:before {
    content: "\ea33";
}

.pi-graduation-cap:before {
    content: "\ea34";
}

.pi-hammer:before {
    content: "\ea35";
}

.pi-bell-slash:before {
    content: "\ea36";
}

.pi-gauge:before {
    content: "\ea37";
}

.pi-shop:before {
    content: "\ea38";
}

.pi-headphones:before {
    content: "\ea39";
}

.pi-eraser:before {
    content: "\ea04";
}

.pi-stopwatch:before {
    content: "\ea01";
}

.pi-verified:before {
    content: "\ea02";
}

.pi-delete-left:before {
    content: "\ea03";
}

.pi-hourglass:before {
    content: "\e9fe";
}

.pi-truck:before {
    content: "\ea00";
}

.pi-wrench:before {
    content: "\e9ff";
}

.pi-microphone:before {
    content: "\e9fa";
}

.pi-megaphone:before {
    content: "\e9fb";
}

.pi-arrow-right-arrow-left:before {
    content: "\e9fc";
}

.pi-bitcoin:before {
    content: "\e9fd";
}

.pi-file-edit:before {
    content: "\e9f6";
}

.pi-language:before {
    content: "\e9f7";
}

.pi-file-export:before {
    content: "\e9f8";
}

.pi-file-import:before {
    content: "\e9f9";
}

.pi-file-word:before {
    content: "\e9f1";
}

.pi-gift:before {
    content: "\e9f2";
}

.pi-cart-plus:before {
    content: "\e9f3";
}

.pi-thumbs-down-fill:before {
    content: "\e9f4";
}

.pi-thumbs-up-fill:before {
    content: "\e9f5";
}

.pi-arrows-alt:before {
    content: "\e9f0";
}

.pi-calculator:before {
    content: "\e9ef";
}

.pi-sort-alt-slash:before {
    content: "\e9ee";
}

.pi-arrows-h:before {
    content: "\e9ec";
}

.pi-arrows-v:before {
    content: "\e9ed";
}

.pi-pound:before {
    content: "\e9eb";
}

.pi-prime:before {
    content: "\e9ea";
}

.pi-chart-pie:before {
    content: "\e9e9";
}

.pi-reddit:before {
    content: "\e9e8";
}

.pi-code:before {
    content: "\e9e7";
}

.pi-sync:before {
    content: "\e9e6";
}

.pi-shopping-bag:before {
    content: "\e9e5";
}

.pi-server:before {
    content: "\e9e4";
}

.pi-database:before {
    content: "\e9e3";
}

.pi-hashtag:before {
    content: "\e9e2";
}

.pi-bookmark-fill:before {
    content: "\e9df";
}

.pi-filter-fill:before {
    content: "\e9e0";
}

.pi-heart-fill:before {
    content: "\e9e1";
}

.pi-flag-fill:before {
    content: "\e9de";
}

.pi-circle:before {
    content: "\e9dc";
}

.pi-circle-fill:before {
    content: "\e9dd";
}

.pi-bolt:before {
    content: "\e9db";
}

.pi-history:before {
    content: "\e9da";
}

.pi-box:before {
    content: "\e9d9";
}

.pi-at:before {
    content: "\e9d8";
}

.pi-arrow-up-right:before {
    content: "\e9d4";
}

.pi-arrow-up-left:before {
    content: "\e9d5";
}

.pi-arrow-down-left:before {
    content: "\e9d6";
}

.pi-arrow-down-right:before {
    content: "\e9d7";
}

.pi-telegram:before {
    content: "\e9d3";
}

.pi-stop-circle:before {
    content: "\e9d2";
}

.pi-stop:before {
    content: "\e9d1";
}

.pi-whatsapp:before {
    content: "\e9d0";
}

.pi-building:before {
    content: "\e9cf";
}

.pi-qrcode:before {
    content: "\e9ce";
}

.pi-car:before {
    content: "\e9cd";
}

.pi-instagram:before {
    content: "\e9cc";
}

.pi-linkedin:before {
    content: "\e9cb";
}

.pi-send:before {
    content: "\e9ca";
}

.pi-slack:before {
    content: "\e9c9";
}

.pi-sun:before {
    content: "\e9c8";
}

.pi-moon:before {
    content: "\e9c7";
}

.pi-vimeo:before {
    content: "\e9c6";
}

.pi-youtube:before {
    content: "\e9c5";
}

.pi-flag:before {
    content: "\e9c4";
}

.pi-wallet:before {
    content: "\e9c3";
}

.pi-map:before {
    content: "\e9c2";
}

.pi-link:before {
    content: "\e9c1";
}

.pi-credit-card:before {
    content: "\e9bf";
}

.pi-discord:before {
    content: "\e9c0";
}

.pi-percentage:before {
    content: "\e9be";
}

.pi-euro:before {
    content: "\e9bd";
}

.pi-book:before {
    content: "\e9ba";
}

.pi-shield:before {
    content: "\e9b9";
}

.pi-paypal:before {
    content: "\e9bb";
}

.pi-amazon:before {
    content: "\e9bc";
}

.pi-phone:before {
    content: "\e9b8";
}

.pi-filter-slash:before {
    content: "\e9b7";
}

.pi-facebook:before {
    content: "\e9b4";
}

.pi-github:before {
    content: "\e9b5";
}

.pi-twitter:before {
    content: "\e9b6";
}

.pi-step-backward-alt:before {
    content: "\e9ac";
}

.pi-step-forward-alt:before {
    content: "\e9ad";
}

.pi-forward:before {
    content: "\e9ae";
}

.pi-backward:before {
    content: "\e9af";
}

.pi-fast-backward:before {
    content: "\e9b0";
}

.pi-fast-forward:before {
    content: "\e9b1";
}

.pi-pause:before {
    content: "\e9b2";
}

.pi-play:before {
    content: "\e9b3";
}

.pi-compass:before {
    content: "\e9ab";
}

.pi-id-card:before {
    content: "\e9aa";
}

.pi-ticket:before {
    content: "\e9a9";
}

.pi-file-o:before {
    content: "\e9a8";
}

.pi-reply:before {
    content: "\e9a7";
}

.pi-directions-alt:before {
    content: "\e9a5";
}

.pi-directions:before {
    content: "\e9a6";
}

.pi-thumbs-up:before {
    content: "\e9a3";
}

.pi-thumbs-down:before {
    content: "\e9a4";
}

.pi-sort-numeric-down-alt:before {
    content: "\e996";
}

.pi-sort-numeric-up-alt:before {
    content: "\e997";
}

.pi-sort-alpha-down-alt:before {
    content: "\e998";
}

.pi-sort-alpha-up-alt:before {
    content: "\e999";
}

.pi-sort-numeric-down:before {
    content: "\e99a";
}

.pi-sort-numeric-up:before {
    content: "\e99b";
}

.pi-sort-alpha-down:before {
    content: "\e99c";
}

.pi-sort-alpha-up:before {
    content: "\e99d";
}

.pi-sort-alt:before {
    content: "\e99e";
}

.pi-sort-amount-up:before {
    content: "\e99f";
}

.pi-sort-amount-down:before {
    content: "\e9a0";
}

.pi-sort-amount-down-alt:before {
    content: "\e9a1";
}

.pi-sort-amount-up-alt:before {
    content: "\e9a2";
}

.pi-palette:before {
    content: "\e995";
}

.pi-undo:before {
    content: "\e994";
}

.pi-desktop:before {
    content: "\e993";
}

.pi-sliders-v:before {
    content: "\e991";
}

.pi-sliders-h:before {
    content: "\e992";
}

.pi-search-plus:before {
    content: "\e98f";
}

.pi-search-minus:before {
    content: "\e990";
}

.pi-file-excel:before {
    content: "\e98e";
}

.pi-file-pdf:before {
    content: "\e98d";
}

.pi-check-square:before {
    content: "\e98c";
}

.pi-chart-line:before {
    content: "\e98b";
}

.pi-user-edit:before {
    content: "\e98a";
}

.pi-exclamation-circle:before {
    content: "\e989";
}

.pi-android:before {
    content: "\e985";
}

.pi-google:before {
    content: "\e986";
}

.pi-apple:before {
    content: "\e987";
}

.pi-microsoft:before {
    content: "\e988";
}

.pi-heart:before {
    content: "\e984";
}

.pi-mobile:before {
    content: "\e982";
}

.pi-tablet:before {
    content: "\e983";
}

.pi-key:before {
    content: "\e981";
}

.pi-shopping-cart:before {
    content: "\e980";
}

.pi-comments:before {
    content: "\e97e";
}

.pi-comment:before {
    content: "\e97f";
}

.pi-briefcase:before {
    content: "\e97d";
}

.pi-bell:before {
    content: "\e97c";
}

.pi-paperclip:before {
    content: "\e97b";
}

.pi-share-alt:before {
    content: "\e97a";
}

.pi-envelope:before {
    content: "\e979";
}

.pi-volume-down:before {
    content: "\e976";
}

.pi-volume-up:before {
    content: "\e977";
}

.pi-volume-off:before {
    content: "\e978";
}

.pi-eject:before {
    content: "\e975";
}

.pi-money-bill:before {
    content: "\e974";
}

.pi-images:before {
    content: "\e973";
}

.pi-image:before {
    content: "\e972";
}

.pi-sign-in:before {
    content: "\e970";
}

.pi-sign-out:before {
    content: "\e971";
}

.pi-wifi:before {
    content: "\e96f";
}

.pi-sitemap:before {
    content: "\e96e";
}

.pi-chart-bar:before {
    content: "\e96d";
}

.pi-camera:before {
    content: "\e96c";
}

.pi-dollar:before {
    content: "\e96b";
}

.pi-lock-open:before {
    content: "\e96a";
}

.pi-table:before {
    content: "\e969";
}

.pi-map-marker:before {
    content: "\e968";
}

.pi-list:before {
    content: "\e967";
}

.pi-eye-slash:before {
    content: "\e965";
}

.pi-eye:before {
    content: "\e966";
}

.pi-folder-open:before {
    content: "\e964";
}

.pi-folder:before {
    content: "\e963";
}

.pi-video:before {
    content: "\e962";
}

.pi-inbox:before {
    content: "\e961";
}

.pi-lock:before {
    content: "\e95f";
}

.pi-unlock:before {
    content: "\e960";
}

.pi-tags:before {
    content: "\e95d";
}

.pi-tag:before {
    content: "\e95e";
}

.pi-power-off:before {
    content: "\e95c";
}

.pi-save:before {
    content: "\e95b";
}

.pi-question-circle:before {
    content: "\e959";
}

.pi-question:before {
    content: "\e95a";
}

.pi-copy:before {
    content: "\e957";
}

.pi-file:before {
    content: "\e958";
}

.pi-clone:before {
    content: "\e955";
}

.pi-calendar-times:before {
    content: "\e952";
}

.pi-calendar-minus:before {
    content: "\e953";
}

.pi-calendar-plus:before {
    content: "\e954";
}

.pi-ellipsis-v:before {
    content: "\e950";
}

.pi-ellipsis-h:before {
    content: "\e951";
}

.pi-bookmark:before {
    content: "\e94e";
}

.pi-globe:before {
    content: "\e94f";
}

.pi-replay:before {
    content: "\e94d";
}

.pi-filter:before {
    content: "\e94c";
}

.pi-print:before {
    content: "\e94b";
}

.pi-align-right:before {
    content: "\e946";
}

.pi-align-left:before {
    content: "\e947";
}

.pi-align-center:before {
    content: "\e948";
}

.pi-align-justify:before {
    content: "\e949";
}

.pi-cog:before {
    content: "\e94a";
}

.pi-cloud-download:before {
    content: "\e943";
}

.pi-cloud-upload:before {
    content: "\e944";
}

.pi-cloud:before {
    content: "\e945";
}

.pi-pencil:before {
    content: "\e942";
}

.pi-users:before {
    content: "\e941";
}

.pi-clock:before {
    content: "\e940";
}

.pi-user-minus:before {
    content: "\e93e";
}

.pi-user-plus:before {
    content: "\e93f";
}

.pi-trash:before {
    content: "\e93d";
}

.pi-external-link:before {
    content: "\e93c";
}

.pi-window-maximize:before {
    content: "\e93b";
}

.pi-window-minimize:before {
    content: "\e93a";
}

.pi-refresh:before {
    content: "\e938";
}
  
.pi-user:before {
    content: "\e939";
}

.pi-exclamation-triangle:before {
    content: "\e922";
}

.pi-calendar:before {
    content: "\e927";
}

.pi-chevron-circle-left:before {
    content: "\e928";
}

.pi-chevron-circle-down:before {
    content: "\e929";
}

.pi-chevron-circle-right:before {
    content: "\e92a";
}

.pi-chevron-circle-up:before {
    content: "\e92b";
}

.pi-angle-double-down:before {
    content: "\e92c";
}

.pi-angle-double-left:before {
    content: "\e92d";
}

.pi-angle-double-right:before {
    content: "\e92e";
}

.pi-angle-double-up:before {
    content: "\e92f";
}

.pi-angle-down:before {
    content: "\e930";
}

.pi-angle-left:before {
    content: "\e931";
}

.pi-angle-right:before {
    content: "\e932";
}

.pi-angle-up:before {
    content: "\e933";
}

.pi-upload:before {
    content: "\e934";
}

.pi-download:before {
    content: "\e956";
}

.pi-ban:before {
    content: "\e935";
}

.pi-star-fill:before {
    content: "\e936";
}

.pi-star:before {
    content: "\e937";
}

.pi-chevron-left:before {
    content: "\e900";
}

.pi-chevron-right:before {
    content: "\e901";
}

.pi-chevron-down:before {
    content: "\e902";
}

.pi-chevron-up:before {
    content: "\e903";
}

.pi-caret-left:before {
    content: "\e904";
}

.pi-caret-right:before {
    content: "\e905";
}

.pi-caret-down:before {
    content: "\e906";
}

.pi-caret-up:before {
    content: "\e907";
}

.pi-search:before {
    content: "\e908";
}

.pi-check:before {
    content: "\e909";
}

.pi-check-circle:before {
    content: "\e90a";
}

.pi-times:before {
    content: "\e90b";
}

.pi-times-circle:before {
    content: "\e90c";
}

.pi-plus:before {
    content: "\e90d";
}

.pi-plus-circle:before {
    content: "\e90e";
}

.pi-minus:before {
    content: "\e90f";
}

.pi-minus-circle:before {
    content: "\e910";
}

.pi-circle-on:before {
    content: "\e911";
}

.pi-circle-off:before {
    content: "\e912";
}

.pi-sort-down:before {
    content: "\e913";
}

.pi-sort-up:before {
    content: "\e914";
}

.pi-sort:before {
    content: "\e915";
}

.pi-step-backward:before {
    content: "\e916";
}

.pi-step-forward:before {
    content: "\e917";
}

.pi-th-large:before {
    content: "\e918";
}

.pi-arrow-down:before {
    content: "\e919";
}

.pi-arrow-left:before {
    content: "\e91a";
}

.pi-arrow-right:before {
    content: "\e91b";
}

.pi-arrow-up:before {
    content: "\e91c";
}

.pi-bars:before {
    content: "\e91d";
}

.pi-arrow-circle-down:before {
    content: "\e91e";
}

.pi-arrow-circle-left:before {
    content: "\e91f";
}

.pi-arrow-circle-right:before {
    content: "\e920";
}

.pi-arrow-circle-up:before {
    content: "\e921";
}

.pi-info:before {
    content: "\e923";
}

.pi-info-circle:before {
    content: "\e924";
}

.pi-home:before {
    content: "\e925";
}

.pi-spinner:before {
    content: "\e926";
}

/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/ytb-rental-car.css ***!
  \***************************************************************************************************************************************************************************************************************************/
.p-autocomplete {
  width: 100%;
  zoom: 1;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  display: inline-block;
}

/* input,
textarea {
    font-size: 13px !important;
} */

.p-calendar {
  position: relative;
  display: inline-block;
  width: 100%;
}

.p-calendar.p-datepicker {
  z-index: 999999 !important;
}

@media (max-width: 430px) {
  .dropdown-menu-arrow {
    margin-right: auto;
  }

  .p-datepicker-multiple-month .p-datepicker-group-container {
    display: grid !important;
  }
  .p-datepicker.p-component.p-datepicker-multiple-month {
    min-width: 300px !important;
    z-index: 999999 !important;
  }
  body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
    border-right: 0px solid #d8dae2 !important;
    padding-right: 0em !important;
    padding-left: 0em !important;
  }
  body .flt-cale .p-datepicker table td > span {
    width: 2.5rem !important;
    padding: 0em;
  }

  .guestquantity {
    float: left;
  }
  .user-signup {
    padding: 0px;
    margin: 5px;
  }
}
.flt-ser .p-dropdown .p-dropdown-panel {
  width: 100%;
}
/* .p-dropdown {
    background: #ffffff;
    border: 2px solid #eeeced !important;
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
    width: 100%;
    border-radius: 0px !important;
    height: 45px;
} */

.flightrspn .ui-dropdown {
  background-color: #fff !important;
  color: #191a1e !important;
  border: 2px solid #eeeced !important;
  height: 45px;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  border-radius: 4px !important;
  transition: 0.2s all !important;
  width: 100%;
  line-height: 28px !important;
}

.ui-button {
  margin: 0;
  color: #ffffff;
  background-color: transparent !important;
  border: transparent !important;
  font-size: 14px;
  transition: background-color 0.2s, box-shadow 0.2s;
  width: 100%;
  font-weight: 800 !important;
}
/* 
h3 {
    font-size: 30px !important;
} */

.ui-chkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 20px;
  height: 20px;
}

.cursor {
  cursor: pointer !important;
}

.ytb-car-insc {
  background-color: #ffffff;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 0;
  padding: 0px 4px 0px 4px;
  width: 26px;
  height: 27px;
  margin-right: 10px;
}

.ytb-car-insc:hover {
  background-color: #2196f3;
  color: #fff !important;
  border: 1px solid #2196f3;
}

.btn-round,
.btn-lg.btn-round,
.btn-sm.btn-round {
  border-radius: 50px !important;
}

h6,
.h6 {
  font-size: 18px;
}

.payment-desc p {
  font-size: 16px;
  margin-top: 10px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2196f3;
  background-color: #2196f3;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #272727 solid 1.4px;
  border-radius: 50%;
}

.custom-control-label::after {
  width: 16px;
  height: 16px;
}

.btn-wide {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-calendar-button {
  position: absolute;
  color: #ababab !important;
  left: 0;
}

.p-datepicker table th {
  padding: 0.5em;
  font-size: 16px;
  color: #333175;
  font-weight: 400;
  text-align: center;
}

body .p-datepicker:not(.p-datepicker-inline) {
  border-radius: 4px;
}

body .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
  border-right: 1px solid #d8dae2;
  padding-right: 1.857em;
  padding-left: 0.857em;
  padding-top: 0;
  padding-bottom: 0;
}

.p-datepicker .p-datepicker-group-container .p-datepicker-group {
  padding: 4px !important;
}

.p-datepicker-buttonbar {
  padding: 4px 8px  4px 8px !important;
}

body .p-datepicker table td.p-datepicker-today > a,
body .p-datepicker table td.p-datepicker-today > span {
  background-color: #ff9800;
  color: #ffffff;
}

body .p-datepicker table td > a,
body .p-datepicker table td > span {
  display: block;
  text-align: center;
  color: #333333;
  border: 1.2px solid transparent;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* .p-datepicker .p-datepicker-header .p-datepicker-prev,
body .p-datepicker .p-datepicker-header .p-datepicker-next {
    cursor: pointer;
    top: 0;
    color: #ffffff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
} */
/* 
.p-datepicker .p-datepicker-prev span,
.p-datepicker .p-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    color: #333;
    font-weight: 800;
}

.p-datepicker .p-datepicker-prev span,
.p-datepicker .p-datepicker-next span:hover {
    color: #0491e0;
}

.p-datepicker .p-datepicker-header .p-datepicker-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #0491e0;
    font-weight: 600;
} */

/* .p-datepicker .p-datepicker-header .p-datepicker-title select {
    margin-bottom: 0;
    padding: 4px;
    font-weight: 400;
    border: 1px solid #dcdbdb !important;
    text-transform: uppercase;
    font-size: 14px;
} */

option.ng-tns-c81-4 {
  font-size: 13px;
}
.ytb-car-rating-item .ui-radiobutton .ui-radiobutton-box.ui-state-active {
  border-color: #28a745 !important;
  background-color: #28a745 !important;
  color: #ffffff;
}

.ytb-car-rating-item .ui-radiobutton .ui-radiobutton-box.ui-state-active {
  border-color: #28a745 !important;
  background-color: #28a745 !important;
  color: #ffffff;
}

.personaladdrs {
  border: 0 !important;
  margin-left: -20px !important;
}

.zipcode {
  font-size: 22px;
  font-weight: 800;
  margin-left: -9px;
  margin-right: -9px;
}

.forgotemail .ui-inputtext {
  font-size: 16px;
  color: #333333;
  background: #ffffff;
  padding: 0.429em;
  border: 1px solid #a6a6a6;
  transition: border-color 0.2s;
  appearance: none;
  border: 1.2px solid #757575 !important;
}

/* .p-autocomplete .p-autocomplete-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
}



.p-autocomplete .p-autocomplete-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
} */

/* .p-datepicker .p-datepicker-header .p-datepicker-prev,
body .p-datepicker .p-datepicker-header .p-datepicker-next {
    cursor: pointer;
    top: 0;
    color: #ffffff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
} */

.carerrorposition {
  position: absolute;
  display: flex;
}

.carlistfliter .ui-chkbox-label {
  margin: 0;
  font-size: 12px !important;
  display: contents;
  word-break: break-all;
  color: #121212;

  text-transform: capitalize;
}

.carlistfliter .custom-control {
  padding-left: 0;
}

.carlistfliter .ui-chkbox {
  margin-right: 10px;
}

/* .car-borderless .table td,
.table th {
    border-top: 0px solid #dee2e6 !important;
} */

.carsearchwidth .ui-dropdown {
  min-width: 100px;
}

body .carsearchwidth .ui-dropdown {
  border: 2px solid #eeeced !important;
  background: 0 0 !important;
  background-color: #fff !important;
  height: 46px !important;
  color: #191a1e !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  box-shadow: none !important;

  line-height: 30px;
}
/* 
.carequipment td, th {
    border: 0px !important;
    padding: 8px !important;
   
} */

/* .carequipment1 td, th {
    border: 0px !important;
    padding: 0px !important;

} */

.carequp td,
th {
  padding: 12px 0px 12px 20px;

  border-bottom: 1px solid #e8e8e8;
}

.text-green {
  color: #7cb342;
}

.ui-button:enabled:focus {
  outline: 0 none;
  outline-offset: 0px;
  box-shadow: 0 0 0 0 #8dcdff00 !important;
}

.ng5-slider .ng5-slider-bubble {
  cursor: default;
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  font-size: 16px;
  margin-bottom: 7px !important;
}

.dimgrey {
  color: dimgrey;
}

.caremergency .ui-inputtext {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  padding: 0.429em;
  transition: border-color 0.2s;
  appearance: none;
  border-radius: 3px;
  height: 45px;
}

.caremergency .ui-dropdown {
  border: 1px solid #404040;
}

.caremergency .ui-inputtext:hover {
  border: 2px solid #2196f3 !important;
}

.db-pricing-nine .table {
  text-align: center;
  margin-bottom: 0px;
}

.db-bk-color-one {
  background-color: #f55039;
}

.db-bk-color-two {
  background-color: #46a6f7;
}

.db-bk-color-three {
  background-color: #47887e;
}

.db-pricing-nine thead tr th {
  font-weight: normal;
  font-weight: normal;
  height: 72px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.db-width-perticular {
  text-align: left;
  font-weight: 800;
  display: flex;
  align-items: center;
  height: 50px;
  word-wrap: break-word;
  overflow: hidden;
  border-top: 1px solid #e1e1e1;
}

.carinsbg1 {
  height: 50px;
  text-align: center;
  display: -ms-flexbox;
  border-top: 1px solid #e1e1e1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carinsbg1 i {
  vertical-align: middle;
}

.custom-info i {
  vertical-align: middle;
}

.custom-info .fa-check:before {
  content: url('arrow_green.png') !important;
}

.custom-info .fa-phone:before {
  content: url('cell-phone.png') !important;
}

.custom-info .fa-calendar:before {
  content: url('calender.png') !important;
}

.custom-info .fa-clock:before {
  content: url('timer.png') !important;
}

.custom-info .fa-map-marker-alt:before {
  content: url('pin.png') !important;
}

.custom-info .fa-at:before {
  content: url('at-sign.png') !important;
}

.fa-long-arrow-alt-right:before {
  content: url('search-arrow_b.png') !important;
}

.fa-location-arrow:before {
  content: url('arrow-cross.png') !important;
}

.carinsbg .fa-check {
  text-align: center;
  color: #ffffff;
  background-color: #4caf50;
  padding: 4px;
  border-radius: 37px;
  opacity: 1;
  font-size: 12px;
}

.db-pricing-nine .carinsbr {
  border-right: 10px solid #fff !important;
}

.caremergency .ui-inputtext {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  padding: 0.429em;
  border: 2px solid #eeeced;
  transition: border-color 0.2s;
  appearance: none;
}

.caremergency .ui-dropdown .ui-dropdown-label {
  padding-right: 2em;
  border: 0;
  border: 0px solid !important;
  background: transparent;
}

.caremergency .ui-dropdown .ui-dropdown-label:hover {
  border: 0px solid #2196f3 !important;
}

.caremergency .ui-dropdown:hover {
  border: 2px solid #2196f3 !important;
}

.caremergency .ui-dropdown {
  border: 2px solid #eeeced;
}

.car-main-left-item {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  height: 42px;
  line-height: 40px;
}

.car-insurance-border {
  box-shadow: none;
  background-color: #fff !important;
  outline: solid 1px #122d3f;
  outline-offset: -2px;
}

.car-insurance-head {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #3949ab !important;
}

.car-insurence-container {
  width: 457px;
  padding-bottom: 0px;
  display: flex;
  flex: 1 1;
}

.car-insurence-container::-webkit-scrollbar {
  height: 6px;
}

.car-insurence-container:hover::-webkit-scrollbar {
  height: 11px !important;
}

.car-insurence-container::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.car-insurence-container::-webkit-scrollbar-thumb {
  background: #007ad9;
  border-radius: 46px;
}

.car-insurence-container::-webkit-scrollbar-thumb:hover {
  background: #3f51b5;
}

.car-insurence-item {
  background-color: #fff;
  min-width: 224px !important;
  border: 2px solid #fff;
  cursor: pointer;
}

.car-insurence-item:hover {
  border: 2px solid #3949ab;
  transition: transform 0.2s;
}

.car-insurance-btn {
  padding: 24px 10px 0px 10px;
  margin-bottom: 30px;
  border-top: 1px solid #d4d4d4;
}

.car-location-details {
  margin-top: 15px;
  margin-bottom: 16px;
}

.car-location-details p {
  font-weight: 500;
  color: dimgrey;
  line-height: 30px;
  font-size: 14px;
}

.car-location-details p i {
  margin-right: 10px;
  color: #007bff !important;
}

.cursorhelp {
  cursor: help !important;
}

.car-pay-option {
  border: 0px solid #eaeaea;
  padding: 8px 15px;
  background-color: #f0f6fc;
  border-radius: 2px;
}

.car-insurance-selected-btn {
  color: #fff !important;
  font-weight: 600;
  border: 0;

  background-color: rgb(0, 163, 0);
}

.car-important-info p {
  font-size: 14px;
  line-height: 24px;
}

.car-important-info .media-body {
  margin-right: 25px;
}

.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #007bff;
  border-color: #007bff;
}

.text-orange:hover {
  color: #ce5f00 !important;
}

.ui-chkbox .ui-chkbox-box:hover {
  border: 1.3px solid #2196f3 !important;
}

.ytb-car-card-item:hover {
  border: 1.2px solid #3f51b5;
}

.hr-8:hover {
  padding-left: 14px !important;
  transition: all 0.4s ease;
  transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
}

.tooltip-inner {
  background-color: #000 !important;
  color: #000;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #000 !important;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #000 !important;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #000 !important;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #000 !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3f51b5;
  border-color: #3f51b5;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  cursor: no-drop;
}

.car-insurence-off {
  color: #ff4545 !important;
  font-size: 18px;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #6c757d;
  border-color: #6c757d;
}

.carformloader {
  background-color: transparent !important;
  border: 0 !important;
}

.slider {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  background: #0db9f0;
  outline: none;
  opacity: 0.7;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: -14px;
  border: 10px solid #0db9f0;
  background-color: #fff;
  z-index: 3;
  border-radius: 16px;
}

.splcarinfo li {
  list-style: none;
  font-size: 16px;

  margin-left: 14px;
  margin-bottom: 6px;
}

.car-voucher .media span {
  float: left;
  text-align: left;
  word-break: break-all;
}

.car-voucher .media-body {
  margin-left: 20px;
}

/* .best_feature_wrapper h3 {
    color: #282828;
    text-transform: capitalize;
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
} */

.best_feature_wrapper {
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
  border: 2px solid #b6d5fb !important;
  box-shadow: 0 2px 7px 2px rgba(86, 86, 86, 0.26);
}

.best_feature_wrapper:hover {
  transition: all 0.5s ease-in-out;
  transform: scale(1.02);
}

.feedback-textarea .ui-inputtext {
  height: 126px !important;
}

hr.dash2 {
  border-top: 1px dashed;
  margin-bottom: 20px;
}

.notice-error-warning .icon i {
  font-size: 20px;
  color: #e24c4b !important;
  left: 21px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

@media (min-width: 768px) {
  .alert .icon {
    text-align: center;
    height: 100%;
    position: absolute;
    /* top: 3px; */
    left: 8px;
    border-radius: 6px 0 0 6px;
  }
  .alert .icon i {
    font-size: 16px;
    color: #80d651;
    left: 0px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
  }
  .alert .icon .warning {
    font-size: 20px;
    color: #feaf20;
    left: 11px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
  }

  .alert .icon .erroricon {
    font-size: 20px;
    color: #fe4c20;
    left: 11px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
  }

  .alert.alert-warningg .icon,
  .alert.alert-warningg .icon:after {
    border: none;
  }
  /* .p-datepicker.p-component {
    min-width: 340px !important;
    z-index: 999999 !important;
  } */
}

.notice-success {
  border-color: #80d651;
  border-left: 6px solid #80d651;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  padding: 10px 30px;
  line-height: 1.25rem;
  position: relative;
  font-size: 14px;
}

.notice-success > p {
  color: #28a745;
}

.notice-warning-error-border {
  border-color: #fe4120 !important;
  background: whitesmoke;
}

.notice-warning-error-border > p {
  color: #fe4120 !important;
}

.notice-warning {
  border-color: #feaf20;
  padding: 15px;
  margin-bottom: 10px;
  padding: 0.625rem 1rem 0.625rem 3rem;
  line-height: 1.25rem;
  position: relative;
  font-size: 14px;
  background: #feaf200d;
}

.notice-error-warning {
  border-color: #ff6e10;
  padding: 15px;
  margin-bottom: 10px;
  padding: 10px 10px;
  line-height: 1.25rem;
  position: relative;
  font-size: 16px;
  background-color: #f9eff0;
}

.notice-error-warning .icon .error {
  font-size: 20px;
  color: #e24c4b !important;
  left: 21px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}

.notice-warning > p {
  color: #feaf20;
}

.driverinfo .ui-inputtext:hover {
  border: 2px solid #2196f3 !important;
}

.main-search-result
  .main-search-filter
  .sidebar-wrapper
  .sidebar-box
  .box-content
  .custom-checkbox
  label:hover {
  color: #3e95ec;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-bottom: 0rem;
  zoom: 1;
}

/*--b2c-v10--*/

.p-button {
  background: transparent !important;
  border: 0px solid #007ad9 !important;
}

.loc-icon .p-inputtext {
  padding-left: 30px !important;
}

/* button.p-datepicker-next.p-link {
    position: absolute;
    left: 89% !important;
    top: 10px !important;
} */

.pd-0-10 {
  padding: 0px 10px !important;
}

.pd-0-10 button {
  padding: 8px 12px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.p-checkbox .p-checkbox-box {
  border: 1px solid #a6a6a6;
  background: #ffffff;
  width: 16px;
  height: 16px;
  color: #333333;
  border-radius: 3px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s,
    box-shadow 0.2s;
}

.custom-control.custom-checkbox .media-body {
  flex: 1;
  line-height: 12px;
  margin-left: 5px;
}

.flt-cal input.p-inputtext.p-component {
  border: 0px solid #eeeced !important;
}

.p-datepicker:not(.p-datepicker-inline) .p-datepicker-header {
    position: relative !important;
}

.p-multiselect {
  border: 2px solid #eeeced !important;
  border-radius: 0px !important;
  width: 100%;
}

.car-del .p-dropdown .p-dropdown-label {
  border: 0px !important;
}

.flt-cale span.p-calendar.p-calendar-w-btn {
  border: 2px solid #eeeced !important;
  font-size: 14px !important;
  border-radius: 4px !important;
}

.flt-cale input.p-inputtext.p-component {
  border: 0px solid #eeeced !important;
}

.flt-cale .p-button.p-button-icon-only {
  position: absolute !important;
  left: -5px !important;
  top: 12px !important;
}

/* .frtvr .p-inputtext {
    border: 2px solid #eeeced !important;
    border-radius: 0px !important;
    height: 45px;
} */

.selectSeatsButtons .nextFlight {
  margin-left: 5% !important;
}

.selectSeatsButtons .previousFlight {
  margin-left: 45% !important;
}

.selectSeatsButtons .closeModal {
  margin-left: 5% !important;
}

.pi-chevron-left:before {
  content: "\e900";
}
.pi:before {
  --webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-chevron-right:before {
  content: "\e901";
}
.pi-chevron-down:before {
  content: "\e902";
}

/* .p-datepicker-header .p-datepicker-title {
    margin: 0 auto 0 9px !important;
} */

@media screen and (max-width: 769px) {
  .flt-cal .p-datepicker table th,
  .p-datepicker table td {
    padding: 0.3px !important;
  }
}

.flt-cal .p-datepicker table td > span {
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 3px;
  transition: background-color 0.2s, box-shadow 0.2s;
  border: 1px solid transparent;
}
.flt-cal .p-datepicker {
  padding: 0.43rem;
}

.services-image-height {
  max-height: 350px !important;
}

.paymentbox {
  background: #fafbfd;
  border: 2px solid #e1ecf8;
  padding: 18px;
  border-radius: 5px;
}

.paymentheader {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 8px;
}

/* 
    New CSS After migration
*/
.p-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.p-datepicker-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem; /* adds space between month and year */
}

.p-datepicker-prev,
.p-datepicker-next,
.p-datepicker-month,
.p-datepicker-year {
  margin: 0;
  padding: 0.25rem 0.5rem;
}

p-calendar .p-inputtext {
  width: 100% !important;
}


.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item {
    margin: 0;
    padding: .429rem .857rem;
    border: 0;
    color: #333;
    background: transparent;
    transition: background-color .2s, box-shadow .2s;
    border-radius: 0;
}

.features-label-details {
  font-size: 12px;
  font-weight: 600;
}

/*!**************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/flight-search.css ***!
  \**************************************************************************************************************************************************************************************************************************/
.bannersection {
  background: #216cc0;
  margin-bottom: 30px;
  padding-top: 10px;
}

.ban_destination {
  font-size: 26px;
  font-weight: 500;
  text-align: right;
}

.ban_date {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
}

.ban_travel {
  font-size: 26px;
  font-weight: 500;
  color: #ffde00;
}

.fetch_info {
  background: #96d1e2;
  padding: 20px 10px 20px 150px;
  border-radius: 4px;
  position: relative;
  height: auto;
  min-height: 50px;
}

.font-white {
  color: #fff;
}

.sin_arow {
  width: 23px;
  height: 24px;
  background: url('sin-icn.png') no-repeat;
  float: left;
  margin: 10px;
}

.doub_arow {
  width: 23px;
  height: 24px;
  background: url('double-icn.png') no-repeat;
  float: left;
  margin: 10px;
}

.btmb_50 {
  margin-bottom: 50px;
}

.fech_hed {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.5px;
  /* margin-bottom: 20px; */
}

.fesearch_icn {
  width: 97px;
  height: 111px;
  position: absolute;
  left: 30px;
  top: -20px;
}

.progress_cust {
  background: url('progress-1.png') repeat-x;
  height: 29px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.progress_cust .progress-bar {
  position: relative;
  background: url('progress-2.png') repeat-x;
}

.progress-bar-icn {
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url('animation-flight.png') no-repeat;
}

.card_new {
  background: #fff;
  border: solid 2px #d7eaf8;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}

.card_new:hover {
  background: #fff;
  border: solid 2px #8eb5e0;
  box-shadow: 0px 0px 29px 3px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.ctop_sec {
  padding: 5px;
}

.cbot_sec .nav-link.active {
  color: #fff;
  background: #0491e0;
  font-size: 16px;
}

.cbot_sec .nav-link {
  color: #666666;
  font-size: 16px;
  background: #ebf3f8;
  border-radius: 15px;
  padding: 1px 10px;
}

.cbot_sec .nav-link:hover {
  color: #0491e0;
  background: #ebf3f8;
  text-decoration: underline;
}

.cbot_sec .tab-content .tab-pane {
  border-top: solid 1px #d9dadd;
  margin-top: 10px;
}

.company_name {
  color: #000;
  font-size: 13px;
  font-weight: 600;
}

.crd_pricebg {
  /* background: #fff; */
  min-height: 108px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  text-align: center;
  /* border-left:2px solid #f0f0f0 */
}

.pbg_class {
  color: #333;
  font-size: 13px;
}

.pbg_price {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 24px;
}

.pbg_selct {
  background: #ff6400;
  color: #fff !important;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 20px;
  /* display: block; */
  text-align: center;
  cursor: pointer;
  /* width: 100%; */
  border-radius: 0px;
}

.pbg_selct i {
  margin-left: 0px;
  color: #fff;
  float: right;
  margin-top: 3px;
  font-weight: 500;
}

.c_city {
  color: #42575a;

  font-size: 6;
  font-weight: 600;
}

.c_city span {
  /* color: #337ed5; */

  font-size: 16px;
  font-weight: 700;
}

.c_date {
  color: #000;
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
}

.c_nonstop {
  color: #666666;
  font-size: 13px;
  margin-top: 2px;
  text-align: center;
  font-weight: 600;
}

.c_stops {
  color: #336af0;
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}

.c_planebg {
  background: #d7d7d7;
  height: 1px;
  /*margin-top:15px; margin-bottom:15px; */
  width: 100%;
  position: relative;
}

.c_laybor {
  background: #d9dadd;
  height: 1px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.c_plane {
  width: 18px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: -6.5px;
  background: url('c-plane.png') no-repeat;
}

.c_time {
  color: #000;
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 600;
}

.plm-10 {
  padding-left: -10px;
}

.prm-10 {
  padding-right: -10px !important;
}

.arrow_flip {
  width: 18px;
  height: 18px;
  background: url('c-plane.png') no-repeat;
  transform: rotate(90deg);
}

.vdc_city {
  color: #000;

  font-size: 14px;
  font-weight: 600;
}

.vdc_time {
  color: #336af0;

  font-size: 16px;
  font-weight: 700;
  border-right: 1px dashed #d9dadd;
  padding-right: 5px;
  margin-right: 2px;
}

.vdc_date {
  color: #666666;
  font-size: 14px;
  line-height: 18px;
}

.f-line {
  position: relative;
}

.f-line:before {
  content: "";
  position: absolute;
  border-left: solid 1px #d9dadd !important;
  width: 1px;
  top: 23px;
  bottom: 15px;
  left: 0px;
}

.f-bor-lr {
  padding: 0 20px;
  position: relative;
}

.f-bor-lr:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: #4a4a4a;
  left: -4px;
  top: 15px;
}

.f-bor-lr:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: url('c-plane.png') no-repeat;
  transform: rotate(90deg);
  left: -11px;
  bottom: 4px;
}

.paddingmid {
  padding-top: 8px;
}

.c_timeblue {
  color: #337ed5;
}

/*.layover{ background:#ebf3f8; color:#333; display:inline-block;margin-top:-70px;
font-size:18px; font-weight:600; padding:5px 20px; border-radius:20px;
}*/

.layover {
  background: #ebf3f8;
  color: #333;
  /* display: inline-block; */
  margin-top: -35px !important;
  /*  */
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  height: 35px;
  border-radius: 20px;
  width: auto;
  margin: auto;
}

.change-layover {
  background: #ebf3f8;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  padding: 5px;
  border-radius: 20px;
  width: 200px;
  margin: auto;
}

.change-layover .fas {
  margin-top: 4px;
  margin-left: 1px;
}

.layover span {
  color: #0491e0;
}

.operator {
  color: #ff7f00;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
}

.ml-10 {
  margin-left: -10px;
}

/* @media only screen and (max-width: 991px) {
    .ban_destination {
        font-size: 24px;
    }
    .ban_travel {
        font-size: 24px;
    }
    .ban_img_none {
        display: none !important;
    }
    .ban_date {
        font-size: 18px;
    }
    .fech_hed {
        font-size: 22px;
    }
    .fetch_info {
        padding: 10px 10px 10px 130px;
    }
    .ctop_sec {
        padding: 15px;
    }
} */

/* @media only screen and (max-width: 768px) {
    .pbg_selct {
        width: 200px;
        margin: auto;
    }
    .crd_pricebg {
        text-align: center;
    }
    .borderrightsec {
        text-align: center;
    }
    .ban_date {
        text-align: left !important;
    }
    .ban_destination {
        font-size: 20px;
    }
    .ban_travel {
        font-size: 20px;
    }
    .ban_date {
        font-size: 16px;
    }
    .fetch_info {
        padding: 10px 10px 10px 90px;
    }
    .fech_hed {
        font-size: 18px;
        line-height: 20px;
    }
    .fesearch_icn {
        width: 70px;
        height: 80px;
        position: absolute;
        left: 0px;
        top: -20px;
    }
    .fesearch_icn img {
        width: 100%;
    }
    .banw100 {
        width: 100%;
    }
    .sin_arow {
        transform: rotate(90deg);
    }
    .ban_dflex {
        display: block !important;
    }
    .doub_arow {
        transform: rotate(90deg);
    }
    .htext_right {
        text-align: left !important;
    }
} */

/* .ytb-search-results-sort-list>li {
    float: left;
    background-color:#ebf3f8;
    border:solid 2px #fff;
    border-radius:30px;
    margin-right:15px;
    font-size: 20px;
    font-weight:600;
} */

/* .ytb-search-results-sort-list>li>a {
   padding:5px 20px;
    color: #333333;
    text-align: center;
} */

/* .ytb-search-results-sort-list>li>a.active{
    color: #000102;
    background-color:#ebf3f8;
    border:solid 2px #ff7f00;
    } */

/* .ytb-search-results-sort-list{border-bottom: solid 1px #ff7f00!important;}    
.ytb-search-results-sort-list>li>a>span{color:#0491e0;} */

/* .sidebar-wrapper .wrapper-inner {
    width: 100%;
    background-color: #fff;
    border: solid 1px #d9dadd;
} */

/* .sidebar-wrapper .sidebar-title {
    padding: 20px 20px 18px;
    margin: 0 0 10px;
    background: #ebf3f8!important;
    color: #336af0;
    font-size:24px;  font-weight:500;
} */

/* .sidebar-box .box-title h5 { color:#062754;
font-size:18px;  
font-weight:500;
} */

.ng5-slider .ng5-slider-pointer {
  cursor: pointer !important;
  width: 16px !important;
  height: 16px !important;
  top: -7px !important;
  background-color: #007bff !important;
  z-index: 3 !important;
  border-radius: 16px !important;
}

.ng5-slider .ng5-slider-pointer:after {
  content: "";
  width: 0px !important;
  height: 0px !important;
  position: absolute !important;
  top: 12px !important;
  left: 12px !important;
  border-radius: 4px !important;
  background: #336af0 !important;
}

.ng5-slider .ng5-slider-selection {
  z-index: 2 !important;
  background: #007bff !important;
  border-radius: 2px !important;
}

/* .flightlabel label {
    font-size: 14px!important;
    padding-top: 3px;
    color:#062754!important;
    ont-weight:400!important;
} */

.tab_org {
  width: 100%;
  border-bottom: 1px solid #ff7f00 !important;
}

.ban_dflex {
  display: flex !important;
}

/* .change-search-wrapper{
background:#fff; border:solid 1px #d9dadd;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
padding:10px;
border-radius:4px;
} */

.airlines_count {
  color: #0491e0;
  font-weight: bold;
}

/* .devider_fil {
    width: 100%;
    height: 1px;
    background: #d9dadd;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
} */

.htext_right {
  text-align: right;
}

.upd_search {
  background: #fff !important;

  font-size: 20px !important;
  font-weight: 600 !important;
  color: #000102 !important;
  padding: 5px 10px;
  border: 2px solid #ebf3f8;
  margin-right: -15px !important;
  padding-right: 35px;
}

.upd_search:hover {
  background: #ebf3f8 !important;
  border-color: #ebf3f8 !important;
}

.v_detail {
  color: #666666;
  font-size: 16px;
  background: transparent;
  border-radius: 0;
  padding: 0;

  cursor: pointer;
  margin-right: 15px;
}

.v_detail:focus {
  box-shadow: none !important;
}

.v_detail:hover,
.v_detail:active {
  color: #fff;
  background: #0491e0;
  font-size: 16px;
}

button:focus {
  box-shadow: none !important;
  outline: none;
}

/* .ytb-collapse-wrapper .collapse-header [data-toggle=collapse]:not(.collapsed) 
{     
    color: #0491e0; 
}   */

/* .ytb-collapse-wrapper .collapse-header .collapse-title>a 
{     
    display: block;     
    color: #062754;     
        
    font-size: 18px;     
    font-weight: 600;     
    text-transform: uppercase; 
}   */

/* .sidebar-box { margin: 0px; }   */

/* .sidebar-box .box-title 
{     
    text-transform: capitalize;     
    line-height: 1;     
    font-weight: 400;     
    padding: 10px; 
}   */

/* .sidebar-box .box-content 
{     
    padding: 7px 0;     
    margin: 0 10px; 
} */

.mae_pos {
  position: relative;
}

.mae_posbg {
  width: 27px;
  height: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
}

.kgs {
  font-weight: 600;
  color: #ff7f00;
}

.tab_border .table {
  border: solid 1px #ebf3f8;
}

.tab_border .table td,
.tab_border .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebf3f8;
  font-size: 14px;
  color: #666;
}

.tab_border .table .thead-light th {
  color: #333 !important;
  padding: 10px 0px !important;
  background-color: #f2f2f2;
  border-color: #ebf3f8;
}

.ptxt {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.bg_rule {
  color: #062754;

  font-size: 20px;
}

.hor_line {
  width: 100%;
  height: 1px;
  background: #d9dadd;
  float: left;
}

/* =======================SSL */

.ssl_bg {
  background: #fff;
  border: solid 1px #d9dadd;
  color: #333333;
  line-height: 20px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  ookwithtyb_bg {
    background: #ebf3f8;
    line-height: 20px;
    width: 100%;
    padding: 10px;
  }
}

.bookwithtyb_bg ul {
  margin: 0px;
  padding: 0px;
}

.bookwithtyb_bg ul li {
  margin-left: 24px;
  list-style: none;
  color: #062754;
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: left;
}

.dis-in-blck {
  display: inline-block;
}

.bookwithtyb_bg ul li::before {
  content: "\2022";
  color: #22cc00;
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  margin-left: -1em;
}

.flightseat_dropdown
  .ui-dropdown-panel
  .ui-dropdown-items
  .ui-dropdown-item.ui-state-highlight {
  color: #ffffff;
  background-color: #e7e7e7;
}

.flightseat_dropdown .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item,
body .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item-group {
  margin: 0;
  padding: 0.429em 0.857em;
  border: 0 none;
  color: #333333;
  background-color: transparent;
  border-radius: 0;
  padding: 0.5rem 1.5rem !important;
  border-bottom: solid 1px #d9dadd !important;
}

.flightseat_dropdown .ui-dropdown .ui-dropdown-label {
  padding-right: 2em;
  height: 55px !important;
  padding-top: 11px;
}

.flightseat_dropdown .ui-dropdown .ui-dropdown-trigger {
  /* background-color: #ffffff; */
  width: 2em;
  line-height: 2em;
  text-align: center;
  padding: 0;
  color: #848484;
  font-size: 24px;
}

.shedule_header {
  font-size: 20px;
  text-align: center;
  background-color: #1dd5d4;
  color: #ffff;
  border-radius: 16px;
  padding: 5px;
  margin: 5px;
}

.old-background {
  background-color: rgba(0, 0, 0, 0.04);
}

.new_background {
  background-color: rgba(0, 135, 245, 0.08);
}

.marginleft10 {
  margin-left: 10px;
}

.borderrightsec {
  border-right: 2px solid #f0f0f0;
  min-height: 108px;
  text-align: center;
}

.pt-4custom,
.py-4custom {
  padding-top: 5px !important;
}

.padding1 {
  padding: 1px;
}

.paddingtopcustom {
  padding-top: 20px;
}

.customheader {
  color: #0178bc;
  font-weight: 700;
}

.customtable th {
  background: #e0f1f9;
  border: 2px solid #337ed5;
  padding: 5px;
  color: #0178bc;
}

.customtable {
  border: 2px solid #000;
  width: 100%;
}

.customtable td {
  background: #fff;
  border: 2px solid #337ed5;
  padding: 5px;
  font-size: 14px;
}

.flipflight {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.mobileview {
  display: none;
}

.selecteddiv {
  position: relative;
  background: #56af31;
  padding: 6px;
  font-size: 14px;
  color: #fff;
  border-radius: 0 0 5px 5px;
  text-align: center;
  margin-top: -9px;
  line-height: 18px;
}

.selecteddiv span {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: block;
  text-align: Center;
}

.selecteddiv:before {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #2f2f2f;
  top: 0px;
  right: -7px;
  z-index: -1;
}

.crd_pricebgminauto {
  min-height: 50px;
}

.card_newtop {
  background: #fff;
  border: solid 2px #d7eaf8;
  border-radius: 4px;
}

.crdpricingnew {
  display: table;
  margin: 15px auto 0 auto;
}

/*new styles 04072020*/

.cbot_secdetailview .card {
  border-top: solid 0px #bddef1 !important;
  padding: 8px 25px !important;
}

.container_hed {
  background: #5194db;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  padding: 2px 0 2px 10px;
}

.infomessageBaggageDescription {
  max-width: 100%;

  .bx--row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .bx--col-lg-16 {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
  }

  #ytbdocs-new-version {
    margin-top: 0.25rem;
  }
  .bx--inline-notification--low-contrast.bx--inline-notification--warning,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning-alt {
    border-left: 3px solid #f1c21b;
    background: #fdf6dd;
  }

  
  .bx--inline-notification--low-contrast.bx--inline-notification--info,
  .bx--inline-notification--low-contrast.bx--inline-notification--info-alt {
    border-left: 3px solid #0043ce;
    background: #edf5ff;
  }

  .bx--inline-notification--low-contrast {
    color: #161616;
  }
  .bx--inline-notification--warning,
  .bx--inline-notification--warning-alt {
    border-left: 3px solid #f1c21b;
    background: #393939;
  }


  .bx--inline-notification--info,
  .bx--inline-notification--info-alt {
    border-left: 3px solid #0043ce;
    background: #edf5ff;
  }

  .bx--inline-notification {
    position: relative;
    display: flex;
    width: 100%;
    min-width: 18rem;
    max-width: 18rem;
    height: auto;
    min-height: 3rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff;
  }

  .bx--inline-notification {
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 1px !important;
    margin-top: 0px !important;
  }

  .bx--inline-notification__details {
    display: flex;
    flex-grow: 1;
    margin: 0 3rem 0 1rem;
  }

  .bx--inline-notification--low-contrast.bx--inline-notification--warning
    .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning
    .bx--toast-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning
    .bx--actionable-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning-alt
    .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning-alt
    .bx--toast-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--warning-alt
    .bx--actionable-notification__icon {
    fill: #f1c21b;
  }

  

  .bx--inline-notification--low-contrast.bx--inline-notification--info
    .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--info
    .bx--toast-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--info
    .bx--actionable-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--info-alt
    .bx--inline-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--info-alt
    .bx--toast-notification__icon,
  .bx--inline-notification--low-contrast.bx--inline-notification--info-alt
    .bx--actionable-notification__icon {
    fill: #0043ce !important;
  }


  .bx--inline-notification__icon {
    flex-shrink: 0;
    margin-top: 14px;
    margin-right: 1rem;
  }

  .bx--inline-notification__text-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 0.9375rem 0;
  }

  .bx--inline-notification__title {
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 18px;
    color: black;
    margin: 0 0.25rem 0 0;
  }

  .bx--inline-notification__subtitle {
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 18px;
    color: #161616;
  }
}

.text-justify{
  text-align: justify !important;
}
/*!********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/booking.css ***!
  \********************************************************************************************************************************************************************************************************************/

.clr_green {
    color: #00ac4c !important;
}

.check {
    background: #88848417;
}

.shadow_bg {
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(239, 235, 240, 1);
    padding: 10px 0px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.bor_radiust00 {
    border-radius: 0px 0px 4px 4px !important;
}

.ff20 {
    font-size: 20px;
}

.ff18 {
    font-size: 18px !important;
}

.col_333 {
    color: #333333;
}

.devider_bor {
    width: 100%;
    height: 1px;
    background: #d9dadd;
}

.nav-tabs2 {
    display: none;
}

@media (min-width: 768px) {
    .bookinginfotabs .nav-tabs2 .nav-link .tab_pinfo {
        width: 38px;
        height: 38px;
        background: url('pinfo.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link .tab_ancillary {
        width: 38px;
        height: 38px;
        background: url('ancillary.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link .tab_summry {
        width: 38px;
        height: 38px;
        background: url('summary.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link .tab_payment {
        width: 38px;
        height: 38px;
        background: url('payment.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link.active .tab_pinfo {
        width: 38px;
        height: 38px;
        background: url('pinfo-active.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link.active .tab_ancillary {
        width: 38px;
        height: 38px;
        background: url('ancillary-active.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link.active .tab_summry {
        width: 38px;
        height: 38px;
        background: url('summary-active.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .nav-tabs2 .nav-link.active .tab_payment {
        width: 38px;
        height: 38px;
        background: url('payment-active.png') no-repeat;
        margin: auto;
    }
    .bookinginfotabs .card {
        border: none;
    }
    .bookinginfotabs .card .card-header {
        display: none;
    }
    .bookinginfotabs .tab-content {
        border: solid 0px #d9dadd !important;
        border-radius: 0px 0px 0px 0px !important;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tab-pane {
        opacity: 1;
    }
}

.modal-xl {
    max-width: 1140px;
}

.subhed_bg {
    
    font-size: 22px;
    font-weight: 600;
    color: #216cc0;
    line-height: 30px;
    margin-bottom: 8px;
}

.newinput {
    border: solid 1px #bbbbbb !important;
    height: 50px !important;
}

.starclr {
    color: #ff0000;
}


/*20-5-2020*/

.flighttabs .nav-tabs {
    padding: 0px;
}

.flighttabs .nav-tabs li a {
    display: block;
    padding: 5px 10px;
    border-radius: 4px 4px 0 0;
    margin-right: 10px;
    color: #114389 !important;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border: 2px solid #e2eaf8;
}

.flighttabs .nav-tabs li a .airport {
    color: #5a55a3;
    
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    font-weight: 600;
}

.flighttabs .nav-tabs li a .flightno {
    color: #5a55a3;
    
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.flighttabs .nav-tabs li a .tabflight {
    width: 18px;
    height: 18px;
    background: url('c-plane.png') no-repeat 4px 4px;
    margin: auto;
    display: inline-block;
}

.flighttabs .nav-tabs li a:hover {
    text-decoration: none !important;
}

.flighttabs .nav-tabs li.active a {
    background: #fff !important;
    display: block;
    color: #114389 !important;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border: 2px solid #94aaca;
}

.flighttabs .nav-tabs li.dropdown ul li a {
    height: 25px;
}

.flighttabs .nav-tabs li.active a .airport {
    color: #2e5b97;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    clear: both;
    font-weight: 600;
}

.flighttabs .nav-tabs li.active a .flightno {
    color: #2e5b97;
    
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.flighttabs .nav-tabs li a.dropdown-toggle::after {
    border: none !important;
}

.flighttabs .tab-content {
    border: 0px solid #7f9bc0 !important;
    margin-top: -2px;
}

.outerpadding {
    padding: 0 50px;
}

.outerborder {
    border: 2px solid #7f9bc0 !important;
    padding: 10px;
}

.flighttabs table {
    border: solid 1px #d9dadd !important;
    border-top: none !important;
}

.flighttabs table th {
    background: #357fd6 !important;
    color: #fff;
    text-align: left;
    /* text-transform: uppercase; */
    border-top: none !important;
    
    font-size: 14px;
    padding: 5px !important;
    font-weight: 600;
    vertical-align: middle;
}

.aap {
    color: #222 !important;
    font-size: 11px !important;
    padding-top: 3px;
}

.savenext_but {
    background: #ff7f00;
    color: #fff !important;
    /* font-weight: 600; */
      
    font-size: 18px;
    padding: 7px 7px;
    /* ans-serif; */
    font-weight: 700;
    line-height: 1.5;
    text-transform: none !important;
    cursor: pointer;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

.savenext_but:hover {
    color: #fff;
    background: #0391e0;
}

.summary .collapsed .fa {
    transform: rotate(-180deg);
    float: right;
    margin-top: 5px;
}

.position-sticky {
    position: sticky !important;
    top: 0;
    z-index: 100;
}

.view_bg {
    background: #fff;
    border-left: solid 1px #d9dadd;
    min-height: 120px;
    padding-left: 10px;
    padding-top: 10px;
    padding-top: 40px;
    cursor: pointer;
}

.new_layoverbg {
    background: #ebf3f8;
    padding: 10px 15px 10px 10px;
}

.org_clr {
    color: #ff7f00 !important;
}

.fs_fno {
    color: #216cc0;
    font-size: 14px;
    line-height: 25px;
    float: left;
    font-weight: 600;
    padding-top: 5px;
}

.fs_fno-v {
    color: #216cc0;
    font-size: 14px;
    float: left;
    font-weight: 600;
    padding-top: 0px;
}

.ff-flight {
    background: url('fs-ftno.png') left center no-repeat;
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 5px;
}

.ticketcharge_hed {
    color: #000000;
    
    font-size: 18px;
    font-weight: 600;
}

.ticketcharge_img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}

.ticketcharge_con {
    float: left;
    line-height: 40px;
    color: #333333;
}

.ticketcharge_price {
    color: #000000;
    
    line-height: 40px;
    font-weight: 600;
    font-size: 18px;
}

.total_count {
    color: #00ac4c !important;
}

.ovflow-x {
    overflow-x: auto;
}

.seat_tabs .carousel-control-next,
.carousel-control-prev {
    width: 48%;
}

.seat_tabs .carousel-indicators {
    position: fixed;
    bottom: 10px;
    top: 0px;
    z-index: 15;
    display: -ms-flexbox;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
    background: #5a55a3 !important;
    height: 60px !important;
}

.seat_tabs .carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    height: 55px !important;
    margin-right: 5px;
    margin-left: 5px;
    text-indent: 0px;
    background: #5a55a3 !important;
    width: 150px !important;
    color: #0d0855;
    text-align: center;
    margin-top: 5px;
    color: #fff;
    
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;
    cursor: pointer;
}

.seat_tabs .carousel-indicators .active {
    background: #fff !important;
    border-radius: 4px 4px 0px 0px;
    margin-top: 5px;
    color: #333333 !important;
}

.seat_tabs .carousel-inner {
    margin-top: 20px !important;
}

.hor_line {
    width: 100%;
    height: 1px;
    background: #d9dadd;
    float: left;
}

.seat_information {
    position: absolute;
    bottom: 23px;
    left: -109px;
    display: none;
    width: 240px;
    box-shadow: 0px 0px 5px 2px rgba(239, 235, 240, 1);
    border-radius: 4px;
    z-index: 9999 !important;
    overflow-x: visible !important;
}

.seat_information .seat_info:hover {
    display: none;
}

.seat_information .seat_info {
    border: none !important;
}

.assign_seat {
    position: absolute;
    bottom: 23px;
    left: -115px;
    z-index: 99999;
    width: 250px;
    visibility: visible !important;
}

.seat_info {
    position: relative;
    background: #ffffff;
    border: 1px solid #d9dadd;
    text-align: left;
    padding: 10px;
    border-radius: 4px;
    z-index: 2;
}

.seat_info:after,
.seat_info:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.seat_info:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.seat_info:before {
    border-color: rgba(217, 218, 221, 0);
    border-top-color: #d9dadd;
    border-width: 11px;
    margin-left: -11px;
}

.seat-cls-btn {
    background-color: red !important;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 25px;
}

.seat-login-crss {
    position: relative;
    top: -4px;
}

.saet_info_con {
    color: #666666;
    font-size: 14px;
    line-height: 18px;
}

.saet_info_con span {
    color: #336af0;
    
    font-weight: 600;
    font-size: 14px;
}

.seattd {
    position: relative;
    width: 26px
}

.seattd:hover .seat_information {
    display: block !important;
}

.con_icn {
    width: 53px;
    height: 53px;
    margin-top: -55px !important;
    margin: auto;
}


/*Seat old and new*/

.seat_selection .table-bordered td,
.table-bordered th {
    border: none !important;
}

.seat {
    width: 28px;
    height: 28px;
    background: url('normal-seat.png') no-repeat;
    cursor: pointer;
}

.seat:hover {
    width: 28px;
    height: 28px;
    background: url('select.png') no-repeat;
}

.seat.active {
    width: 28px;
    height: 28px;
    background: url('selected.png') no-repeat;
}

.seat-selection .modal-body {
    height: 100% !important;
    overflow-y: inherit !important;
}

.seat-selection .modal-content {
    width: 100% !important;
    border-radius: 20px !important;
}

.custommodel {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #c3ddf6;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c3ddf6 0%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c3ddf6', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.spinner_rectangle {
    width: 40px;
    height: 40px;
    background-color: #1a8eff;
    margin: 50px auto;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


/*Confirmation Page*/

.grey_bg {
    background: #f8f8f8;
    padding: 8px 0px;
    margin-top: 10px;
}

.book_id {
    color: #666666;
    ook_id span {
    
    font-weight: 600;
    font-size: 20px;
}

.book_way {
    background: #d7d7d7;
    padding: 5px 10px;
    color: #000;
    border-radius: 4px;
    display: inline-block;
    font-size: 18px;
}

.seat-anc-cnt-img img {
    width: 100%;
    border-radius: 5px;
}

.box-sha {
    box-shadow: 0 11px 26px rgba(82, 95, 128, 0.08) !important;
    border-radius: 4px;
}





.pad-0 {
    padding: 0px;
}

.anc-t-h {
    width: 60%;
}

.anc-p1 {
    padding: 10px;
}


/*ancillary*/

.bagg-sec {
    border: 2px solid #a5c6ec !important;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.single_bag {
    transition: all 0.3s ease 0s;
}

.single_bag .bag_head img {
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 150px;
}

.single_bag .price {
    z-index: 2;
    color: #0c9bd0;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    padding-bottom: 15px;
    padding-top: 12px;
}

.single_bag .price img {
    margin-top: -8px;
    transition: all 0.3s ease 0s;
}

.single_bag .bag_content {
    padding: 15px;
    background: #f9f9ff;
    position: relative;
    transition: all 0.3s ease 0s;
}

.single_bag .bag_content .tag {
    padding: 2px 21px;
    font-size: 13px;
    color: #fff;
    background: #002347;
    text-transform: uppercase;
}

.single_bag .bag_content h4 {
    font-size: 16px;
    font-weight: 500;
}

.single_bag .bag_content p {
    font-size: 14px;
    font-weight: 400;
}

.single_bag .bag_content h4 a {
    color: #002347;
}

.single_bag .bag_content p {
    margin: 0;
}

.single_bag .bag_content .bag_meta {
    margin-top: 25px;
}

.single_bag .bag_content a {
    color: #002347;
}

.single_bag .authr_meta img {
    width: auto !important;
    display: inline-block !important;
}

.single_bag .authr_meta span {
    color: #002347;
    font-weight: 500;
}

.single_bag .bag_head {
    position: relative;
    overflow: hidden;
}



.single_bag:hover .bag_head img {
    transform: scale(1.2);
}

.single_bag:hover .bag_content {
    background: #fff;
}

.single_bag:hover h4 a {
    color: #fdc632;
}

.baggab {
    width: 100%;
    background: #ffffffdb;
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
    padding: 0px 10px;
}

.other_anc {
    width: 100%;
    background: #fd9346;
    margin-bottom: 10px;
}



.checkout-step-body {
    background: #fff;
    padding: 15px 15px;
}

.tb-clr {
    background: azure;
    border-radius: 10px;
}


.in-container_hed_paidm {
    background: #5b86e5;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
}

.in-container_hed_other_anc {
    background: #fd9346;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
}

.anc-tab img {
    padding-right: 4px;
}

.svg {
    fill: #fff !important;
}

.hr {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px dotted rgb(192, 202, 213);
}

.pase-num {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #003680;
}

.btn-grad {
    background: #009ed8;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    padding: 8px 30px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
}

.btn-grad:hover {
    background: #0079a5;
}

.anc-tab .nav-tabs .nav-item {
    margin-bottom: 0px !important;
    background: #ebebeb;
    border-radius: 20px 20px 0px 0px;
}

.anc-tab .nav-tabs {
    border-bottom: 4px solid #b7d4f1;
}

.tbh {
    background: #b9daf7;
}

.testi_text.single_bag p {
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .anc-t-h {
        width: 75%;
    }
}

@media (max-width: 480px) {
    .anc-t-h {
        width: 100%;
        font-size: 12px;
    }
    .anc-tab .nav-tabs .nav-link {
        padding: 6px;
    }
}

.tb-clr .table td {
    padding: 8px !important;
}

.tb-clr .table th {
    padding: 5px !important;
}

.flighttabs .nav-tabs li a:after {
    position: absolute;
    content: "";
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 2px;
    background: #7f9bc0;
}

.flighttabs .nav-tabs li.active a:after {
    position: absolute;
    content: "";
    left: 0.5px;
    right: -0.2px;
    bottom: -2px;
    height: 3px;
    background: #fff;
}

.flighttabs .nav-tabs li.active a {
    position: relative;
}

.flighttabs .nav-tabs li a {
    position: relative;
}

.outerborder.custom-select {
    border: 2px solid #9ac0eb !important;
}

.boxpadding {
    padding: 10px 20px;
}

.paymentbox {
    background: #fafbfd;
    border: 2px solid #e1ecf8;
    padding: 18px;
    border-radius: 5px;
    
}

.subboxsection {
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 0px dotted #9bbeeb;
    padding-top: 0px;
  
}

.subboxsection_coupon {
    margin-bottom: 5px;
    margin: auto;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.coupandiv {
    display: flex;
}

.cpn-cls {
    text-align: right;
    position: absolute;
    right: 5px;
    /* bottom: 10px; */
}

.subboxsection_total {
    padding-bottom: 15px;
    border-bottom: 1px dotted #9bbeeb;
    border-top: 1px dotted #9bbeeb;
    padding-top: 15px;
}

.subboxsection_totaltop {
    padding-bottom: px;
    border-bottom: 0px dotted #9bbeeb;
    border-top: 1px dotted #9bbeeb;
    padding-top: 1px;
    margin-top: 10px;
}

/* .paymentheader {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
} */

.subboxsection .paymentsubheader,
.subboxsection_coupon .paymentsubheader {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px;
}

.p_amountdiv span {
    color: #093c84;
    font-weight: 700;
    font-size: 16px;
}

.p_amountdiv {
    color: #6c8bb6;
    font-size: 14px;
    font-weight: 600;
}

.totalamount {
    color: #6c8bb6;
    font-size: 16px;
    font-weight: 600;
}

.paymentcol1 {
    padding-top: 8px;
}

.paymentcol2 {
    padding-top: 8px;
   
}

/* .totallabel {
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
}

.totalamount span {
    color: #ff6400;
    font-size: 22px;
    font-weight: 700;
} */

.coupandiv .form-control {
    border: 2px solid #7ebadb !important;
    border-radius: 5px !important;
    font-size: 14px;
}

.coupandiv .btn-outline-custom {
    border-radius: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    background: #28a745;
    height: 35px;
    line-height: 16px;
}

.coupandiv .btn-outline-custom:hover {
    color: #fff;
    background-color: #009c24;
}

.w110 {
    width: 22%;
    vertical-align: middle;
}

.securediv span {
    display: inline-block;
    vertical-align: bottom;
    padding-right: 8px;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
}

.securediv {
    text-align: right;
}

.paddingt5 {
    padding-top: 5px;
}

.custom-radio input:checked~label {
    color: #515151;
}

.custom-checkbox input:checked~label {
    color: #515151;
}

.payment-option-item .custom-control {
    padding-left: 0rem !important;
}

.p_labels {
    font-size: 12px;
    font-weight: 700;
}

.borderbottomline {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
}

.borderbottomline_payment {
    margin-bottom: 10px;
    position: relative;
}

.borderbottomline_payment:after {
    left: -20px;
    right: -20px;
    content: "";
    position: absolute;
    height: 1px;
    background: #e3e3e3;
    bottom: 0;
}

.customradiodiv .custom-control-label {
    margin-left: 25px;
    padding-left: 10px;
}

.padding30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

/* .help_div h5,
.help_div h6,
.help_div_text h6 {
    line-height: 1;
    margin: 0;
    letter-spacing: 0px;
    font-weight: 700;
}

.help_div .phone-number {
    display: block;
    border-radius: 50px;
    font-size: 20px;
    background: #3d77b1;
    padding: 10px;
    height: 68px;
}

.help_div h6 {
    padding-left: 20px;
    padding-bottom: 8px;
    color: #1f2932;
}

.help_div_text h6 {
    padding-bottom: 8px;
    color: #1f2932;
}

.help_div .phone-number i {
    font-size: 35px;
    color: #64bd3e;
    float: left;
    height: 55px;
    border-right: 1px dotted #ccc;
    padding: 10px;
    margin-right: 10px;
}

.help_div .phone-number span {
    color: #ffffff;
    font-weight: 700;
    float: left;
}

.help_div .phone-number b {
    display: block;
    font-size: 12px;
    color: #000;
    padding-left: 0px;
    font-weight: 500;
} */

.customul {
    padding: 0;
    margin: 0;
}

.customul li {
    padding: 10px;
}

/* .help_div_text {
    padding-left: 20px;
    margin-left: 0px;
    border-left: 1px dotted #9ac0eb;
    min-height: 105px;
} */


/*end*/


/*seat map styles*/

.seatmaptable {
    padding: 0;
    border: 0;
}

.seatmaptable td {
    padding: 0;
    line-height: 0;
    vertical-align: top;
}

.frontmiddle {
    width: 247px;
    background: url('flight-frontBG.png') no-repeat left top;
    background-size: 100% 100%;
}

.centermiddle,
.businesssection,
.centercafteriamiddle {
    background: url('flight-middle.png') repeat-x left top;
    background-size: 100% 100%;
    height: 166px;
}

.wingtop {
    background: url('flight-topBG.png') no-repeat left top;
    height: 120px;
}

.wingbottom {
    background: url('flight-bottomBG.png') no-repeat left top;
    height: 120px;
}

.backtop {
    background: url('flight-backtopBG.png') no-repeat left bottom;
    width: 253px;
}

.backmiddle {
    background: url('flight-backmiddleBG.png') no-repeat left top;
    width: 253px;
    background-size: cover;
}

.backbottom {
    background: url('flight-backbottomBG.png') no-repeat left top;
    width: 253px;
}

.econamy {
    background: url('economy-class.jpg') no-repeat;
    background-size: 100% 100%;
    width: 400px;
    height: 154px;
}

.bussiness {
    background: url('business-class.jpg') no-repeat;
    height: 144px;
    width: 140px;
}

.Premiumeconomy {
    background: url('premium-economy-class.jpg') no-repeat;
    height: 150px;
    width: 120px;
}

.frontcabin {
    padding: 0;
    margin: 0;
}

.frontcabindiv {
    padding-left: 210px;
    padding-top: 8px;
}

.frontcabin tr td {
    vertical-align: middle;
}

.centermiddle table tr td,
.businesssection table tr td,
.centercafteriamiddle table tr td {
    line-height: 0;
    font-size: 12px;
    font-weight: 700;
    vertical-align: middle !important;
}

.custompadding tr td img {
    margin: 1.5px 4px;
    max-width: none;
}

.exit2,
.exit1 {
    position: relative;
}

.exit1:before {
    content: url('Exit-right.png');
    position: absolute;
    width: 22px;
    height: 22px;
    top: -23px;
    left: 0;
}

.middleheight {
    padding: 6px;
}

.seatmaptable td .lavetory {
    padding: 5px;
    background: #4990e2;
}

.cafteria {
    height: 50px;
    vertical-align: middle;
    text-align: center;
    background: #4990e2;
}

.cafteriafront {
    height: 62px;
    vertical-align: middle;
    text-align: center;
    background: #4990e2;
}

.business_count {
    width: 36px;
    text-align: center;
    line-height: 0;
    font-size: 10px;
    font-weight: 700;
}

.seat_count {
    width: 26px;
    text-align: center;
    line-height: 0;
    font-size: 11px;
    font-weight: 600;
    /* padding: 0px 6px !important; */
}

.padding15 {
    padding-top: 15px;
}

.b_text,
.e_text {
    padding-top: 43px;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.businessh_bottom {
    background: url('b_h_bg.png') no-repeat left top;
    padding-left: 50px;
    margin-top: 10px;
}

.businessh_bottom .businessh_top {
    background: url('b_h_bg.png') no-repeat right top;
    height: 30px;
}

.eh_bottom {
    background: url('eh_bottombg.png') no-repeat left top;
    padding-left: 50px;
    margin-top: 10px;
}

.eh_bottom .eh_top {
    background: url('eh_topbg.png') no-repeat right top;
    height: 30px;
}

.seatmaptabletop {
    border: 1px solid #e5e8ed !important;
    border-radius: 8px 8px 0 0 !important;
}

.seatmaptabletop tr th {
    background: #b9d8f3 !important;
    color: #687a91 !important;
}

.seatmaptabletop tr td {
    border-bottom: 1px solid #e5e8ed !important;
    color: #687a91 !important;
}

.seatmap_hintview {
    padding: 20px 0 0 0;
    margin: 0 auto;
    display: table;
}

.seatmap_hintview li {
    float: left;
    padding: 10px 10px !important;
    text-align: center !important;
}

.seatmap_hintview:after {
    clear: both;
    content: "";
    display: block;
}

.smalldiv {
    display: table;
    margin: auto;
}


/*end*/

/* @media (max-width: 600px) {
    .boxpadding {
        padding: 10px 15px;
    }
    .help_div_text {
        padding-top: 15px;
    }
    .savenext_but {
        padding: 12px 12px;
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .paymenttabdatadiv .col-4,
    .paymenttabdatadiv .col-3 {
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .savenext_but {
        margin-top: 0px;
    }
}

@media (max-width: 480px) {
    .paymentheader {
        text-align: left;
        font-size: 16px !important;
        padding-top: 10px;
    }
    .securediv {
        text-align: left;
    }
    .custom-control.custom-radio.custom-control-inline {
        text-align: -webkit-match-parent;
        margin: auto;
        margin-left: 3%;
        margin-top: 2px;
    }
    .p_labels {
        text-align: left;
        padding-left: 10px;
        padding-top: 7px;
    }
    .flightcvv i {
        display: none;
    }
} */

.margin15 {
    margin-top: -17px;
}

.pay-5 {
    width: 50%;
}

.customul li {
    padding: 2px 0px;
}


/* new ancillary css */

/* .card-body {
    padding: 10px;
    background-color: #357fd6;
    border-radius: 0px !important;
} */


/*ancillary css*/

.padding10tb {
    padding: 10px 0;
}

.tab_1,
.tab_2,
.tab_3 {
    display: table;
    margin: auto;
}

.tab_1 span,
.tab_2 span,
.tab_3 span {
    margin: auto;
    background: #fff;
    display: table-cell;
    border: 2px solid #c0c0c0;
    width: 32px;
    height: 32px !important;
    border-radius: 100px;
    vertical-align: middle;
    text-align: center;
    font-weight: 800;
    color: #c0c0c0;
}

.container_hed {
    background: #5194db;
    text-align: left;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border-radius: 4px 4px 0px 0px;
    padding: 2px 0px 2px 10px;
    
}

.bookingcard_newtop {
    background: #fff;
    border: solid 2px #9dbee6;
    border-radius: 0 0 4px 4px;
}

.in-container_hed {
    background: #c0e5b2;
    text-align: left;
    color: #003680;
    font-size: 15px;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 0px 5px 10px;
    font-weight: 600;
}

.in-container_hed2 {
    background: #e0f1f9;
    text-align: left;
    color: #003680;
    font-size: 15px;
    border-radius: 4px 4px 0px 0px;
    padding: 5px 0px 15px 0px;
    font-weight: 600;
}

.in-container_hed2 img {
    padding-right: 5px;
}

.icn-cnt {
    margin-right: 15px;
    font-size: 32px;
}

.buggage-cnt {
    display: flex;
}

.buggage-cnt img {
    height: 133px;
}

.fa-2x {
    font-size: 35px;
}

.buggage-cnt p {
    margin-bottom: 0px;
    font-size: 13px;
}

.mb-30 {
    margin-bottom: 30px;
}

.w-500 {
    width: 500px;
}

.f-13 {
    font-size: 13px !important;
    position: relative;
    bottom: 5px;
    font-weight: 500;
}

.mt-50 {
    margin-top: 50px;
}

.qty .count {
    color: #565353;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    width: 35px;
    text-align: center;
}

.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #666;
    width: 30px;
    height: 30px;
    font: 26px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    line-height: 28px;
    border: 1px solid #666;
}

.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #666;
    width: 30px;
    height: 30px;
    font: 40px/1 Arial, sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
    line-height: 24px;
    border: 1px solid #666;
}

.anc-tabl thead th {
    vertical-align: middle !important;
    text-align: center;
}

.minus:active {
    color: #0077bb !important;
    border: 1px solid #0077bb;
}

.minus:hover {
    color: #0077bb !important;
    border: 1px solid #0077bb;
}

.plus:hover {
    color: #0077bb !important;
    border: 1px solid #0077bb;
}

.plus:active {
    color: #0077bb !important;
    border: 1px solid #0077bb;
}

.pl-20 {
    padding-left: 20px;
}

.brbt {
    padding-bottom: 10px;
    border-bottom: 1px solid #eae3e3;
}

.mt-30 {
    margin-top: 30px;
}

.p-txt {
    font-size: 14px;
    line-height: 20px;
    color: #044db1c2;
   
}

.red a {
    color: red;
}



.icn img {
    margin-right: 8px;
}

/* @media only screen and (max-width: 480px) {
    .multi-step ol>li .subtitle {
        display: none;
    }
    .multi-step ol>li .title {
        font-size: 13px;
    }
} */


/*	task bar*/

/* .multi-step {
    box-sizing: border-box;
    margin: 10px;
    position: relative;
    font-size: 1em;
}

.multi-step.numbered ol {
    counter-reset: li;
}

.multi-step ol {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    margin: 0;
    padding: 0;
    height: 50px;
}

.multi-step ol>li {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
}

.multi-step li .active:after,
.multi-step li .active:before {
    background-color: #b38fb1 !important;
}

.multi-step ol>li button:before {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    top: 0;
}

.multi-step ol>li button:before,
.multi-step ol>li button:after {
    content: "";
    background: #c6cbcc;
    border-radius: 1px;
    height: 51%;
    position: absolute;
    right: 1px;
    left: 1px;
    z-index: 0;
}

.multi-step ol>li button:after,
.multi-step ol>li button:before {
    background: #eee !important;
}

.multi-step ol>li button:after {
    -webkit-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    bottom: 0;
}

.multi-step ol>li .wrap {
    min-height: 20px;
    padding: 6px 6px 6px 16px;
    position: relative;
    opacity: 0.6;
    z-index: 1;
}

.multi-step li .active .wrap,
.multi-step li .active~li .wrap {
    opacity: 1;
}

@media (max-width: 480px) and (min-width: 320px) {
    .hidden-md {
        display: none !important;
    }
    .multi-step.numbered ol .wrap:before {
        display: none;
    }
} */

.product-image {
    height: 180px;
    width: 100%;
}

@media (max-width: 480px) {
    .product-image {
        height: auto;
        width: 100% !important;
    }
}

/* @media only screen and (max-device-width: 480px) and (min-device-width: 320px) {
    div.multi-step ol>li .title {
        font-size: 11px !important;
        padding-top: 6px;
    }
    .multi-step.numbered ol .wrap {
        padding-left: 15px !important;
        padding-top: 12px;
    }
}

.multi-step.numbered ol .wrap {
    padding-left: 46px;
}

.multi-step.numbered ol .wrap:before {
    background: #888688;
    background-clip: padding-box;
    content: counter(li);
    counter-increment: li;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 14px;
    left: 10px;
    color: #ffffff;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 23px;
    text-align: center;
}

.multi-step ol>li .subtitle {
    margin-top: 0.1em;
    color: #ffffff;
    font-size: 0.8em;
    line-height: 1.2;
}

.multi-step li .active .wrap .subtitle,
.multi-step li .active .wrap .title {
    color: #fff !important;
}

.multi-step ol>li p {
    margin: 0;
}

.multi-step.numbered ol .wrap:before {
    background: #fff !important;
    color: #063959 !important;
}

.multi-step ol>li .subtitle {
    color: #063959 !important;
    font-size: 12px !important;
    font-weight: 500 !important;
}

.multi-step ol>li .title {
    color: #063959 !important;
    font-size: 15px;
    font-weight: 700 !important;
   
} */

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

.adbut {
    width: 100%;
    margin-top: 17px;
}

.ans-totl {
    color: #044db1;
    font-weight: 600;
    font-size: 18px;
    padding-top: 15px;
}

.qty .count {
    color: #565353;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px;
    width: 30px;
    text-align: center;
    border: none;
    position: relative;
    left: 6px;
    background: transparent;
}

.anc-ul {
    padding-left: 0px;
}

.anc-ul li {
    list-style: none;
    line-height: 18px;
    font-size: 14px;
    padding: 5px;
}

.thead-bl {
    background: #0077bb57;
}

.fnt-14 {
    font-size: 14px;
}

.ancillary-size {
    min-width: 60px;
}

.trans-po {
    position: relative;
    bottom: 7px;
    background: transparent !important;
}

body .ui-multiselect {
    width: 100%;
    border: 2px solid #a5c6ec !important;
}

.seattable table th {
    background: #92b7b7 !important;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    border-top: none !important;
    font-size: 13px;
    padding: 3px 3px !important;
    font-weight: 600;
    vertical-align: middle;
}

.seattable table td {
    color: #212529;
    border-top: none !important;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

.mandatory-anci .form-label {
    z-index: 1;
    position: absolute;
    left: 80px;
    line-height: 0px;
    height: 7px;
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: #fff;
}

@media (max-width: 768px) {
    .mandatory-anci .form-label {
        left: 60px;
        height: 9px;
        font-size: 14px !important;
    }
}

.pase-num body .ui-dropdown {
    background: #ffffff;
    border: 2px solid #a5c6ec !important;
    transition: border-color 0.2s;
}

body .pase-num .ui-dropdown {
    background: #ffffff;
    border: 2px solid #a5c6ec !important;
    transition: border-color 0.2s;
}

body .pase-num .ui-dropdown:not(.ui-state-disabled):hover {
    border-color: 2px solid #a5c6ec !important;
}


/* .travel-fare .table td, .table th {
  
 
    vertical-align: top;
     border-top:none !important; 

} */

.travel-fare {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
}
/*!************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./src/assets/css/icofont.min.css ***!
  \************************************************************************************************************************************************************************************************************************/
/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2019 IcoFont 
* @license - https://icofont.com/license/
*/@font-face{font-family:IcoFont;font-weight:400;font-style:Regular;src:url('icofont.woff2') format("woff2"),url('icofont.woff') format("woff")}[class*=" icofont-"],[class^=icofont-]{font-family:IcoFont!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;white-space:nowrap;word-wrap:normal;direction:ltr;line-height:1;sss:"liga";-webkit-font-smoothing:antialiased}.icofont-contacts:before{content:"\eef1"}.icofont-ui-chat:before{content:"\ec4a"}.icofont-users-social:before{content:"\ed0c"}.icofont-ui-social-link:before{content:"\ec84"}.icofont-headphone-alt-2:before{content:"\ea34"}.icofont-ui-dial-phone:before{content:"\ec54"}.icofont-phone:before{content:"\efbb"}.icofont-xs{font-size:.5em}.icofont-sm{font-size:.75em}.icofont-md{font-size:1.25em}.icofont-lg{font-size:1.5em}.icofont-1x{font-size:1em}.icofont-2x{font-size:2em}.icofont-3x{font-size:3em}.icofont-4x{font-size:4em}.icofont-5x{font-size:5em}.icofont-6x{font-size:6em}.icofont-7x{font-size:7em}.icofont-8x{font-size:8em}.icofont-9x{font-size:9em}.icofont-10x{font-size:10em}.icofont-fw{text-align:center;width:1.25em}.icofont-ul{list-style-type:none;padding-left:0;margin-left:0}.icofont-ul>li{position:relative;line-height:2em}.icofont-ul>li .icofont{display:inline-block;vertical-align:middle}.icofont-border{border:solid .08em #f1f1f1;border-radius:.1em;padding:.2em .25em .15em}.icofont-pull-left{float:left}.icofont-pull-right{float:right}.icofont.icofont-pull-left{margin-right:.3em}.icofont.icofont-pull-right{margin-left:.3em}.icofont-spin{animation:icofont-spin 2s infinite linear;display:inline-block}.icofont-pulse{animation:icofont-spin 1s infinite steps(8);display:inline-block}@keyframes icofont-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.icofont-rotate-90{transform:rotate(90deg)}.icofont-rotate-180{transform:rotate(180deg)}.icofont-rotate-270{transform:rotate(270deg)}.icofont-flip-horizontal{transform:scale(-1,1)}.icofont-flip-vertical{transform:scale(1,-1)}.icofont-flip-horizontal.icofont-flip-vertical{transform:scale(-1,-1)}:root .icofont-flip-horizontal,:root .icofont-flip-vertical,:root .icofont-rotate-180,:root .icofont-rotate-270,:root .icofont-rotate-90{filter:none;display:inline-block}.icofont-inverse{color:#fff}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.table td,
.table th {
  padding: 0.5rem 0.3rem;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff !important;
}

.seat {
  width: 28px;
  height: 28px;
  background: url("/src/assets/ytb-images/normal-seat.png") no-repeat;
  cursor: pointer;
}

.seat:hover {
  width: 28px;
  height: 28px;
  background: url("/src/assets/ytb-images/select.png") no-repeat;
}

.seat.active {
  width: 28px;
  height: 28px;
  background: url("/src/assets/ytb-images/selected.png") no-repeat;
}

.ladies {
  width: 28px;
  height: 28px;
  background: url("/src/assets/ytb-images/ladies.png") no-repeat;
  cursor: pointer;
}

.ladies:hover {
  width: 28px;
  height: 28px;
  background: url("/src/assets/ytb-images/select.png") no-repeat;
}

.fbor {
  border-radius: 50%;
  border-right: 5px solid #d8d8d8;
  border-left: 5px solid #d8d8d8;
  padding: 30px;
}

.em_exit {
  position: absolute;
  left: 0px;
  top: -23px;
  background: #093;
  color: #fff;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 2px 2px 0px 0px;
  font-size: 12px;
}

.em_exit2 {
  position: absolute;
  left: 0px;
  bottom: -23px;
  background: #093;
  color: #fff;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 0px 0px 2px 2px;
  font-size: 12px;
}

.baby {
  width: 14px;
  height: 14px;
  background: url("/src/assets/ytb-images/baby.png") no-repeat;
  position: absolute;
  left: 8px;
  top: 5px;
}

/* Dropdown Button */
.dropbtn {
  padding-right: 20px;
  border: 0px solid #d9dadd !important;
  margin-right: 10px;
  border-radius: 0px;
  font-size: 14px;
  padding: 5px 10px;
  color: #222325 !important;
  background-color: #fff;
  font-weight: 500;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
/* Links inside the dropdown */
/* Change color of dropdown links on hover */
.dropdown:hover .dropbtn {
  border-color: #2196f3 !important;
  color: #2196f3 !important;
}

.mrgr-20 {
  margin-right: -10px;
}

.dropbtn i {
  font-size: 16px;
  line-height: 30px !important;
  vertical-align: middle;
  margin-left: 5px;
}

.slctcrncy {
  border-radius: 4px;
  color: #00ac4c !important;
  font-size: 14px !important;
  line-height: 20px !important;
  cursor: pointer;
}

.slctcrncy i {
  margin-right: 0px !important;
}

.p_tb0 {
  padding: 0px 3px !important;
  margin-right: 0px;
}

.nor_none {
  border: none !important;
}

.slctcrncy_txt {
  font-size: 14px !important;
  color: #7a7d85 !important;
}

.menudisplay {
  text-align: -webkit-center;
  text-align: -moz-center;
  text-align: -o-center;
  text-align: center;
  margin-right: 0;
}

.ml .header-top .container {
  margin-top: 0px !important;
}

/*Srikanth 21-04-2020*/
.lr {
  margin-bottom: 5px;
}

.lr span {
  line-height: 30px;
}

.lr a {
  color: #00ac4c;
  font-size: 15px;
  line-height: 25px;
  cursor: pointer;
}

.lr a i {
  color: #222325 !important;
  font-size: 18px;
  margin-right: 10px;
  line-height: 25px;
}

.d_n {
  display: none !important;
}

.mp_currency {
  color: #0491e0;
  text-transform: uppercase;
  font-size: 14px;
}

.ytb-currencycd {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.line_clr {
  color: #999 !important;
}

@media only screen and (max-width: 991px) {
  .res_float_left {
    float: right !important;
  }
  .res_float_right {
    float: left !important;
  }
  .d_n {
    display: block !important;
  }
  .ytb-drp-currency {
    width: 370px !important;
  }
  .navbar-collapse {
    text-align: right !important;
  }
  .ac_disblock {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .header-main .btn.btn-toggle {
    margin-left: 0px !important;
  }
  .header-main .btn.btn-toggle:before {
    font-size: 24px !important;
    padding: 6px !important;
  }
  .ytb-drp-currency {
    width: 280px !important;
  }
  .dropbtn a:after {
    display: none !important;
  }
  .icn_none {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .header-main .btn.btn-toggle:before {
    font-size: 18px !important;
    padding: 4px 6px !important;
  }
  .navbar-toggler {
    padding: 0.1rem 0.15rem !important;
  }
  .lr a {
    font-size: 14px;
  }
  .lr a i {
    font-size: 16px;
    margin-right: 10px;
    line-height: 25px;
  }
  .ytb-drp-currency {
    width: 220px !important;
  }
  .slctcrncy i {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 360px) {
  .ytb-drp-currency {
    width: 210px !important;
    right: -50px !important;
  }
  .ytb-drp-currency .dropdown-menu-arrow {
    margin-right: 120px !important;
  }
}
.mobile-wrapper #overlay-button {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.mobile-wrapper #overlay-button span {
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background-color: #3bbeb4;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
.mobile-wrapper #overlay-button span:before {
  top: -10px;
  visibility: visible;
}
.mobile-wrapper #overlay-button span:after {
  top: 10px;
}
.mobile-wrapper #overlay-button span:before, .mobile-wrapper #overlay-button span:after {
  height: 4px;
  width: 25px;
  border-radius: 2px;
  background-color: #3bbeb4;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
.mobile-wrapper #overlay-button:hover span, .mobile-wrapper #overlay-button:hover span:before, .mobile-wrapper #overlay-button:hover span:after {
  background: #333332;
}

.caption {
  position: absolute;
  right: 15%;
  top: 36%;
  bottom: 20px;
  left: 0;
  vertical-align: center;
  z-index: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  background-color: transparent !important;
  height: 200px;
}

menu-horizontal-04 .menu-nav nav ul li.active a,
.menu-horizontal-04 .menu-nav nav ul li a.active,
.menu-horizontal-04 .menu-nav nav ul li a:hover {
  color: #ff5722;
}

.goog-te-gadget-simple {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.goog-tooltip.skiptranslate {
  display: none !important;
}

.page-title-02 .breadcrumb {
  padding: 0;
  margin: 60px 0 0;
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.page-title-02 .breadcrumb-item {
  line-height: 1.25;
}

.page-title-02 .breadcrumb-item,
.page-title-02 .breadcrumb-item a {
  color: #fff;
}

.page-title-02 .breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}

.selectphone {
  width: 130%;
  height: 38px;
  border: 1.1px solid #1b1b1b !important;
  border-radius: 4px;
  cursor: pointer;
}

.phonestyle {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.aboutus h3 {
  font-size: 20px !important;
  text-decoration: underline;
}

.aboutus i {
  color: #4caf50;
}

.aboutus p {
  text-align: justify;
  line-height: 1.5em;
  margin-bottom: 15px;
  color: #55575b;
}

.aboutus a {
  color: #ff9800;
  text-decoration: underline !important;
  margin-left: 0px;
}

.aboutus a .link {
  color: #ff9800;
  margin-left: 10px;
}

.best_feature_wrapper:hover {
  border-color: #4caf50 !important;
}

.best_feature_wrapper p {
  font-size: 14px;
  color: #808b8d;
}

.best_feature_wrapper h3 {
  color: #282828;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0;
}

img {
  max-width: 70%;
  height: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 1.5rem;
  text-overflow: ellipsis;
}

.overlay_search_new {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 1000;
  text-align: center;
}

.overlay_search_new .ovspin {
  text-align: center;
  background: #fff;
}

.overlay_new {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 1000;
  text-align: center;
}

.overlay_new .ovspin {
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.overlay_new .spinner-border {
  width: 50px;
  height: 50px;
}

.overlay_new p {
  font-size: 20px;
  font-weight: 600;
  color: #336af0 !important;
}

.inn_search .btn-search {
  background: #144f91 !important;
  border-color: #144f91 !important;
}

.inn_search .btn-search:hover {
  background: #216cc0 !important;
  border-color: #144f91 !important;
}

.cur_pointer {
  cursor: pointer !important;
}

.tooltip {
  background: #f57b26 !important;
  color: #000;
}

/*--==Common Styles Start==--*/
.new-page-payment,
.main-search-result,
.new-page-confirm {
  /*--Main page Width--*/
  /*--Input textbox, dropdown styles--*/
  /*--colors--*/
}
.new-page-payment.page-wrapper,
.main-search-result.page-wrapper,
.new-page-confirm.page-wrapper {
  padding-top: 30px;
  padding-bottom: 0px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-payment.page-wrapper,
  .main-search-result.page-wrapper,
  .new-page-confirm.page-wrapper {
    padding-top: 10px;
  }
}
@media (min-width: 1200px) {
  .new-page-payment .container,
  .main-search-result .container,
  .new-page-confirm .container {
    max-width: 1340px !important;
  }
}
.new-page-payment a:hover,
.new-page-payment .btn:hover,
.new-page-payment .link-h:hover,
.new-page-payment .button-h:hover,
.main-search-result a:hover,
.main-search-result .btn:hover,
.main-search-result .link-h:hover,
.main-search-result .button-h:hover,
.new-page-confirm a:hover,
.new-page-confirm .btn:hover,
.new-page-confirm .link-h:hover,
.new-page-confirm .button-h:hover {
  opacity: 0.5;
}
.new-page-payment .common-input-styles .ui-inputtext,
.main-search-result .common-input-styles .ui-inputtext,
.new-page-confirm .common-input-styles .ui-inputtext {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  padding: 0.429em;
  border: 2px solid #eeeced;
  transition: border-color 0.2s;
  appearance: none;
  height: 45px;
}
.new-page-payment .common-input-styles .ui-dropdown .ui-dropdown-label,
.main-search-result .common-input-styles .ui-dropdown .ui-dropdown-label,
.new-page-confirm .common-input-styles .ui-dropdown .ui-dropdown-label {
  padding-right: 2em;
  border: 0;
  border: 0px solid !important;
}
.new-page-payment .common-input-styles .ui-dropdown .ui-dropdown-label:hover,
.main-search-result .common-input-styles .ui-dropdown .ui-dropdown-label:hover,
.new-page-confirm .common-input-styles .ui-dropdown .ui-dropdown-label:hover {
  border: 0px solid #2196f3 !important;
}
.new-page-payment .common-input-styles .ui-dropdown:hover,
.main-search-result .common-input-styles .ui-dropdown:hover,
.new-page-confirm .common-input-styles .ui-dropdown:hover {
  border: 2px solid #2196f3 !important;
}
.new-page-payment .common-input-styles .ui-dropdown,
.main-search-result .common-input-styles .ui-dropdown,
.new-page-confirm .common-input-styles .ui-dropdown {
  border: 2px solid #eeeced;
}
.new-page-payment .whitetext,
.main-search-result .whitetext,
.new-page-confirm .whitetext {
  color: #fff !important;
}
.new-page-payment .redtext,
.main-search-result .redtext,
.new-page-confirm .redtext {
  color: #ff0000;
}

/*--==Common Styles End==--*/
/*--==New Design = Search Results Start==--*/
.main-search-result {
  /*--Search Filter = Left Section--*/
  /*--Search Filter = Right Section--*/
}
.main-search-result .main-search-filter {
  background: #f7f7f7;
  border: 1px solid #cccccc;
}
.main-search-result .main-search-filter .sidebar-wrapper .wrapper-inner {
  background-color: #f7f7f7;
  /*#f0f0f0;*/
  border: 0px solid #cccccc;
  border-radius: 0px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-title {
  background: #28a745 !important;
  margin-bottom: 20px;
  padding: 10px 13px 13px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-title h4 {
  text-transform: uppercase;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box {
  margin: 0 17px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider-floor,
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider-ceil,
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider-model-high,
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider-model-value {
  color: #267dd4;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  height: 25px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .box-title h5 {
  color: #28a745;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .box-title h5 .box-title-img {
  display: inline-block;
  width: 20px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .range-title {
  margin-top: 10px;
  margin-bottom: 5px;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .range-title .range-from {
  color: #737373;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .range-title .range-to {
  color: #737373;
  text-transform: uppercase;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .box-content {
  margin: 0px !important;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .box-content .custom-checkbox label {
  color: #737373;
  text-transform: uppercase;
  font-size: 13px !important;
  margin-bottom: 0rem;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider .ng5-slider-pointer {
  cursor: pointer !important;
  width: 18px !important;
  height: 18px !important;
  top: -8px !important;
  background-color: #f57b26 !important;
  z-index: 3 !important;
  border-radius: 16px !important;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider .ng5-slider-pointer:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  background: #f57b26 !important;
  top: 6px !important;
  left: 5px !important;
}
.main-search-result .main-search-filter .sidebar-wrapper .sidebar-box .ng5-slider .ng5-slider-selection {
  z-index: 2 !important;
  background: #848484 !important;
  border-radius: 2px !important;
}
.main-search-result .main-search-items .content-wrapper {
  margin: 0px 20px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .content-wrapper {
    margin: 0px;
  }
}
.main-search-result .main-search-items .search-result-heading {
  background-image: url('label.png');
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 5px 15px 5px 40px;
  border-radius: 10px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .search-result-heading {
    margin: 0px !important;
    border-radius: 0;
  }
}
.main-search-result .main-search-items .search-result-heading h5 {
  margin: 5px 0 !important;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .search-result-heading h5 {
    font-size: 0.6rem !important;
  }
}
.main-search-result .main-search-items .searchbutton-collapse .btn-change-search {
  border: 1px solid #cccccc !important;
  background: #fff !important;
  padding: 10px 12px !important;
  position: relative;
  width: 100%;
  text-align: left;
  border-radius: 0;
  height: auto;
  text-transform: uppercase;
  color: #f57b26;
  font-size: 16px;
  font-weight: 600;
}
.main-search-result .main-search-items .searchbutton-collapse .btn-change-search:before {
  content: "\f0de";
  color: #f57b26;
}
.main-search-result .main-search-items .searchbutton-collapse .btn-change-search.collapsed:before {
  content: "\f0d7";
  color: #f57b26;
}
.main-search-result .main-search-items .shortresultdesc {
  border: 0px solid #cccccc !important;
  background: #def0fc !important;
  padding: 8px 12px !important;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .shortresultdesc {
    margin-top: 0px;
  }
}
.main-search-result .main-search-items .shortresultdesc .searchul .flightslist2 {
  padding-left: 0px !important;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .shortresultdesc .searchul .flightslist2 {
    padding: 0 0 1px 0px !important;
    margin: 0;
    border-right-width: 0px;
    border-bottom: 1.5px dotted #8795a2;
    font-size: 0.6rem;
  }
}
.main-search-result .main-search-items .shortresultdesc .searchul .flightslist2 span {
  color: #f57b26;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .shortresultdesc .searchul .datelist {
    padding: 0 0 1px 0px !important;
    margin: 0;
    border-right-width: 0px;
    font-size: 0.6rem;
  }
}
.main-search-result .main-search-items .shortresultdesc .changesearchdiv .ch-search-icon,
.main-search-result .main-search-items .shortresultdesc .changesearchdiv .searchbutton-update {
  display: inline-block;
  margin-left: -5px;
  padding: 0px;
  width: 20px;
  height: 20px;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
}
.main-search-result .main-search-items .shortresultdesc .changesearchdiv .ch-search-icon i,
.main-search-result .main-search-items .shortresultdesc .changesearchdiv .searchbutton-update i {
  vertical-align: top;
  color: #f57b26;
}
.main-search-result .main-search-items .shortresultdesc .changesearchdiv .searchbutton-update:before {
  content: url('up-arrow_blue.png') !important;
}
.main-search-result .main-search-items .shortresultdesc .changesearchdiv .searchbutton-update.collapsed:before {
  content: url('down-arrow_blue.png') !important;
}
.main-search-result .main-search-items #change-search {
  margin-top: -1px;
}
.main-search-result .main-search-items #change-search .change-search-wrapper {
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 15px;
  padding: 10px 20px;
}
.main-search-result .main-search-items #change-search .change-search-wrapper .carsearchwidth .form-inner .but_cen {
  position: inherit;
  bottom: inherit;
  right: inherit;
  text-align: right;
  padding-top: 10px;
}
.main-search-result .main-search-items #change-search .change-search-wrapper .carsearchwidth .form-inner .but_cen a {
  margin: 0px;
  min-width: 155px;
  padding: 4px 1em 5px !important;
}
.main-search-result .main-search-items .sorting-box {
  border: 0px;
  border-bottom: 5px solid #0491e0;
  border-radius: 0px;
  box-shadow: none;
  padding: 0px;
  background: transparent;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .sorting-box {
    margin-top: 10px !important;
  }
}
.main-search-result .main-search-items .sorting-box .ytb-search-results-sort-list > li > a {
  color: #0491e0;
  min-height: 40px;
  background: transparent;
  font-size: 16px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .sorting-box .ytb-search-results-sort-list > li > a {
    font-size: 0.6rem;
  }
}
.main-search-result .main-search-items .sorting-box .ytb-search-results-sort-list > li > a:first-child {
  padding-left: 10px;
}
.main-search-result .main-search-items .sorting-box .ytb-search-results-sort-list > li > a.active {
  background-color: transparent;
  color: #ff6b00;
  position: relative;
}
.main-search-result .main-search-items .sorting-box .ytb-search-results-sort-list > li > a.active:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 16px);
  content: "";
  border: 10px solid transparent;
  border-bottom-color: #0491e0;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item {
  background: #fff;
  box-shadow: none;
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  line-height: 1.25;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .image {
  margin: 0px;
  background: #ffffff;
  border-right: 1px solid #cccccc;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .image {
    border-right: 0px solid #ccc;
    width: 200px;
    margin: auto;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .price1 {
  padding-left: 15px;
  min-width: 180px;
  text-align: center;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .price1 {
    min-width: 100px;
    padding: 8px 0 8px 10px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .price1 {
    min-width: 145px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details {
  padding: 10px 20px 10px 5px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details {
    padding: 10px 10px 0px 0;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details {
    padding: 0px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .price1 {
  padding-left: 15px;
  padding-bottom: 1px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .price1 {
    padding-left: 15px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .price1 {
    padding: 0px;
    border-width: 0px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .car-payonarrival {
  background: #e49f00;
  color: #fff;
  padding: 3px;
  margin-bottom: 3px;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .car-payonarrival .cursorhelp {
  color: #fff !important;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .pre-day-cost-details {
  min-width: 156px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .pre-day-cost-details {
    padding: 0px;
    margin: 0px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) and (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .pre-day-cost-details {
    font-size: 16px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .pre-day-cost-details b,
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-top .pre-day-cost-details span {
  color: #595959;
  margin-top: 0px;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom {
  padding: 0px;
  margin: 0px;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities {
  position: relative;
  margin-top: 15px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities {
    width: 130px !important;
    height: 40px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design {
  background: #3bbeb4;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  bottom: -25px;
  padding: 3px 8px;
  cursor: pointer;
  z-index: 99;
  font-size: 13px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design {
    bottom: -15px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design {
    font-size: 12px;
    bottom: 0px;
    left: 10px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design i {
  color: #fff;
  margin: 0px 2px 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design .fa-chevron-down:before {
  content: url('down-arrow_white.png') !important;
  top: 0px;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design-col {
  background: #3bbeb4;
  color: #fff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  bottom: -10px;
  padding: 3px 8px;
  cursor: pointer;
  left: 27%;
  font-size: 13px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design-col {
    bottom: 0px;
    left: 35%;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design-col {
    font-size: 12px;
    bottom: 0px;
    left: 0px;
    width: 190px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design-col i {
  color: #fff;
  margin: 0px 2px 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .caramenities .tab-design-col .fa-chevron-down:before {
  content: url('down-arrow_white.png') !important;
  top: 0px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .paynow-box {
    width: 130px !important;
    text-align: right;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .paynow-box .price1 {
    text-align: right;
    padding-right: 15px;
    padding-left: 0;
    border: 0px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .btn-success {
  background: #28a745;
  height: auto;
  border-radius: 20px;
  border: 0px;
  padding: 0px 10px !important;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .btn-success {
    margin: 5px 10px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .btn-success .ui-button {
  font-size: 16px;
  font-weight: 600 !important;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .btn-success .ui-button {
    min-width: 90px;
    font-size: 14px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .btn-success .ui-button .ui-button-text {
  padding: 3px 1em 3px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .content-bottom .btn-success .ui-button .ui-button-text {
    padding: 0 5px 1px;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details {
    border-bottom: 1px solid #e3e5e7;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details {
    border-bottom: 1px solid #e3e5e7;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details .order-item-info {
    padding: 5px 10px 10px !important;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details .order-item-info .custom-info h4 {
    font-size: 10px !important;
    text-transform: capitalize;
  }
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details .order-item-info .custom-info h4 i,
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details .order-item-info .custom-info h4 b {
    font-size: 10px !important;
    text-transform: capitalize;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .card-item-details .order-item-details .order-item-price {
    padding: 10px !important;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .item-title {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: 600;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .item-title {
    font-size: 14px;
  }
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .car-pay-option {
  padding: 0 15px;
  background-color: transparent;
  border-radius: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .car-pay-option .p-radiobutton {
  height: 20px;
  width: 20px;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .car-pay-option .p-radiobutton .p-radiobutton-box {
  width: 20px;
  height: 20px;
}
.main-search-result .main-search-items .ytb-card-item-wrapper .ytb-card-item .car-pay-option .p-radiobutton-label {
  font-size: 15px !important;
  color: #737373;
  margin-left: 5px;
  margin-right: 10px;
  vertical-align: middle;
}
.main-search-result .main-search-items .collapse-details {
  width: 100%;
}
.main-search-result .main-search-items .collapse-details hr {
  padding-bottom: 0px;
}
.main-search-result .main-search-items .passenger-svg .car-borderless {
  margin-bottom: 10px;
}
.main-search-result .main-search-items .passenger-svg .passenger-order-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #848484;
  margin-bottom: 5px;
}
.main-search-result .main-search-items .passenger-svg .facility-details {
  margin: 0px;
  padding: 0px;
  display: table-row;
}
.main-search-result .main-search-items .passenger-svg .facility-details li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 15px;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .main-search-result .main-search-items .passenger-svg .facility-details li {
    width: 50%;
    vertical-align: top;
  }
}
.main-search-result .main-search-items .passenger-svg .facility-details li .passenger-info-row {
  display: table-row;
}
.main-search-result .main-search-items .passenger-svg .facility-details li .passenger-info-row .passenger-icon {
  width: 30px;
  vertical-align: top;
  display: table-cell;
}
.main-search-result .main-search-items .passenger-svg .facility-details li .passenger-info-row .passenger-icon:first-child {
  width: 20px;
}
.main-search-result .main-search-items .passenger-svg .facility-details li .passenger-info-row .passenger-cont {
  display: table-cell;
  padding: 0 10px;
}
.main-search-result .main-search-items .passenger-svg .facility-details li .passenger-info-row .passenger-cont .passenger-info {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  display: block;
}
.main-search-result .main-search-items .passenger-svg .facility-details li .passenger-info-row .passenger-cont .passenger-result {
  color: #f57b26;
  font-weight: 700;
  line-height: 14px;
  font-size: 13px;
  display: block;
}

/*--==New Design = Search Results End==--*/
/*--==New Design = Search Details Start==--*/
.new-page-payment .section-heading,
.new-page-confirm .section-heading {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #0085cf;
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-payment .section-heading,
  .new-page-confirm .section-heading {
    font-size: 18px;
  }
}
.new-page-payment .sub-heading,
.new-page-payment .link-with-icon,
.new-page-confirm .sub-heading,
.new-page-confirm .link-with-icon {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  color: #0085cf;
  margin-bottom: 4px;
  text-decoration: underline;
}
.new-page-payment .sub-heading img,
.new-page-payment .link-with-icon img,
.new-page-confirm .sub-heading img,
.new-page-confirm .link-with-icon img {
  display: inline-block;
  width: 16px;
  vertical-align: top;
  margin-right: 5px;
}
.new-page-payment .link-with-icon,
.new-page-confirm .link-with-icon {
  font-size: 13px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  color: #2484d1;
}
.new-page-payment .ytb-car-card-item .features-info,
.new-page-confirm .ytb-car-card-item .features-info {
  margin: 5px;
}
.new-page-payment .ytb-car-card-item .features-info .meta-list li,
.new-page-confirm .ytb-car-card-item .features-info .meta-list li {
  display: inline-block;
  margin-right: 10px;
  padding: 0px;
}
.new-page-payment .ytb-car-card-item .features-info .meta-list li i,
.new-page-confirm .ytb-car-card-item .features-info .meta-list li i {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.new-page-payment .ytb-car-card-item .features-info .meta-list li i img,
.new-page-confirm .ytb-car-card-item .features-info .meta-list li i img {
  width: auto;
  height: 100%;
}
.new-page-payment .ytb-car-card-item .features-info .meta-list li .list-item-info,
.new-page-confirm .ytb-car-card-item .features-info .meta-list li .list-item-info {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  float: left;
}
.new-page-payment .ytb-car-card-item .features-info .meta-list li .list-item-info span,
.new-page-confirm .ytb-car-card-item .features-info .meta-list li .list-item-info span {
  color: #f57b26;
  font-weight: 700;
  line-height: 14px;
  font-size: 13px;
  display: block;
}
.new-page-payment .ytb-car-card-item,
.new-page-confirm .ytb-car-card-item {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #cccccc;
  padding: 10px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-payment .ytb-car-card-item .image,
  .new-page-confirm .ytb-car-card-item .image {
    width: 60%;
    height: auto;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-payment .ytb-car-card-item .image img,
  .new-page-confirm .ytb-car-card-item .image img {
    width: 60%;
    height: auto;
  }
}
.new-page-payment .ytb-car-card-item .detail-item-info,
.new-page-confirm .ytb-car-card-item .detail-item-info {
  border-left: 1px solid #ccc;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info {
  margin: 15px 0;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .detail-title,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .detail-title {
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 5px;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .location,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .location {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  color: #7d7d7d;
  margin-bottom: 5px;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .features-info,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .features-info {
  margin: 5px;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li {
  display: inline-block;
  margin-right: 10px;
  padding: 0px;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li i,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li i {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li i img,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li i img {
  width: auto;
  height: 100%;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li .list-item-info,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li .list-item-info {
  color: #5a5a5a;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  float: left;
}
.new-page-payment .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li .list-item-info span,
.new-page-confirm .ytb-car-card-item .detail-item-info .item-info .features-info .meta-list li .list-item-info span {
  color: #f57b26;
  font-weight: 700;
  line-height: 14px;
  font-size: 13px;
  display: block;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-payment .ytb-car-card-item .first-column,
  .new-page-confirm .ytb-car-card-item .first-column {
    margin-bottom: 15px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-payment .ytb-car-card-item .first-column,
  .new-page-confirm .ytb-car-card-item .first-column {
    margin-bottom: 30px;
    padding: 0px;
  }
}
.new-page-payment .ytb-car-card-item .cancel-info,
.new-page-confirm .ytb-car-card-item .cancel-info {
  margin: 0px;
  background-repeat: no-repeat;
  background-position: 0 0px;
  min-height: 25px;
}
.new-page-payment .ytb-car-card-item .cancel-info h4,
.new-page-confirm .ytb-car-card-item .cancel-info h4 {
  float: left;
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 4px 0;
}
.new-page-payment .ytb-car-card-item .pickup-drop-info,
.new-page-confirm .ytb-car-card-item .pickup-drop-info {
  margin: 10px 0 10px;
}
.new-page-payment .ytb-car-card-item .pickup-drop-info .location-view,
.new-page-confirm .ytb-car-card-item .pickup-drop-info .location-view {
  width: 150px;
  height: 150px;
  position: relative;
}
.new-page-payment .ytb-car-card-item .pickup-drop-info .location-view .location-map,
.new-page-confirm .ytb-car-card-item .pickup-drop-info .location-view .location-map {
  border: 1px solid #ccc;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.new-page-payment .ytb-car-card-item .pickup-drop-info .location-view .location-icon,
.new-page-confirm .ytb-car-card-item .pickup-drop-info .location-view .location-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -20px;
  top: calc(50% - 25px);
  color: #28a745;
  font-size: 50px;
  text-align: center;
}
.new-page-payment .color-theory .car-insurance-btn a,
.new-page-confirm .color-theory .car-insurance-btn a {
  margin: 0px auto;
  border-radius: 16px;
  color: #28a745;
  border-color: #28a745 !important;
  width: 60%;
  border-width: 2px;
  padding: 4px 10px;
  font-weight: 600;
  font-size: 14px;
}
.new-page-payment .color-theory .car-insurance-btn a.car-insurance-selected-btn,
.new-page-confirm .color-theory .car-insurance-btn a.car-insurance-selected-btn {
  border: 2px solid #28a745;
}
.new-page-payment .color-theory .car-main-left-item,
.new-page-confirm .color-theory .car-main-left-item {
  background: #fff;
  color: #28a745;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.new-page-payment .color-theory .first-column-info .db-width-perticular,
.new-page-confirm .color-theory .first-column-info .db-width-perticular {
  padding-left: 15px;
  cursor: pointer;
  color: #757575;
  font-weight: 600;
  font-size: 16px;
  border-width: 0px;
}
.new-page-payment .color-theory .first-column-info .db-width-perticular:nth-child(odd),
.new-page-confirm .color-theory .first-column-info .db-width-perticular:nth-child(odd) {
  background: #f6f6f6;
}
.new-page-payment .color-theory .carinsbg1,
.new-page-confirm .color-theory .carinsbg1 {
  border-width: 0px;
}
.new-page-payment .color-theory .carinsbg1:nth-child(odd),
.new-page-confirm .color-theory .carinsbg1:nth-child(odd) {
  background: #f6f6f6;
}
.new-page-payment .color-theory .basic-column #BP .car-insurance-head,
.new-page-confirm .color-theory .basic-column #BP .car-insurance-head {
  background: #0d2950;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
.new-page-payment .color-theory .basic-column #IP .car-insurance-head,
.new-page-confirm .color-theory .basic-column #IP .car-insurance-head {
  background: #265ca7;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
.new-page-payment .color-theory .basic-column #FI .car-insurance-head,
.new-page-confirm .color-theory .basic-column #FI .car-insurance-head {
  background: #2cc2d3;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
}
.new-page-payment .color-theory .basic-column #FI .car-insurance-head span,
.new-page-confirm .color-theory .basic-column #FI .car-insurance-head span {
  color: #fff;
}
.new-page-payment .color-theory .inclusive-column #plantype0 .car-insurance-head,
.new-page-confirm .color-theory .inclusive-column #plantype0 .car-insurance-head {
  background: #23ad8c;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff !important;
}
.new-page-payment .color-theory .inclusive-column #plantype0 .car-insurance-head span,
.new-page-confirm .color-theory .inclusive-column #plantype0 .car-insurance-head span {
  color: #fff;
}
.new-page-payment .color-theory .inclusive-column #plantype1 .car-insurance-head,
.new-page-confirm .color-theory .inclusive-column #plantype1 .car-insurance-head {
  background: #f3695c;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.new-page-payment .color-theory .car-insurance-btn,
.new-page-confirm .color-theory .car-insurance-btn {
  margin: 0px;
  background: #f6f6f6;
  display: block;
  height: 45px;
  padding: 5px 0;
}
.new-page-payment .imp-information-section .section-heading,
.new-page-payment .info-section .section-heading,
.new-page-confirm .imp-information-section .section-heading,
.new-page-confirm .info-section .section-heading {
  margin-bottom: 0px;
}
.new-page-payment .imp-information-section .heading-title,
.new-page-payment .info-section .heading-title,
.new-page-confirm .imp-information-section .heading-title,
.new-page-confirm .info-section .heading-title {
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: 700;
  margin: 15px 0;
}
.new-page-payment .imp-information-section .heading-title img,
.new-page-payment .info-section .heading-title img,
.new-page-confirm .imp-information-section .heading-title img,
.new-page-confirm .info-section .heading-title img {
  width: 16px;
  display: inline-block;
}
.new-page-payment .imp-information-section .heading-title i,
.new-page-payment .info-section .heading-title i,
.new-page-confirm .imp-information-section .heading-title i,
.new-page-confirm .info-section .heading-title i {
  color: #23ad8c;
  margin-right: 5px;
}
.new-page-payment .info-section,
.new-page-confirm .info-section {
  margin-top: 25px;
}
.new-page-payment .main-button .btn,
.new-page-confirm .main-button .btn {
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  width: 200px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-payment .main-button .btn,
  .new-page-confirm .main-button .btn {
    width: 78%;
  }
}
.new-page-payment .price-summary .booking-selection-box,
.new-page-payment .supplier-summary .booking-selection-box,
.new-page-confirm .price-summary .booking-selection-box,
.new-page-confirm .supplier-summary .booking-selection-box {
  padding: 20px 15px 20px;
}
.new-page-payment .price-summary .the-room-item h6,
.new-page-payment .supplier-summary .the-room-item h6,
.new-page-confirm .price-summary .the-room-item h6,
.new-page-confirm .supplier-summary .the-room-item h6 {
  line-height: 1;
  margin: 0 0 3px;
  margin-right: 15px;
  font-size: 14px;
  letter-spacing: 0px;
  float: left;
  font-weight: 600;
  color: #281361;
  margin: 6px 10px 0 0px;
}
.new-page-payment .price-summary .the-room-item:nth-child(2) h6,
.new-page-payment .supplier-summary .the-room-item:nth-child(2) h6,
.new-page-confirm .price-summary .the-room-item:nth-child(2) h6,
.new-page-confirm .supplier-summary .the-room-item:nth-child(2) h6 {
  color: #000;
}
.new-page-payment .price-summary .the-room-item .price,
.new-page-payment .supplier-summary .the-room-item .price,
.new-page-confirm .price-summary .the-room-item .price,
.new-page-confirm .supplier-summary .the-room-item .price {
  letter-spacing: 0px;
  font-size: 14px;
  padding: 0px;
  margin: 0px;
  color: #281361;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-payment .price-summary .the-room-item .price,
  .new-page-payment .supplier-summary .the-room-item .price,
  .new-page-confirm .price-summary .the-room-item .price,
  .new-page-confirm .supplier-summary .the-room-item .price {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-payment .price-summary .the-room-item .price,
  .new-page-payment .supplier-summary .the-room-item .price,
  .new-page-confirm .price-summary .the-room-item .price,
  .new-page-confirm .supplier-summary .the-room-item .price {
    float: left;
    display: block;
    width: 100%;
    text-align: left;
  }
}
.new-page-payment .price-summary .the-room-item.total-item h6,
.new-page-payment .supplier-summary .the-room-item.total-item h6,
.new-page-confirm .price-summary .the-room-item.total-item h6,
.new-page-confirm .supplier-summary .the-room-item.total-item h6 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
}
.new-page-payment .price-summary .the-room-item.total-item .price,
.new-page-payment .supplier-summary .the-room-item.total-item .price,
.new-page-confirm .price-summary .the-room-item.total-item .price,
.new-page-confirm .supplier-summary .the-room-item.total-item .price {
  font-size: 22px !important;
}
.new-page-payment .redtext,
.new-page-confirm .redtext {
  color: #ff0000;
}

/*--==New Design = Search Details End==--*/
/*--==New Design = Booking Conformation Start==--*/
.new-page-confirm .check-circle {
  width: 43px;
  height: 60px;
  margin-right: 5px;
  border-radius: 100%;
  text-align: center;
  vertical-align: middle;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .check-circle {
    width: 80px;
    height: 80px;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .check-circle {
    width: 50px;
    height: 50px;
  }
}
.new-page-confirm .conirm-status h4 {
  color: #f57b26;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 12px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .conirm-status h4 {
    margin-top: 0px;
  }
}
.new-page-confirm .conirm-status .conform-orderid {
  font-size: 14px;
  color: #5d5d5d;
}
.new-page-confirm .conirm-status .main-button {
  margin: 20px 0 40px;
}
.new-page-confirm .confirmation-list.car-voucher li {
  margin-top: 10px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .confirmation-list.car-voucher li {
    display: table;
    width: 100%;
    flex: inherit;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .confirmation-list.car-voucher li {
    display: table;
    width: 100%;
    flex: inherit;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .confirmation-list.car-voucher li .media {
    display: block;
    width: 100%;
    flex: inherit;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .confirmation-list.car-voucher li .media {
    display: block;
    width: 100%;
    flex: inherit;
  }
}
.new-page-confirm .confirmation-list.car-voucher li .media .media-left {
  width: 40%;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .confirmation-list.car-voucher li .media .media-left {
    width: 100%;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .confirmation-list.car-voucher li .media .media-left {
    width: 100%;
  }
}
.new-page-confirm .confirmation-list.car-voucher li .media span {
  color: #737373;
  font-size: 13px;
  font-weight: 600;
}
.new-page-confirm .confirmation-list.car-voucher li .media-body span {
  color: #000;
  font-size: 18px;
  font-weight: 700 !important;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .confirmation-list.car-voucher li .media-body {
    width: 100%;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .confirmation-list.car-voucher li .media-body {
    width: 100%;
  }
}
.new-page-confirm .supplier-summary .booking-supplier-info {
  margin-bottom: 20px;
}
.new-page-confirm .supplier-summary .booking-supplier-info li {
  margin-top: 15px;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .supplier-summary .booking-supplier-info li .media {
    display: flex;
    width: 100%;
    flex: inherit;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .supplier-summary .booking-supplier-info li .media {
    display: flex;
    width: 100%;
    flex: inherit;
  }
}
.new-page-confirm .supplier-summary .booking-supplier-info li .media span {
  color: #030303;
  font-size: 20px;
  font-weight: 400 !important;
}
.new-page-confirm .supplier-summary .booking-supplier-info li .media-body span {
  color: #000;
  font-size: 20px;
  font-weight: 700 !important;
}
.new-page-confirm .supplier-summary .booking-supplier-info li.confirm-status {
  border: 1px solid #29a746;
  padding: 5px;
}
.new-page-confirm .supplier-summary .booking-supplier-info li.confirm-status .media-body span {
  color: #29a746;
}
.new-page-confirm .supplier-summary .booking-supplier-info li.pending-status {
  border: 1px solid #f57b26;
  padding: 5px;
}
.new-page-confirm .supplier-summary .booking-supplier-info li.pending-status .media-body span {
  color: #f57b26;
}
.new-page-confirm .supplier-summary .supplier-add {
  margin-bottom: 10px;
}
.new-page-confirm .supplier-summary .supplier-add h6 {
  color: #000;
  font-size: 20px;
  font-weight: 700 !important;
}
.new-page-confirm .supplier-summary .confirmation-list li {
  border: 0px solid #ececec;
  border-top: 1px solid #ececec;
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .supplier-summary .confirmation-list li {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .supplier-summary .confirmation-list li {
    display: block;
    width: 100%;
    text-align: left;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1400px) {
  .new-page-confirm .supplier-summary .confirmation-list li span {
    display: block;
    width: 100%;
    text-align: left;
    float: none;
  }
}
@media (min-device-width: 320px) and (max-device-width: 736px) {
  .new-page-confirm .supplier-summary .confirmation-list li span {
    display: block;
    width: 100%;
    text-align: left;
    float: none;
  }
}
.new-page-confirm .supplier-summary .confirmation-list li span:first-child {
  color: #000;
  font-size: 16px;
  font-weight: 600 !important;
}
.new-page-confirm .supplier-summary .confirmation-list li span:last-child {
  color: #29a746;
  font-size: 16px;
  font-weight: 600 !important;
}
.new-page-confirm .payment-terms h3 {
  text-transform: uppercase;
  font-style: 18px;
}

.font12 {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  .main-search-result .main-search-items .content-wrapper {
    margin: 0px 0px !important;
  }
}
.mt-10 {
  margin-top: 10px;
}

.ytb-cr-payn-btn {
  line-height: 7px;
  padding: 5px 5px;
  border-radius: 20px;
}

.multifareTab {
  border-collapse: collapse;
}
.multifareTab tr:nth-of-type(odd) {
  background: #eee;
}
.multifareTab th {
  background: #3498db;
  color: white;
  font-weight: bold;
}
.multifareTab td,
.multifareTab th {
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}
.multifareTab .w-4 {
  width: 4% !important;
}

.load-fare {
  display: flex;
  flex-direction: row;
  gap: 5px;
}

@media only screen and (max-width: 400px) {
  .load-fare {
    flex-direction: column;
  }
  .repsonse-pbg_selct {
    font-size: 12px;
    padding: 0px;
  }
}
/*--==New Design = Booking Conformation End==--*/
.hyperLinkButtonColor {
  color: #fe7805 !important;
  text-decoration: underline !important;
  margin-left: 0px;
  cursor: pointer;
}

.contentdevelopment p {
  text-align: left;
  line-height: 1.5em;
  color: #55575b;
  margin-bottom: 5px !important;
  text-align: justify !important;
}

.contentdevelopment h3 {
  margin-bottom: 10px !important;
}

.contentdevelopment img {
  width: 100% !important;
}

.p-datepicker-trigger {
  color: #333;
  display: inline-block;
}

.p-datepicker-trigger svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
}

.familDetailsPhone img {
  max-width: 50% !important;
}

/*# sourceMappingURL=styles.css.map*/