body  a {
    color: inherit;
    text-decoration: none;
}

.primary-bgcolor {
    background-color: #00A7A7;
}

.primary-txcolor {
    color: #00A7A7;
}

.navbar {
    min-height: 65px;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    padding: 10px 0px !important;
    max-width: 140px !important;
}

.navbar .btn {
    min-width: 145px;
    height: 44px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none !important;
}

.navbar .btn.btn-auth-login {
    border: 1px solid #FFF;
    background: #00A7A7;
}

.navbar .btn.btn-auth-register {
    background: #008989;
}

.navbar .btn.btn-auth-register:hover,
.navbar .btn.btn-auth-register:focus {
    background: #017575;
}

.dropdown-toggle::after {
    content: none;
}

.content-bg {
    background: #F9F9F9;
}

.content {
    padding: 20px;
}

.auth-page-nav-text {
    color: #ececec;
    font-size: 15px;
    font-weight: 500;
}

.alert.alert-success,
.alert.alert-danger {
    display: none;
}

nav ul a:hover {
    background-color: rgba(0,0,0,0.1);
}

.btn-sm {
    height: 32.4px !important;
    line-height: 32.4px !important;
    font-size: 13px !important;
}

.btn:focus, .btn-lg:focus, .btn-sm:focus, .btn-floating:focus {
    background-color: #1d7d74;
}

.btn:hover, .btn-lg:hover, .btn-sm:hover {
    background-color: #2bbbad;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.btn, .btn-lg, .btn-sm {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    cursor: pointer;
}

.btn, .btn-sm, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.btn, .btn-flat {
    font-size: 14px;
    outline: 0;
}

.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none !important;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
}

.btn-flat:focus,.btn-flat:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-flat:focus {
    background-color: rgba(0,0,0,0.1)
}

.btn-flat.disabled,.btn-flat.btn-flat[disabled] {
    background-color: transparent !important;
    color: #b3b2b2 !important;
    cursor: default
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.z-depth-1,.card-panel,.card,.toast,.btn,.dropdown-content,.collapsible,.sidenav {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2)
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}

.tabs .tab {
    flex: 1;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.tabs .tab a {
    color: rgba(238,110,115,0.7);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease, background-color .28s ease;
    transition: color .28s ease, background-color .28s ease;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right;
}

.switch,.switch * {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch label {
    cursor: pointer
}

.switch label input[type=checkbox] {
    opacity: 0;
    width: 0;
    height: 0
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #84c7c1
}

.switch label input[type=checkbox]:checked+.lever:before,.switch label input[type=checkbox]:checked+.lever:after {
    left: 18px
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #26a69a
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0,0,0,0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0 16px
}

.switch label .lever:before,.switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    -webkit-transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease, -webkit-box-shadow 0.1s ease, -webkit-transform .1s ease
}

.switch label .lever:before {
    background-color: rgba(38,166,154,0.15)
}

.switch label .lever:after {
    background-color: #F1F1F1;
    -webkit-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);
    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)
}

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(38,166,154,0.15)
}

input[type=checkbox]:not(:disabled) ~ .lever:active:before,input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
    -webkit-transform: scale(2.4);
    transform: scale(2.4);
    background-color: rgba(0,0,0,0.08)
}

.switch input[type=checkbox][disabled]+.lever {
    cursor: default;
    background-color: rgba(0,0,0,0.12)
}

.switch label input[type=checkbox][disabled]+.lever:after,.switch label input[type=checkbox][disabled]:checked+.lever:after {
    background-color: #949494
}

label {
    font-size: .8rem;
    color: #9e9e9e;
}

svg:not(:root) {
    overflow: hidden;
}

.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: .5rem 0 1rem 0
}

