.header_logo img{
    padding: 10px 0px !important;
    max-width: 165px !important;
}
.niveau_checkbox label {
    display: block;
}
.niveau_checkbox input[type="checkbox"]{
    opacity: 1 !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    background: #ffffff;
    height: 16px;
    width: 16px;
    border: 2px solid #009f9f;
    margin-top: 5px;
}
.niveau_checkbox input[type="checkbox"]:checked{
    background: #009F9F;
    border: 1px solid #9d9d9d;
}
.niveau_checkbox input[type="checkbox"]:hover {
    filter: brightness(90%);
}
.niveau_checkbox input[type="checkbox"]:after {
    content: '' !important;
    position: relative;
    left: 40%;
    top: 10%;
    width: 30%;
    height: 70%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
    right: 40%;
}
.niveau_checkbox input[type="checkbox"]:checked:after {
    display: block;
}
.niveau_checkbox span{
    padding: 0px 20px 0px 20px !important;
}
.niveau_checkbox [type="checkbox"]:checked:disabled+span:before{
    display: none;
}
.niveau_checkbox [type="checkbox"]:checked+span:not(.lever):before{
    display: none;
}
.niveau_checkbox [type="checkbox"]+span:not(.lever):before{
    display: none;
}
.niveau_checkbox [type="checkbox"]+span:not(.lever){
    line-height: 20px;
    font-size: 12px;
}
.niveau_checkbox .select-wrapper li span{
    padding: 2px 5px 2px 15px !important;
}
.niveau_checkbox .select-wrapper li span [type="checkbox"]{
    margin-left: -5px;
}

.niveau_checkbox_horse [type="checkbox"]+span:not(.lever){
    line-height: 0px;
    font-size: 15px;
}
.sell_exchange_lable {
    color: black;
}
.home_short_links .home_usr_link{
    margin-top: 10% !important;
}
.dt_foot_langs > .dropdown-content > li{
    float: none;
    width: 100%;
}
.dt_foot_langs > .dropdown-content{
    min-width: 130px;
}
.btn-danger, .btn-danger:hover, .btn-danger:visited,.btn-danger:focus{
    background: #ef4244;
}
.horse_section .edit_btn{
    padding: 5px 0px 5px 0px;
    float: left;
    position: relative;
}
.swal2-container .swal2-actions button{
    border-radius: 1.25em !important;
}
.swal2-popup .swal2-styled:focus{
    box-shadow: none !important;
}
.swal2-container .swal2-content .select-wrapper{
    display: none;
}
.horse_section .edit_btn a{
    color: #fff;
}
#horses_container .card, #liked_users_container .card{
    padding: 5px 10px 15px;
}
#horses_container .card-content .horse_section{
    margin-bottom: 0px;
    margin-top: 20px;
}
.horse_section .delete_btn{
    padding: 5px 0px 5px 0px;
    float: right;
}
.delete_btn button, .edit_btn a{
    background: none;
    color: black !important;
    border: none;
    box-shadow: none;
}
.delete_btn button:hover, .edit_btn a:hover, .delete_btn button:focus, .edit_btn a:focus{
    background: none;
    color: #26a69a;
    border: none;
    box-shadow: none;
}
.delete_btn button i, .edit_btn a i{
    font-size: 24px !important;
}

