body{
    background-color: #242426;
    color: #fff;
    padding: 1rem;
}
.main-wrap{
    padding-left: 5rem;
    padding-top: 3rem;
}
.show-stage{
    margin-top: 1rem;
    background-color: #292C31;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
    padding: 10px;
}

.main-title {
    color: #CACACA;
    font-size: 16px;
    font-weight: bold;
    display: inline;
    margin: 0 6px;
}
.title-icon {
    color: #CACACA;
    font-size: 16px;
    margin-top: -4px;
}


/* offcanvas */
.offcanvas{
    background: #393D42;
    color: #fff ;
    overflow-y: scroll;
    white-space: nowrap;
}




/* ======== links ====*/
.links{
    text-decoration: none;
    color: currentColor;
    outline: none;
}
.links:hover{
    color: currentColor;
}

/* ======== Models and dialogs ====*/
.modal .modal-dialog .modal-content{
    background: #292C31 !important;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.27);
}

.modal .modal-dialog .modal-content .modal-header,.modal-footer{
    border-color: #444;
}

/* ======== Forms ====*/
.BX{
    border: solid 1px #373636;
    border-top: none;
    border-bottom: none;
}
.form-wrap{
    margin-bottom: 10px;
}
.form-wrap label, .form-wrap span{
    font-size: 14px;
    color:#AEAEAE;
    padding-bottom: 4px;
    /* // font-weight: bold; */
}
.form-wrap span{
    padding: 0px;
}
.form-wrap .input-wrap,select{
    width: 100%;
    background: #4C5158;
    border-radius: 10px;
    border: none;

    font-size: 14px;
    color: #fff;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
}

.input-wrap .FIcons{
    margin: 0px 6px;
    margin-top: -3px;
    font-size: 20px;
}
.input-wrap input,textarea{
    background: none;
    border: none;
    outline: none;
    width: 100%;
    font-size: 14px;
    color: #fff;
}
.input-wrap textarea{
    width:100%;
    height: 100%;
}
.input-wrap input[type=checkbox]{
    width: 20px;
    height: 20px;
    margin-top: 0px;
}



.form-floating{
    font-size: 14px;
}
.form-floating .form-control ,.form-floating select{
    height: 50px;
    border: none;
    border-radius: 10px;
    color: #fff;
    background-color: #4C5158;
}
.form-floating label{
    color: #fff ;
}

