#loading-overlay {
    /*position: absolute;*/
    position: fixed;
    width: 100%;
    height:100%;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    background-color: #000;
    /*z-index: 999;*/
    z-index: 1056;
    opacity: 0.5;
}
.loading-icon{ position:absolute;border-top:2px solid #fff;border-right:2px solid #fff;border-bottom:2px solid #fff;border-left:2px solid #767676;border-radius:25px;width:25px;height:25px;margin:0 auto;position:absolute;left:50%;margin-left:-20px;top:50%;margin-top:-20px;z-index:4;-webkit-animation:spin 1s linear infinite;-moz-animation:spin 1s linear infinite;animation:spin 1s linear infinite;}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
/*print order*/
.dxb-box {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    height: 100%;
}

.bg-black {
    -webkit-print-color-adjust: exact;
}

.rotate-90deg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.h30 {height: 30%;}
.h40 {height: 40%;}
.h50 {height: 50%;}
.h60 {height: 60%;}
.h70 {height: 70%;}

.bg-main {
    --bs-bg-opacity: 1;
    background-color: #f7931e!important;
}
.btn.btn-light-primary:hover:not(.btn-active),
.form-check.form-check-solid .form-check-input:checked,
.btn-primary {
    background-color: #f7931e !important;
}

.btn-check:active+.btn.btn-primary, .btn-check:checked+.btn.btn-primary, .btn.btn-primary.active, .btn.btn-primary.show, .btn.btn-primary:active:not(.btn-active), .btn.btn-primary:focus:not(.btn-active), .btn.btn-primary:hover:not(.btn-active), .show>.btn.btn-primary {
    color: #fff;
    border-color: #006837;
    background-color: #006837!important;
}

.error {
    color: red;
}

 .text-primary {
    color: #f7931e !important;
}

.template-section-number {
    display: flex;
    align-items: center;
}

.template-section-number:after {
    content: '[';
    color: #f7931e;
    font-size: 60px;
    text-align: right;
    padding-left: 10px;
}
/*.template-section-number:after {*/
/*    content: ']';*/
/*    color: #ffb1bb;*/
/*    font-size: 60px;*/
/*    text-align: left;*/
/*    padding-left: 10px;*/
/*}*/

#map-canvas {
    height: 100% !important;
    width: 100% !important;
    margin: 0px;
    padding: 0px;
}