.delete_btn button i{
    font-size: 1rem
}
.horse_profile_form{
    padding: 1% 3% 1% 3%;
}
.btn-success{
    color: #fff !important;
}
.btn-success{
    background: #0fa10f !important;
}
.horse_active{
    background: #1d901d !important;
}
.horse_deactive{
    background: #ef4244 !important;
}
.horse_status{
    background: none repeat scroll 0 0 #0fa10f;
    color: #fff;
    font-size: 13px;
    padding: 3px 10px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 18px;
    border-radius: 5px 0px 0px 0px;
}  
label.error {
    color: red !important;
    font-size: 1rem !important;
    position: relative;
}
.horse_standard_list .select-dropdown{
    display: none !important;
}
.select2-container--default .select2-selection--single{
    border: 0px !important;
    border-bottom: 1px solid #aaaaaa9c !important;
    border-radius: 0px !important;
}
.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #000 transparent transparent transparent !important;
    border-width: 5px 5px 0 5px !important;
    margin-top: 0px !important;
}
.horse_standard_list .select-wrapper .error{
    margin-top: 10% !important;
    position: absolute !important;
}
.card-top-header{
    margin: 0px 0px 10px 0px;
}
.set_default_horse {
    font-size: 13px;
    background-color: #939393;
    color:  #fff;
    padding: 3px 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.default-profile{
    border: 3px solid #00B0B0;
}
.default-active{
    background-color: #a71396;
}
#horses_container .card.default-profile{
    border: 3px solid #00B0B0;
}
#horses_container .card-image{
    margin-top: 0px;
}
/* for horse profile status deactive */
/*.profile_status_deactive:after{
    opacity: 0.5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
}*/
.profile_status_deactive:hover{
    opacity: 1;
}
/* for default horse profile */
/*.default_profile_active{
    border: 3px solid #00B0B0;
}*/
.swal2-container{
    z-index: 99999 !important;
}
.horse-form-textarea{
    margin: 10px 0px 5px 0px !important;
    border: 1px solid #c2c0c0 !important;
    padding: 12px !important;
    border-radius: 5px !important;
}
.horse_standard{
    top: -26px !important;
    font-size: 12px !important;
}
.horse_standard_list .caret{
    display: none;
}
.horse_standard_list .select2-container{
    width: 100% !important;
}
.profile_img_icon{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.horse-profile-list-section{
    display: inline-block !important;
}
.horse_info_block span{
    padding-left: 30px !important;
}
.findmatch_profile_img_icon{
    width: 36px;
    height: 45px;
}
.findmatch_profile_img_icon_genetic{
    width: 30px;
    height: 45px;
}
.etalon_nav_dropdown{
    padding-right: 100px !important;
}
.etalon_nav_dropdown .select-wrapper{
    margin: 5px;
    border: 1px solid #a3a3a36b;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    width: 150%;
}
.etalon_nav_dropdown .select-dropdown{
    border-bottom: none !important;
}
.toast_error_msg{
    background-color: #f44336;
    color: #fff;
}
.toast_success_msg{
    background-color: #33a538;
    color: #fff;
}
.default_horse_modal{
    overflow-y: visible;
}
.default_horse_modal .select-dropdown, .default_horse_modal .caret{
    display: none !important;
}
.default_horse_modal .select2{
    width: 100% !important;
}
.show-default-horse-title{
    margin: 0 auto;
    cursor: pointer;
    text-decoration: underline dashed;
}
.horse_action_btns .btn{
    padding: 0 7px;
    height: 25px;
    line-height: 25px;
    font-size: 11px;
    border-radius: 4px !important;
    margin-right: 2px;
    margin-left: 2px;
    background-color: #00b0b0;
}
.horse_action_btns .btn:hover{
    background-color: #009F9F;
}
.default_horse_modal .modal-footer{
    text-align: center;
    padding: 20px 0px;
    background: transparent;
    height: auto;
}
.default_horse_modal .select2-container .select2-selection--single{
    border: 1px solid #a2a2a2 !important;
    margin-top: 18px;
}
.default_horse_modal .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 22px;
    right: 10px;
}
.update_horse_button{
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 10px 10px;
    text-decoration: none;
    color: #000;
    margin-left: auto;
    margin: 0;
    line-height: 27px;
}
.horse_bottom_btns .btn{
    font-size: 1.0rem;
    opacity: 0.4;
}
.horse_bottom_btns .btn:hover{
    opacity: 1;
}
.horse_bottom_btns .btn{
    height: 30px;
    padding: 0 10px;
    line-height: 31px;
}
.horse_bottom_btns{
    margin: 0;
}
.horse_list_thumbnail{
    margin: 15px 10px 10px 0px;
    padding: 0 !important;
}
.horse_list_thumbnail a{
    cursor: pointer;
}
.horse_thumb{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    border: 1px solid #a3a3a3;
}
.horse_list_thumbnail .active{
    border: 3px solid #00B0B0;
}
.mtc_usr_avtr .default_match_horse_listing{
    cursor: pointer;
}
.liked_for{
    font-size: 14px !important;
    font-weight: 500;
    padding-top: 5px;
}
.liked_for_title{
    font-size: 13px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
}
.search_liked_section .select-dropdown{
    display: none !important;
}
.search_liked_section .caret{
    display: none !important;
}
.search_liked_section .select2{
    border: 1px solid #c7c7c7;
    border-radius: 10px;
    width: 100% !important;
}
.search_liked_section .select-wrapper{
    margin-top: -5px;
    text-align: center;
}
.search_liked_section .select2-container--default .select2-selection--single{
    border-radius: 10px !important;
    border-bottom: none !important;
}
.search_liked_section .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 4px;
    right: 8px;
}
.horse_counts_section .badge{
    border-radius: 50%;
    font-size: 11px;
    position: absolute;
    top: 1px;
    color: #ffffff;
    right: 0px;
    top: -12px;
    z-index: 5;
    min-width: auto;
    padding: 0px 8px;
}
.filter_tabs{
    overflow: hidden !important;
}
.indicator{
    right: 682px;
}
.suggestions_block{
    text-align: center;
    padding: 20px 0px;
}
.suggestions_block img{
    width: 132px;
    margin-bottom: 25px;
}
.suggestions_block h2{
    font-size: 20px;
    margin: 0;
    padding-bottom: 7px;
}
.suggestions_block p{
    margin: 0;
}
.new_radio_btn [type="radio"]:not(:checked)+span:before{
    border-color: #009F9F !important;
}
.new_radio_btn [type="radio"]:checked+span:after{
    background-color: #009F9F ;
    border: 2px solid #009F9F ;
    transform: scale(0.5);
}
.new_radio_btn [type="radio"]:checked+span:before{
    border: 2px solid #009F9F ;
}
.new_radio_btn [type="radio"]:checked+span{
    color: #009F9F;
}

