@font-face {
    font-family: 'Nunito-Regular';
    src: url('../fonts/Nunito-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Nunito-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-display: block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Black';
    src: url('../fonts/Nunito-Black.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Nunito-Black.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-display: block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Nunito-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-display: block;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nunito-ExtraBold';
    src: url('../fonts/Nunito-ExtraBold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Nunito-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Nunito-ExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/Nunito-ExtraBold.ttf')  format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito-ExtraBold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-display: block;
    font-weight: normal;
    font-style: normal;
}

body{
    color: #1d2129;
    font-size: 16px;
    font-family: 'Nunito-Regular';
}
h1{
    color: #90949c;
    font-size: 47px;
    font-family: 'Nunito-ExtraBold';
}
h2{
    font-size: 35px;
    font-family: 'Nunito-ExtraBold';
}
h3{
    font-size: 24px;
    font-family: 'Nunito-Bold';
}
h4{
    font-size: 20px;
    font-family: 'Nunito-Bold';
}
h5{
    font-size: 18px;
    font-family: 'Nunito-Regular', 'Nunito-Bold';
}
h6{
    font-size: 16px;
    font-family: 'Nunito-Bold';
}

/*!
 * https://www.w3schools.com/bootstrap4/
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * https://getbootstrap.com/docs/4.0/getting-started/introduction/
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (max-width: 767px) {
    .text-md-nowrap {
        white-space: nowrap;
    }
}
@media (max-width: 320px) {
    .col-xxs{
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxs-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxs-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xxs-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxs-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxs-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxs-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxs-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxs-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxs-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxs-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxs-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxs-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxs-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*---------- define css custom ----------------------------------------*/
*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
    vertical-align: middle;
}
a, a:hover{
    /*transition: all 50ms;*/
    text-decoration: none;
}

.sty-none ul, .sty-none ol,.sty-none li{
    list-style: none;
    margin-bottom: 0;
}
.sty-none ul, .sty-none ol{
    padding-left: 0;
}
.full{
    width: 100%;
}
.table td, .table th{
    padding: .5rem;
    vertical-align: middle;
}
.fa-1x5{
    font-size: 1.5em;
}
.fa-pink{
    color: #FFB0BD;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

sub, sup {
    font-size: 15px;
}
sub {
    bottom: -.2em;
}
.btn-gray {
    color: #fff;
    background-color: #b5b5b5;
    border-color:  #b5b5b5;
}
.btn-gray:hover {
    color: #fff;
    background-color:  #9a9a9a;
    border-color:  #9a9a9a;
}

.btn-infor {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5;
    border-radius: .35rem;
}
.btn-infor:hover {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5;
}

.btn-infor:focus, .btn-infor.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}

.btn-outline-infor {
    color: #33b5e5;
    background-color: transparent;
    background-image: none;
    border-color: #33b5e5;
}

.btn-outline-infor:hover {
    color: #fff;
    background-color: #33b5e5;
    border-color: #33b5e5;
}

.btn-outline-infor:focus, .btn-outline-infor.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 181, 229, 0.5);
}

.btn-outline-infor.disabled, .btn-outline-infor:disabled {
    color: #33b5e5;
}



.btn-pink {
    color: #fff;
    background-color: #FFB0BD;
    border-color: #FFB0BD;
    border-radius: .35rem;
}
.btn-pink:hover {
    color: #fff;
    background-color: #fd8fa1;
    border-color: #fd8fa1;
}

.btn-pink:focus, .btn-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(253, 143, 161, 0.5);
}

.btn-outline-pink {
    color: #FFB0BD;
    background-color: transparent;
    background-image: none;
    border-color: #FFB0BD;
}

.btn-outline-pink:hover {
    color: #fff;
    background-color: #FFB0BD;
    border-color: #FFB0BD;
}

.btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 176, 189, 0.5);
}

.btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #FFB0BD;
    background-color: transparent;
}

.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
.show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #FFB0BD;
    border-color: #FFB0BD;
}

.btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 176, 189, 0.5);
}
.btn-radius{
    border-radius: 50px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1.5rem;
    font-size: 1.1rem;
}
.btn .spinner-border{
    margin-left: 5px;
}

