.invalid {
    border-radius: 7px;
    border: 2px solid red;
    outline-color: red;
    animation: shake 0.5s linear;
    -webkit-animation: shake 0.5s linear;
    -moz-animation: shake 0.5s linear;
}

/* also need keyframes and -moz-keyframes */
@-webkit-keyframes shake {
    8%,
    41% {
        -webkit-transform: translateX(-10px);
    }
    25%,
    58% {
        -webkit-transform: translateX(10px);
    }
    75% {
        -webkit-transform: translateX(-5px);
    }
    92% {
        -webkit-transform: translateX(5px);
    }
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes shake {
    8%,
    41% {
        -moz-transform: translateX(-10px);
    }
    25%,
    58% {
        -moz-transform: translateX(10px);
    }
    75% {
        -moz-transform: translateX(-5px);
    }
    92% {
        -moz-transform: translateX(5px);
    }
    0%,
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes shake {
    8%,
    41% {
        transform: translateX(-10px);
    }
    25%,
    58% {
        transform: translateX(10px);
    }
    75% {
        transform: translateX(-5px);
    }
    92% {
        transform: translateX(5px);
    }
    0%,
    100% {
        transform: translateX(0);
    }
}
.angucomplete {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-radius: 7px;
}

.angucomplete-dropdown {
    overflow-y: auto;
    max-height: 157px;
    z-index: 9 !important;
    width: 100%;
}
.highlight {
    color: red;
}
#types_dropdown .highlight {
    font-size: 14px;
    font-weight: 600;
    color: #0c1446;
}
#types_dropdown {
    text-align: left;
}
.ng-cloak {
    display: none !important;
}
.customClass {
    text-align: left;
    font-weight: bold;
    color: black;
}
.customClass .highlight {
    color: black !important;
    pointer-events: none;
}
.angucomplete-selected-row,
.angucomplete-selected-row:hover {
    background-color: white !important;
    color: black;
}
.birth-day .form-control {
    width: 100% !important;
}
.has-error.validationMessage {
    color: red !important;
}

.lg-flag .intl-tel-input.allow-dropdown .flag-container,
.lg-flag .intl-tel-input.separate-dial-code .flag-container {
    height: 49px;
}
.smart {
    margin: 30px auto;
    overflow: hidden;
}

.less {
    max-height: 89px;
    display: block;
    overflow: hidden;
}
.dropdown-menu li {
    display: block !important;
    float: none !important;
    text-align: left !important;
}
.dropdown-menu {
    list-style: none;
    border: none !important;
}
.not-home .nav-home {
    position: relative;
    z-index: 8;
    background: #337799;
}
/* The starting CSS styles for the enter animation */
.fade.ng-enter {
    transition: 0.5s linear all;
    opacity: 0;
}

/* The finishing CSS styles for the enter animation */
.fade.ng-enter.ng-enter-active {
    opacity: 1;
}

.blocks .btn,
.blocks i {
    margin: 0 5px;
    font-size: 14px;
    padding: 5px;
}

.blocks {
    /*display: table;*/
    /*margin: 0 auto;*/
}
.blocks i {
    display: block;
    text-align: center;
    font-size: 20;
}
.dataTable th {
    text-align: center;
}

#dev-panel {
    margin: 0;
}

#dev-tags {
    max-height: 200px;
    overflow-y: auto;
}
.scrollMe {
    overflow-y: scroll;
}
#option-modal {
    position: absolute;
    top: 0;
    overflow: hidden;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(12, 12, 12, 0.17);
}
.option-modal {
    padding: 10px;
    border: 1px solid orange;
    position: fixed;
    background: white;
    border-radius: 10px;
    z-index: 999999999;
    top: 20%;
    left: 33%;
}

/* ang select */
.dev-angselect {
    width: 100%;
}

.dev-angselect > .btn {
    background: white;
    width: 100%;
    text-align: left;
}