/* old tags css */
.chips{
    border-bottom: none;
}
.chip{
    color: rgb(255, 255, 255);
    background-color: #009F9F;
}
.chip:focus{
    background-color: #009F9F;
}

/* new custom tags css */
.search_tags{
    margin: 15px 5px 5px 5px;
    padding: 0;
    width: 100%;
}
.search_tags li{
    background-color: #fff;
    float: left;
    padding: 5px 10px;
    color: #000;
    border-radius: 15px;
    margin-right: 5px;
    font-size: 11px;
    margin-bottom: 5px;
}
.search_tags li span{
    vertical-align: middle;
    display: inline-block;
}
.search_tags li .close_tags{
    cursor: pointer;
    line-height: 13px;
    font-size: 14px;
    padding-left: 5px;
}
.search_tags li .close_tags:hover{
    transform: scale(1.3);
    transition: ease-out 0.5s;
}
.search_tags li .close_tags svg{
    height: 15px;
    width: 15px;
    color: #000;
    font-weight: bold;
}
.dt_home_filters_prnt.open .search_tags li{
    background-color: #009F9F;
    color: #fff;
}
.dt_home_filters_prnt.open .search_tags li .close_tags svg{
    color: #fff;
}
.first_line{
    font-weight: 600;
}
[tooltip]::after{
    max-width: none !important;
}
.icon-block p{
    line-height: 1.4rem;
}
.profile_like_btn{
    font-size: 12px !important;
    padding: 0px 5px 0px 0px;
    color: #e11c15;
    text-shadow: 1px 1px 1px #545454;
}
.profile_view_btn{
    font-size: 12px !important;
    padding: 0px 5px 0px 0px;
    color: #fff;
}
.profile_match_btn{
    height: 14px;
    width: 22px;
    vertical-align: text-bottom;
    color: #c60024;
    margin-right: 1px;
}
#modal_for_set_default #horses_container .card{
    min-height: 100%;
    margin-bottom: 0px;
}
#modal_for_set_default #horses_container .card-image{
    margin-top: 0px;
    margin-bottom: 18px;
}
#modal_for_set_default #horses_container .horse_list_thumbnail{
    margin: 14px 27px 13px 0px;
}
#modal_for_set_default #horses_container .col.s3{
    width: 29%;
}
.niveau_checkbox .col{
    padding-left: 0px;
}
.dt_home_filters .collapsible .search_filters form .input-field.col .select-wrapper{
    margin: 0px;
}
.dt_home_filters .collapsible .search_filters form p label [type="checkbox"]+span:not(.lever){
    margin-bottom: 10px;
}
.new_radio_btn .col{
    padding-left: 0px;
}
.dt_home_filters_prnt .dt_home_filters {
    padding: 20px 20px 5px;
}
.dt_home_rand_user .rand_bottom_bar .btn.like{
    color: #c4c4c4;
}
.lk_active svg{
    background-color: #fff !important;
}
.dt_user_pro_info ul.dt_ldl_prof li.like svg {
    background-color: #ffffff;
}
.dt_user_pro_info ul.dt_ldl_prof li svg{
    color: #c4c4c4;
}
.mtc_usrd_content .mtc_usrd_slider .mtc_usrd_actions .btn.like{
    color: #c4c4c4;
}
.new_lk_active svg path{
    fill: #ff5722!important;
}
.horse_profile_detail_title{
    text-align: left;
    padding-top: 5px;
    line-height: 2;
}
.horse_profile_detail_title label{
    font-weight: bolder;
    color: #737373;
    font-size: 14px;
}
.horse_section .search_btn{
    padding: 5px;
}
.horse_section .search_btn a{
    color: #ffffff;
}
#show_modal_for_search{
    overflow-y: hidden;
}
.selected_horse_title h6{
    margin-top: 0px;
    font-weight: 700;
    font-size: 20px;
}
nav{
    height: 65px;
}
nav .right{
    margin-top: 8px;
}
.my_hourses.row .col.l3, #liked_users_container.row .col.l3, #search_users_container.row .col.l3{
    width: 31%;
}
.horse_action_btns{
    margin: 0 auto !important;
}
.features_section .bold{
    font-weight: 600;
    color: #009F9F;
    font-size: 1.6rem;
}
.features_section{
    box-shadow: 0 10px 20px rgba(0,0,0,.07);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 15px 25px;
    display: inline-block;
    width: 48%;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 190px;
    vertical-align: top;
}
.feature_title{
    color: #009F9F;
    margin-top: 40px;
    font-size: 27px;
    font-weight: 600;
}
.feature_title p{
    line-height: 2.4rem;
}
@media (max-width: 768px){
    .features_section{
        width: 100%;
        height: auto;
    }
}
.match_horse_msg_section .bold{
    font-weight: 600;
    color: #009F9F;
    font-size: 1.6rem;
}
.match_horse_msg_section .msg_txt{
    color: #000 !important;
}
.match_horse_msg_section{
    box-shadow: 0 10px 20px rgba(0,0,0,.07);
    border-radius: 10px;
    background-color: #fff;
    padding: 20px 15px 20px;
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto;
    vertical-align: top;
    border: 3px solid #00B0B0;
}
@media (max-width: 768px){
    .match_horse_msg_section{
        width: 100%;
        height: auto;
    }
}
.matched_horse_active{
    border: 2px solid #00a0a0;
}
.show_horse_title{
    margin-left: 5%;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #00B0B0;
}
.match_liked_horse{
    background: #e3e3e3;
}
.breed_date_icon{
    position: absolute !important;
    margin: 5px 0px;
    font-size: 18px;
    cursor: pointer;
    right: 15px;
}
.back_btn{
    padding: 10px;
}
.h_like_btn, .h_visit_btn, .h_matche_btn{
    padding: 0 !important;
    width: 100%;
}
.total_count_btn .col{
    padding: 3px !important;
}
.total_count_btn .col a{
    color: #fff;
}

