/* * {
    margin: 0;
    font-family: "Source Sans Pro", "sans-serif";
}

body {
    display: flex;
    margin: 0;
    width: 850px;
} */
.input-data-box-gray {
    margin-top: 15px;
    border: 2px solid #696a6c;
    width: 30px;
    height: 25px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
}
.container {
    width: 850px;
    font-size: 18px;
    position: relative;
    height: 1080px;
    overflow: auto !important;
}

/* Header Area */
.top-header {
    width: 100%;
    max-width: 850px;
    position: absolute;
    top: 0;
    z-index: 10;

}

.top-header-odd {
    height: 180px;
    background: #fff;
}

.top-header-even {}

/* Lesson Title Area */

.lesson-title-item {
    background-color: #9d9fa2;
    color: white;
    height: 70px;
    border-top-left-radius: 15px;
    padding-left: 20px;
    padding-top: 10px;
    border: 2px #dcdddf solid;
    border-right: none;
    font-weight: bold;
    font-size: 14px;
}

.lesson-title-area {
    width: 30%;
    position: absolute;
    top: 30px;
    z-index: 2;
    right: 0;
}

.lesson-title {
    width: 50%;
    font-size: 17px;
}

.lesson-number {
    font-size: 13px;
}

.active-status {
    background-color: #4b4c4d;
    font-weight: bold;
    color: white;
    height: 20px;
    padding: 2px 2px;
    border: none;
    position: relative;
}

.active-status-text {
    margin-left: 35%;
    font-size: 16px;
}

.video-title-area {
    background-color: #818285;
    color: white;
    font-size: 16px;
    border: none;
}

.video-title {
    width: 65%;
    margin-left: 35%;
    position: relative;
    text-align: left;
    font-size: 12px;
}

.sub-title-area {
    position: absolute;
    top: 30px;
    left: 10%;
    background: #fff;
    border-radius: 10px;
    padding: 14px 45px 14px 14px;
    width: 55%;

}

.nameInputBox {
    border: none;
    outline: none;
    width: 380px;
}

.lesson-sub-title {
    margin-top: 20px;
    font-size: 28px;
}

.name {
    border-bottom: 2px black solid;
    text-align: left;
    margin: 0;
    font-weight: bold;
}

/* End Lesson Title Area */

/* Body */
.body-container {
    margin: 0 auto;
    width: 73%;
    position: relative;
    background: #fff;
    padding: 15px;
    padding-bottom: 100px;
    border-radius: 15px;

}

.body-container-odd {
    top: 155px;
}

.body-container-even {
    top: 40px;
}



.mp-img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}

.imageadd {
    width: 65px;
    height: 45px;
    position: absolute;
    top: 5px;
    left: 15px;
}

/* footer classes */

.ModuleClass {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.module {
    font-size: 12px;
}

.pageCls {
    font-size: 20px;
    font-weight: bold;
}

.rotate {
    transform: rotate(270deg);
    position: relative;
    bottom: 440px;
    right: 343px;
    font-size: 12px;
}


input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 2px solid #CA0192;
}

.iconCheckCorrectCls {
    display: none;
    padding-left: 3px;
    padding-right: 3px;
}

.iconCheckWrongCls {
    display: none;
    padding-left: 3px;
    padding-right: 3px;
}


/* page 2 */

.testPrep {
    width: 850px;
    height: 1080px;
    font-size: 18px;
    /* border: 1px solid black; */
    position: relative;
    overflow: auto !important;
}



.lesson-sub-title-prep {
    margin-top: 20px;
    font-size: 25px;
}



.spiral-bottom {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 25px;
}





/* buttons styles  */

#clear {
    padding: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #0072DB;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #0072DB;
    margin-right: 20px;
    font-size: 18px;
}

#check {
    padding: 6px;
    background: #0072DB 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    color: white;
    display: flex;
    align-items: center;
    border: none;
    font-size: 18px;
}

#showAnswer {
    width: 150px;
    padding: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #0072DB;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #0072DB;
    margin-right: 20px;
    font-size: 18px;
}

#myAnswer {
    width: 150px;
    padding: 6px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid #0072DB;
    border-radius: 8px;
    opacity: 1;
    display: flex;
    align-items: center;
    color: #0072DB;
    margin-right: 20px;
    font-size: 18px;
}

