.navbar {
    background-color: #11599c;
    padding: 0px 50px 0px 50px;
    height: 61px;
    border-radius:0px ;
}

.navbar .container_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.navbar-brand img {
    cursor: pointer;
}

.navbar-brand span {
    align-items: center;
    font-family: Fanwood Text;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.95px;
    text-align: center;
    color: #66b4ff;
    padding-left: 10px;
    padding-top: 0;
}

.navbar-menu {
    display: flex;
    align-items: center;
}

.logout-button {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #11279c;
    width: 106px;
    height: 36px;
    padding: 10px 20px 10px 20px;
    gap: 10px;
    border-radius: 15px;
    border: none;
    opacity: 0px;

    margin-top: 12px;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 500;
    line-height: 15.85px;
    text-align: left;
    color: #ffffff;
}

.logout-button img {
    width: 12.5px;
    height: 11.25px;
    top: 12.38px;
    left: 82.25px;
    gap: 0px;
    opacity: 0px;
}

.logout-button:hover {
    opacity: 0.8;
}

.profile-button {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.profileid {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(180deg, #11279c -73.68%, #060e36 215.79%);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 12px;
    box-shadow: 0.699999988079071px solid #000000;
    cursor: pointer;
}

.profile-icon {
    position: relative;
    background-color: #ffffff;
    color: #003366;
    border-radius: 50%;
    padding: 5px;
    margin-right: 5px;
}

.profile-name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
}

.profile-name i {
    margin-left: 5px;
}

.profile-dropdown {
    width: 180px;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    /* color: #ffffff; */
    min-width: 140px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.profile-dropdown a {
    display: flex;
    align-items: center;
    color: #070000;
    padding: 10px;
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.profile-dropdown a:hover {
    background-color: #f2f2f2;
    border-radius: 10px;
}

.profile-dropdown a i {
    margin-right: 10px;
}

.profile-icon img {
    width: 20px;
    height: 20px;
}

/* for back */

.home_sec a {
    text-decoration: none;
    padding-left: 3px;
    padding-right: 3px;
    color: #11599c;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    text-align: left;
}

.home_sec {
    padding: 18px 10px 10px 15px;
    padding-left: 18px;
}

.home_sec i {
    padding-right: 3px;
}

.fa-greater-than {
    padding-left: 6px;
}

/* alart */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    position: relative;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
}
.alert-error {
    color: #571d15;
    background-color: #edd4d4;
    border-color: #e6c3c3;
    text-align: center;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    text-align: center;
}

.alert-successproject {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    text-align: center;
}

.alert-dismissible .close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: inherit;
    border: none;
    background: none;
    font-size: 26px;
    cursor: pointer;
}

/* sidebar_sec */
.sidebar_sec {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color:  #021a32; */
    background: linear-gradient(90deg, #11599c 0%, #000000 130%);
    overflow-x: hidden;
    transition: 0.7s;
    padding-top: 60px;
    z-index: 1000;
    border-top-left-radius: 15px;
}

.sidebar_sec .close-btn {
    position: absolute;
    top: 20px;
    left: 165px;
    font-size: 36px;
    cursor: pointer;
    color: white;
}

.sidebar_sec ul {
    list-style-type: none;
    padding: 0;
}

.sidebar_sec ul li {
    left: 50px;
    padding: 10px 8px 8px 15px;
    text-align: left;
}

.sidebar_sec ul li a {
    text-decoration: none;
    display: block;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;

    color: #ffffff;
}

.pages {
    background-color: #261761;
    margin-left: 40px;
    width: 170px;
    border-top-left-radius: 8px;
}

.pages hr {
    height: 1.2px;
    background-color: #ffffff;
    border: none;
}

.sidebar_sec ul li a:hover {
    color: #f5f2f2;
}

.logo {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.logo img {
    max-width: 100px;
}

.logo span {
    align-items: center;
    font-family: Fanwood Text;
    font-size: 32px;
    font-weight: 400;
    line-height: 41.95px;
    text-align: center;
    color: #66b4ff;
    padding-left: 10px;
    padding-top: 0;
}

/* for myprofile */
.profilesec {
    display: none;
    position: absolute;
    z-index: 1001;
    right: 0;
    top: 0;
    width: 100%;
    height: 110%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    animation: fadeIn 0.5s;
}

.modal-profile {
    position: absolute;
    background-color: #fefefe;
    padding: 0px 0px;
    right: 1px;
    top: 45px;
    width: 60%;
    /* height: 100%; */
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    box-shadow: -7px -7px 10px rgba(0, 0, 0, 0.15),
        7px 7px 10px rgba(0, 0, 0, 0.15);
}

.closeprofile {
    background-color: #f2f2f2;
    height: 25px;
    border-radius: 27px;
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    /* padding: 0px 4px;
    padding-bottom: 2x; */
    padding-bottom: 5;
    padding-left: 7;
    padding-right: 7;
    margin-top: 8px;
    margin-right: 20px;
    /* padding-right: 10px; */
    /* padding-top: 5px; */
}

.closeprofile:hover,
.closeprofile:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.no_data {
    padding-bottom: 10px;
}

.about_sec .text-center {
    text-align: center;
}

.modal-profile .heading_sec {
    background-color: #11599c;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.modal-profile .heading_sec h4 {
    margin: 0;
    padding: 5px 35px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
}

.modal-profile .welcome_sec {
    padding-bottom: 10px;
    box-shadow: 4px 8px 11.5px rgba(0, 0, 0, 0.1),
        -4px -8px 11.5px rgba(0, 0, 0, 0.1);
}

.modal-profile .welcome_sec h5 {
    padding: 3px 20px;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    color: #ff0707;
}

.modal-profile .welcome_sec p {
    margin: 0;
    padding: 3px 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    color: rgba(0, 0, 0, 0.6499999761581421);
}

.modal-profile .welcome_sec span {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
    color: #000000;
}

.modal-profile .profileinfo_sec {
    /* padding: 10px; */
    padding-top: 5px;
    margin-top: 20px;
    box-shadow: 4px 8px 11.5px rgba(0, 0, 0, 0.1),
        -4px -8px 11.5px rgba(0, 0, 0, 0.1);
}

.modal-profile .about_heading {
    background-color: #c4f4fe;
}

.about_sec hr {
    margin: 0;
}

.modal-profile .about_heading h5 {
    margin: 0;
    padding: 5px 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
    color: #000000;
}

.modal-profile .about_information {
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* gap: 100px; */
    text-align: center;
}

.modal-profile .about_information_second {
    width: 250px;
}

.modal-profile .about_information p {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: #000000;
}

.modal-profile .about_information span {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
    color: #000000;
}

/* for model */

.modalnav {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
    animation: fadeIn 0.5s;
}





.modal-contentnav {
    /* background-color: #fefefe;
    margin: -0.6% 75.2%;
    padding: 10px 20px;
    padding-bottom: 3px;

    width: 100%;
    height: 400px;
    min-width: 270px;
    border-radius: 10px;
    box-shadow: -7px -7px 10px rgba(0, 0, 0, 0.15),
        7px 7px 10px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.5s; */
    background-color: #fefefe;
    margin: -0.6% 84.2%;   
    padding-bottom: 20px;
    padding-top: 10px;
    width: 100%;
    height: fit-content;
    min-width: 230px;
    border-radius: 10px;
    box-shadow: -7px -7px 10px rgba(0, 0, 0, 0.15), 7px 7px 10px rgba(0, 0, 0, 0.15);
    animation: slideDown 0.5s;
}


.close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-right: 10px;
    padding-top: 5px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Keyframes for animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-20%);
    }
    to {
        transform: translateY(0);
    }
}

