.btn-width-fit > button {
    width: fit-content!important;
    margin-right: 14px;
}

.btn-bg-blue {
    background-color: #006dba !important;
    color: #ffffff !important;
}

.btn-bg-brown {
    background-color: #eeeeee !important;
    color: #757575 !important;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.btn-bg-green-m {
    background-color: #00a542 !important;
    color: #ffffff !important;
}

.btn-bg-green {
    width: fit-content !important;
    height: auto !important;
    background-color: #00a542 !important;
    color: #ffffff !important;
    font-weight: bold;
    font-size: 16px !important;
    padding: 14px !important;
    border-radius: 8px;
}

.loading-on-modal {
    text-align: center;
    padding: 12px;
}

.loading-on-modal > i {
    font-size: 60px;
}

.cursor-pointer {
    cursor: pointer;
}

.gae-typeahead-popup {
    position: absolute;
    z-index: 999;
    background-color: #ffffff;
    width: 94%;
    max-height: 400px;
    padding: 8px;
    margin: 2px;
    box-shadow: 2px 2px 6px 0px #233da3;
    overflow-x: auto;
}
  
.gae-typeahead-popup-row {
    font-size: 15px;
    color: #484848;
    cursor: pointer;
    padding: 2px 6px 2px 6px;
}
  
.gae-typeahead-popup-row:hover {
    background-color: #ececec;
}

.form_block_select {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0px;
}

.form_block_select > select {
    height: 50px;
    width: 100%;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    background-color: #FFFFFF;
    padding: 0px 20px;
    font-size: 16px;
}

.gae-acp-loading {
    font-size: 18px;
    text-align: center;
}

.gae-car-loading {
    min-width: 140px;
}

.gae-form-group > div > div {
    font-size: 14px;
    line-height: 16px;
}

.gae-form-group > div > div > label {
    font-size: 16px;
}

.gae-img-caption {
    position: absolute;
    z-index: 888;
    padding: 6px;
    border-radius: 10px;
    text-align: center;
    color: #fff6f3;
    background-color: rgb(255 132 87 / 90%);
    margin-left: 3px;
    margin-right: 2px;
    top: 10px;
    width: auto;
    max-width: 84%;
}

.gae-row-can-clk {
    cursor: pointer;
}

.gae-row-can-clk:hover {
    background-color: #ffe4d9;
}

.gae-bg-danger {
    background-color: #ffd9d9 !important;
}