@import url("./bootstrap.min.css");
@import url("./jquery-ui.css");
@import url("https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url("https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css");
@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@400;500;600&display=swap");
@import url("./input-radio-style.css");

*:focus,
*:active {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    animation: fade-in 1s, bg-move 10s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 10s linear infinite;
    font: 1rem "Prompt Light", sans-serif;
    color: #505050;
}

oz-selection {
    background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0;
    }
}

ol,
ul {
    margin: 0 !important;
    padding: 0 !important;
}

#navGroup {
    background-color: #fff;
    padding: 10px 0px;
    color: #fff;
}

.headbg {
    background-color: #F6FFE8;

}

#pagess {
    background: #000000;
    width: 100%;
    height: 100%;
}

#pagess .langs {
    background-color: #fff;
    display: inline-block;
    font-size: 0.8rem;
    border-radius: 5px;
}

#pagess .langs ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
    font-weight: 500;
}

#pagess .langs ul li.active {
    background-color: #36B506;
    border-radius: 5px 0px 0px 5px;
}

#pagess .langs ul li.active a {
    color: #fff;
}

#pagess .langs ul li a {
    color: #000000;
    text-decoration: none;
    display: block;
}

#pagess .whitebox {
    background-color: #000000;
    -webkit-box-shadow: 0px 4px 26px 5px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 4px 26px 5px rgba(0, 0, 0, 0.1) !important;
    padding: 3em;
    border-radius: 10px;
}
 .rounded-circle {
        width: 50px;
        height: 50px;
    }

#pagess .whitebox .titleTopic {
    text-transform: uppercase;
}

#pagess .whitebox .titleTopic span {
    color: #dadada;
}

#pagess .whitebox .titleTopic h1 {
    color: #36B506;
    font-size: 1.5rem;
}

#pagess .whitebox .form-allgroup label {
    padding: 8px 0px;
    font-weight: 500;
}

#pagess .whitebox .form-allgroup .form-select,
#pagess .whitebox .form-allgroup .form-control {
    border: 1px solid #36B506;
}

.btn-prev {
    border: 1px solid #36B506;
    color: #36B506;
    border-radius: 5px;
    padding: 10px 50px;
    font-weight: 500;
}

.btn-prev:hover {
    background-color: #36B506 !important;
    color: #fff !important;
}

.btn-success {
    background: var(--Gradd, linear-gradient(180deg, #01519b 0%, #0971d2 100%));
    color: #fff;
    border-radius: 5px;
    padding: 10px 50px;
    font-weight: 500;
}

.check-container {
    font-size: 0.9rem;
    line-height: 20px;
    padding-left: 30px;
    margin-bottom: 0;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    color: #505050;
    position: relative;
}

.check-container a {
    color: #fff;
}

.check-container input {
    width: 0;
    height: 0;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}

.check-container .checkmark:after {
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 6px;
    top: 2px;
}

.checkmark {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked~.checkmark {
    background-color: #36B506;
    color: #fff;
}

.check-container input:checked~.checkmark:after {
    display: block;
}

.tab {
    display: none;
}







.scrollboxs {
    overflow-y: scroll;
    height: 500px;
    overflow-x: hidden;
    padding: 0px 30px 0px 0px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #F6FFE8;
}

::-webkit-scrollbar-thumb:hover {
    background: #F6FFE8;
}


.circheck {
    background-color: #36B506;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 3rem;
}

.circheck span {
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50px;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 5px;
}

.linkweb a {
    color: #fff;
    text-decoration: none;
}

.file-input-wrapper span {
    font-size: 0.7rem;
    color: #505050;
}

.file-input-wrapper label {
    padding: 10px !important;
}

.file-input-wrapper .file-input-button {
    color: #fff;
    border-radius: 10px;
    background-color: #36B506;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    transition: color 500ms, background-color 500ms;
    -moz-transition: color 500ms, background-color 500ms;
    -webkit-transition: color 500ms, background-color 500ms;
    -o-transition: color 500ms, background-color 500ms;
    -ie-transition: color 500ms, background-color 500ms;
}

.file-input-wrapper .file-input-button:hover {
    background-color: #F6FFE8;
    text-decoration: none;
    cursor: pointer;
    color: white;
}

.file-input-wrapper input {
    display: none;
}

/*----------- RESPONSIVE --------------*/
@media (min-width:1000px) {
    body {
        background-color: #000000;
    }

    .rounded-circle {
        width: 100px;
        height: 100px;
    }

    .container {
        max-width: 100%;
    }

    .whitebox {
        width: 100%;
    }

    .table td {
        padding: 0.75rem;
        font-size: 100px;    
     }
    .table th {
        padding: 0.75rem;
        font-size: 90px;   
    }

    .spdatetime {
        font-size: 80px;

    }

    .mainlogo img {
        width: 100%;
    }

    .wrap_menu .mainlogo .linkweb {
        font-size: 0.8rem;
    }

    .wrap_menu.sticky .linkweb {
        font-size: 0.75rem;
    }

    .wrap_menu.sticky .mainlogo img {
        width: 100%;
    }
 
}

@media (max-width: 991px) {
 body {
        background-color: #000000;
    }
 .container {
        max-width: 90%;
    }
  .whitebox {
        width: 100%;
    }

    .table td,
    .table th {
        padding: 0.75rem;
      
    }
      .rounded-circle {
        width: 50px;
        height: 50px;
    }

    .wrap_menu {
        position: fixed;
        width: 100%;
        top: 0px;
        left: 0;
        right: 0;
        z-index: 9999;
        margin: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1) !important;
    }

    .wrap_menu .mainlogo img {
        width: 100%;
    }

    .wrap_menu .mainlogo .linkweb {
        font-size: 0.8rem;
    }

    .wrap_menu.sticky .linkweb {
        font-size: 0.75rem;
    }

    .wrap_menu.sticky .mainlogo img {
        width: 100%;
    }

   
    #pagess .whitebox {
        padding: 1em;
    }

    .scrollboxs {
        height: auto;
        overflow: hidden;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .rounded-circle {
        width: 50px;
        height: 50px;
    }

 body {
        background-color: #000000;
    }
 .container {
        max-width: 90%;
    }
  .whitebox {
        width: 100%;
    }
        .table td,
    .table th {
        padding: 0.75rem;
      
    }
  }

/*# sourceMappingURL=layout.css.map */
