@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');


.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
.poppins-bold {
font-family: "Poppins", sans-serif;
font-weight: 800;
font-style: normal;
}


.img-iucb {
    width: 750px;
}

@media (max-width: 556px){ 
    .img-iucb {
        width: 350px;
    }
}





.bg { 
    background-color: #2d2464;
    /* background-image: url("bg.png") !important;  */
}

.bg-b { 
    background-color: #1d1747;
    /* background-image: url("bg.png") !important;  */
}

.bg-light { 
    background-color: #eeecff !important;
    /* background-image: url("bg.png") !important;  */
}

.bg-nav { 
    background-color: #ffffff !important;
    /* background-image: url("bg.png") !important;  */
}


.img-gradivo {
    padding: 8px;
    width: 100%;
    height: 290px;
}


@media  (min-width: 2px) and (max-width: 400px){ 
    .img-gradivo {
        padding: 6px;
        width: 100%;
        height: 220px;
    }
}

@media  (min-width: 400px) and (max-width: 456px){ 
    .img-gradivo {
        padding: 6px;
        width: 100%;
        height: 260px;
    }
}

@media  (min-width: 456px) and (max-width: 576px){ 
    .img-gradivo {
        padding: 6px;
        width: 100%;
        height: 290px;
    }
}

@media  (min-width: 576px) and (max-width: 800px){ 
    .img-gradivo {
        padding: 6px;
        width: 100%;
        height: 220px;
    }
}

@media  (min-width: 800px) and (max-width: 1200px){ 
    .img-gradivo {
        padding: 6px;
        width: 100%;
        height: 220px;
    }
}

.p-f {
    font-size: 15px !important;
    color: #6d6d6d;
}

.nav-button {
    padding-top: 2px;
    background-color: #7660FF;
    border-color: #c7ff6c00;
    border-style: solid;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 100% !important;
    min-height: 50px;
    border-width: 3px;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
}

.form-text {
    font-size: 13px !important;
}

nav {
    border-bottom: #7f72d4;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.box-bg { 
    max-width: 650px;
    padding: 30px; 
    border-color: #d7d5ec;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    margin-top: 30px;
}


.box-bg-iucb { 
    max-width: 850px;
    padding: 30px; 
    border-color: #d7d5ec;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    margin-top: 30px;
}

.zo-product-box  {
    padding: 10px;
    justify-content: center; 

}
.zo-product-box .flex-container {
    border-color: #d7d5ec;
    border-style: solid;
    border-width: 2px;
    border-radius: 4px;
    margin: 5px;
    background-color: rgb(255, 255, 255);
}
.zo-product-box-wrapper {
    display: inline-flex;
    justify-content: center;
    text-align: left;
}

.w-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    margin: 0px;
}

.w-5-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 10px;
    margin: 0px;
}

@media  (min-width: 2px) and (max-width: 576px){ 
    .w-5-row {
        max-width: 50%;
        flex: 0 0 50%;

        width:49%;
    }
}

@media  (min-width: 577px) and (max-width: 768px){ 
    .w-5-row {
        max-width: 33%;
        flex: 0 0 33%;

        width:32%;

    }
}

@media  (min-width: 769px) and (max-width: 992px){ 
    .w-5-row {
        max-width: 25%;
        flex: 0 0 25%;

        width:24%;

    }
}

html,body {
    height: 100%
}

body { 
    background-color: rgb(246, 245, 250);
    font-family: "Poppins", sans-serif;
}

body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.body-w { 
    background-color: rgb(255, 255, 255) !important; 
}

.header-text {
    color: rgb(255, 255, 255);
}

.header-title {
    color: rgb(255, 255, 255);
}

.copy-r {
    border-top-color: #463996;
    border-top-style:solid;
    border-top-width:thin;
    color: rgb(255, 255, 255);
}

.btn-u {
    background-color: #332974;
    color: rgb(255, 255, 255);
    border-radius: 6px;
    width: 200px;
    &:hover {
        background-color: #6052c0;
        color: rgb(255, 255, 255);
    }
}

.btn-link {
    font-weight: 500;
    color: #2d2464;
}

.nav-link {
    font-weight: 500;
}

.p-left {
    padding-left: 460px !important;
}

.a-nav {
    text-decoration: none !important;
    color: #29234d !important;
    font-weight: 600 !important;
    &:hover {
        color: #6052c0 !important;
        text-decoration: none !important;
    }
}

.btn-purple {
    background-color: #6052c0 !important;
    color: rgb(255, 255, 255) !important;
    width: 100% !important;
    border-radius: 3px !important;
    &:hover {
        background-color: #32219c !important;
    }
}



a {
    text-decoration: none !important;
    color: #3d28b3 ;
    font-weight: 600 !important;
    
}

.flex-container {
    flex-direction: column;
    display: flex;
    gap: 2px; /* Adjust this value to change the gutter */
}

@media (max-width: 300px)  { 

    .logo-im {
        width: 130px;
    }

    .img-g {
        max-width: 200px;
    }
}

@media (max-width: 400px) and (min-width: 300px) { 

    .img-g {
        max-width: 250px;
    }
}

@media (max-width: 768px) and (min-width: 400px) { 

    .img-g {
        max-width: 350px;
    }
}





/* TREETABLE */


.tt-treetable {
    display: block;
    overflow: auto;
}
.tt-treetable tr {
    cursor: pointer;
}

.tt-treetable tr .tt-child-item:hover{
    font-weight: 600;
}

.gradiva-desc-title {
    font-weight: 600;
    font-size: 18px;
}
.gradiva-desc-item {
    font-weight: 400;
    font-size: 16px;
}
.gradiva-desc-item a {
   color: white;
}

.tt-search-bar {
    display: flex;
    align-items: center;
}

.tt-treetable {
    tr {
        border-bottom: solid 1px rgb(194, 194, 194);
    
    }
    td {
        padding: 5px 5px 5px 0px;
    }
}
.tt-checkbox {
    position: relative;
}
.tt-checkbox-wrapper {
    width: 8%;
    min-width: 103px;
}
.tt-checkbox i {
    font-size: 28px;
    padding-right: 10px;
}

.tt-checkbox i.fa-check-square-o, .tt-checkbox i.fa-minus-square-o, .tt-child-item i {
    color:#5741B7;
}
.tt-checkbox i.fa-check-square-o {
    padding-right:6px
}

.tt-check {
    position: absolute;
    right: -40px;
}


.tt-parent-item {
    font-size: 22px;
}

.tt-child-item {
    font-size: 17px;
    font-weight: 400;
    align-items: row;
}

.tt-child-item i, .tt-child-item-dwn {
    color:#5741B7;
    font-size: 26px;
    padding-right: 10px;
    text-align: right;
}

#register_form.disabled,#reset_psw_form.disabled {
    pointer-events: none;
}
#register_form.disabled input {
    background-color: rgb(228, 228, 228);
}
button.disabled {
    pointer-events: none;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: auto;
    right: 0;
}
.navbar-nav .dropdown-toggle::after {
    content: none;
}

@media (max-width: 991px)  { 

    .hedeko-logo {
        width: 100%;

    }
}

.file-download-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e569;
}

.error {
    color:red;
    font-size:13px;
}


.expandable {
    background: #fff;
    overflow: hidden;
    color: #000;   
    line-height: 50px;
    transition: all .5s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    z-index: 1;
   }
   
   .expandable.active {
    transform: scaleY(1);
  }


  .overlayer-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f3f352;
}