
body {
    overflow-x: hidden!important;
}
.login-form .field-widget input::placeholder {
    color: white;
}

.select2-container--material {
    width: 100% !important;
    /**
     * Textbox
     */
    /**
     * Dropdown
     */
    /**
     * Options
     */
    /**
     * Focused textbox
     */
    /**
     * Disabled textbox
     */
}

.select2-container--material ::-webkit-input-placeholder {
    color: inherit;
}

.select2-container--material :-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::-ms-input-placeholder {
    color: inherit;
}

.select2-container--material ::placeholder {
    color: inherit;
}

.select2 .select2-container .select2-container--material{
    height:50px!important;
}

.select2-container--material .select2-selection {
    /* @extend input */
    overflow: visible;
    font: inherit;
    touch-action: manipulation;
    margin: 0;
    line-height: inherit;
    border-radius: 2px;
    box-sizing: inherit;
    height: 50px;
    line-height: inherit;
    /* @extend .form-control */
    display: block;
    width: 100%;
    color: white;
    background-clip: padding-box;
    border: 1px solid white;
    padding: .5rem 0 .6rem;
    font-size: 14px;
    line-height: inherit;
    background-color: transparent;
    background-image: none;
    border-radius: 2px;
    margin-top: .2rem;
    margin-bottom: 1rem;
    /* @extend input[type=text] */
    /*background-color: transparent;*/
    /*border: none;*/
    /*border-bottom: 1px solid #ccc;*/
    border-radius: 2px;
    outline: 0;
    width: 100%;
    font-size: 14px;
    box-shadow: none;
    transition: all .3s;
    min-height: 2.1rem;
}

/*.select2-container .select2-selection--single .select2-selection__rendered {*/
/*  padding-left:0;*/
/*}*/
/*.select2-container--material .select2-selection .select2-selection__rendered {*/
/*    padding-left: 4px !important;*/
/*}*/

.select2-container--material .select2-selection--single .select2-selection__rendered {
    float: left;
    line-height: 30px;
}

.select2-container--material .select2-selection--single .select2-selection__arrow {
    float: right;
}

.select2-container--material .select2-selection--multiple {
    /**
     * Multiple selected options
     */
    /**
     * Multiple selected option clear button
     */
}
.select2-container--material .select2-selection--single{
    margin-bottom:1px!important;
}
.select2-container--material .select2-selection--single:hover{
    border-color: #0296c0!important;
}
.select2 .select2-container .select2-container--material .select2-container--below .select2-container--focus{
    border-color: #0296c0!important;
}
.select2-container--material .select2-selection--multiple .select2-selection__rendered {
    width: 100%;
}

.select2-container--material .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice {
    /* @extend .mdl-chip */
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    border: 0;
    border-radius: 16px;
    background-color: #dedede;
    display: inline-block;
    color: white;
    margin: 2px 0;
    font-size: 0;
    white-space: nowrap;
    /* @extend .mdl-chip__text */
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    float: left;
    margin-right: 8px;
    margin-bottom: 4px;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove {
    /* Hide default content */
    font-size: 0;
    opacity: 0.38;
    cursor: pointer;
    float: right;
    margin-top: 4px;
    margin-right: -6px;
    margin-left: 6px;
    transition: opacity;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove::before {
    content: "cancel";
    /* @extend .material-icons */
    font-family: 'Material Icons';
    font-weight: normal;
    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;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    color: #c7b7cf;
}

.select2-container--material .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 0.54;
}

.select2-container--material .select2-search--inline .select2-search__field {
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    margin-top: 0;
    /* Match input[type=text] */
    height: 34px;
    line-height: 1;
}

.select2-container--material .select2-dropdown {
    border: 0;
}

.select2-container--material .select2-dropdown .select2-search__field {
    color: rgba(0, 0, 0, 0.87);
    min-height: 2.1rem;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    transition: all .3s;
}

.select2-container--material .select2-dropdown .select2-search__field:focus {
    /*color: rgba(0, 0, 0, 0.87);*/
    /*border-bottom: 1px solid #c7b7cf;*/
    /*box-shadow: 0 1px 0 0 #c7b7cf;*/
    border-color: #0296c0;
}

.select2-container--material .select2-results__options {
    /* @extend .zf-shadow-depth* */
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    /* @extend .dropdown-content */
    background-color: #fff;
    margin: 0;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    z-index: 999;
    will-change: width, height;
    /* @extend .dropdown-content inline styles */
}

.select2-container--material .select2-results__option {
    /* @extend .dropdown-content li */
    cursor: pointer;
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.5rem;
    text-align: left;
    text-transform: none;
    /* @extend .dropdown-content li>a, .dropdown-content li>span */
    font-size: 14px;
    display: block;
    padding: 1rem;
    /**
     * Disabled options
     */
    /**
     * Selected option
     */
    /**
     * Active/hovered option
     */
}

.select2-container--material .select2-results__option[aria-disabled=true] {
    /* @extend .select-dropdown li.disabled */
    color: rgba(0, 0, 0, 0.3);
    background-color: transparent !important;
    cursor: context-menu;
    /* @extend .disabled */
    cursor: not-allowed;
}

.select2-container--material .select2-results__option[aria-selected=true] {
    /* @extend .dropdown-content li:active, .dropdow-content li:hover */
    color: rgba(0, 0, 0, 0.87);
    background-color: #eee;
}

.select2-container--material .select2-results__option--highlighted[aria-selected] {
    background-color: #ddd;
}

.select2-container--material.select2-container--focus .select2-selection {
    /* @extend input[type=text]:focus */
    border-bottom: 1px solid #c7b7cf;
    box-shadow: 0 1px 0 0 #c7b7cf;
}

.select2-container--material.select2-container--disabled .select2-selection {
    /* @extend .select-wrapper input.select-dropdown:disabled */
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #c7b7cf;
}

.select2-container--material.select2-container--disabled.select2-container--focus .select2-selection {
    box-shadow: none;
    border-color: #0296c0;
}

.select2-container--material .select2-dropdown .select2-search__field{
    margin-bottom: 0px!important;
    border: 1px solid #0296c0!important;
    box-shadow: none!important;
}

.select2-container--material.select2-container--focus .select2-selection{
    box-shadow: none!important;
    border: 1px solid white!important;
}

.slider-static {
    padding-top: 100px;
}

.btn.btn-theme-outline{
    color: #ffffff !important;
    border: 2px solid #0296c0;
    background-image: none;
    padding: 15px 25px;
}

.btn.btn-theme-outline.active {
    color: #ffffff !important;
    -webkit-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
    background: rgb(2, 150, 192)!important;
    background: -moz-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%)!important;
    background: -webkit-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%)!important;
    background: -o-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%)!important;
    background: -ms-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%)!important;
    background: linear-gradient(120deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%)!important;
}

