.input-text-ind {
    /* width: 50%; */
    height: 80px;
    margin: 10px 30px 10px 0px;
    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
    color: #000000;
}

.input-text-form {
    /* width: 50%; */
    height: 60px;
    margin: 18px 30px 18px 0px;
    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
    color: #000000;
}

.input-text-form-disabled {
    /* width: 50%; */
    height: 60px;
    margin: 18px 30px 18px 0px;
    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.4rem;
    color: rgb(131 125 125);
    background: rgb(215 215 215);
}

.select {

    /* width: 50%; */
    height: 80px;
    margin: 10px 30px 10px 0px;
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
}

.form-check-label {
    font-size: 1.1rem;
}

.select-form {

    /* width: 50%; */
    height: 60px;
    ;
    margin: 18px 30px 18px 0px;
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
}

.input-text-form-btn {
    /* width: 50%; */
    height: 60px;
    margin: 18px 0px 18px 0px;
    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
    color: #000000;
}

.input-text-form-btn-select {
    /* width: 50%; */
    height: 60px;
    margin: 18px 0px 18px 0px;
    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
    color: #ffffff;
    background: #1361c5;
}

.input-text-form-btn-select:hover {

    background: #174764;
    color: #ffffff;
}

.input-count-form-btn-select {
    /* width: 50%; */
    height: 60px;
    margin: 18px 0px 18px 0px;
    /* border-bottom: 2px solid #4ba2ff; */
    border: 1px solid #1361c5;
    border-radius: 10px;
    padding: 10px;
    font-size: 1.1rem;
    color: #423b3b;
    background: #a6acb3;
}

.input-count-form-btn-select:hover {

    background: #277aad;
    color: #ffffff;
}

.form-right {
    display: inline-block;
}

h1 {
    margin: 20px 0px 20px 0px;
}

.info {
    font-size: 22px;

}

.button-plus {
    width: 100%;
    height: 88px;
    min-width: 165px;
    min-height: 42px;
    border-radius: 16px;
    font-size: 22px;
    padding: 10px;
    color: #fff;
    background-color: #1361c5;
    border-color: #0062cc;
    margin: 15px 0px;
}

.button-plus:hover {
    color: #ffffff;
    background-color: #174764;
    ;
}

.button-plus-group {

    height: 68px;
    min-width: 165px;
    min-height: 42px;
    border-radius: 16px;
    font-size: 21px;
    padding: 10px;
    color: #fff;
    background-color: #1361c5;
    border-color: #0062cc;
    margin: 15px 25px;
}

.button-plus-group:hover {
    color: #ffffff;
    background-color: #174764;
}


.read-more-info-icon {

    vertical-align: top;


    text-align: center;
    line-height: 1;
    color: black;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.read-more-info-icon .hidden-text {
    position: absolute;
    top: 65px;
    width: 350px;
    text-align: left;
    background: #217cf3;
    padding: 10px;
    opacity: 0;
    transition: opacity .25s ease-in-out;
    color: white;
    border-radius: 5px;

}

.read-more-info-icon.modal-left .hidden-text {
    left: 0;
    z-index: 1;
}

.read-more-info-icon:hover {
    overflow: visible;

}

.read-more-info-icon:hover .hidden-text {
    opacity: 1;
}

.custom-file-upload {

    color: #217cf3;
    /* padding: 0.5rem; */
    font-weight: bold;
    border-radius: 0.3rem;
    cursor: pointer;
    text-decoration: underline;


}

.file-upload {
    display: none;
}

.text-doc {
    display: none;
}


.panel {
    margin-top: 25px;
    margin-bottom: 25px;
    /* background: linear-gradient(to right, #0e53ad83, #ffffff85); */
    padding: 0;
    border-radius: 10px;
    border: none;
    box-shadow: 6px 2px 10px 5px rgb(0 0 0 / 20%);
}

.head th {
    color: rgb(255, 255, 255);
    background-color: #217cf3;
    font-size: 12px;
    /* text-transform: uppercase;*/
    padding: 20px;
    border-bottom: 1px solid #0078c293;
}

.body th {
    color: rgb(0, 0, 0);
    font-size: 17px;
    padding: 10px 20px;
    vertical-align: middle;
    /* border: none; */
    border-bottom: 1px solid #0078c254;
    font-weight: normal;


}

@media (max-width: 1680px) {
    .panel {
        margin: 25px 0%;
    }


}
