.mockup {
    width: 100%;
    /* max-width: 1208px; */
    display: block;
    margin: 0 auto;
}

html,
body {
    margin: 0;
}

body#main_layout {
    position: relative;
}

.loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
    background: rgba(255, 255, 255, 0.7);
    display: none;
}

.loading>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    color: #000;
    font-size: 24px;
}

.maincontent {
    position: relative;
    width: 100%;
    min-height: 300vh;
    z-index: 99;
    background-color: #fff;
}

a,
u {
    text-decoration: none;
    color: black;
}

.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidden {
    display: none;
}

.table-list-design {
    background-color: #F6F3EA;
    border-radius: 30px;
    border: 0px;
    padding: 25px 35px;
    font-family: "Raleway Regular";
    margin-bottom: 10px;
}

.header-design {
    text-align: left;
    color: #000f62;
    font-size: 45px;
    font-family: "Raleway Extra Bold";
    font-weight: 800;
}

.grecaptcha-badge {
    display: none;
}

@font-face {
    font-family: "Raleway Extra Bold";
    src: url("../../design_assets/fonts/raleway/Raleway-ExtraBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Raleway Light";
    src: url("../../design_assets/fonts/raleway/Raleway-Light.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Raleway Black";
    src: url("../../design_assets/fonts/raleway/Raleway-Black.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Raleway Regular";
    src: url("../../design_assets/fonts/raleway/Raleway-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Raleway SemiBold";
    src: url("../../design_assets/fonts/raleway/Raleway-SemiBold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("../../design_assets/fonts/montserrat/Montserrat-Medium.otf");
    font-display: swap;
}

@font-face {
    font-family: "Raleway Bold";
    src: url("../../design_assets/fonts/raleway/Raleway-Bold.ttf");
    font-display: swap;
}

/* Bootstrap code */

.text-right {
    text-align: right !important
}

.text-left {
    text-align: left !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

/* Circles PDF */

.pdf-circle-text {
    display: block;
    margin-right: 50px;
}

.pdf-circle {
    position: absolute;
    right: 15px;
    padding: 10px 8px 8px 8px;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 25px;

    font-family: "Raleway SemiBold";
    font-size: 18px;
    color: #81660d;
    text-align: center;
}

.gp-pagination,
.gp-pagination-current,
.gp-pagination-last,
.gp-pagination-first {
    border-radius: 10px;
    background-color: #00B76C;
    min-width: 30px;
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 3px;
}

.gp-pagination-current,
.gp-pagination-last>a,
.gp-pagination-first>a {
    color: white;
}