.profile-icon {
    position: relative;
    display: inline-block;
}

.modal-contentnav h2 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* line-height: 1.3; */
    text-align: center;
    /* padding-bottom: 10px; */
    color: #11599c;
    margin: 0px;
    margin-top: 20px;
}

.close-button {
    /* position: absolute;
    top: 75px;
    right: 25px;
    font-size: 20px;
    cursor: pointer; */
    /* display: none; */
    position: relative;
    top: -45px;
    right: -198px;
    font-size: 31px;
    cursor: pointer;
    animation: none;
}

.upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: fit-content;
}

.profile-placeholder {
    position: relative;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    color: white;
}

.upload-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2.3px solid #fff;
    cursor: pointer;
}

.upload-icon i {
    color: #fff;
    font-size: 28px; /* Adjust as needed */
}

.modal-contentnav .buttons {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}
.modal-contentnav .btn-action {
    width: 40%;
    background: #11599c;
    /* padding: 7px 10px; */
    padding: 0.4rem;
    border-radius: 10px;
    border: none;
    /* Add New Asset (text) */
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #ffffff;
}

.vid_sec {
    display: flex;
    justify-content: center;

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #11599c;
}

.modal-contentnav .form-group {
    padding-top: 30px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #11599c;
}

.modal-contentnav .form-group input {
    margin-top: 10px;
    width: 100%;
    padding: 4px 10px;
    border: 0.5px solid #6cc3be;
    border-radius: 7px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}

.butt {
    display: flex;
    justify-content: center;
}

/* 
loader */

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-overlay.hidden {
    display: none;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #11599c;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



