body{
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--bodybg);
    font-family: Helvetica, poppins, roboto, sans-serif;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: 0.02rem;
    color: #4f4f4f;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.head-container {
    position: relative;
    height: 75px;
    margin: 0;
    display: flex;
    align-items: center;
    background: var(--white);
    box-shadow: 0 0 10px 0 #d4d8d9;
    z-index: 999;
}

.body-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-self: center;
}

.body-content {
    width: 1180px;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 30px 0;
    flex-direction: column;
}

#template-list {
    display: flex;
    flex-direction: column;
    padding: 5px;
    width: 100%;
}

#template-list .template-item-wrap {
    border-bottom: 1px solid var(--grey-250);
    padding: 5px 5px 15px 5px;
    margin: 5px 0;
    width: 100%;
}

section {
    display: block;
    width: 100%;

}

#template-list .template-item-wrap .name {
    font-size: 16px;
    font-weight: 600;
}

#template-list .template-item-wrap .link {
    font-size: 14px;
    white-space: nowrap;
    margin-left: 25px;
}

#template-list .template-item-wrap .subtitle {
    font-size: 14px;
    margin-right: 25px;
}

.header-content {
    width: 1150px;
    margin: 0 auto;
}

.form-fields {
    gap: 15px;
}


.text-disabled {
    color: #BFBFBF;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-teko {
    font-family: 'Poppins', sans-serif;;
}


.relative {
    position: relative;
}

.btn {
    line-height: 16px;
    height: 45px;
    width: 225px;
}

.form-input:focus,
.form-input {
    width: 350px;
    height: 45px;
    line-height: 24px;
}

select.form-input option[value=""] {
    color: #BFBFBF;
}

/* select.form-input {

} */


@media (min-width: 768px) {
    .md\:flex-row {
        flex-direction: row;
    }

    .md\:flex-col {
        flex-direction: column;
    }

}

/* Utilities Definition END*/
label {
    display: block;
    color: #15523A;
    line-height: 24px;
    letter-spacing: 0.1px;
}



.header-img-container {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
}

.header-img-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
header #MainHeaderProfileDropdownToggle{
    position: relative;
}

#MainHeaderProfileDropdown {
    position: absolute;
    width: 250px;
    right: 5%;
    top:100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 18px;
    color: #D4D8D9;
    box-sizing: border-box;
    background: #0F1515;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 99999999;
    animation-name: slideIn;
    animation-duration: 0.5s;
    flex-direction: column;
    padding: 28px 20px;
    height: -moz-fit-content;
    height: fit-content;
    gap: 10px;
}

header #MainHeaderProfileDropdownToggle:hover #MainHeaderProfileDropdown.visible {
    display: flex !important;
}

#MainHeaderProfileDropdown > div:first-child {
    display: flex !important;
    gap: 10px;
    margin-bottom: 26px;
    max-width: 100%;
    word-wrap: anywhere;
}

#MainHeaderProfileDropdown > div:first-child > img {
    width: 45px;
    height: 45px;
    border-radius: 40.2039px;
}
.header-container-child #MainHeaderProfileDropdown.header-dropdowm-list span,
#MainHeaderProfileDropdown.header-dropdowm-list a:last-child,
#MainHeaderProfileDropdown.header-dropdowm-list span{
    margin: 0;
}

#MainHeaderProfileDropdown > div:first-child .name {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.1px;
    color: #EBEDED;
}

#MainHeaderProfileDropdown > div:first-child .email {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    color: #919394;
    text-transform: lowercase;
    overflow-wrap: anywhere;
}

#MainHeaderProfileDropdown a {
    display: flex;
    gap: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.25px;
    color: #D4D8D9;
    text-transform: capitalize;
}

#MainHeaderProfileDropdown a:hover {
    color: #FFF;
}

.header-dropdowm-list a {
    text-decoration: none;
}

.header-dropdowm-list a:last-child {
    margin-top: 10px
}

.header-dropdowm-list span {
    margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 480px) {
    body {
        font-size: 14px;
    }
    .header-container {
        width: 100%;

    }
    .header-content {
        width: 100%;
        padding:10px;
    }
    .body-container {

        width: 95%;
    }

    .body-content {
        width: 100%;
        padding:0;
        align-items: start;
    }
}
@media screen and (min-width: 768px){

    header.main-header .container{
        padding: 0;
    }

}

.footer-quicklinks {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 1.5rem;
    height: 68px;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    width: 100%;
    margin: 0 auto;
}

.footer-quicklinks a {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1px;
    color: #7B7C81;
}

@media (min-width: 640px) {

}

@media (min-width: 768px) {

}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {

}

@media (min-width: 1536px) {

}