@media (max-width: 768px){
    .my_hourses.row .col.l3, #liked_users_container.row .col.l3, #search_users_container.row .col.l3 {
        width: 100%;
    }
    #modal_for_set_default #horses_container .col.s3{
        width: 100%;
    }
    #modal_for_set_default .modal-content .row{
        margin: 35% 1% 2% 1% !important;
    }
}
.home_usr_link li.active .menu_link{
    color: #00b0b0;
}
.home_usr_link li.active .like_h_icon{
    color: red !important;
}
.home_usr_link li.active .find_h_icon{
    color: #2196f3 !important;
}
.home_usr_link li.active .my_h_icon{
    color: #2196f3 !important;
}
.modal{
    overflow: hidden;
}
#modal_for_set_default .modal-header{
    margin: 20px;
    position: fixed;
}
#modal_for_set_default .modal-content .row{
    height: 350px;
    overflow: auto;
    margin: 9% 1% 2% 1%;
}
.modal-content .modal-header .bold{
    margin-top: 0px;
    line-height: 25px;
}
.modal-content .row::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}
.modal-content .row::-webkit-scrollbar{
    width: 5px;
    background-color: #F5F5F5;
}
.modal-content .row::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #009f9f99;
}
.dt_how_work .title_three, .dt_how_work .title_one{
    margin: 3rem 0 2.8rem 0;
}
.dt_how_work .title_two{
    margin: 3rem 0 0rem 0;
}
.search_btn .btn{
    padding: 0 7px 0 7px;
    height: 30px;
    line-height: 30px;
}
.search_btn .btn i{
    font-size: 16px;
    color: #fff;
}
.modal.modal-fixed-footer .modal-content h5{
    margin: 0;
}
.modal.modal-fixed-footer .modal-content{
    overflow-y: visible;
}
.my_hours_icon{
    width: 16px;
    margin-right: 15px;
}
.search_btn{
    position: absolute;
    bottom: -15px;
    left: 40%;
}
.usr_circle.mdm{
    right: 0;
}
.usr_circle.sml{
    top: 0;
    left: 210px;
}
.parallax-container.header_bg h1, .parallax-container.header_bg h4{
    color: #F2EFCE;
}
#liked_users_container .card-image{
    margin-top: 25px;
}
.matches_fields_suggestions ul li{
    display: inline-block;
    margin-right: 4px;
    background-color: #e7e7e7;
    padding: 2px 8px;
    font-size: 13px;
    border-radius: 4px;
    line-height: 23px;
    color: #b0b0b0;
    margin-bottom: 8px;
}
.matches_fields_suggestions ul li.active{
    background-color: #4bae4f;
    color: #fff;
}
.show_match_result_count{
    float:left;
    font-weight: 700;
    padding: 5px;
    margin-left: 10px;
}
.main_fltr{
    margin-left: 40px; 
    float:right;
}
.main_fltr_close{
    margin-left: 50px; 
    float:right;
}
#match_item_container .sidebar_usr_info{
    overflow-y: auto;
    max-height: 100%;
}
#match_item_container .sidebar_usr_info::-webkit-scrollbar {
    width: 6px;
}
 