#check:hover {
    box-shadow: 0px 3px 4px rgba(0, 0, 0,
            0.14), 0px 3px 3px -2px rgba(0, 0, 0,
            0.12), 0px 1px 8px rgba(0, 0, 0,
            0.2);
    background-color: #004FA8;

}

#clear:hover {
    color: #004FA8;
    background: #EAF4FF;
    border: 2px solid #004FA8;
    box-shadow: 0px 3px 4px rgba(0, 0, 0,
            0.14), 0px 3px 3px -2px rgba(0, 0, 0,
            0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

#showAnswer:hover {
    color: #004FA8;
    background: #EAF4FF;
    border: 2px solid #004FA8;
    box-shadow: 0px 3px 4px rgba(0, 0, 0,
            0.14), 0px 3px 3px -2px rgba(0, 0, 0,
            0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

#myAnswer:hover {
    color: #004FA8;
    background: #EAF4FF;
    border: 2px solid #004FA8;
    box-shadow: 0px 3px 4px rgba(0, 0, 0,
            0.14), 0px 3px 3px -2px rgba(0, 0, 0,
            0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

#showAnswerdiv {
    display: block;
}

#myAnswerdiv {
    display: none;
}

#showAnswer:disabled {
    color: #86C1FF;
    background: #CEE6FF;
    border: 2px solid #86C1FF;
    border-radius: 8px;
    cursor: not-allowed;
}

#check:disabled {
    /* opacity: 0.5; */
    background: #AFD6FF;
    cursor: not-allowed;

}

#clear:disabled {
    color: #86C1FF;
    background: #CEE6FF;
    border: 2px solid #86C1FF;
    border-radius: 8px;
    cursor: not-allowed;
}

#check:disabled:hover {
    box-shadow: none;
}

#clear:disabled:hover {
    box-shadow: none;
}

#showAnswer:disabled:hover {
    box-shadow: none;
    /* font-size: 17px; */
}

#clear:disabled img {
    opacity: 0.5;
}

#showAnswer:disabled img {
    opacity: 0.5;
}

#myAnswer:disabled img {
    opacity: 0.5;
}

.video-title-area {
    background-color: #818285;
    color: white;
    font-size: 16px;
    border: none;
}

.video-title {
    width: 65%;
    margin-left: 35%;
    position: relative;
    text-align: left;
    font-size: 12px;
}


.containerButton {
    background-color: #FFFF;
    position: fixed;
    left: 810px;
    top: 50%;
    width: 60px;
    height: auto;
    transform: translate(-50%, -50%);
    border-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: 0px 1px 10px 1px grey;
    padding: 5px;
}


/* Floating Button area  */
.floatingButton {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.floatingButton button {
    border: none;
    background-color: #FFFF;
    width: 50px;
    min-height: 80px;
    margin-top: 3px;
    border-radius: 15px;
    background-repeat: no-repeat;
}

.undo button {
    background-image: url("../svg/icon_undo.svg");
}

.undo button:hover {
    background-image: url("../svg/icon_undo_hover.svg");
}

.redo button {
    background-image: url("../svg/icon_redo.svg");
}

.redo button:hover {
    background-image: url("../svg/icon_redo_hover.svg");
}


.horizontalLine {
    width: 75%;
    height: 1px;
    background-color: #696a6c;
}

#undo button:disabled {
    opacity: 0.5;
    color: red;
}

#redo button:disabled {
    opacity: 0.5;
}

.undo button {
    background-image: url("../svg/icon_undo.svg");
}

.undo button:hover {
    background-image: url("../svg/icon_undo_hover.svg");
}

.undo button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.redo button {
    background-image: url("../svg/icon_redo.svg");
}

.redo button:hover {
    background-image: url("../svg/icon_redo_hover.svg");
}

.redo button:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.horizontalLine {
    width: 75%;
    height: 0.5px;
    background-color: #696a6c;
}

#undo button:disabled {
    opacity: 0.5;
}

#redo button:disabled {
    opacity: 0.5;
}

.mt-45 {
    margin-top: 45px;
}

/* Updated */