#toast-container {
    display: block;
    position: fixed;
    z-index: 10000
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width:100%;
        bottom: 0%
    }

    .content {
        padding: 20px 10px;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }
    
    .navbar .btn {
        min-width: auto;
        height: 34px;
        padding: 8px 12px;
        font-size: 10px;
        line-height: normal;
    }

    .navbar-brand img {
        max-width: 100px !important;
    }

    .podium-content .positionNos,
    .podiumBlockShadow {
        width: 110px !important;
    }

    .podium-content .podiumPosition1 {
        height: 126px !important;
    }

    .podium-content .podiumPosition2 h5::after,
    .podium-content .podiumPosition3 h5::before {
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="78" viewBox="0 0 6 84" fill="none"><path opacity="0.15" d="M6 0H0V115H6V0Z" fill="black"/></svg>') !important;
        top: 8px !important;
    }

    .podiumBlockTop {
        width: 130px !important;
    }

    .podium-content .positionNos h5 {
        font-size: 60px !important;
    }
    
    .podium-content .podiumPosition2, 
    .podium-content .podiumPosition3 {
        height: 86px !important; 
    }

    .podium-container .podium-heading h5 {
        font-size: 18px !important;
    }

    .positionEtalon a h5,
    .bottomTopEtalon span {
        font-size: 14px !important;
    }

    .podium-content .podiumPosition .positionEtalon > div p,
    .popover-body p {
        font-size: 10px !important;
    }

    .podium-content .podiumPosition .positionEtalon > div p span {
        font-size: 13px !important;   
    }

    .podium-content .podiumPosition .positionEtalon a img {
        width: 16px !important;
        height: 16px !important;
    }

    .podium-content .podiumPosition .positionEtalon img {
        width: 50px !important;
        height: 50px !important;
    }

    .podium-content .podiumPosition1 h5 {
        font-size: 35px;
    }

    .podium-content .podiumPosition2 h5, .podium-content .podiumPosition3 h5 {
        font-size: 25px !important;
    }

    .select-your-weight-lbl {
        font-size: 12px !important;
    }

    .variablesContainer {
      padding: 1rem 0px !important;  
    }

    .performanceEtalon .dt_user_info {
        padding: 1rem !important;
    }

    .performanceEtalon .gap {
        gap: 10px !important;
    }

    .variableArrows .downArrow {
        width: 24px !important;
        height: 24px !important;
    }

    .dt_user_info .info h2 {
        font-size: 22px !important;
    }

    .etalon-detail-classement {
        font-size: 14px !important;
    }

    .stallionDetail h3 {
        font-size: 24px !important;
    }

    .dt_settings_header {
        height: auto !important;
    }

    .custom-modal .modal-content {
        width: 100% !important;
    }

    .reportContainer .dx-datagrid-header-panel .dx-toolbar {
        margin-bottom: 4rem !important;
    }
    
    .reportContainer .textPrimary {
        font-size: 16px !important;
    }

    .reportContainer .containerPadding p.text-muted,
    .show-votre-temoignage,
    .backButton,
    .select-your-weight-lbl,
    .step-weights .btn {
        font-size: 10px !important;
    }

    .etalon-actif,
    .etalon-inactif,
    .reportContainer .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content, 
    .dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
        font-size: 8px !important;
    }

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

    .horseHeadIcon {
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        left:5%;
        bottom: 7%;
        max-width: 90%
    }
    
    .content {
        padding: 20px 10px;
    }

    .navbar-brand {
        margin-right: 0 !important;
    }
    
    .navbar .btn {
        min-width: auto;
        height: 34px;
        padding: 8px 12px;
        font-size: 10px;
        line-height: normal;
    }

    .navbar-brand img {
        max-width: 100px !important;
    }

    .podium-content .positionNos,
    .podiumBlockShadow {
        width: 110px !important;
    }

    .podium-content .podiumPosition1 {
        height: 126px !important;
    }

    .podium-content .podiumPosition2 h5::after,
    .podium-content .podiumPosition3 h5::before {
        content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="78" viewBox="0 0 6 84" fill="none"><path opacity="0.15" d="M6 0H0V115H6V0Z" fill="black"/></svg>') !important;
        top: 8px !important;
    }

    .podiumBlockTop {
        width: 130px !important;
    }

    .podium-content .positionNos h5 {
        font-size: 60px !important;
    }
    
    .podium-content .podiumPosition2, 
    .podium-content .podiumPosition3 {
        height: 86px !important; 
    }

    .podium-container .podium-heading h5 {
        font-size: 16px !important;
    }

    .positionEtalon a h5,
    .bottomTopEtalon span {
        font-size: 14px !important;
    }

    .podium-content .podiumPosition .positionEtalon > div p,
    .popover-body p {
        font-size: 10px !important;
    }

    .podium-content .podiumPosition .positionEtalon > div p span {
        font-size: 13px !important;   
    }

    .podium-content .podiumPosition .positionEtalon a img {
        width: 16px !important;
        height: 16px !important;
    }

    .podium-content .podiumPosition .positionEtalon img {
        width: 50px !important;
        height: 50px !important;
    }

    .podium-content .podiumPosition1 h5 {
        font-size: 35px;
    }

    .podium-content .podiumPosition2 h5, .podium-content .podiumPosition3 h5 {
        font-size: 25px !important;
    }
    
    .card>.container-fluid,
    .podium-content .card-body {
        padding: 1rem 0.725rem !important;
    }

    .variablesContainer {
      padding: 1rem 0px !important;  
    }

    .performanceEtalon .dt_user_info {
        padding: 1rem !important;
    }

    .performanceEtalon .gap {
        gap: 10px !important;
    }

    .variableArrows .downArrow {
        width: 24px !important;
        height: 24px !important;
    }

    .dt_user_info .info h2 {
        font-size: 22px !important;
    }

    .etalon-detail-classement {
        font-size: 12px !important;
    }

    .stallionDetail h3 {
        font-size: 24px !important;
    }

    .dt_settings_header {
        height: auto !important;
    }

    .custom-modal .modal-content {
        width: 70% !important;
    }
    
    .reportContainer .textPrimary {
        font-size: 16px !important;
    }

    .card-content-title .card-header h5, .card-content-title .card-footer h5 {
        font-size: 12px !important;
        font-weight: 600 !important;
        line-height: inherit !important;
    }
    
    .loadingReport h4 {
        font-size: 14px !important;
    }

    .loadingReport h4 svg {
        width: 24px !important;
        height: 24px !important;
    }
    
    .performanceEtalon .variable,
    .reportContainer .variable.title {
        width: 160px !important;
    }

    .reportContainer .containerPadding p.text-muted,
    .show-votre-temoignage,
    .backButton,
    .select-your-weight-lbl,
    .step-weights .btn {
        font-size: 10px !important;
    }

    .etalon-actif,
    .etalon-inactif,
    .reportContainer .dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content, 
    .dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
        font-size: 8px !important;
    }

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

    .horseHeadIcon {
        width: 10px !important;
        height: 10px !important;
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top:10%;
        right: 7%;
        max-width: 86%
    }
}