.dev-angselect > .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.dev-angselect > ul {
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.dev-angselect > ul .dropdown-header {
    padding: 3px 20px;
    font-size: 13px;
    color: #777;
}

.dev-angselect > ul li a {
    padding: 3px 30px;
}

.not-client {
    padding: 30px 0;
    font-size: 16px;
    text-align: center;
    /*background: #337799;*/
    color: #132448;
}

.blue-link {
    color: #337799;
    font-weight: bold;
}
.upperf {
    text-transform: capitalize;
}
span.ng-scope.empty {
    display: none;
}
.alert.alert-success {
    background: #1bc5bd;
    border: 1px solid #1bc5bd;
    color: #fff;
    border-radius: 10px;
    box-shadow: none;
    margin: 10px 0;
}
.alert.alert-danger {
    background: #f64e60;
    border: 1px solid #f64e60;
    color: #fff;
    border-radius: 10px;
    box-shadow: none;
    margin: 10px 0;
}

.nya-bs-select.btn-group .dropdown-menu li.group-item a {
    text-transform: capitalize;
}
/*just for demo purpos*/
.marker-warning {
    background: #d2b3131f !important;
}
/*.annuled{background: repeating-linear-gradient(45deg,#da3232,#da3232 10px,#FAFAFA 10px,#FAFAFA 20px);}*/
.dev-table.table > tbody > tr.primary > td,
.dev-table.table > tbody > tr.primary > th,
.dev-table.table > tbody > tr > td.primary,
.dev-table.table > tbody > tr > th.primary,
.dev-table.table > tfoot > tr.primary > td,
.dev-table.table > tfoot > tr.primary > th,
.dev-table.table > tfoot > tr > td.primary,
.dev-table.table > tfoot > tr > th.primary,
.dev-table.table > thead > tr.primary > td,
.dev-table.table > thead > tr.primary > th,
.dev-table.table > thead > tr > td.primary,
.dev-table.table > thead > tr > th.primary {
    background-color: #2e6da4;
}
.dev-tag.empty {
    cursor: default;
}

#swipebox-overlay {
    background: rgba(0, 0, 0, 0.7);
}
#swipebox-bottom-bar {
    bottom: 0 !important;
    transform: initial !important;
}

.item-subtitle a {
    color: #e74c3c;
}
.oui-help-bloc .bloc-icon {
    height: inherit;
    width: inherit;
    line-height: inherit;
    background: transparent;
}
.oui-navbar::before {
    opacity: 1;
    background-image: linear-gradient(to bottom, #74a9af, #53949b);
}
.oui-navbar.nav-home::before {
    display: none;
}
.oui-hero {
    position: relative;
    background-color: #2b7c85;
    background-image: linear-gradient(to bottom, #74a9af, #53949b);
}
.oui-hero .wrapper {
    padding: 80px 0 145px 0;
    background: none;
    z-index: 1;
    position: relative;
}
.oui-hero::before {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 500px auto;
    opacity: 1;
}
.oui-hero::after {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 450px auto;
    opacity: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.oui-result-card .bloc-gallery,
.oui-gallery {
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.search-container {
    background: #53949b;
}
.oui-bighelp-bloc {
    padding: 0;
    overflow: hidden;
}

.oui-section.section-pro {
    background: #0c1446;
    background-image: none;
}

.image_agenda img {
    width: 450px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .row.equal_height {
        display: flex;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .oui-hero::before,
    .oui-hero::after {
        display: none;
    }
}
.oui-bighelp-bloc .bloc-text {
    padding: 92px 45px;
}
.oui-bighelp-bloc .bloc-img {
    text-align: center;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 230px;
}
.oui-bighelp-bloc .bloc-img img {
    position: absolute;

    left: 0;
    top: 0;
    left: 0;
    top: 0;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

ul.list-plus {
    list-style: none; /* Remove default bullets */
    margin: 0;
    padding-left: 20px;
}

ul.list-plus li::before {
    content: "+"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #13b1b2; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.bloc-price {
    display: block;
    border-radius: 20px;
    background: #e7e5ea;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.bloc-price .pricing {
    font-size: 30px;
}
#user_location_btn {
    font-size: 20px;
    color: #13b1b2;
    cursor: pointer;
}

.tc-blue {
    color: #1fa1f2;
}
.oui-b-doc-bloc .book-time,
.oui-b-doc-bloc .doc-infos {
    font-size: 16px;
}
.oui-person-bloc .bloc-content .b-name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #0c1446;
    padding-left: 7px;
}
.oui-person-bloc .bloc-content .b-name {
    padding-left: 0;
}
.dash-card {
    padding: 25px;
}
.dash-profil .d-img .img {
    background-size: cover;
}
.btn-dark-blue-h {
    border-radius: 25px;
}
.oui-b-doc-bloc .doc-img .img {
    border: 1px solid #fff;
    background-position: center center;
}

.oui-b-doc-bloc .bloc-b {
    background: #0c1446;
    color: white;
    margin: 15px -25px -25px -25px;
    padding: 15px;
    border-radius: 0 0 12px 12px;
}

.oui-b-doc-bloc .bloc-b p {
    font-size: 21px;
}

.oui-b-doc-bloc .bloc-b p i {
    vertical-align: middle;
    margin-right: 7px;
}

.oui-w-bloc .form-control {
    color: #0d1446;
}
