@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/
body {
  font-family: "PT Sans", sans-serif;
  background-image: url(../images/fon.jpg);
  background-size: cover;
}
.x-card {
  display: inline-flex;
  padding: 20px 40px 40px 40px;
  flex-direction: column;
  align-items: center;
  max-width: 1050px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.25);
}

.centered-div {
  margin: 0 auto;
    transform: translate(5%, 50%) !important;
}
.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity))
}

@media (max-width: 576px) {
    body {
        font-size: 14px;
    }

    .container {
        /*padding: 10px;*/
    }

    .table {
        /*font-size: 12px;*/
        /*width: 100%;*/
    }

    /* Boshqa elementlarga moslashuvchanlik o'rnatish */
}

.centered-div2 {
   /*// margin: 0 auto;*/
    transform: translate(0%, 0%) !important;
}

/* Noutbuk va kichik monitorlar uchun (576px - 1024px gacha ekranlar) */
@media (min-width: 576px) and (max-width: 1519px) {
    body {
        font-size: 16px;
    }

    .container {
        /*padding: 20px;*/
    }
    .centered-div {
        /*margin: 0 auto;*/
        transform: translate(1%, 20%) !important;
    }
    .centered-div {
        /* margin: 0 auto; */
        transform: translate(5%, 17%) !important;
    }

    .table {
        font-size: 14px;
    }

    /* Boshqa elementlarga moslashuvchanlik o'rnatish */
}

/* Katta monitorlar uchun (1024px dan katta ekranlar) */
@media (min-width: 1324px) {
    body {
        font-size: 18px;
    }
    .centered-div {
        /*margin: 0 auto;*/
        transform: translate(1%, 20%) !important;
    }
    .centered-div2 {
        /*margin: 0 auto;*/
        transform: translate(-0%, -3%)!important;
    }
    

    .container {
        /*padding: 30px;*/
    }

    .table {
        /*font-size: 16px;*/
    }

    /* Boshqa elementlarga moslashuvchanlik o'rnatish */
}

.main {
  margin-top: 3rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
.logo-bar p {
  color: #026AA2;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin:0;
}
.nav-block-menu {
  width: 100% !important; ;
  display: flex;
  margin: 0rem;
  gap: 1rem;
  flex-wrap: wrap;
}
.col-6.nav-menu-item {
  width: 29.8rem;
}

.mb-1-65{
  margin-bottom: 1.65rem;
}

.profile-info {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 250px;
  border-radius: 6px;
  background: #F2FAFF;
  margin-bottom: 35px;
}

.profile-avatar {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  position: relative;
  border-radius: 200px;
  text-transform: uppercase;
  background: #E0F2FE;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile-avatar span {
  color: #026AA2;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-14 {
  font-size: 14px;
}

.profile-descriptor {
  display: block;
  text-align: center;
}

.profile-descriptor span {
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #026AA2;
  text-transform: capitalize;
}

.profile-descriptor p {
  font-style: normal;
  line-height: normal;
  color: #282F38;
  text-transform: capitalize;
}

.online {
  bottom: 0;
  right: 0;
  background-color: #039855;
  border: 2px solid white;
  padding: 5px;
}

.mb-3-76{
  margin-bottom: 3.75rem;
}

.nav-menu-item {
  display: flex;
  padding: 10.5px 9.5px;
  align-items: center;
  border-radius: 6px;
  gap: 1rem;
  transition: 350ms;
  box-shadow: 0px 12px 10px -14px rgba(16, 24, 40, 0.10), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
}

.nav-menu-item:hover{
  box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.10), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
}
.navigation-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.navigation-menu div {
  width: 19.375rem;
}
.navigation-menu a {
  text-decoration: none;
  font-weight: 700;
  color: #282F38;
  align-items: center;
  display: flex;
  font-size: 16px;
  gap: 0.5rem;
}
.nav-menu-item .icon {
  width: 42px;
  height: 42px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid;
  border-radius: 6px;
}

.bg-0 {
  background-color: #ffecdb;
}

.bg-1 {
  background-color: #F0F9FF;
}
.bg-1 .icon {
  border-color: #8bcffc;
}

.bg-2 {
  background-color: #E1E5FF;
}
.bg-2 .icon {
  border-color: #4e5ba67d;
}

.bg-3 {
  background-color: #F4EBFF;
}
.bg-3 .icon {
  border-color: #681cd36b;
}

.bg-4 {
  background-color: #F0FFE0;
}
.bg-4 .icon {
  border-color: #77b33475;
}

.auth-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;    
}

.auth-panel-header {
    color: #717A90;
    font-weight: 700;
    font-size: 24px;
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}
.auth-panel-header svg {
  display: flex;
  width: 26px;
  height: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
  color: white;
  background: #026AA2;
}
.sign-in-btn {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  background-color: #026AA2;
  color: #FFF;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.sign-in-btn:hover {
  color: #fff;
}
.x-card-head {
  display: flex;
  flex-direction: column;
  width: 350px;
  justify-content: center;
  margin-bottom: 40px;
}

.sign-up-btn {
  display: flex;
  padding: 12px 8px;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  background-color: transparent;
  color: #026AA2;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #E6E9ED;
}

.sign-up-btn:hover {
  color: #026AA2;
}