#match_item_container .sidebar_usr_info::-webkit-scrollbar-track {
    background-color: #e7e7e7;
    border-radius: 10px;
}
 
#match_item_container .sidebar_usr_info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #8e8e8e;
}
.home_quick_search_form{
    width: 100%;
}
.home_quick_search_form .home_search_btn{
    text-align: center;
}
.home_quick_search_form .home_search_btn .quick_search_btn[disabled]{
    background-color: rgb(3, 134, 134);
}
.quick_search_container #search_users_container .col.l3{
    width: 25%;
}
#toast-container {
    top: 1%;
    right: 2%;
    bottom: auto !important;
    left: auto !important;
}
.home_search_btn .quick_search_btn{
    width: 80%;
}
.quick_search_container .dt_home_rand_user .card{
    padding: 20px 15px 10px;
}
.quick_search_filter_seaction .dt_home_filters{
    padding: 10px;
}
.quick_search_filter_seaction .search_tags{
    margin: 5px;
}
.quick_search_filter_seaction .dt_home_filters_prnt{
    margin-right: 0px;
}
#latest_user #search_users_container .random_user_item .card{
    padding: 20px 15px 20px;
}
.dt_user_about .about_block .row .col.s6 .info_title{
    font-weight: 600;
}
.default_horse_modal .modal-header .col svg{
    border-radius: 50%;
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 5px;
    margin-left: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: rgb(0, 159, 159);
    color: white;
}
.header_user #user_dropdown li a .find_icon{
    margin: 20px 7px 0 0;
}
.header_user #user_dropdown li a .fa-heart{
    color: red;
}
.header_user #user_dropdown li a .fa-search{
    color: #2196f3;
}



@media (max-width: 768px){
    .home_page_section .dt_filters {
        display: block;
        margin: -50px auto 0px;
    }
    .home_page_section .dt_filters .row .col.s3{
        width: 100%;
    }
    .quick_search_container #search_users_container .col.l3{
        width: 100%;
    }
    .quick_search_filter_seaction .col.l12{
        width: 100%;
    }
    .quick_search_suggestion_section .col.l12{
        width: 100%;
    }
    #toast-container {
        top: 1%;
        right: 0;
        bottom: auto !important;
        left: auto !important;
    }
    .mtc_usr_avtr{
        overflow-x: auto;
    }
    .horse_profile_form .horse_about_section .row .s6{
        width: 100%;
    }
    .dt_user_about .about_block .dt_profile_info .row{
        padding-left: 0px;
    }
}
.ajax_mare_list{
    position: absolute;
    background: #fff;
    left: 10px;
    right: 10px;
    display: inline-block;
    z-index: 9;
    border: 1px solid #d3d3d3;
    padding: 10px;
    top: 27px;
    box-shadow: 3px 2px 6px #cacaca;
    padding-left: 10px !important;
    max-height: 250px;
    overflow-y: auto;
}
.ajax_mare_list li{
    cursor: pointer;
}
.ajax_mare_list li:hover{
   background-color: #b1b1b1;
   /*color: #fff;*/
}
.contect_if_mare_not_exists{
    float  : right;
    color: #757575;
    cursor: pointer;
}
.contect_if_mare_not_exists span{
    color: blue;
 }
.contect_if_mare_not_exists:hover{
    color: #000000;
}
.my_hours_sell_exchange_icon {
    width: 30px;
    margin-right: 15px;
}
.select-dropdown li img.selected_option_icon{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 7px;
    display: none;
}
.etalons_like_dislike_icon .select-dropdown li{
    position: relative;
}
.model_header_when_mare_not_exists{
    margin-right:-730px;
    float: right !important;;
}

/* Dashboard css */

