.col-md-3.net-section {
    padding: 0;
    width: 20%;
    overflow-y: auto;
    background: #4c938d;
    padding-bottom: 30px;
}

.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
 
main {
    margin-top: 93px;
}

.col-md-3.net-section {
    position: sticky;
    top: 92px;
    height: calc(100vh - 92px);
}

button.btn.btn-info {
    background: #19b5b5;
    color: #fff;
        margin-bottom: 10px;
}

.progress-section {
    width: 400px;
    float: right;
}


.media-fixed form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

select.form-control {
    overflow: scroll;
}

.form-group input.form-control {
    color: #949292;

}

.media-fixed {
    margin-top: 36px;
    padding: 50px;
    box-shadow: 0 30px 60px rgb(0 0 0 / 17%);
    width: 100%;

}

.form-group label {
    padding-bottom: 5px;
}


.form-group1 input.form-control.mb-1 {
    padding: 10px 32px;
}

.form-group1 input.form-control {
    color: #949292;
}

.box {
    background: #fff;
    width: 300px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    box-shadow: 0 30px 60px rgb(145 119 119 / 40%);
    transition: transform .2s;
   
}

.box .percent {
    width: 150px;
    height: 150px;
    position: relative;
}

.box .percent svg {
    width: 150px;
    height: 150px;
    position: relative;
}

.box .percent svg circle {
    width: 150px;
    height: 150px;
    fill: none;
    stroke-width: 10;
    stroke: #000;
    transform: translate(5px, 5px);
    stroke-dasharray: 440;
    stroke-dashoffset: 440;
    stroke-linecap: round;
}

.box .percent svg circle:nth-child(1) {
    stroke-dashoffset: 0;
    stroke: #f3f3f3;
}



.box .percent svg circle:nth-child(2) {
    stroke-dashoffset: calc(440 - (440 * 87) / 100);
    stroke: #4c938d;
}

.box .percent .num {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    color: #111;
}

.box .percent .num h2 {
    font-size: 38px;
}

.box .percent .num h2 span {
    font-size: 24px;
}

.box .text {
    padding: 15px 0 0;
    color: #999;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    font-size: 21px;
}

.alert.alert-info {
    background: #4c938d;
    color: #fff;
    border-color: #4c938d;
}

.dropdown .nav-link.dropdown-toggle {
    padding: 0 !important;
    width: auto;
    margin-top: 2px;
    margin-left: 27px;
    color: #212529;
}
.dropdown-toggle::after {
    display: none !important;
}

.arrow-icon {
    display: inline-flex;
    transition: transform 0.3s ease;
    font-size: 12px !important;
}

.arrow-icon.rotated {
    transform: rotate(180deg);
}

.hidden {
    display: none;
}


#arrowIcon {
    transition: transform 0.3s ease;
}

#arrowIcon.rotate {
    transform: rotate(180deg);
}

.hidden {
    display: none;
}

.menu-item {
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.arrow-icon i {
    transition: transform 0.3s ease;
}

.menu-item.active .arrow-icon i {
    transform: rotate(180deg);
}

.submenu {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.submenu li {
    cursor: pointer;
}

.hidden {
    display: none;
}

.arrow-icon i {
    transition: 0.3s;
}

.arrow-icon i.rotate {
    transform: rotate(180deg);
}

.submenu li a {
    display: flex;
    align-items: center;
    padding: 8px 24px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 0;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.hamburger {
  display: none;
}


.col-md-3.align-items-center.justify-content-center {
    position: absolute;
    right: 0;
    top: 35px;
}
/* button.btn.btn-success {
    margin-top: 10px;
} */
#sidebar,
.col-md-3.net-section {
    /* background: #4c938d !important; */
    padding: 15px;
    background-image:url('https://hio.whuso.in/images/sidebar-bkg.jpg');
    background-position: top;
}

h3.sidebar-title {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 26px;
    padding-top: 10px;
}

#sidebar div,
#sidebar ul,
#sidebar li {
    background: transparent !important;
}
.net-section > div {
    background-color: transparent !important;
}
div.col-md-3.net-section > div[style] {
    background: #4c938d !important;
}

.net-section li > div >span:last-child:after {
    content: "";
    margin-top: -5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff0 var(--darkgray-color) var(--darkgray-color) #fff0;
    transform: rotate(48deg);
    transition: border .3s;
}
.net-section li.active > div > span:last-child:after {
    transform: rotate(180deg); /* arrow points up */
}

.net-section li > div >span:last-child {
    font-size: 0;
}

div#menu_section_0_header span#menu_section_0_icon, div#menu_section_2_header span#menu_section_2_icon, div#menu_section_3_header span#menu_section_3_icon, div#menu_section_4_header span#menu_section_4_icon {
    opacity: 0;
}
body .col-md-3.net-section div[style] {
    background: transparent !important;
}


.net-section span#registrationToggleIcon:last-child {
    font-size: 0 !important;
}
.net-section span#registrationToggleIcon:last-child:after {
    content: "";
    margin-top: -5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff0 var(--darkgray-color) var(--darkgray-color) #fff0;
    transform: rotate(48deg);
    transition: border .3s;
}
.dropdownToggle {
    padding: 12px 20px !important; 
    color: #fff;
    font-size: 16px !important;
    font-weight: bold;
    padding-bottom: 0;
    border-top: none !important;
}