body .pagination{
    margin: 15px 0 10px 0;
}

.page-link {
    color: #333;
}

.page-link:hover {
    color: #fff;
    background-color: #FFB0BD;
    border-color: #FFB0BD;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem  rgba(255, 176, 189, 0.25);
}

.page-item.active .page-link {
    color: #fff;
    background-color: #FFB0BD;
    border-color: #FFB0BD;
}


.alert-pink {
    color: #fff;
    background-color: #ffb0bd;
    border-color: #ffb0bd;
}
.alert-pink a{
    color: #fff;
}

/*---- modal --------*/
.modal-header{
    border-bottom: none;
    position: relative;
    z-index: 10;
}
.modal-header .close{
    position: absolute;
    z-index: 10;
    right: 10px;
    top: 30px;
    font-size: 35px;
    cursor: pointer;
}
.modal-content{
    padding: 15px;
    border: none;
    border-radius: 15px;
}
.modal-dialog .modal-content {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    border: 0;
    border-radius: .125rem;
}
.modal-dialog .modal-content .modal-header {
    border-top-left-radius: .125rem;
    border-top-right-radius: .125rem;
}
/*---- end modal --------*/


/*----  modal-notify --------
* https://mdbootstrap.com/docs/jquery/modals/additional/
*/
.modal-dialog.modal-notify .modal-header {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border: 0;
}
.modal-dialog.modal-notify.modal-info .modal-header {
    background-color: #33b5e5;
}
.modal-dialog.modal-notify .heading {
    margin: 0;
    padding: .3rem;
    font-size: 1.15rem;
    color: #fff;
}
.modal-dialog.modal-notify .close {
    opacity: 1;
    padding: 0;
    font-size: 29px;
    margin: -.5rem 0 -1rem auto;
    outline: 0 !important;
}
.modal-dialog.modal-notify .close .white-text{
    color: #fff !important;
}
.modal-dialog.modal-notify.modal-info .modal-content {
    padding: 0;
}
.modal-dialog.modal-notify .modal-body {
    padding: 1.5rem;
    color: #616161;
}
.modal-dialog.modal-notify.modal-info .fab, .modal-dialog.modal-notify.modal-info .far, .modal-dialog.modal-notify.modal-info .fas {
    color: #33b5e5;
}
.modal-dialog.modal-notify .btn {
    margin: .3rem;
}
.modal-dialog.modal-notify .modal-footer {
    padding: .3rem 0;
}
.ekko-lightbox .modal-content{
    padding: 0;
}
.ekko-lightbox .modal-content .modal-body{
    padding: 5px;
}
/*---- end modal-notify -------------------------*/

/*---- modal-top -------------------------*/
@media (min-width: 992px){
    .modal .modal-dialog.modal-top {
        top: 0;
    }
    .modal .modal-frame {
        position: absolute;
        margin: 0!important;
        width: 100%;
        max-width: 100%!important;
    }
}

/*---- modal-top -------------------------*/

input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    border: none;
    outline: 0;
}
input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: 0;
}

input[type="radio"]{
    width: 16px;
    height: 17px;
    margin-top: 2px;
    background: url('../img/radio.png') left center no-repeat;
    background-size: 100% 100%;
}
input[type="radio"]:checked {
    outline: 0;
    background: url('../img/radied.png') left center no-repeat;
    background-size: 100% 100%;
}


input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    background: url('../img/check.png') left center no-repeat;
    background-size: 100% 100%;
}
input[type="checkbox"]:checked{
    outline: 0;
    background: url('../img/checked.png') left center no-repeat;
    background-size: 100% 100%;
}
.formError, .formError .formErrorContent{
    z-index: 50;
}
.pointer{
    cursor: pointer;
}
.alert p{
    margin-bottom: 0;
}
.form-control{
    color: #000 !important;
}
.br-t-0{
    border-top: none !important;
}
.br-b-0{
    border-bottom: none !important;
}
.br-l-0{
    border-left: none !important;
}
.br-r-0{
    border-right: none !important;
}
/*---------- end define css custom ----------------------------------------*/