/* .custom-ml{
    margin-left: 200px !important;
} */

#educationSelect{
    width: 105%;
}
@media (max-width: 768px) {
    #educationSelect{
        width: 50%;
    }
}

.add_abbr2{
    border: 1.5px solid #5ccd3f;
    border-radius: 1rem;
    background-color: #e1fcdb;
    width: 2.7rem;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #101929;
    line-height: 100%;
}
.add_abbr{
    border: 1.5px solid #B91C1C;
    border-radius: 1rem;
    background-color: #ffdedd;
    width: 2.7rem;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem !important;
    font-weight: 500;
    text-transform: uppercase;
    color: #101929;
    line-height: 100%;
}
.all-div5{
    border: 0.5px solid gray;
    border-radius: 15px;
    height: 50%;
}
.erat{
    color: white;
}
.read_p{
    margin-top: -4.5px;
}
.chart-container {
    width: 100%;
    height: 400px;
    display: none;
}
.button-container {
    margin-bottom: 20px;
}
.btn-spacing {
    margin-bottom: 10px;
    text-align: left;
    background-color: #f4f7fe;
    border-radius: 10px;
} /* Custom spacing for buttons */
.mapdiv{
    width: 100%;
    margin: auto;
}
.mapdiv path{
    fill: #1192e8;
    stroke: #dece0c;
    stroke-width: 2px;
    transition: fill 0.3s;
}
.mapdiv :hover{
    fill: #c95000;
}
.sex{
    border: 1px solid;
    border-radius: 10px;
}
.industries{
    text-decoration: none;
    color: #000000;
}
html,
body,
#container {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.stat-card {
    border: 2px solid #ccc; /* Light grey border */
    border-radius: 8px; /* Rounded corners */
    padding: 8px; /* Padding inside the card */
    margin: 10px; /* Space between cards */
    display: flex;
    align-items: center;
  }
  .icon3 {
    font-size: 25px; /* Icon size */
    background-color: #f1f4f9;
    border-radius: 5px;
    padding: 5px 5.5px;
  }
  .icon2 {
    font-size: 25px; /* Icon size */
    background-color: #f1f4f9;
    border-radius: 5px;
    padding: 5px 2.3px;
  }
  .icon {
    font-size: 25px; /* Icon size */
    background-color: #f1f4f9;
    border-radius: 5px;
    padding: 5px 10px;
  }
  .data {
    font-size: 20px; /* Data size */
    font-weight: bold; /* Make data bold */
  }
  .label {
    font-size: 13px; /* Label size */
    color: #666; /* Grey color for text */
  }
.containerr {
    display: flex; /* Establishes a flex container */
    justify-content: space-between; /* Space between the children pushes them to opposite ends */
    align-items: center; /* Centers items vertically */
    padding: 0 10px; /* Adds some padding on the left and right */
  }
  .work-spann {
    padding: 1px; /* Adjust padding as needed */
    background-color: #f5e8ff; /* Just for visibility */
    border-radius: 7px;
    font-size: 14px;
  }
  .containerr2 {
    display: flex; /* Establishes a flex container */
    justify-content: space-between; /* Space between the children pushes them to opposite ends */
    align-items: center; /* Centers items vertically */
    padding: 3px 10px; /* Adds some padding on the left and right */
    font-size: 19px;
  }
  .work-spann2 {
    padding: 1px; /* Adjust padding as needed */
    font-size: 14px;
  }
  .all-div3{
    border: 0.5px solid gray;
    border-radius: 7px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);

}
.all-div2{
    border: 0.5px solid gray;
    border-radius: 15px;
}
.all-div{
    background-color: #1192e8;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
}
.all{
    width: 99%;
}
.btn-row {
    justify-content: center; /* Centers buttons in the row */
    gap: 11px; /* Adds space between the buttons */
  }