.dashboard-container {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-container  a {
    color: inherit;
}

.dashboard-container .icon-block {
    background-color: #fff;
    padding: 10px 0px;
    box-shadow: 0px 5px 10px 0px #ddd;
    border-radius: 10px;
}

.dashboard-container .icon-block h2 {
    margin: 0;
}

.dashboard-container .icon-block h5 {
    margin: 20px;
}

/* Folax lab page */

strong {
    font-weight: 600;
}

.position-relative {
    position: relative;
}

.text-center {
    text-align: center;
}

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

.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.gap-1 {
    gap: 15px;
}

.gap-2 {
    gap: 30px;
}

.line-height-initial {
    line-height: 18px;
}

.border-1 {
    border: 1px solid #323232;
}

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

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

.margin-top {
    margin-top: 1.725rem;
}

.margin-bottom {
    margin-bottom: 0.725rem;
}

.statsTable {
    width: 280px;
    border-radius: 4px;
    overflow: hidden;
}

.statsTable .stats-row {
    justify-content: space-between;
    font-size: 14px;
}

.statsTable .stats-generation {
    display: flex;
    align-items: center;
    justify-content: center;
}

.statsTable .nomberState {
    justify-content: center;
    background-color: #FF0000;
    color: #fff;
}

.statsTable .nomberState p {
    font-size: 16px;
}

.statsTable .qualifiesState {
    justify-content: center;
    background-color: #70AD47;
    color: #fff;
}

.statsTable .qualifiesState p {
    font-size: 16px;
}

.statsTable .statsDate {
    justify-content: center;
}

.statsTable .statsDate p {
    font-size: 12px;
}

.stats-heading {
    background-color: rgb(0, 0, 0);
    color: #fff;
    margin: 0;
    padding: 8px 0;
    font-size: 16px
}

.top3Des .combo {
    border-radius: 5px;
    padding: 12px;
    margin: 0 auto;
    justify-content: center;
}

.top3Des .combo h5 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.top3Des .top3Etalon {
    position: relative;
    margin: 14% 0px
}

.top3Des .top3Etalon .item {
    min-width: 160px;
    position: relative;
    bottom: -2.725rem;
    right: -1rem;
}

.top3Des .top3Etalon .item .etalon-name span {
    font-size: 15px;
    font-weight: 700;
}

.top3Des .top3Etalon .item .foal-x-stallion {
    font-size: 13px;
}

.top3Des .top3Etalon .item .foal-x-stallion strong {
    font-weight: 700;
}

.top3Des .top3Etalon .item.secondEtalon {
    bottom: -2.725rem;
    right: -1rem;
}

.top3Des .top3Etalon .item.firstEtalon {
    bottom: 0.725rem
}

.top3Des .top3Etalon .item.thirdEtalon {
    bottom: -3.725rem;
    left: -1rem;
}

.top3Des .top3Etalon .top3EtalonStack {
    display: grid;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.top3Des .top3Etalon .top3EtalonStack img {
    width: 220px;
}

.top3Des .top3Etalon .top3EtalonStack p {
    justify-content: center;
    font-size: 14px;
    line-height: 25px;
}

.leaderBoard a {
    color: inherit;
}

.temoignages .temoignages-list,
.decouvrez ul {
    margin: 1rem 0px;
}

.decouvrez {
    margin-top: 2rem;
}

.decouvrez ul li p {
    font-size: 13px;
    font-weight: 600
}

.temoignages .temoignages-list .item {
    align-items: center;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 5px 8px;
}

.temoignages .temoignages-list .item:hover {
    box-shadow: 0 2px 20px 2px #efefef;
}

.temoignages .temoignages-list .itemImg {
    display: flex;
    align-items: center;
    justify-content: center;
}

.temoignages .temoignages-list .itemImg img {
    border-radius: 50%;
    background-color: #cecece6b;
    width: 40px;
    height: 40px;
}

.temoignages .temoignages-list .item p {
    font-weight: 500;
    font-size: 14px;
}

.leaderBoard .title,
.temoignages .title,
.decouvrez .title {
    border-radius: 5px;
    padding: 8px 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaderBoard .title strong,
.temoignages .title strong {
    font-size: 16px;
}

.leaderBoard .leaderBoardContainer {
    display: grid;
    row-gap: 10px;
    justify-content: center;
    margin: 1rem 0px;
    padding: 1rem 0px;
    border-radius: 5px;
}

.leaderBoard .leaderBoardContainer .item {
    min-width: 200px;
    height: 30px;
    align-items: center;
    gap: 10px;
}

.leaderBoard .leaderBoardContainer .item .leaderBoardDetail {
    background-color: #009f9f29;
    border-radius: 50px;
    min-width: 200px;
    height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.leaderBoard .leaderBoardContainer .item .leaderBoardDetail .leaderBoardNos {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFD400;
    box-shadow: 0px 1px 2px 0px #ccc;
    border-radius: 50%;
    font-weight: 600;
}

.leaderBoard .leaderBoardContainer .item .leaderBoardDetail .leaderBoardEtalon {
    font-weight: 700;
    font-size: 12px;
}

.comment-est a {
    color: inherit;
}

.comment-est h6 {
    margin: 0rem 2rem;
    padding: 2rem;
    font-weight: 600;
    border-radius: 4px;
    height: auto;
    line-height: inherit;
}

.searchEtalon {
    position: relative;
}

.d-none {
    display: none;
}

.searchedEtalonContainer {
    width: 100%;
    max-height: 250px;
    position: absolute;
    top: 3.25rem;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    box-shadow: 0 1.25rem 5rem -1rem rgba(0, 0, 30, 0.5);
}

.searchedEtalonContainer .list {
    display: grid;
    grid-gap: 5px;
}

.searchedEtalonContainer .list-item {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
}

.search {
    position: relative;
    width: 100%;
    height: 3rem;
    padding-left: 1.5rem;
    border: 1px solid #009F9F;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1.25rem 5rem -1rem rgba(0, 0, 30, 0.5);
    transition: transform 200ms ease-in-out;
}

.search::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    box-shadow: 0 0.5rem 2rem -1rem rgba(0, 0, 100, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 300ms ease-in-out;
}

.search input {
    all: unset;
    height: 100% !important;
    color: #333355;
    border: 0 !important;
    box-shadow: none !important;
}

.search input::placeholder {
    color: inherit;
    opacity: 0.3;
}

.search button {
    all: unset;
    position: absolute;
    right: 0;
    height: 100%;
    padding-left: 3rem;
    border-radius: 10px;
    background: #009F9F;
    cursor: pointer;
}

.search button::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    box-shadow: 0 0.5rem 2rem 0 rgba(41, 110, 199, 0.25), 0 0.5rem 1rem -0.75rem rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 300ms ease-in-out;
}

.search button:hover::before {
    opacity: 1;
}

.search button label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    opacity: 0;
    color: white;
    width: 0;
    transition: width 200ms ease-in-out, opacity 100ms ease-in-out;
}

.search button .search-icon {
    position: absolute;
    height: 0.875rem;
    width: 0.875rem;
    top: 1rem;
    left: 0.875rem;
    border: 0.125rem solid white;
    border-radius: 50%;
    box-sizing: border-box;
    transform: rotate(-45deg);
}

.search button .search-icon::after {
    content: "";
    position: absolute;
    height: 0.5rem;
    width: 0.125rem;
    background: white;
    left: calc(50% - (0.125rem / 2));
    bottom: -0.6rem;
}

.search:has(input:not(:placeholder-shown)) button label {
    opacity: 1;
    width: 3.25rem;
    margin-left: -0.5rem;
    padding-right: 1rem;
}
    
.search:has(input:focus) {
    box-shadow: none !important;
}

.search:has(input:focus)::before {
    opacity: 1;
}

/* End Folax lab page */

.backButton {
    background-color: #00B0B0;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    padding: 5px 8px;
    margin: 0px 1rem 1rem;
}

.backButton img {
    width: 22px;
    height: 22px;
}

/* Indice foalx perf page */

.indice-foalx-stallion .flex {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
}


.indice-foalx-stallion .dt_user_info {
    padding: 5rem 2rem 8rem;
}

.indice-foalx-stallion .navButtons {
    margin-top: 5rem;
    display: grid;
    grid-gap: 2rem;
    justify-content: center;
}

.indice-foalx-stallion .navButtons > div {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.indice-foalx-stallion .navButtons > div > span{
    border: 2px solid #00B0B0;
    color: #00B0B0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 26px;
    font-weight: 600;
}

.indice-foalx-stallion .navButtons a {
    height: 100%;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    height: 60px;
}

.indice-foalx-stallion .navButtons h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.performanceEtalon .flex {
    display: flex;
    justify-content: center;
    text-align: center;
}

.performanceEtalon .gap {
    gap: 2rem;
}

.performanceEtalon .variable {
    padding: 0px 15px;
    width: 200px;
}

.performanceEtalon .variable.title {
    background-color: #26a69a;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 1px #ddd;
    padding: 15px;
}

.performanceEtalon .variable span {
    font-weight: 700;
    font-size: 14px;
}

.performanceEtalon .variable.weights span {
    font-weight: 700;
    font-size: 16px;
    color: #26A69A;
}

.performanceEtalon .dt_user_info {
    padding: 5rem 2rem 10rem;
}

.variablesContainer {
    padding: 2rem 15%;
}

.performanceEtalon .variableTitles {
    border: 1px solid #26A69A;
    padding: 1rem 15px;
    border-radius: 10px;
}

.performanceEtalon .variableArrows {
    padding: 10px 15px;
    margin: 2rem 0;
}

.performanceEtalon .variableText {
    padding: 0px 15px 15px
}

.performanceEtalon .variableText h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #26A69A;
}

.performanceEtalon .variableWeights {
    border: 1px solid #26A69A;
    padding: 1rem 15px;
    border-radius: 10px;
}

.performanceEtalon .report-with-variable-button {
    padding: 2rem 15px
}

.indiceFoalxNavButton {
    font-size: 16px;
    text-transform: none !important;
    font-weight: 600;
    color: #fff;
    height: 45px;
    line-height: 45px;
}

.qualiteJumenterie .flex {
    display: flex;
    gap: 30px;
    justify-content: center;
    text-align: center;
}

.qualiteJumenterie .dt_user_info {
    padding: 5rem 2rem 8rem;
}

.qualiteJumenterie .details {
    padding: 2rem 20%;
}

.qualiteJumenterie .details > h3 {
    font-size: 20px !important;
}

.qualiteJumenterie .details h3 {
    font-size: 16px;
    margin: 1.725rem 0;
}

.qualiteJumenterie .details .detailsMore {
    padding: 0px 10%;
}

.qualiteJumenterie .details .detailsMore a {
    margin-top: 1rem;
}

/* End Indice foalx perf page*/

/* Stallion profile page */
.position-relative {
    position: relative;
}

.m-0 {
    margin: 0;
}

.m-1 {
    margin: 1rem 0 0 !important;
}

.p1rem {
    padding: 1rem;
}

.primary-border-rounded {
    border-radius: 10px;
}

.stallion-profile-row1 {
    justify-content: center;
    color: #fff;
}

.stallion-profile-row1 .primary-border-rounded {
    flex: 1;
}

.stallion-profile-row2 {
    margin-top: 1rem;
    justify-content: space-evenly;
}

.stallion-profile-row1 h6,
.stallion-profile-row2 h6 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.stallion-profile-row1 h5 {
    font-size: 18px;
    font-weight: 700;
}

.stallion-profile-row2 .grid {
    display: grid;
}

.stallion-profile-row2 .block {
    border: 0;
    background-color: #009f9f;
    color: #fff;
    width: 350px;
    height: fit-content;
}

.stallion-profile-row2 h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.stallion-profile-row2 h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.block h6 {
    margin: 0px 0 8px !important;
    justify-content: space-between;
    gap: 2rem;
    align-items: center;
}

.block h6 span{
    font-size: 16px;
    background: #0000001f;
    padding: 8px 10px;
    border-radius: 7px;
 }

.stallionProfileContainer .dt_settings_header {
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    padding: 0;
}

.stallionProfileContainer .dt_user_profile {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.stallionDetail {
    color: #fff;
}

.stallionDetail h3 {
    font-weight: 600;
    font-size: 30px;
}

.stallionDetail h6 {
    font-size: 16px;
    margin: 5px 0 0;
}

.stallionDetail h4 {
    font-size: 26px;
    font-weight: 650;
    margin: 10px 0 0 !important;
}

.stallionDetail p,
.stallion-profile-row3 p {
    font-size: 14px;
    font-weight: 500;    
}

.stallion-profile-row3 {
    justify-content: space-between;
}

.stallion-profile-row3 h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.stallion-profile-row3 h4 {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

/* End Stallion profile */

/* Report with variable page */

.reportContainer .containerPadding {
    padding: 2rem 1rem;
}

.reportContainer .flex {
    display: flex;
    text-align: center;
    justify-content: center;
}

.reportContainer .gap {
    gap: 2rem;
}

.reportContainer .weightContainer {
    border: 1px solid #26a69a4f;
    padding: 1rem 15px;
    border-radius: 10px;
    margin: 1.725rem 0;
    position: relative;
    overflow: hidden;
}

.reportContainer .variable {
    padding: 0px 15px;
    display: grid;
    grid-gap: 10px;
}

.reportContainer .variable.title {
    background-color: #26a69a;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 5px 1px #eee;
    padding: 15px;
    width: 200px;
}

.reportContainer .variable input {
    height: 100% !important;
    border: 0 !important;
    box-shadow: none !important;
    text-align: center;
}

.reportContainer .variable .variableInput {
    border: 1px solid #fff !important;
    background: #fff !important;
    border-radius: 4px !important;
    padding: 0px 10px !important;
    height: 2rem !important;
    width: 80px !important;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.reportContainer .variable span,
.reportContainer .variable input {
    font-weight: 700 !important;
    font-size: 14px !important;
}

.reportContainer .variable .variableInput:after {
    content: '%';
    color: #000;
    text-decoration: none;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.reportContainer .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.reportContainer .dx-datagrid-header-panel .dx-toolbar {
    margin-bottom: 2rem;
}

.reportContainer .dx-texteditor-input {
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.reportContainer .dx-searchbox .dx-texteditor-input, .reportContainer .dx-searchbox .dx-placeholder:before {
    padding-left: 34px !important;
}

.reportContainer .editWeightVaraibles {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 8px;
    line-height: inherit;
    z-index: 1;
}

.reportContainer .editWeightVaraibles button {
    font-weight: 600 !important;
    text-transform: capitalize;
}

.reportContainer .editWeightVaraibles .actionButton {
    display: grid; 
    grid-gap: 0.725rem
}

.reportContainer .editWeightVaraibles .actionButton.d-none {
    display: none;
}
.reportContainer .weightContainer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #26a69a4f;
    opacity: .7;
}

.reportContainer .weightContainer.enableWeightContainer:after {
    content: none;
}

.textPrimary {
    color: #00b0b0;
    font-weight: 700 !important;
}

.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    white-space: initial !important;
}

.dx-datagrid-table .dx-header-row td {
    text-align: center !important;
}

/* End report with variable page */

/* End dashboard css */