﻿.red-color {
    color: red
}

.w-100 {
    width: 100%;
}

.mh-17 {
    min-height: 17px;
}

.inline-block {
    display: inline-block
}

.mb-0 {
    margin-bottom: 0px;
}

.pos-rel {
    position: relative;
}

.border-0 {
    border: 0px;
}

.mt-35 {
    margin-top: 35px;
}

.text-trans-none {
    text-transform: none;
}

.fw-normal {
    font-weight: normal;
}

.rep-inclusion {
    display: inline-block;
    margin-right: 23px;
}

.f-size-11 {
    font-size: 11px;
}

.modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

input[type='radio']:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    left: 0;
    margin-top: -2px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
}

input[type='radio']:checked:after {
    display: inline-block;
    content: " ";
    width: 17px;
    height: 17px;
    left: 3px;
    top: 3px;
    border-radius: 50%;
    background-color: #01b879;
    border: 3px solid #cfd9c3;
}

.mh-70 {
    max-height: 70px;
}

.mt-50 {
    margin-top: 50px;
}

.pt-0 {
    padding-top: 0px !important
}

.mt-30 {
    margin-top: 30px;
}

.mh-480 {
    min-height: 480px;
}

.graph {
    width: initial !important;
}

.nvic-img-style {
    max-width: 100%;
    height: auto;
}

.mt-5 {
    margin-top: 5px;
}

.v-hidden {
    visibility: hidden
}

.modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

.display-none {
    display: none
}