.toast {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #707070;
    margin: 30px auto 10px;
    display: block;
    width: auto;
    min-width: 100px;
    height: 38px;
    font-size: 12px;
    text-transform: capitalize;
    border-radius: 2em;
    font-weight: bold ;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.toast .toast-action {
    color: #eeff41;
    font-weight: 500;
    margin-right: -25px;
    margin-left: 3rem
}

.toast.rounded {
    border-radius: 24px
}

@media only screen and (max-width: 600px) {
    .toast {
        width:100%;
        border-radius: 0
    }
}

.niveau_checkbox label {
    display: flex;
    align-items: center;
    gap: 10px;
}
.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: 0;
}
.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 [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;
}
.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;
}
.select2-search--dropdown .select2-search__field {
    height: 30px !important;
    border-radius: 5px;
    font-size: 12px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered,
.select2-results__option {
    font-size: 14px;
}
.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: 22px;
    height: 22px;
    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::before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    font-size: 18px;
}

.toast_error_msg{
    background-color: #f44336;
    color: #fff;
}
.toast_success_msg{
    background-color: #33a538;
    color: #fff;
}

.toast_success_msg::before {
    content: '✓';
}

.toast_error_msg::before {
    content: '!';
}

.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: 12px;
    text-transform: capitalize;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
    margin-left: auto;
    margin: 0;
    font-weight: 600;
}
.horse_bottom_btns .btn{
    font-size: 1.0rem;
    opacity: 0.4;
}
.horse_bottom_btns .btn:hover{
    opacity: 1;
}
.horse_bottom_btns .btn{
    height: 24px;
    padding: 0;
    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{
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}
.search_tags li{
    background-color: #fff;
    float: left;
    padding: 5px 10px;
    color: #000;
    border-radius: 15px;
    font-size: 11px;
}
.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 {
    padding: 0rem 1rem 0.25rem;
}

#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;
}
.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-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: auto 14px 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: 24px;
    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;
}

