﻿body {
    margin: 0;
    padding: 0;
    font-family: "Assistant", Helvetica, Arial, serif;
    background-color: rgb(244, 246, 249);
}

.a {
    margin: 80px 11px 30px 7px;
    box-shadow: 0 0 15px rgb(244, 246, 249);
}

.b {
    margin: 30px 11px 15px 7px;
    box-shadow: 0 0 15px rgb(244, 246, 249);
}

.d {
    display: flex;
    margin-left: 22px;

}

span {
    margin-top: 13px;
    margin-left: 7px;

}

fieldset {
    margin: 22px 0;
    padding: 20px -1px;
    border: 1px outset rgba(255,48,6);
    border-radius: 10px;
}

legend:hover {
    transform: scale(1.1);
    transition: 1s all;
    cursor: pointer;
}



.btn-heading {
    width: 100%;
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 0;
    margin-left: -6px;
    padding: 7px;
    box-shadow: 0 0 15px #CED4DA;
    background: rgba(255,48,6);
    border-radius: 15px;
    border: none;
    cursor: default;
}

.container-fluid {
    position: relative;
    width: 100%;
    border-radius: 8px;
    margin-top: 22px;
    background-color: rgb(244, 246, 249);
}

form.form {
    border-radius: 7px;
    box-shadow:  0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    padding: 3px 15px 19px 15px;
    margin-top: 20px;
    margin-left: 11px;
    margin-right: 11px;
    background: #fff;
}


.form {
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    background: #fff;
    padding: 1px 12px 1px 12px;
    margin-top: 9px;
    /*margin-left: 0px;*/
    border-radius: 13px;
    
}

form.box {
    /*border: 5px solid rgba(255, 230, 230);*/
    border-radius: 7px;
    /*box-shadow: 0 0 15px black;*/
    box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);
    padding: 25px 16px;
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    background: #fff;
}

.container .form {
    margin-top: 15px;   
}

.content-wrapper {
    background-color: rgb(244, 246, 249);
}

/*.form {
    margin-top: 55px;
    position: relative;
}
*/
.form .input-box {
    width: 100%;
    margin-top: 12px;
}

.input-box label {
    color: #757575;
}

.form :where(.input-box input, .select-box) {
    position: relative;
    height: 44px;
    width: 100%;
    outline: none;
    font-size: 1rem;
    color: #000000;
    margin-top: 16px;
    border: 1px groove #CED4DA;
    border-radius: 6px;
    padding: 6px 12px;
    background: #FFF;
}

.form :where(.input-box input, .select-box) :hover {
    box-shadow: 0 0 15px rgba(255, 27, 27);
}

.input-box input:focus {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.form .column {
    display: flex;
    column-gap: 15px;
}

.form .gender-box {
    margin-top: 10px;
}

.form :where(.gender-option, .gender) {
    display: flex;
    align-items: center;
    column-gap: 50px;
    flex-wrap: wrap;
}

.form .gender {
    column-gap: 5px;
}

.gender input {
    accent-color: #EE4E34;
}

.form :where(.gender input, .gender label) {
    cursor: pointer;
}

.gender label {
    color: #000;
}

.address :where(input, .select-box) {
    margin-top: 16px;
}

.select-box select {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    color: #808080;
    font-size: 1rem;
    background: #FFF;
}

.form button {
    height: 40px;
    width: 16%;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255,48,6);
}

.form button:hover {
    background: rgba(255,48,6);
}

button.add-employee {
    margin-top: 0px;
    margin-left: -100px;
}

/*label {
    color: #000;
    font-weight: 600;
}*/

td img {
    height: 32px;
    border-radius: 55%;
    margin: 3px 0;
}

td img:hover {
    transform: scale(1.4);
    border-radius: 50%;
    transition: all 0.3s ease-in;
}

label.custom-file-label {
    margin-top: 600px;
    border-radius: 7px;
    margin-left: 13px;
    margin-right: 13px;
}

.form-btn {
    /*box-shadow: 0 0 1px rgba(0,0,0,.125), 0 1px 3px rgba(0,0,0,.2);*/
    background: #fff;
    padding: 1px 12px 24px 12px;
    margin-top: -26px;
    /*    margin-left: 0;
    border-radius: 13px;*/
}

.form-btn button {
    height: 40px;
    width: 16%;
    color: #FFF;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 30px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: rgba(255,48,6);
}

.form-btn button:hover {
    background: rgba(255,48,6, 0.8);
}
.lblFunction {
    width: auto;
    float: none;
    font-size: 16px;
    margin-left: 30px;
    background: rgba(255, 40, 5);
    color: #fff;
    border-radius: 14px;
    padding: 3px 7px;
}

.NotesModel {
    left: 54%;
    top: 40%;
    position: fixed;
    z-index: 100;
    margin-top: 0%;
    border-radius: 5px;
    background-color: rgba(255,95,21,255);
}

.float-span {
    /*    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(30px);
    font-size: 0.825em;
    transition-duration: 300ms;
    margin-left: 5px;
    font-weight: 500;*/

    position: absolute;
    cursor: text;
    z-index: 2;
    top: 7px;
    left: 13px;
    font-size: 0.825em;
    font-weight: 600 !important;
    background: #fff;
    padding: 0 10px;
    color: #000000;
    transition: 300ms
}


.float-lbl:focus-within > .float-span,
.float-in:not(:placeholder-shown) + .float-span {
    color: black;
    transform: translateY(-20px);
}
input:focus::placeholder {
    color: transparent;
}

.float-lbl {
    margin-bottom: 15px;
    position: relative;
}

.float-in {
    width: 90%;
    margin-top: 10px;
    outline: none;
    height: 40px;
}

.float-in::placeholder {
        opacity: 0;
}

.container {
    display: flex;
    flex-wrap: wrap; 
}

.item {
    width: 30%;
    box-sizing: border-box;
}