/*SWEET ALERT*/
.sweet-alert {
    background-color: white !important;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}
.sweet-alert .sa-icon.sa-custom {
    width: 100% !important;
    height: 200px !important;
}

.mw-show {
    display: block !important;
}
.mw-hide {
    display: none !important;
}
/*FONT*/
body {
    font-family: 'LearnNotoSans','Roboto',sans-serif !important;
    /* background-color: aquamarine; */
}
.mw-font {
    font-family: 'LearnNotoSans','Roboto',sans-serif !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'LearnNotoSans','Roboto',sans-serif !important;
}
.page-header {
    padding: 15px 30px !important;
}
strong {
    font-weight: 700 !important;
}
a {
    text-decoration: none !important;
}
/*SCROLL BAR*/
body::-webkit-scrollbar {
  cursor: pointer;
  width: 10px;
  height: 10px;
  background: rgba(241,241,241,1);
}
body::-webkit-scrollbar-track {
  cursor: pointer;
  background: rgba(241,241,241,1);
}
body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: rgba(193,193,193, 1);
}

.mw-loader-custom {
    background: url(../images/theme/ajax-loader-50.gif) no-repeat;
    width: 50px;
    height: 50px;
}
.mw-text-error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}
.mw-newline {
    display: inline-block;
    clear: left;
}
.mw-center {
    text-align: center !important;
}
.mw-left {
    text-align: left !important;
}
.mw-right {
    text-align: right !important;
}
.mw-top {
    vertical-align: top !important;
}
.mw-middle {
    vertical-align: middle !important;
}
.mw-image-border-blue {
    border: 1px solid #57c7d4;
}
.mw-underline {
    text-decoration: underline;
}
.mw-white-space {
    white-space: nowrap;
}
/*COLOR*/
.mw-white {
    color: white !important;
}
.mw-white-2 {
    color: #e0e6ed !important;
}
.mw-bg-white {
    background-color: white !important;
}
.mw-black {
    color: black !important;
}
.mw-bg-black {
    background-color: black !important;
}
.mw-black-2 {
    color: #263238 !important;
}
.mw-bg-black-2 {
    background-color: #263238 !important;
}
.mw-grey {
    color: grey;
}
.mw-bg-grey {
    background-color: #f1f4f5;
}
.mw-color {
    color: #62130E !important;
}
.mw-bg-color {
    background-color: #62130E !important;
}
.mw-color-2 {
    color: #37474F !important;
}
.mw-bg-color-2 {
    background-color: #37474F !important;
}
.mw-hover-color :hover {
    background-color: #37474F !important;
}
.mw-box-shadow {
    box-shadow: 3px 0px 5px rgba(0, 0, 0, .2);
}
.mw-menu-active {
    background-color: #37474F !important;
}

.mw-border-color {
    border: 1px solid #62130E !important;
}
.mw-border-bm2-color {
    border-bottom: 2px solid #62130E !important;
}
.mw-border-color-2 {
    border: 1px solid #37474F !important;
}
.mw-border-grey {
    border: 1px solid #E1E4E5 !important;
}
.mw-border-none {
    border: none !important;
}
.mw-hr {
    border-top: 2px solid #62130E;
}

.mw-pd-0 {
    padding: 0 !important;
}
.mw-pd-5 {
    padding: 5px !important;
}
.mw-pd-10 {
    padding: 10px !important;
}
.mw-pd-14 {
    padding: 14px !important;
}
.mw-pd-20 {
    padding: 20px !important;
}
.mw-pd-30 {
    padding: 30px !important;
}
.mw-pd-40 {
    padding: 40px !important;
}
.mw-pd-tp-10 {
    padding-top: 10px !important;
}
.mw-pd-tb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.mw-pd-tb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.mw-pd-bm-10 {
    padding-bottom: 10px !important;
}
.mw-pd-lr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.mw-pd-lr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.mw-pd-lr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.mw-pd-l-10 {
    padding-left: 10px !important;
}
.mw-pd-r-10 {
    padding-right: 10px !important;
}
.mw-mg-0 {
    margin: 0 !important;
}
.mw-mg-5 {
    margin: 5 !important;
}
.mw-mg-10 {
    margin: 10 !important;
}
.mw-mg-15 {
    margin: 15 !important;
}
.mw-mg-tb-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
.mw-mg-tb-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.mw-mg-tb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.mw-mg-tb-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.mw-mg-tp-0 {
    margin-top: 0px !important;
}
.mw-mg-tp-5 {
    margin-top: 5px !important;
}
.mw-mg-tp-10 {
    margin-top: 10px !important;
}
.mw-mg-tp-20 {
    margin-top: 20px !important;
}
.mw-mg-bm-5 {
    margin-bottom: 5px !important;
}
.mw-mg-bm-10 {
    margin-bottom: 10px !important;
}
.mw-mg-bm-15 {
    margin-bottom: 15px !important;
}
.mw-mg-bm-20 {
    margin-bottom: 20px !important;
}
.mw-mg-lr-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.mw-mg-lr-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}
.mw-mg-lr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}
.mw-mg-lr-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}
.mw-mg-r-5 {
    margin-right: 5px !important;
}
.mw-mg-r-10 {
    margin-right: 10px !important;
}
.mw-mg-l-5 {
    margin-left: 5px !important;
}
.mw-mg-l-15 {
    margin-left: 15px !important;
}
.mw-mg-l-20 {
    margin-left: 20px !important;
}
.mw-mg-bm-0 {
    margin-bottom: 0px !important;
}
.mw-mg-10 {
    margin: 10px !important;
}
.mw-width-40 {
    min-width: 40px !important;
}
.mw-width-60 {
    min-width: 60px !important;
}
.mw-width-80 {
    min-width: 80px !important;
}
.mw-width-120 {
    min-width: 120px !important;
}
.mw-width-150 {
    min-width: 150px !important;
}
.mw-width-200 {
    min-width: 200px !important;
}

/*PAGINATE***/
.pagination {
    margin: 10px 0;
}
.pagination li > a, .pagination li > span {
    padding: 5px 10px;
    cursor: pointer;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #62130E;
}
/***PAGINATE*/

/*BUTTON COLOR*/
.btn-color {
    color: white;
    background-color: #62130E;
    border: 1px solid #62130E;
}
.btn-color.btn-outline {
    color: #62130E;
    background-color: transparent;
 }
.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline.focus {
    background: #62130E;
    color: #ffffff;
}

.btn-color-2 {
    color: white;
    background-color: #37474F;
    border: 1px solid #37474F;
}
.btn-color-2.btn-outline {
    color: #37474F;
    background-color: transparent;
 }
.btn-color-2.btn-outline:hover,
.btn-color-2.btn-outline:focus,
.btn-color-2.btn-outline.focus {
    background: #37474F;
    color: #ffffff;
}

.mw-pointer {
    cursor: pointer !important;
}

.mw-img-contain {
    position: relative;
}

.mw-img-contain.mw-16x9 {
    padding-bottom: 56.25%;
}

.mw-img-contain.mw-4x3 {
    padding-bottom: 75%;
}

.mw-img-contain.mw-1x1 {
    padding-bottom: 100%;
}

.mw-img-contain img {
    position: absolute;
    object-fit: cover;
    left: 0;
}

.input-xs {
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    padding: 0 3px;
}
.radio-custom label::before {
    border: 1px solid #76838f;
}
.checkbox-custom label::before {
    border: 1px solid #76838f;
}