.dropdown-menu-s {
    display: none;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    min-width: fit-content !important;
}

.dropdown:hover .dropdown-menu-s {
    display: block;
}


.dropdown-menu-s > li :hover, .dropdown-menu-s > li:focus {
    color: rgba(0, 0, 0, 0.88);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
}

.dropdown-menu-profel {
    display: flex;
    width: 187px;
    padding-top: 24px !important;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

    .dropdown-menu-profel > li :hover, dropdown-menu-profelli > li :focus {
        color: rgba(0, 0, 0, 0.88);
        text-decoration: none;
        background-color: rgba(0, 0, 0, 0.04);
    }
/*.dropdown-menu-not {*/
/*    display: none !important;*/
/*}*/

.dropdown-menu-not .dropdown-menu-not.show {
    display: block;
    width: 287px
}

.dropdown-menu-not.show > li:hover, .dropdown-menu-not.show > li:focus {
    display: flex;
    width: 257px;
    height: 54px;
    padding: 10px 7px;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    background-color: #026AA2;
    color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    svg

{
    display: flex;
    width: 34px;
    height: 34px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.80);
}

p {
    color: #FFF !IMPORTANT;
    font-family: "PT Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 !important;
}

}

.dropdown-menu-not.show > li > a, .dropdown-menu-not.show > li > a :focus {
    display: flex;
    gap: 1rem;
    align-items: center;
}
/*.dropdown-menu-not > li > a > svg:hover , .dropdown-menu-not > li > a svg :focus {*/
/*    display: flex;*/
/*    width: 34px;*/
/*    height: 34px;*/
/*    padding: 5px;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    flex-shrink: 0;*/
/*    border-radius: 4px;*/
/*    background: rgba(255, 255, 255, 0.80);*/
/*}*/


.dropdown-menu-not {
    display: flex;
    width: 287px;
    padding: 24px 15px !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 6px;
    background: var(--Color-3, #F4F7FC);
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.10), 0px 4px 6px -2px rgba(16, 24, 40, 0.05);
    inset: 0px 0px auto auto;
    transform: translate(-198px, 63px);
    justify-content: center;
    li

{
    display: flex;
    /* width: 187px; */
    height: 54px;
    padding: 10px 7px;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
    /* background-color: #026AA2; */
    /* color: #ffffff; */
    border-radius: 6px 6px 6px 6px;
    a

{
    /*display: flex;*/
    /*gap: 1rem;*/
    /*align-items: center;*/
    /*svg {*/
    /*    display: flex;*/
    /*    width: 34px;*/
    /*    height: 34px;*/
    /*    padding: 5px;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*    flex-shrink: 0;*/
    /*    border-radius: 4px;*/
    /*    background: rgba(255, 255, 255, 0.80);*/
    /*}*/
    text-decoration: none !important;
    p

{
    /*color: #FFF ! IMPORTANT;*/
    font-family: "PT Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 !important;
}

}
}
}

.dropdown-menu .icon {
    width: 40px;
    height: 40px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-radius: 6px;
}

.block-s {
    display: flex;
    gap: 1rem;
    text-decoration: none;
    font-weight: 700;
    align-items: center;
    font-size: 16px;
}

.menu-block {
    /*transform: translate(-80px, 59px) !important;*/
    max-width: 19.375rem !important;
    min-width: inherit !important;
    padding: 0.6rem !important;
}

p {
    text-decoration: none !important;
}

.w-287 {
    width: 287px !important;
}

.application-dropdown {
    padding: 12px 15px !important;
    a

{
    text-decoration: unset !important;
}

}

.application-dropdown .dropdown-item {
    height: 54px;
    padding: 6px 7px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #717A90;
    line-height: normal;
}

.dropdown-item {
    border-radius: 4px;
}

.application-dropdown > li :hover, .application-dropdown > li:focus {
    color: rgba(0, 0, 0, 0.88);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 6px 6px 6px 6px;
    a

{
    display: flex;
    gap: 1rem;
    align-items: center;
    svg

{
    width: 34px;
    height: 34px;
    padding: 5px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.80);
}

}
}


/*.dropdown-menu-s > li :hover, .dropdown-menu-s > li:focus {*/
/*     color: rgba(0, 0, 0, 0.88);*/
/*     text-decoration: none;*/
/*     background-color: rgba(0, 0, 0, 0.04);*/

/* }*/
.menu-block > li :hover, .menu-block > li:focus {
    color: #03A9F4;
    border-radius: 6px;
    text-decoration: none;
    /*background-color: rgb(0 0 0 / 10%);*/
    background-blend-mode: color-dodge;
}

.btn-semarine {
    background-color: #e0f2fe;
    color: #026aa2;
    padding: .5rem 0.8rem;
    position: relative;
    max-width: 13.7rem;
    border-radius: 4px;
    display: flex;
    margin-top: 6px;
    align-items: center;
    justify-content: space-between;
    border: none;
    flex-direction: row;
    gap: 0.5rem;
}

.btn-semarine .ellipsis-text {
    font-weight: 500;
}

.ellipsis-text {
    width: 13.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-semarine .badge {
    background-color: #026aa2;
    padding: 1px;
    border-radius: 4rem;
    min-height: 16px;
    min-width: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}