.caret {
    display: inline-block;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 9px;
    margin-bottom: 2px;
    color: #52a552;
    width: 0;
    height: 0;
}

.whiteCaret {
    position: relative;
    color: white;
    display: inline-block;
    line-height: 50px;
    margin-left: -16px;
    pointer-events: none;
    cursor: pointer;
}

html {
    font-family: 'Open Sans', sans-serif;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    -webkit-appearance:none;
    -moz-appearance: none;
}

body {
    font-family: 'Open Sans';
    margin: 0;
}
html, body, .container-fluid, #root {
    height:100vh;
    overflow: hidden;
    background-color: #e7e9eb;
    position: relative;
}
a {
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
}

*::-webkit-scrollbar {
    width: .5rem;
}

*::-webkit-scrollbar-track {
    display: none;
}

*::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
    border-radius: 5px;
}

.input__placeholder {
    position: absolute;
    transition: all 200ms linear;
    font-weight: bold;
    font-size: 1.2rem !important;
    pointer-events: none;
    left: 1.8rem;
    top: var(--input-placeholder-top, 2.75rem);
    color: red !important;
}

.input__placeholder--datain {
    color: black !important;
}

.input:focus + .input__placeholder {
    color: black !important;
}

.inputLG:focus {
    border: 3px solid #2c80b8;
    color: black !important;
}

.inputLG:focus + .input__placeholder {
    top: -0.5rem;
    color: black !important;
}

.mainContent::-webkit-scrollbar {
    /*display: none;*/
    /*hides scroll on chrome might be a change order for better solution 2/11/21*/
}

ReactVirtualized__Grid {
    outline: none;
}

@media (max-width: 991px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .hamburger {
        width: 59px;
        height: 59px;
        border-right: 1px solid white;
    }

    .hamburger span {
        margin-top: 25px;
        height: 4px;
        left: 15px;
        right: 15px;
    }

    .hamburger span::before, .hamburger span::after {
        height: 4px;
    }

    .hamburger span::before {
        top: -9px;
    }

    .hamburger span::after {
        bottom: -9px;
    }

    .hamburger--htla.is-active span::before {
        transform: translateX(32px) translateY(2px) rotate(135deg);
    }

    .hamburger--htla.is-active span::after {
        transform: translateX(32px) translateY(-2px) rotate(-135deg);
    }
}

.disabledinput {
    width: 100%;
    border: 2px solid #b3b3b3;
    border-radius: 4px;
    height: 3.73rem;
    margin-top: 1.73rem;
    outline: 0;
    transition: all 200ms ease-out;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px .2rem;
    box-shadow: inset 0 0 2px 1px #dddddd;
    line-height: 3.25rem;
    background: #dedede;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.modal-header .close {
    padding: 0;
    margin: 0;
}

.modal-header button span {
    position: relative;
    padding: 0;
    margin: 0;
}

/*@media screen and (max-width: 500px){*/
/*    html{*/
/*        font-size: 8px;*/
/*    }*/
/*}*/

/*@media screen and (min-width: 500px){*/
/*    html{*/
/*        font-size: 9px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 570px){*/
/*    html{*/
/*        font-size: 10px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 620px){*/
/*    html{*/
/*        font-size: 11px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 680px){*/
/*    html{*/
/*        font-size: 12px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 720px){*/
/*    html{*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 800px){*/
/*    html{*/
/*        font-size: 14px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 860px){*/
/*    html{*/
/*        font-size: 15px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 920px){*/
/*    html{*/
/*        font-size: 16px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 992px){*/
/*    html{*/
/*        font-size: 11px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1140px){*/
/*    html{*/
/*        font-size: 13px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1280px){*/
/*    html{*/
/*        font-size: 15px;*/
/*    }*/
/*}*/
/*@media screen and (min-width: 1420px){*/
/*    html{*/
/*        font-size: 17px;*/
/*    }*/
/*}*/
@media screen and (max-width: 500px){
    html{
        font-size: 10px;
    }
}

@media screen and (min-width: 500px){
    html{
        font-size: 11px;
    }
}

@media screen and (min-width: 570px){
    html{
        font-size: 12px;
    }
}

@media screen and (min-width: 620px){
    html{
        font-size: 13px;
    }
}

@media screen and (min-width: 680px){
    html{
        font-size: 14px;
    }
}

@media screen and (min-width: 720px){
    html{
        font-size: 15px;
    }
}

@media screen and (min-width: 800px){
    html{
        font-size: 16px;
    }
}

@media screen and (min-width: 860px){
    html{
        font-size: 17px;
    }
}

@media screen and (min-width: 920px){
    html{
        font-size: 18px;
    }
}

@media screen and (min-width: 992px){
    html{
        font-size: 13px;
    }
}

@media screen and (min-width: 1140px){
    html{
        font-size: 14px;
    }
}

@media screen and (min-width: 1280px){
    html{
        font-size: 17px;
    }
}

@media screen and (min-width: 1420px){
    html{
        font-size: 21px;
    }
}

.hover-click {
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}

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