@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}

body{
    background-color: #e9e9e9;
    height: 100vh;
}

.font-size{
    font-size: 19px;
    font-weight: 400;
}

.brand-font-size{
    font-size: 40px;
    font-weight: 500;
    margin-right: 3%;
    font-family: "Sofia", sans-serif;
}

#container-inner{
    margin-left: 10%;
    margin-right: 10%;
}

nav{
    box-shadow: 0 0 20px #ccc;
}


nav a{
    margin: 5px;
    text-decoration: none;
    text-align: center;
}

nav a:hover{
    background-color: #eae8e8;
    border-radius: 5px;
}

nav a.active{
    background-color: #ece7e7;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.field-icon{
    width: 30px;
    height: 30px;
}

.drop-ul li a span{
    margin-left: 10px;
}

.btn-dropdown{
    background-color: #ece7e7;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.drop-ul li a{
    margin:auto;
}

.drop-ul li a{
    --bs-dropdown-link-active-bg: #ece7e7;
    --bs-dropdown-link-active-color: #212529;
    --bs-dropdown-link-hover-bg: #eae8e8;
}

.uname-font-size{
    font-size: 19px;
    font-weight: 500;
    color: #212529;
}

.item-font-size{
    font-size: 17px;
    font-weight: 400;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu-left {
    display: none;
    position: absolute;
    right: 100%;
    left: auto;
    top: -7px;
}

@media(max-width: 992px){
    .dropdown-menu .dropdown-submenu-left {
        display: none;
        position: absolute;
        right: 5%;
        left: 5%;
        top: 33px;
    }
}

.dropdown-menu > li:hover > .dropdown-submenu-left {
    display: block;
}

.form-body{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
}

.form-bodyTop{
    margin-top: 140px;
}

.container{
    position: relative;
    border-radius: 10px;
    width: 100%;
    max-width: 830px;
    background-color: #ffffff;
    box-shadow: 0 0 25px #ccc;
}

.container-inner2{
    padding: 30px;
}

.page-title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 30px;
}

.page-subtitle{
    text-align: left;
    font-size: 15px;
    margin-top: 10px;
}

.page-subtitle span{
    padding-left: 3px;

}

.page-subtitle2{
    text-align: left;
    font-size: 17px;
    padding-bottom: 13px;
}

.page-subtitle2 span{
    padding-left: 3px;

}

.edit-button{
    padding-top: 15px;
}

.edit-button button{
    font-size: 20px;
    font-weight: 500;
}

.edit-button2 button{
    margin-top: 15px;
    font-size: 25px;
    font-weight: 500;
}

.edit-icon{
    width: 35px;
    height: 35px;
    fill: #6b6b6b;
    padding-right: 10px;
}

.field-text{
    font-size: 15px;
    color: #4D5154;
}

.alert-icon{
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.alert-text{
    font-size: 17px;
    overflow: auto;
}

.alert-danger-color{
    fill: #842029;
}

.loading-text{
    padding-left: 3px;
}

.btn-text{
    padding-left: 20px;
}

.btn-text2{
    padding-left: 10px;
}

.loading-spinner{
    width: 1.5rem;
    height: 1.5rem;
}

.edit-select{
    margin-top: 20px;
    font-size: 18px;
}

.edit-select2{
    margin-top: 5px;
    font-size: 18px;
}

.edit-select3{
    font-size: 15px;
    margin-bottom: 30px;
}

.edit-select4{
    font-size: 18px;
}

.edit-select5{
    font-size: 15px;
}

.dnload-del-btn{
    display: inline-block;
    margin-bottom: 10px;
}

#delbtn, #loadingbtn2{
    margin-bottom: 10px;
}

#dnload-model{
    margin-right: 10px;
    margin-bottom: 10px;
}

#del-model, #loadingbtnModel{
    margin-bottom: 10px;
    margin-right: 10px;
}

#visualizeTree, #loadingbtnTree{
    margin-bottom: 10px;
}

#dnload-btn{
    margin-right: 10px;
    margin-bottom: 10px;
}

.table-style{
    height: 100%;
    overflow: auto;
}

.table-style td{
    text-align: center;
}

.table-style th{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#checkBoxes, #checkBoxes2{
    padding-bottom: 30px;
}

#checkSelectAll{
    margin-bottom: 15px;
}

.inline_form{
    float: left;
    width: 32%;
}

.inline_form:first-child{
    margin-right: 2%;
}

.inline_form:last-child{
    margin-left: 2%;
}

#margin_div{
    padding-top: 7vh;
}

@media(max-height: 580px) and (max-width: 992px){
    #navbarSupportedContent{
        overflow-y: auto;
        height: 75vh;
    }
}

.edit_checkbox{
    border: 1px solid black;
}

.quesMark{
    color: red;
    font-size: 18px;
    font-weight: 500;
}

@media(max-width: 576px){
    .label_edit{
        width: 110px;
    }
}

.saveDiv_button{
    font-size: 20px;
    font-weight: 500;
    margin-left: 5px;
}

#showMetrics{
    font-size: 18px;
}

.btn_size button{
    height: 56px;
    width: 160px;
}

.loading-spinner2{
    width: 1rem;
    height: 1rem;
}

.data_table_tbody_td{
    max-height: 90px;
    overflow:auto;
}

.selectedRow td{
    background-color: #e4e1e1;
}

.app_href{
    padding-top: 15px;
}

.app_href a{
    text-decoration: none;
}

.app_href a:hover{
    text-decoration: underline;
}

#results_tableDiv{
    overflow-x:auto;
    max-height: 500px;
}

#results_tableDiv2{
    overflow-x:auto;
    margin-top: 10px;
}

#checkBoxes2 label{
    opacity: 1;
}

#checkBoxes2 input{
    opacity: 0.5;
}

.selectedRow2 td{
    background-color: #e4e1e1;
}

#metrics_modalBody{
    justify-content: center;
    align-items: center;
}

.dataDiv{
    overflow-x: auto;
    margin-top: 15px;
}