/* Dashboard css */

.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-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
}

.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;
}

.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;
}

.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: 4px;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    border-radius: 4px;
    padding: 5px 8px;
}

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

/* Indice foalx perf page */


.indice-foalx-stallion .dt_user_info,
.performanceEtalon .dt_user_info,
.qualiteJumenterie .dt_user_info {
    padding: 2rem;
}

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

.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 .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: 600;
    font-size: 12px;
}

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

.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 .variableArrows .downArrow {
    width: 40px;
    height: 40px;
}

.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: 12px;
    text-transform: none !important;
    font-weight: 600;
    color: #fff;
    height: 35px;
    line-height: 35px;
}

.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-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: 100%;
    height: fit-content;
}

.stallion-profile-row2 .block .blockTitle {
    font-weight: 500;
    display: inline-block !important;
    line-height: inherit;
}

.stallion-profile-row2 .block .blockDivider {
    background-color: #ffffff91;
    display: inline-block !important;
    width: 100%;
    height: 1px;
    margin: 5px 0px 12px;
}

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

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

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

.block h6 span{
    font-weight: 700;
    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: 700;
    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: 1rem;
}

.reportContainer .containerPadding .info{
    text-align: center;
}

.reportContainer .containerPadding p.text-muted{
    font-weight: 500; 
    font-size: 12px;
}

.reportContainer .gap {
    gap: 2rem;
}

.reportContainer .weightContainer {
    border: 1px solid #26a69a4f;
    padding: 1rem 15px;
    border-radius: 10px;
    margin: 0.5rem 0 1.725rem;
    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: 10px;
    width: 180px;
}

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

.reportContainer .malus-filter-input input {
    font-size: 12px !important;
}

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

.reportContainer .variable span,
.reportContainer .variable input {
    font-weight: 700 !important;
    font-size: 12px !important;
    width: 100%;
    text-align: center;
}

.weightInput input[type=number]::-webkit-outer-spin-button,
.weightInput input[type=number]::-webkit-inner-spin-button,
.reportContainer .variable input::-webkit-outer-spin-button,
.reportContainer .variable input::-webkit-inner-spin-button,
.reportContainer .malus-filter-input input::-webkit-outer-spin-button,
.reportContainer .malus-filter-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.weightInput input[type=number],
.reportContainer .variable input[type=number],
.reportContainer .malus-filter-input input[type=number] {
  -moz-appearance: textfield;
}

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

.reportContainer .malus-filter-input:after {
    font-weight: 500 !important;
    font-size: 12px !important;
}

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

.reportContainer .dx-texteditor-input {
    height: auto !important;
    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;
    font-size: 12px !important;
    line-height: 32px !important;
    height: 32px !important;
}

.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;
}

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

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

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

/* End report with variable page */

.card-heading {
    color: #151515;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.card {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.06);
}

.card>.container-fluid {
    padding: 10px;
}

.nomber-de-partants .card-header {
    background: #00A7A7;
}

.de-qualifies .card-header {
    background: #FFBF20;
}

.nomber-de-partants .card-footer {
    background: rgba(0, 167, 167, 0.07);
}

.nomber-de-partants-content {
    font-size: 12px;
    font-weight: 500;
}

.de-qualifies .card-footer {
    background: rgba(255, 247, 228, 1);
}

.card-content-title .card-header,
.card-content-title .card-footer {
    border-radius: 8px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}

.nomber-de-partants .card-header h5 {
    color: #FFF;
}

.nomber-de-partants .card-footer h5 {
    color: #00A7A7;
}

.de-qualifies .card-header h5 {
    color: #FFF;
}

.de-qualifies .card-footer h5 {
    color: #FFBF20;
}