.footer-container {
    position: absolute;
    bottom: 0;
    height: 50px;
    background: #fff;
    width: 100%;
    padding-top: 10px;
    max-width: 850px;
}

.clear_check {
    margin: 0px 10%;
    display: flex;
    /* justify-content: center; */
    justify-content: flex-start;
    align-items: center;
}

.flexCheck {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.svgiconCls {
    width: 25px;
    height: 25px;
    padding-right: 5px;
}


/* tamplate qustions css */

.question-number {
    background-color: #707070;
    color: white;
    padding: 0px 4px;
    text-align: center;
    margin: 0;
    margin-right: 10px;
    font-weight: bold;
}

img {
    user-drag: none;
}

.feedbackSVGiconWidth {
    width: 20px;
    height: 20px;
    padding-right: 5px;
    vertical-align: middle;
}

.question-heading-flex {
    display: flex;
}

.question-content {
    display: inline-flex;
    margin: 0;
    align-items: start;
}

.width-70 {
    max-width: 70%;
}

.mp-img {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    vertical-align: middle;
}

.imagex {
    width: 200px;
}

.list-items {
    margin-bottom: 20px;
    margin-left: 10px;
}

.sub-question-item {
    margin-top: 15px;
}

.drawing-tool-link {
    margin-top: 15px;
    margin-bottom: 15px;
}

.input-box {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 10%;
}

.input-box-2 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 20%;
}

.input-box-3 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 30%;
}

.input-box-4 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 40%;
}

.input-box-5 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 50%;
}

.input-box-6 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 60%;
}

.input-box-7 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 70%;
}

.input-box-8 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 80%;
}

.input-box-9 {
    border: none;
    border-bottom: 1px solid #000;
    height: 20px;
    margin-right: 2px;
    font-size: 18px;
    margin-left: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 90%;
}

.input-data-box-black {
    margin-top: 15px;
    border: 1px solid #000;
    width: 30px;
    height: 25px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
}

