body {
    margin-bottom: 0 !important;
}
.form-control:disabled {
    background-color: #e9ecefb0
}
.logo-row {
    display: flex;
    color: #303d8c;
    height: 100px;
    background-color: #f2fcff;
}
.logo-row>img {
    width: 140px;
    margin-bottom: 10px;
    justify-content: center;
}
.custom-save-btn {
    background: #3974b6;
    width: 100%;
    box-shadow: 1px -3px 4px 1px #00000052;
}
.b-doxi-form {
    /* border: solid 2px #3974b6; */
    max-width: 800px;
    margin: auto;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
label {
    color: #303d8c;
    font-weight: bold;
}
.header {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.top-header-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
.form-title {
    font-size: 22pt;
    font-weight: bold;
    direction: rtl;
    border-radius: 3px;
    padding: 10px 30px;
    margin: 0px;
    text-align: center;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 19px;
    flex-wrap: wrap;
}
.custom-row>.form-group {
    flex-grow: 1;
    flex-basis: 0;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.custom-row>.form-group>.input-group-prepend {
    flex-grow: 1 !important;
}
.custom-row>.form-group>.input-group-prepend>label,
.custom-row>.form-group>label {
    flex-grow: 1 !important;
}
.full-with {
    width: 100%;
}
.tooltip-icon {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #303d8c;
    color: white;
    text-align: center;
}
.tooltip-icon .tooltiptext {
    visibility: hidden;
    width: auto;
    max-width: 300px;
    margin: 0px -310px;
    background-color: white;
    border: solid 1px darkblue;
    color: darkblue;
    text-align: center;
    border-radius: 6px;
    padding: 5px 25px;
    position: absolute;
    z-index: 1;
}
.tooltip-icon .tooltiptext.short {
    margin: 0px -240px;
}
.tooltip-icon .tooltiptext.long {
    max-width: 355px;
    margin: 0px -370px;
}
.popover-body{
color: darkblue;
text-align: right;
}
/* .tooltip-icon:hover .tooltiptext {
    visibility: visible;
} */

@media (hover: none) {
    .tooltip-icon:hover .tooltiptext{
        visibility: visible;
    }
  }
.bold-tooltip {
    color: darkblue;
}
.divider-custom {
    background: gray;
    width: 100%;
    height: 1px;

}
.loader-container {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
}
.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
}
@-webkit-keyframes rotate {

    /* 100% keyframe for  clockwise.
   use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}
footer{
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: darkblue;
    font-size: 15px;
    padding: 10px 0;
    position: relative;
}
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
.icon-with-div {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
input {
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}
@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 70%;
    }

    .form-title {
        font-size: 17px;
        padding: 10px 12px;
    }

    .logo-row>img {
        width: 88px;
        margin-bottom: 10px;
        height: 55px;
    }

    #develop {
        text-align: right !important;
    }

    #version {
        position: static !important;
        flex-grow: 0 !important;
    }
}
.logo {
  margin: 16px 10px;
    height: 65px;
}
.form-active {
    border: solid 1px #6079b2;
    padding: 35px;
    background-color: #d8dde247;
}
.custom-select > option {
    color: black;
}
.form-control,
.custom-select {
    border: solid 1px #6079b2;
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    color: #303d8c;
}
.content-row {
    display: flex;
}
.padding-contnet-check {
    width: 32px;
    margin: 5px 0px 0px 5px;
}
.padding-contnet-row {
    margin-left: 3px;
    /* color: red; */
}
.simple-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}
.simple-table th,
.simple-table td {
    border: 1px solid #ddd;
    padding: 8px;
    color: #303d8c;
    /* text-align: left; */
}
.message {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
.contain-messages {
    margin: 10px 0
}
#content_percent{
    display: flex;
    align-items: baseline;
    position: relative;
}
#partJob{
    padding-inline: 25px;
}
#version{
    flex: 0;
    position: absolute;
    left: 0;
}
#develop{
    flex-grow: 1;
    text-align: center;
}