﻿header1 {
  
    background: url('../../../ecu/images/hero.jpg') no-repeat right center #1d428b;
    color: #fff;
    width: 100%;
    padding: 2rem 2rem 6rem 2rem;
}
header1 p {
    color:#fff;
}
p {
    font-size: 1.08rem;
    color:#1b4389;
}
h2 {
    color: #1d428b;
}
input[type='date'],
input::placeholder,
textarea::placeholder {
    font-style: italic;
/*    color: #bbb;
*/}
input, select, textarea {
    max-width: 100%;
}
label {
    margin-bottom: 0.3rem;
    font-size: 1.05rem;
}
textarea.textarea {
    height:130px;
}
ul.profile {
    padding: 0;
    margin: 0;
    list-style: none;
}
button.remove-comment {
    width: 35px;
    height: 35px;
    background: url('../../../ecu/Images/remove-comment.png') no-repeat center top;
  background-size: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
ul.profile {
    min-height: 55px;
}

   ul.profile li {
        font-size: 1.08rem;
        padding: 0 0 6px 0;
    }

       ul.profile li .img {
            width: 25px;
            height: 25px;
            background: #fff;
            border-radius: 30px;
        }

button.add-comment {
    width: 35px;
    height: 35px;
background: url('../../../ecu/Images/add-comment.png') no-repeat center top;
    background-size: 100%;
    border: 0;
    padding: 0;
    margin: 0;
}
.tooltip-box {
    position: relative;
    z-index: 10;
}

.custom-tooltip {
    position: absolute;
    display: block;
    margin: 0px 0px 0 -65px;
    width: 130px;
    background: #204089;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    padding: 10px;
    border-radius: 5px;
    bottom: 30px;
    text-align: center;
    &:after

{
    position: absolute;
    content: '';
    border-width: 10px;
    border-style: solid;
    border-color: #204089 transparent transparent transparent;
    bottom: -18px;
    left: calc(50% - 9px);
}
}

.admin-criteria {
    background:#e92071;
    color:#fff;
    padding:10px 15px;
}
.gap {
    gap: 20px;
}
ul.tabs-section {
    padding:0;
    margin:-5.3rem 0 0 0;
    list-style:none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2.5rem;
}

    ul.tabs-section li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #03afff;
        border: 4px solid #03afff;
        border-radius: 1rem;
        font-size: 20px;
        width: 250px;
        height: 160px;
        cursor: pointer;
        background: #fff;
    }


ul.tabs-section li h3 {
    font-size:3.8rem;
    font-weight: 300;
    line-height: normal;
    color: #03afff;
    position:relative;
    text-align:center;
}
    ul.tabs-section li h3:before {
        position: absolute;
        border: 4px solid #fff;
        border-radius: 60px;
        content: '';
        top: 4px;
        left: -25px;
        width: 83px;
        height: 83px;
    }
ul.tabs-section li a:hover,
ul.tabs-section li a.active {
    color: #fff;
    background: #03afff;
    text-decoration: none;
    border: 4px solid #fff;
}
    ul.tabs-section li a:hover h3,
    ul.tabs-section li a.active h3 {
        color: #fff;
    }

.mandanary {
    color:red;
}
.bg-color {
    background: #f9f7fb;
}
h4 {
    font-size: 2.4rem;
    font-weight: 300;
    color: #1b4389;
}
h5 {
    font-size: 1.4rem;
    font-weight: 300;
    color: #1b4389;
}
.border-bottom {
    border-color: #6c92d5 !important;
}
button.btn {
    padding: 0.20rem 0.75rem;
    border-radius: 2rem;
    min-width: 90px;
}
button.btn-outline-primary {
    border: 1px solid #1b4389;
    color: #1b4389;
}

.form-section .gap {
    gap:10px;
}
.form-section ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-section ul li{
    position: relative;
}
.form-box {
   position:relative;
    border-radius: 8px;
    padding: 15px 10px;
   
    display:flex;
    justify-content:center;
    align-items:center;
    position:relative;
    flex-direction:column;
    min-width:105px;
    min-height:109px;
    gap:6px;
}
    .form-box.bg-blue {
        background: #e6f6ff;
        border: 1px solid #007bff;
    }
    .form-box.bg-red {
        background: #ffe8f6;
        border: 1px solid #e92077;
    }
        .form-box.bg-red .sub-text {
            color: #e82076;
        }
        .form-box .img-box {
            width: 31px;
            height: 39px;
            border:0;
            background:none;
            cursor:pointer;
            display:block;
        }
    .form-box input[type='file'] {
        display:none;
    }
   
    .form-box .sub-text {
        font-size: 12px;
        color: #007bff;
        line-height:normal;
        font-weight:500;
        height:46px;
    }

    .form-box button.icon {
        position:absolute;
        top:0px;
        right:5px;
        border:0;
        background:none;
        padding:0;
        margin:0;
    }

.form-section .bottom-tag {
    position: absolute;
    bottom: -10px;
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    min-width: 80px;
    border-radius: 10px;
    left: calc(50% - 40px);
}

    .form-section .required {
        background: #e82076;
    }
.form-section .upload {
    background: #007bff;
}
.loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
input:-webkit-autofill {
    -webkit-text-fill-color: currentColor !important;
    caret-color: transparent !important;
}
