html, body {
    /* font-size: 14px; */
    font-size: 12px;
    font-weight: 400;
}
.ad-box {
    margin: 0px auto 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-register,.menu-more{
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-register{
    display: none !important;
}
@media (min-width: 600px) {
    html, body {
        font-size: 13px;
    }
}

@media (min-width: 800px) {
    html, body {
        font-size: 14px;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    -ms-font-feature-settings: "lnum"1;
    -o-font-feature-settings: "lnum"1;
    -webkit-font-feature-settings: "lnum"1;
    font-feature-settings: "lnum"1;
    background: #fff;
    /* background-image: linear-gradient(127deg,#daeefe,#daeefe,#dcf1fe,#fff,#e8d9dc,#ccd3f2); */
    direction: ltr;
    font-family:"Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-variant-numeric: lining-nums;
    letter-spacing: .3px;
    margin: 0;
    min-height: 100vh;
}
*, ::after, ::before {
    box-sizing: border-box;
}

h1 {
    font-size: 2.5rem;
}
ul li{
    list-style: none;
}

/* ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #e6e6e6;
} */

.form-control:focus {
    border-color: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input {
    border: 1px solid #aeaeb2 !important;
}

input:required {
    box-shadow: none;
}

.table thead th {
    border-bottom: none;
}

.alert-msg {
    position: relative;
    top: 20px;
    margin: 0 auto;
}

.btn-blue {
    background-color: #007bff;
    border: 1px solid #007bff;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.1rem;
}

.btn-blue:hover {
    color: #ffffff;
    background-color: #0365ce;
    border: #0365ce;
}

/* validator css */
input[type="text"].error,
input[type="password"].error {
    /* border: 1px solid #e5322d; */
    border-color: #e5322d !important;
    color: #e5322d !important;
}

input[type="text"].error:focus,
input[type="password"].error:focus {
    outline: none !important;
}

label.error {
    color: #e5322d !important;
}
/* validator css end */

.header {
    align-items: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    font-size: 12px;
    height: 78px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    text-transform: capitalize;
    background-color: #fff;
}
.logo_h{
    height: 40px;
    width: auto;
}
.header .navbar-brand {
    margin: 0 25px;
}

.header .navbar-box {
    flex: 1;
    display: none;
}

.header .navbar-box.show {
    display: block;
    position: absolute;
    top: 60px;
    left: 10px;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
    padding-left: 15px;
    transition: none !important;
}

.header .navbar-box.collapsing {
    transition: none !important;
}
.menu-register{
    margin-right: 20px;
}
.header li.pdf-all {
    padding: 0 8px;
    border: 1px solid #293545;
    height: 30px;
    margin-right: 10px;
    line-height: 25px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.header .pdf-all ul li span, .pdf-all span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}
.pdf-all span {
    margin-right: 5px;
}
.pdf-all-box {
    position: absolute;
    display: none;
    top: 83%;
    right: 0;
}
.pdf-allBox-top {
    transform: translate(0px, 10px);
    display: flex;
    justify-content: flex-end;
}
.pdf-all-hide {
    top: 100%;
    left: 5%;
    background-image: linear-gradient(127deg,#f7daf4,#ebebf5,#e8f6fe,#f7daf4);
    box-shadow: 0 0 7px 1px rgb(0 0 0 / 12%);
    border: 1px solid #fff;
    padding: 10px !important;
    top: 10px;
    margin-top: 5px !important;
    border-radius: 6px;
    max-height: 83vh;
    overflow-y: auto;
    display: flex !important;
    flex-wrap: wrap;
    width: 318px;
}
 .pdf-all ul li {
    line-height: 20px;
    width: 148px;
}
.pdf-all-hide li {
    padding: 0px;
    color: #D4D4D4;
    width: 184px;
}

.header .pdf-all ul li span, .pdf-all span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-size: 100% 100%;
    display: inline-block;
}

@media (min-width: 800px) {
    .menu-login {
        display: flex !important;
        align-items: center;
        margin-right: 15px;
    }
    .menu-register,.menu-more{
        display: flex;
        align-items: center;
    }

    .menu-register a span {
        display: block !important;
    }

    .menu-register a i {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .header .navbar-box.show {
        position: unset;
        background: unset;
        box-shadow: unset;
        padding: unset;
    }

    .header .navbar-box  {
        display: block !important;
    }

    .header .navbar-toggler {
        display: none !important;
    }

    .header .navbar-items {
        flex-direction: row !important;
        padding: 0 0 0 30px !important;
    }

    .header .menu {
        flex: 0 0 auto !important; 
    }
}



.header .navbar-items {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0;
    flex-direction: column;
}

.header .navbar-items li {
    list-style-type: none;
}

.header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    height: 100%;
}

.header .menu ul {
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
    align-items: center;
}

.header .menu ul li {
    list-style-type: none;
}

.header .menu ul li a:not(.dropdown-item) {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 600;
    height: 27px;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    padding-left: 16px;
    padding-right: 16px;
    transition: color .25s ease-in-out;
}
.header .menu ul li a{
    color: #000000;
    font-weight: 100 !important;
}
.header .menu ul li a:hover{
    color: #2aadf1;
}
.flag-icon-ar {
    background-image: url(/images/flag/ar.svg)
}

.flag-icon-en {
    background-image: url(/images/flag/en.svg)
}

.flag-icon-es {
    background-image: url(/images/flag/es.svg)
}

.flag-icon-fr {
    background-image: url(/images/flag/fr.svg)
}

.flag-icon-de {
    background-image: url(/images/flag/de.svg)
}

.flag-icon-it {
    background-image: url(/images/flag/it.svg)
}

.flag-icon-pt {
    background-image: url(/images/flag/pt.svg)
}

.flag-icon-pl {
    background-image: url(/images/flag/pl.svg)
}

.flag-icon-da {
    background-image: url(/images/flag/da.svg)
}

.flag-icon-nl {
    background-image: url(/images/flag/nl.svg)
}

.flag-icon-fi {
    background-image: url(/images/flag/fi.svg)
}

.flag-icon-cs {
    background-image: url(/images/flag/cs.svg)
}

.flag-icon-sv {
    background-image: url(/images/flag/sv.svg)
}

.flag-icon-no {
    background-image: url(/images/flag/no.svg)
}

.flag-icon-ro {
    background-image: url(/images/flag/ro.svg)
}

.flag-icon-ru {
    background-image: url(/images/flag/ru.svg)
}

.flag-icon-el {
    background-image: url(/images/flag/el.svg)
}

.flag-icon-id {
    background-image: url(/images/flag/id.svg)
}

.flag-icon-zh-cn {
    background-image: url(/images/flag/zh-cn.svg)
}

.flag-icon-ja {
    background-image: url(/images/flag/ja.svg)
}

.flag-icon-ko {
    background-image: url(/images/flag/ko.svg)
}

.flag-icon-th {
    background-image: url(/images/flag/th.svg)
}

.flag-icon-tr {
    background-image: url(/images/flag/tr.svg)
}

.flag-icon-vn {
    background-image: url(/images/flag/vn.svg)
}

.flag-icon-hr {
    background-image: url(/images/flag/hr.svg)
}

.flag-icon-et {
    background-image: url(/images/flag/et.svg)
}

.flag-icon-hu {
    background-image: url(/images/flag/hu.svg)
}

.flag-icon-ie {
    background-image: url(/images/flag/ie.svg)
}

.flag-icon-sk {
    background-image: url(/images/flag/sk.svg)
}
.pdf-all:hover .pdf-all-box {
    display: block;
}

.header .menu-login {
    margin-right: 5px;
}

.header .menu-login a {
    background-color: #1a73e8;
    color: #ffffff;
}

.header .menu-register a {
    background-color: #4d90fe;
    color: #ffffff;
}

.header .menu-register a span {
    display: none;
}

.header .menu-profile {
    max-width: 100px;
    margin-right: 15px;
}

.header .menu-profile span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header .menu-profile a:not(.dropdown-item) {
    background-color: #4d90fe;
    color: #ffffff;
}

.header .menu-more a:hover svg path {
    stroke: #eeeeee;
}

.header .menu-login a:hover, .header .menu-register a:hover, .header .menu-more a:hover {
    background-color: #383e45;
    color: #ffffff;
}

/* .header .active .nav-link, .header .nav-link:hover {
    color: #4d90fe;
} */

.header .nav-link {
    color: #000000;
    margin-right: 20px;
    padding: 10px 5px;
}

.header .dropdown-menu {
    border: 0;
    box-shadow: 0 3px 6px 0 rgb(50 50 50 / 30%);
}

.header .nav-item .dropdown-menu a {
    font-weight: 600;
}

.header .dropdown-menu .dropdown-item {
    text-transform: initial;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.menu-more .dropdown-menu .dropdown-item {
    padding: 10px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu-left .dropdown-menu {
    position: absolute;
    top: 0;
    right: 100%;
    left: unset !important;
}

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

/* .dropdown-submenu-left:hover .dropdown-menu {
    display: flex !important;
    flex-flow: row wrap;
} */

.submenu-icon-right {
    position: absolute;
    right: 2px;
    top: 10px;
}

.language {
    display: flex !important;
    flex-flow: row wrap;
    width: 400px;
}

.language .dropdown-item {
    flex: 0 0 33.33%;
}

.header .dropdown-menu .dropdown-item:hover, .header .dropdown-menu .active {
    color: #4d90fe;
    background-color: #eeeeee;
}
.pdf-all-hide li a {
    font-size: 15px;
    color: #333;
    display: inline-flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-weight: 400 !important;
    height: auto !important;
}

.pdf-all-hide li:hover {
    background-color: #c6cfde;
}
.main-box {
    /* margin-top: 60px; */
    /* margin-bottom: 30px; */
    flex: 1;
    /* padding: 0; */
    padding: 40px 0 0 0;
}


.copyright {
    margin-bottom: 15px;
    font-size: 13px;
    padding: 0 20px;
}


.info-list {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
}

.info-list .info-item {
    margin: 0 15px;
}

.info-item a {
    color: #000000;
}

.info-item a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {

    .copyright {
        margin-bottom: 0;
    }

    .info-list {
        justify-content: flex-end;
    }
}

label.error {
    color: #ff0000;
}

.language {
    max-height: 300px;
    overflow: hidden;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.rotate-loading {
    animation: rotation 1s linear infinite;
}

.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}

.table .row {
    padding: 15px 0;
}

.table-hover .row:hover {
    background-color: #f5f5f5;
}

.table .row:not(:last-child) {
    border-bottom: 1px solid #e5e5e9;
}

.table .thead {
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e9;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.table .row div[class*="col"] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pages {
    margin-top: 20px;
    text-align: center;
}
.containerl{
    width: 100%;
    max-width: 1250px;
    padding: 5px 10px;
    margin: 0 auto;
}
footer{
    background-color: #0c4060;
    color: #fff;
    padding: 50px 10px;
}
.df_s{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo img{
    height: 18px;
    width: auto;
}
.footer_list{
    display: flex;
    margin-bottom: 0;
}
.nav-link{
    color: #fff;
    text-decoration: none;
}
footer .nav-link{
    margin: 0 5px;
}
.df_start{
    justify-content: start;
}
.f_top{
    padding: 20px;
    border-bottom: 1px solid #fff;
}
.f_bottom{
    padding-top: 20px;
}
.footer_des{
    margin-right: 25px;
}
.nav-link:hover{
    color: #fff;
}
.bft{
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
}
.header_t{
    background-color: #fff;
    width: 100%;
    height: 91px;
    border-bottom: 1px solid #e4e4e4;
}
@font-face {
    font-family: 'Baloo';
    src: url('./bloob.woff2') format('woff2'), 
         url('./bloob.woff2') format('woff'); 
  }
@media (max-width:1265px) {
    .header .nav-link{
        margin-right: 0;
        
    }
    .header .navbar-items{
        padding: 0 !important;
    }
}
@media (max-width:992px) {
    .header .menu{
        display: none;
    }
    .header{
        justify-content: start;
    }
   
}
@media (max-width:650px) {
    .header .navbar-brand {
        margin: 0;
    }
    .df_s{
        flex-wrap: wrap;
    }
    .footer_nav{
        width: 100%;
    }
    .footer_list{
        margin: 10px 0;
        padding: 0;
    }
    
}