.orgMenu {
    border-radius: 10px;
    background-color: rgba(053, 70, 94, 0.3);
    height: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1.0), 0 6px 20px 0 rgba(0, 0, 0, 1.0);
}

.orgMenuMin {
    border-radius: 10px;
    background-color: rgba(053, 70, 94, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1.0), 0 6px 20px 0 rgba(0, 0, 0, 1.0);
}

.orgMenuText {
    color: aliceblue !important;
}

.orgMenuItem_ForJs:hover {
    background-color: rgb(38, 101, 160)!important;
}

#org-modal.modal.fade .modal-dialog {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 120px;
    /*opacity: 0; */
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
 }
 
 #org-modal.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1;
 }

 /* all org and sub org */
 .btn-dark {
    --bs-btn-hover-bg: #3965df;
}