.Question-image {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.question-text-image {
    width: 100%;
    margin-left: 15px;
    min-width: 130px;
}

.question-flex {
    display: flex;
}

.image-width220 {
    width: 220px;
    margin-left: 10px;
}

.sqbox {
    color: #bcbdc0;
    font-size: x-large;
}

.table_fib {
    display: flex;
    align-items: center;
}

.table_fib tr,
.table_fib th,
.table_fib td {
    border: #b2b3b7 0.8px solid;
    border-collapse: collapse;
    height: 20px;
}

.table_fib th {
    background-color: #c2c3c5;
}

.table_number-table-fib {
    display: flex;
    align-items: center;
}

.table_number-table-fib tr,
.table_number-table-fib th,
.table_number-table-fib td {
    border: #b2b3b7 0.8px solid;
    border-collapse: collapse;
    height: 20px;
}

.table_number-table-fib th {
    background-color: #c2c3c5;
}

.tablesize {
    width: 555px;
    height: 60px;
    margin: 15px;
    text-align: center;
}

.subheadtable {
    background-color: #eeeeef;
    font-weight: bold;
    /* font-size:12px; */
}

.inputtable {
    width: 80%;
    border: none;
    outline: none;
    text-align: center;
    border-bottom: 1px solid #4b4c4d;
}

.input-dataWidth-10 {
    width: 10%;
}

.input-dataWidth-15 {
    width: 15%;
}

.input-dataWidth-20 {
    width: 20%;
}

.input-dataWidth-25 {
    width: 25%;
}

.input-dataWidth-30 {
    width: 30%;
}

.input-dataWidth-50 {
    width: 50%;
}

.input-dataWidth-100 {
    width: 100%;
}

.mcq_single {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.question-number {
    background-color: #707070;
    color: white;
    padding: 0px 4px;
    text-align: center;
    margin: 0;
    margin-right: 8px;
    font-weight: bold;
}

.ChoiceSet label {
    display: flex;
    align-items: center;
}

.input_radio_ABC {
    width: 16px;
    height: 16px;
}

.mt-15 {
    margin-top: 15px;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 1px;
    border: 2px solid #bbbbbb;
    background-color: #FFFFFF;
    border-radius: 50%;
    margin: 2px 5px;
}

/* appearance for checked radiobutton */
input[type="radio"]:checked,
input[type="checkbox"]:checked {
    background-color: #2e73fc;
    border: 2px solid #2e73fc;
}

input[type="radio"]:checked~span:first-of-type,
input[type="checkbox"]:checked~span:first-of-type {
    color: white;
}

label span:first-of-type {
    position: relative;
    left: -26px;
    top: -9px;
    font-size: 15px;
    color: #696a6c;
    padding: 1px;

}

label span {
    position: relative;
    top: -6px;
}

.mcq_single_Choice2X2 {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.Choice_flexcls {
    display: flex;
}

.Choice_moveright {
    margin-right: 100px;
}

.mcq_single_image {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.mcq_Multy {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.ring_Select_tag {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}

.fraction-container {
    display: flex;
    align-items: center;
}

.fraction {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}

.fraction>sup,
.fraction>sub {
    display: block;
}

.fraction>sup {
    border-bottom: 1px solid;
    padding-bottom: 1px;
    margin-top: 5px;
}

.select_Tag_Circle {
    appearance: none;
    border: #8a8c8f 3px solid;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 30px;
    margin: 0 10px;
    text-align: center;
}

.select_Tag_Circle option {
    font-size: 20px;
}

.estimate-equation-flex {
    display: flex;
}

.estimate-equation-width {
    width: 50%;
}

.estimate-equation-input-data {
    margin-top: 15px;
    border: 2px solid #bcbdc0;
    width: 25px;
    height: 25px;
    font-size: 18px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
}

.estimate-equation-sub-question-area {
    margin-left: 45px;
}

.estimate-equation-input-ml {
    margin-left: 67px;
}

.estimate-equation-para-left {
    margin-left: -3px;
}

.estimate-equation-para-left2 {
    margin-left: -12px;
}

.question-content {
    display: flex;
    margin: 0;
    align-items: baseline;
}

.estimate-quation-input-divider-line {
    display: flex;
}

.estimate-quation-span1 {
    width: 30px;
    border: 1px solid black;
    margin-top: 15px;

}

.estimate-quation-span2 {
    width: 165px;
    border: 1px solid black;
    margin-left: 30px;
    margin-top: 15px;
}

.estimate-quation-answer-area {
    margin-left: -2px;
}

.equalto {
    margin-left: 9px;
    margin-right: 4px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.numberofQ-2 {
    display: flex;

}

.number-table-fib th {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.number-table-fib1 th {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    /* margin-left: 0px 0px 0px 10px; */
}

.number-table-fib-1 {
    border-radius: 8px;
    margin: 0px 0px 0px 10px;
}

.number-table-fib-1 th {
    height: 30px;
    width: 30px;

}

.table-border {

    border-radius: 8px 0px 0px 8px;
}

.table-border-1 {

    border-radius: 0px 8px 8px 0px;
}

.number-table-fib-2 {
    margin-top: 10px;
}

.number-table-fib-2 th {
    height: 30px;
    width: 30px;
}

.table-border-2 {

    border-radius: 8px 8px 0px 0px;
}

.table-border-3 {

    border-radius: 0px 0px 8px 8px;
}

.number-table-fib-3 {

    margin-top: 10px;
    margin-left: 9px;
}

.number-table-fib-3 td {
    height: 30px;
    width: 30px;
}

.table-border-4 {
    border-radius: 8px 0 0 0;
}

.table-border-5 {
    border-radius: 0 8px 0 0;
}

.table-border-6 {
    border-radius: 0 0 0 8px;
}

.table-border-7 {
    border-radius: 0 0 8px 0;
}

.inputtable {
    width: 80%;
    border: none;
    outline: none;
    text-align: center;
    border-bottom: 1px solid #4b4c4d;
}

.select_Tag-1 {
    font-size: larger;
    width: 100px;
    border: none;
    border-bottom: 1px black solid;
    height: 25px;
    outline: none;
    padding: 0px 3px 0px 3px;
}

.select_Tag-2 {
    font-size: larger;
    width: 150px;
    border: none;
    border-bottom: 1px black solid;
    height: 25px;
    outline: none;
    padding: 0px 3px 0px 3px;
}

.select_Tag-3 {
    font-size: larger;
    width: 200px;
    border: none;
    border-bottom: 1px black solid;
    height: 25px;
    outline: none;
    padding: 0px 3px 0px 3px;
}

.text_area-1 {
    margin-bottom: 9px;
    padding: 1px;
    margin-top: 5px;
    width: 90%;
    height: 30px;
    resize: none;
    border: 1px solid black;
}

.text_area-2 {
    margin-bottom: 9px;
    padding: 1px;
    margin-top: 5px;
    width: 90%;
    height: 60px;
    resize: none;
    border: 1px solid black;
}

.text_area-3 {
    margin-bottom: 9px;
    padding: 1px;
    margin-top: 5px;
    width: 90%;
    height: 90px;
    resize: none;
    border: 1px solid black;
}

.text_area-4 {
    margin-bottom: 9px;
    padding: 1px;
    margin-top: 5px;
    width: 90%;
    height: 120px;
    resize: none;
    border: 1px solid black;
}

.text_area-5 {
    margin-bottom: 9px;
    padding: 1px;
    margin-top: 5px;
    width: 90%;
    height: 150px;
    resize: none;
    border: 1px solid black;
}

.square-root-divide-Quotient {
    border-radius: 40%;
    border-right: 2px solid black;
    padding: 1px;
}

.square-root-divide-Dividend {
    border-top: 2px solid black;
    margin-left: -8px;
    padding-left: 10px;

}


/* Divide Symbol*/
.divide-symbol {
    width: 174px;
}

.math-box {
    display: inline-block;
    margin-top: 0px;
}

.math-box .vstack {
    display: inline-block;
    position: relative;
}

.math-box .bracket-icon {
    top: 0.7em;
    left: 0px;
    font-size: 18px;
}

.math-box .vstack>div {
    position: relative;
    text-align: left;
    height: 0;
}

.math-box .baseline-fix {
    display: inline-table;
    table-layout: fixed;
}

.math-box .frac-line {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

.math-box .frac-line:before {
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    content: "";
}

.math-box .frac-line:after {
    display: block;
    margin-top: -1px;
    border-bottom-style: solid;
    border-bottom-width: 0.04em;
    content: "";
}

.divide-symbol .divisor-item {
    top: 13px;
    position: relative;
}

.divide-symbol .divide-item {
    top: 0.8em;
    left: 10px;
    padding-right: 15px;
}

.divide-symbol .divide-line {
    top: -0.23em;
}

.divide-quotient {
    top: -0.323em;
}

.divide-quotient input {
    width: 15px;
    height: 15px;
    font-size: 18px;
    text-align: center;
    border: 1px solid #000;
    margin-left: 3px;
}


.two-questions-split {
    margin: 0 15px 0 0;
    width: 50%;
}

.numberofQ-3 {
    display: flex;

}

.mr-30 {
    margin-right: 30px;
}

.calculation-table,
.calculation-table tr,
.calculation-table tr td {
    border: none !important;

}

.calculation-table td {
    text-align: right;
    width: 12px;
}

.calculation-table td.symbol {
    text-align: left;
    /* margin-left: 10px; */
}

.flex-calculation-input {
    display: flex;
}


.input-box-differ {
    width: 50px;
    border: none;
    border-top: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    font-size: 18px;
    text-align: center;
}

.input-box-differ-item {
    width: 70px;
    border: none;
    border-top: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    font-size: 18px;
    text-align: center;
}


.input-box-differ-1 {
    width: 15px;
    border: none;
    border-bottom: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    font-size: 18px;
    text-align: center;
}

.input-box-differ-2 {
    width: 12px;
    border: none;
    border-bottom: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    font-size: 18px;
    text-align: center;
}

.input-box-differ-3 {
    width: 12px;
    border: none;
    border-bottom: 1px solid black;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 20px;
    font-size: 18px;
    text-align: center;
}



.margin-top-5 {
    margin: 0;
}

.margin-top-6 {
    margin: 0;
    margin-left: 13px;

}

.margin-top-7 {
    margin: 0;
    margin-left: 3px;

}

.margin-top-8 {
    margin: 0;
    margin-left: -2px;

}

.margin-top-9 {
    margin: 0;
    margin-left: 32px;

}