span.dropdownArrow:before {
      content: "";
    margin-top: -5px;
    height: 7px;
    width: 7px;
    display: block;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #fff0 var(--darkgray-color) var(--darkgray-color) #fff0;
    transform: rotate(48deg);
    transition: border .3s;
  

}

span.dropdownArrow {
    font-size: 0;
}

/* button.btn.btn-primary {
    border: 1px solid #bd9e32;
    background: #bd9e32;
} */

.add-section button.btn.btn-primary {
    border: 1px solid #bd9e32;
    background: #bd9e32;
}

.back-section a.btn.btn-secondary
{
    background: #4c938d;
    border: 1px solid #4c938d;
}

.editUserBtn {
    font-size: 0; 
    position: relative;
}

.editUserBtn::before {
    content: "\270E"; 
    font-size: 14px;
    color: #000;
}
.btn-danger {
    font-size: 0; 
    position: relative;
}

.btn-danger::before {
    content: "\1F5D1"; 
    font-size: 14px;
    color: #fff;
}
.back-section a.btn.btn-secondary {
    padding: 10px 20px !important;
   
}

.add-button-section button.btn.btn-primary {
    background: #c4a745;
    border: 1px solid #c4a745;
}

button.btn.btn-sm.btn-warning.editUserBtn {
    background: no-repeat;
    border: none;
}

button.btn.btn-sm.btn-danger {
    background: no-repeat;
    border: none;
}

.review-section {
    margin-top: 30px;
     margin-bottom: 30px;
}

.media-fixed h2 {
    font-weight: bold !important;
}

   .step-3-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
 
.step-3-form .col-md-6.mb-4 {
    width: 100%;
}
 
.step-3-form .col-md-6.mb-4 {
    width: 100%;
    border: 1px solid #efecec;
    padding: 20px;
 
}
 
.form-card input[type="file"] {
  width: 100%;
  border: 1px solid #ccc;
  background: #f5f6fa;
  padding: 0px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}
 
/* Style the button part */
.form-card input[type="file"]::file-selector-button {
  background: #e4e4ec;
  border: none;
  padding: 8px 16px;
  margin-right: 12px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}
 
/* Hover effect */
.form-card input[type="file"]::file-selector-button:hover {
  background: #d6d6df;
} 


@media (min-width: 1200px) {
    .navbar .container {
        max-width: 1300px;
    }
}


@media(max-width:768px) {


    .progress-section {
        width: 100%;
    }

    /* button.btn.btn-success {
        margin-top: 10px;
    } */

    .media-fixed {
        padding: 40px !important;
        margin-top: 40px;
    }

    .col-md-3.net-section {
        padding: 0;
        margin-bottom: 124px !important;
    }

    .media-fixed form {
        display: block;
    }
  #sidebar {
    position: fixed !important;
    right: -260px;
    top: 0;
    width: 240px !important;
    height: 100%;
    background: #4c938d;
    transition: 0.3s;
    z-index: 9999;
  }

  #sidebar.active {
    right: 0;
  }

  .hamburger {
    display: block;
    position: fixed;
    top: 88px;
    right: 15px;
    z-index: 10000;
    font-size: 22px;
    background: none;
    border: none;
  }
.col-md-3.align-items-center.justify-content-center {
    position: inherit;
    min-height: 0 !IMPORTANT;
}
.dropdown .nav-link.dropdown-toggle {
    width: 62px !important;

}
.book-section {
    display: inline-block !important;
    gap: 10px;
    margin-top: 10px;
}
.book-section a.btn {
    margin-top: 10px;
}
.properties-section {
    display: inline-block !important;
}

.add-section a.btn.btn-outline-secondary {
    margin-left: 0 !important;
        margin-bottom: 10px;
}
.back-section {
    display: inline-block !important;

}
.back-section button.btn.btn-success {
    font-size: 14px;
}

.back-section a.btn.btn-secondary {
    font-size: 14px;
   
}
button.btn.btn-section {
    padding: 14px 20px !important;
}
.add-button-section {
    display: inline-block !important;
}
.add-button-section button.btn.btn-secondary {
    margin-bottom: 10px;
}
.team-member-new {
    overflow: scroll;
}
.add-section button.btn.btn-primary {
    margin-bottom: 10px;
}

main .container-fluid {
    display: flex;
    flex-direction: column-reverse;
}

.step-3-form {
    display: inline-block !important;
   
}

.col-md-9.my-pro > div {
    padding:10px !important
}

}