.card-content-title {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.card-content-title .card-header h5,
.card-content-title .card-footer h5 {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.card-content-title .card-body {
    border-radius: 8px;
    background: #F9F9F9;
    display: grid;
    padding: 0;
}

.card-content-title .card-body .card-content .flex-grow-1,
.card-content-title .card-body .card-content-footer .flex-grow-1 {
    padding: 10px 8px;
    width: 100%;
}

.card-content-title .card-body .card-content p {
    color: #747474;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: inherit;
    margin-bottom: 0;
}

.card-content-title .card-body .card-content-footer h5 {
    color: #151515;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.content-divider {
    background: #E8E7E7;
}

.content-divider.vertical {
    width: 1px;
}

.content-divider.horizontal {
    height: 1px;
}

.indice-foalx-stallion .card-header h5 {
    color: rgba(0, 167, 167, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.trophy-container .trophy {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    margin: 0 auto;
    background: rgba(237, 249, 249, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.trophy-container h5 {
    color: #151515;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.indice-foalx-stallion {
    min-height: 340px;
}

.indice-foalx-stallion .etalon-detail div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.etalon-detail {
    margin-bottom: 10px;
}

.etalon-detail:last-child {
    margin-bottom: 0;
}

.indice-foalx-stallion .etalon-rank,
.indice-foalx-stallion .etalon-star {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #00A7A7;
}

.indice-foalx-stallion .etalon-title {
    background: rgba(237, 249, 249, 1);
}

.indice-foalx-stallion .etalon-title p {
    color: #00A7A7;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.indice-foalx-stallion .etalon-rank p {
    color: #FFF;
    font-size: 12px;
}

.indice-foalx-stallion .etalon-star img {
    width: 16px;
    height: 16px;
}

.indice-foalx-stallion .card-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.indice-foalx-stallion .card-footer p {
    font-size: 14px;
    font-weight: 600;
    color: #212529;
}

.podium-container .podium-heading h5 {
    color: #00A7A7;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.podium-container .podium-heading p {
    font-size: 14px;
}

.podium-content .positionNos {
    background: rgba(255, 191, 32, 1);
    width: 180px;
    position: relative;
}

.podium-content .podiumPositionContainer {
    width: 0;
    margin: 0 auto;
}

.podium-content .podium-caption {
    color: rgba(21, 21, 21, 1);
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    margin: 1rem 0px;

}

.podium-content .positionNos h5 {
    color: #FFF;
    font-family: Playfair Display;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.podium-content .positionNos svg.podiumBlockTop {
    position: absolute;
    top: -8px;
    left: -10px;
}

.podium-content .positionNos svg.podiumBlockShadow {
    position: absolute;
    top: 7px;
}

.podium-content .podiumPosition2 h5::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="84" viewBox="0 0 6 84" fill="none"><path opacity="0.15" d="M6 0H0V115H6V0Z" fill="black"/></svg>');
    display:block;
    position: absolute;
    right: 0;
    top: 12px;
}

.podium-content .podiumPosition3 h5::before {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="84" viewBox="0 0 6 84" fill="none"><path opacity="0.15" d="M6 0H0V115H6V0Z" fill="black"/></svg>');
    display:block;
    position: absolute;
    left: 0;
    top: 12px;
}

.podium-content .podiumPosition1 {
    height: 146px;
}

.podium-content .positionNos h5 {
    font-size: 80px;
    margin-bottom: 0;
}

.podium-content .podiumPosition2, 
.podium-content .podiumPosition3 {
    height: 96px; 
}

.podium-content .podiumPosition2 h5, 
.podium-content .podiumPosition3 h5 {
    font-size: 25px;
    margin-bottom: 0;
}

.podium-content .podiumPosition .positionEtalon {
    display: grid;
    grid-gap: 10px;
    justify-content: center;
    padding: 10px 0px 15px;
}

.podium-content .podiumPosition .positionEtalon > div {
    color: #151515;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.podium-content .podiumPosition .positionEtalon > div h5 {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 700;
}

.podium-content .podiumPosition .positionEtalon > div p {
    font-size: 12px;
    line-height: initial;
}

.podium-content .podiumPosition .positionEtalon > div p span {
    font-size: 14px;
    font-weight: 700;
}

.podium-content .podiumPosition .positionEtalon img {
    width: 80px;
    height: 60px;
    border-radius: 12px;
    margin: 0 auto;
    object-fit: contain;
    object-position: top;
}

.form-control:focus{
    border-color: #0d6efd;
    box-shadow: none;
}

.search-container,
.search-container .search-form {
    height: 58px;
}

.search-container .search-form {
    padding: 0 12px;
}

.search-container .search-form input {
    color: #747474;
    font-size: 12px;
    padding: 0;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.search-container .search-form button {
    width: 90px;
    height: 42px;
    border-radius: 16px;
    background: #00A7A7;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-container button:hover,
.search-container button:focus {
    background: #019595;
}

.temoignage-card .card-body {
    padding: 10px;
}

.temoignage-card .avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 24px;
}

.temoignage-card p {
    color: #747474;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    line-height: inherit;
}

.decouvrez-container .container-fluid {
    padding-bottom: 0 !important;
}

.decouvrez-container .card-body {
    padding-left: 20px !important;
    padding-top: 10px !important;
}

.decouvrez-container .d-flex {
    border-radius: 8px;
    background: #F9F9F9;    
    padding: 10px;
}

.decouvrez-container .d-flex p {
    color: #747474;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}

.calcule-l-indice {
    height: 150px;
    background: #00A7A7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.calcule-l-indice h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    text-transform: uppercase;
}

.searchedEtalonContainer {
    width: 100%;
    min-height: 150px;
    max-height: 250px;
    position: absolute;
    top: 4.25rem;
    background-color: #fff;
    border-radius: 10px;
    overflow: auto;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 30, 0.1);
    z-index: 10;
}

.searchedEtalonContainer .list {
    display: grid;
    grid-gap: 5px;
    border-bottom: 1px solid #ddd;
}

.searchedEtalonContainer .list-item {
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    color: inherit;
}


.searchedEtalonContainer .list:last-child {
    border: none;
}

/* End dashboard css */

/* Remove box from all button focus and hover */
.btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}

.dx-pager .dx-pages .dx-selection,
.dx-pager .dx-page-sizes .dx-selection {
  color: #fff !important;
  border-color: transparent;
  background-color: #00B0B0 !important;
}

p.paragraph-content {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.725rem;
}

.border-primary {
    border-color: #00b0b0 !important;
}

.in-active-tab {
    background-color: #ddd;
    color: #000 !important;
}

.in-active-tab:hover{
    color: #fff !important;
}

.weight-lbl {
    font-size: 16px;
    font-weight: 700;
    color: #26a69a;
}

.percentageIcon:after {
    content: '%';
}

.highlightOddColumn {
    background-color: rgba(158,158,158,0.2) !important;
}

.headerIcon img {
    width: 30px;
    height: 30px;
}

.baseReadyCash {
    font-size: 10px;
    font-style: italic;
    font-weight: 400;
}

#displayChkData,
#clearChkData {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

#displayChkData img,
#clearChkData img {
    width: 22px;
    height: 22px;
}

.dx-data-row .indiceFoalXEtalon,
.dx-data-row .rapportQualitePrix {
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #FFF;
    background-color: #FFBF20 !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td, .dx-datagrid-content .dx-datagrid-table .dx-row > tr > td {
    vertical-align: middle !important;
    font-size: 10px;
}

.highlightCellAbove{
    background-color: rgba(4,98,4, 0.30) !important;
    font-weight: 600 !important;
}

.highlightCellDown{
    background-color: rgba(255,0,0, 0.30) !important;
    font-weight: 600 !important;
}

.highlightReadyCash{
    background-color: #00a7a76b !important;
    font-weight: 600 !important;
}

.euroIcon:after {
    content: '€';
}

.dx-datagrid-total-footer {
    display: none;
}

.dx-button-has-text .dx-button-content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dx-datagrid .dx-sort-up:before {
    content: url('data:image/svg+xml,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg fill="%2300A7A7" height="12px" width="12px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><polygon points="245,0 74.3,213.3 202.3,213.3 202.3,512 287.7,512 287.7,213.3 415.7,213.3 "/></g></svg>') !important;
}

.dx-datagrid .dx-sort-down:before {
    content: url('data:image/svg+xml,<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg fill="%2300A7A7" height="12px" width="12px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" enable-background="new 0 0 512 512" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"/><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"/><g id="SVGRepo_iconCarrier"><polygon points="283.7,298.7 283.7,0 198.3,0 198.3,298.7 70.3,298.7 241,512 411.7,298.7 "/></g></svg>') !important;
}

.highlightFilterInput {
    background-color: #fade2a !important;
    font-weight: 600 !important;
}

.coefficientPerformanceEtalon .dx-datagrid-text-content {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
}
    
.popover,
.tippy-box {
    max-width: 650px !important;
}

.popover .percentagelbl{
    min-width: 80px;
    font-weight: 600;
}

.classement-complet button {
    font-size: 14px; 
    width: max-content; 
    font-weight: 600
}

.classement-complet p {
    font-size: 16px; 
    font-weight: 600; 
    color: #212529;
}

.etalonLblIndicator {
    display: block;
    min-width: 12px;
    min-height: 12px;
    border-radius: 2px;
    background-color: #f1f1f1;
}

.etalonLblIndicator.green {
    background-color: #4BB543;
}

.etalonLblIndicator.orange {
    background-color: #fba567;
}

.etalonLblIndicator.red {
    background-color: #FA2A00;
}

.yellowBox {
    display: block;
    min-width: 14px;
    min-height: 14px;
    border-radius: 2px;
    background-color: #ffbf20d9;
}

.etalon-header {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.etalon-row {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}

.etalon-row:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.etalon-row p {
    font-size: 14px;
    font-weight: 500;
}

.etalon-header div,
.etalon-row div {
    border-right: 1px solid #ddd;
}

.etalon-header div:last-child,
.etalon-row div:last-child {
    border-right: none;
}

.select-your-weight-lbl {
    font-size: 16px;
    font-weight: 500 !important;
}

.userAuthInfo button {
    font-size: 14px;
    width: max-content;
    font-weight: 600;
    height: 40px;
}

.userAuthInfo h5 {
    font-size: 16px;
}

.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 1060;
}
.custom-modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 50%;
    border-radius: 0.5rem;
}
.custom-modal .close-modal {
    min-width: 36px;
    min-height: 36px;
    padding: 6px;
    cursor: pointer;
    background-color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.custom-modal .close-modal:hover {
    background-color: #ccc;
}
.custom-modal.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.slider-form {
    padding: 56px 50px 20px !important;
}

.slider-form .step_footer {
    position: relative !important;
    margin-top: 2rem;
}

.weightRatio {
    min-width: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 2px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #26a69a;
    color: #26a69a;
    font-weight: 600;
    font-size: 10px;
    padding: 2px 4px;
}

.dt_to_top {
    position: fixed !important;
}

.trendArrows {
    width: 10px;
    height: 10px;
}

.tg-dialog .tg-dialog-footer {
    display: grid !important;
    align-items: center !important;
    gap: 5px;
}

.tg-dialog .tg-dialog-footer .tg-dialog-footer-button {
    display: flex;
    align-items: center;
    width: 100%;
}

.driver-popover-do-not-show a.do-not-show-button {
    font-size: 14px;
    text-decoration: underline;
    color: #0d6efd;
}

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

.etalon-actif {
    font-weight: 600;
    color: #0d6efd;
    font-size: 10px;
}

.etalon-inactif {
    font-weight: 500;
    color: #000;
    font-size: 10px;
}

.bottomTopEtalon {
    min-height: 40px;
}

.bottomTopEtalon span {
    font-size: 14px;
}

.dx-datagrid.dx-filter-menu .dx-menu-item-content .dx-icon,
.dx-editor-cell .dx-texteditor-input {
    font-size: 10px !important;
}

.dx-command-select {  
    width: 32px !important;
    min-width: 32px !important;  
}

.dx-datagrid-checkbox-size .dx-checkbox-icon {
    height: 12px !important;
    width: 12px !important;
}

.popover-body {
    padding: 0.725rem 0.5rem;
    line-height: 1;
}

.popover-body p {
    font-size: 10px;
}

.info-content {
    font-weight: 500 !important;
    line-height: normal !important;
    font-size: 12px !important;
    text-align: left !important;
}

.yAxisLbl {
    font-size: 12px;
    font-weight: 600;
    color: #323232;
}

.chartTooltipTxt {
    font-size: 14px !important;
    font-weight: 500;
}

.chartTooltipTxt .text-primary {
    color: #00B0B0 !important;
}

.horseHeadIcon {
    width: 12px;
    height: 12px;
}

.etalon-detail-classement {
    font-weight: 500; 
    font-size: 16px;
    line-height: inherit;
}

.dt_login {
    max-width: 550px;
}

.step-lock-icon {
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
}

.trendMonths .checkInput {
    min-height: auto;
}

.trendMonths .checkInput input {
    line-height: normal !important;
}

.ready-cash-babies-yes-no .form-check-label,
.trendMonths .form-check-label {
    color: #000 !important;
    cursor: pointer !important;
}

.ready-cash-babies-yes-no {
    background-color: #F9F9F9;
    padding: 8px 11px;
    border-radius: 4px;
}

.ready-cash-babies-yes-no h5 {
    font-weight: 600 !important;
}

.form-check-input:checked {
    background-color: #00b0b0 !important;
    border-color: #00b0b0 !important;
}

.categorie-de-prix-filter .form-check,
.lignee-male-filter .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.categorie-de-prix-filter .form-check input,
.lignee-male-filter .form-check input {
    margin-top: 0;
    cursor: pointer;
}

.categorie-de-prix-filter .form-check label,
.lignee-male-filter .form-check label {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

.appliedTopFilter .filter-item {
    border: 2px solid #00B0B0;
    background-color: #00b0b01f !important;
}

.appliedTopFilter .filter-item .text-black {
    color: #000;
    font-weight: 500;
}

.appliedTopFilter .remove-all-filters {
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline !important;
    color: #1668e3;
    min-width: max-content;
    margin-right: 15px;
}

.disabledRemoveItem {
    padding: 8px 10px !important;
}

p.evolutionPctContent-txt{
    font-size: 12px !important;
    font-weight: 500 !important;
    text-align: left;
}

.headerIcon .weightRatio .weightInput {
    font-size: 12px !important;
    border-radius: 4px;
    background-color: #ddd;
    color: #26a69a !important;
    padding: 0 8px;
}

.headerIcon .weightRatio input {
    height: auto;
    width: 22px;
    text-align: center;
    border: 0 !important;
    box-shadow: none !important;
    font-weight: 600;
    background-color: transparent;
    font-size: 10px !important;
    color: #26a69a !important;
}

.headerIcon .weightRatio .weightInput:after {
    content: '%';
    text-decoration: none;
}

.actionButtonSubmit {
    font-weight: 600 !important;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.blink-text {
    font-size: 12px;
    animation: blink 1s infinite; /* You can adjust the duration as needed */
}

.etalon-fees-details p {
    font-weight: 500
}

.trendMonths input.form-check-input:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.info-circle-icon {
    width: 10px;
    height: 10px;
}

.step-weights {
    border: 1px solid #00B0B0;
    background-color: #00b0b01f !important;
    border-radius: 8px;
    width: fit-content;
}

.step-weights .btn {
    height: auto !important;
    line-height: normal !important;
    font-size: 12px;
    border-radius: 4px !important;
    padding: 5px 8px;
}

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

.containerPadding p {
    line-height: normal;
    font-size: 12px;
}

.dx-datagrid .dx-row > td {
    padding: 7px 4px;
}

.show-votre-temoignage {
    font-size: small;
}

.modal {
    background-color: transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100% !important;
}

.weight-tab {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

div[data-name="etalon-babies"] {
    max-height: 300px;
    overflow: hidden;
    overflow-y: auto;
}

div[data-name="etalon-babies"] p {
    font-size: 10px !important;
}

div[data-name="etalon-babies"] .blockTitle {
    text-align: left;
    margin: 8px 0;
}

.generation-container .generation-list .generation-item {
    border: 2px solid #26a69a;
    border-radius: 4px;
    width: auto;
    height: 36px;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    transition: .1s all linear;
}

.generation-container .generation-list .generation-item.active,
.generation-container .generation-list .generation-item:hover {
    background-color: #26a69a;
    color: #fff;
}