.input-line{
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c7b7cf;
    height: 50px;
    padding-left: 40px;
    color: #ffffff;
}

.input-line::placeholder{
    color: #fff;
}

ul.footer-nav > li > a {
    color: #fff
}

ul.footer-nav > li > a:hover {
    color: #0296c0;
}

.profile-img-holder {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 198px;
}

.page-list{
    list-style-type: disc;
}

.page-list > li {
    margin-left: 20px;
}

.field-widget > .form-control{
    border-radius: 0;
}

.form-control:focus{
    outline: none;
    box-shadow: none;
}

.lead{
    max-width: 500px;
    margin: auto;
}

.step-form{
    background:rgba(0, 0, 0, 0.3);
}

.mx-w-280{
    max-width:280px;
}

/*.banner-form .form-inner{*/
/*    background:rgba(0, 0, 0, 0.8);*/
/*}*/
.bordered-input-white{
    border: 1px solid white!important;
    border-radius: 2px!important;
    color:white!important;
}

.bordered-input-white:hover,
.bordered-input-white:focus{
    border-color: #0296c0!important;
}

.bordered-input-white::placeholder{
    color: rgba(255,255,255, 0.7)!important;
}

textarea.bordered-input-white{
    background: transparent;
}

textarea.bordered-input-white:focus{
    background: transparent;
}

.h-50px{
    height: 50px!important;
}

.menu-logo{
    display: flex!important;
    flex-direction:column;
    justify-content: center;
}
.build-logo {
    background: rgb(2, 150, 192);
    background: -moz-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -webkit-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -o-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: -ms-linear-gradient(30deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    background: linear-gradient(120deg, rgb(2, 150, 192) 30%, rgb(50, 159, 169) 70%);
    color: #ffffff !important;
    font-size: 30px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Engagement;
}

.footer-logo{
    display: flex;
    justify-content: center;
}

/*.company-info {*/
/*    user-select: none; !* supported by Chrome and Opera *!*/
/*    -webkit-user-select: none; !* Safari *!*/
/*    -khtml-user-select: none; !* Konqueror HTML *!*/
/*    -moz-user-select: none; !* Firefox *!*/
/*    -ms-user-select: none;*/
/*    color: #1f1c1c!important;*/
/*}*/

.copyright-footer {
    color: #c5c5c5;
    font-size: 10px;
}

@media (max-width: 768px) {
    footer {
        font-size: 9px;
    }
    footer img {
        width: 50px;
    }

    footer img.secure-bar {
        width: 100%;
    }

    footer .nav-link {
        padding: 0rem 0.3rem;
    }
}

.line-height-12 {
    line-height: 12px;
}