.btn{
    padding: 10px 20px; /* Padding inside the buttons */
    cursor: pointer; /* Pointer cursor on hover */
    font-size: 16px; /* Font size of text inside the button */
}
.body-table{
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}
.circle-button5 {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    color: red;
}
.circle-button5:last-child {
    margin-right: 0;
}
.circle-button4 {
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    color: #1192e8;
}
.circle-button4:last-child {
    margin-right: 0;
}
.circle-button3 {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: 2px solid #c95000;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #e9d3c7;
    color: #c95000;
    font-weight: bold;
}
.circle-button2:last-child {
    margin-right: 0;
}
.circle-button2 {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: 2px solid gray;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #d5dae2;
    color: gray;
    font-weight: bold;
}
.circle-button2:last-child {
    margin-right: 0;
}
.circle-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    border: 2px solid #1192e8;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #c4e0f5;
    color: #1192e8;
    font-weight: bold;
}
.circle-button:last-child {
    margin-right: 0;
}
.custom-btn-outline-success2 {
    color: #000000; /* Bootstrap success color */
    border-color: #d6d6d6; /* Border color */
    background-color: transparent; /* Transparent background */
    padding: 0.375rem 0.75rem; /* Padding similar to Bootstrap */
    font-size: 1rem; /* Font size similar to Bootstrap */
    border-radius: 0.75rem; /* Border radius like Bootstrap */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; /* Smooth transition for hover effects */
}

.custom-btn-outline-success2:hover {
    color: #fff; /* White text on hover */
    background-color: #d6d6d6; /* Background color on hover */
    border-color: #d6d6d6; /* Border color on hover */
}
.custom-btn-outline-success {
    color: #660abf; /* Bootstrap success color */
    border-color: #660abf; /* Border color */
    background-color: transparent; /* Transparent background */
    padding: 0.375rem 0.75rem; /* Padding similar to Bootstrap */
    font-size: 1rem; /* Font size similar to Bootstrap */
    border-radius: 0.75rem; /* Border radius like Bootstrap */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; /* Smooth transition for hover effects */
}

.custom-btn-outline-success:hover {
    color: #fff; /* White text on hover */
    background-color: #660abf; /* Background color on hover */
    border-color: #660abf; /* Border color on hover */
}
.interyu-div{
    background: #f8f8f6;
}
.p-div{
    padding: 10%;
    margin-top: -4%;
}
.div-talim {
    border: 1px solid;
}
.div-talim img{
    margin-left: 12%;
    width: 75%;
}
.img-talim{
    margin-left: 12%;
}
.list-group {
    border-radius: 0px;
    border-top-left-radius: 15px;
  }
  .text-ul {
    background-color: #e9e9e9;
    list-style: none; /* No bullet points */
    padding: 0px 25px; /* No padding to align text nicely */
    margin: 0; /* No margin for clean look */
    line-height: 1.6; /* Adequate line spacing */
}
.text-li {
    padding: 5px 0px; /* Smaller padding for each item */
    border-bottom: 1px dashed #ccc; /* Dashed line for separation */
}
.text-li:last-child {
    border-bottom: none; /* No border on the last item */
}
.btn-about{
    width: 100%;
    height: 100%;
    color: black;
}

@media (max-width: 768px) {
    .btn-about{
        width: 50%;
        margin-bottom: 14px;
    }
    .fisrt-about{
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {
    .input-karyera{
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .all{
        width: 90%;
        margin-left: -31px;
    }
}

@media (max-width: 768px) {
    .umumiy{
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 1580px) {
    /* Your styles go here */
    .roww{
        margin-bottom: 15px;
    }
    .stat-card {
        border: 2px solid #ccc; /* Light grey border */
        border-radius: 8px; /* Rounded corners */
        padding: 2px; /* Padding inside the card */
        margin: 10px; /* Space between cards */
        display: flex;
        align-items: center;
        height: 100%;
      }
      .icon {
        font-size: 20px; /* Icon size */
      }
      .data {
        font-size: 20px; /* Data size */
        font-weight: bold; /* Make data bold */
      }
      .label {
        font-size: 13px; /* Label size */
        color: #666; /* Grey color for text */
      }

  }
