﻿body {
}
.form-tooltip {
    top: -8px !important;
}

@media only screen and (max-width: 740px) {
    .form-tooltip {
        top: -11px !important;
    }
}

.table-width-selection {
    width: 59%;
}

@media only screen and (max-width: 740px) {
    .table-width-selection {
        width: 100%;
    }
}

.input-position {
    width: 16px;
    height: 16px;
    /* border-radius: 48px; */
    position: absolute;
    margin: -23px 0px 0px 3px;
}

@media only screen and (max-width: 740px) {
    .input-position {
        width: 16px;
        height: 16px;
        /* border-radius: 48px; */
        position: absolute;
        margin: -23px 0px 0px -17px;
    }
}