.hidden {
    display: none !important;
}

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

.form-control {
    font-size: 12px !important;
}

.padding-40px-all {
    padding: 40px;
}

.form-height-default {
    height: 38px !important;
}

.padding-40px {
    padding: 40px !important;
}

.is-disabled {
    cursor: not-allowed !important;
}

.navbar ul li.current-menu-item a,
.navbar ul li a:hover {
    background: #893727 !important;
}


/* background color */

.background-primary {
    background-color: #893727 !important;
}


/* color default */

.primary-grey-color {
    background-color: #F9F9F9 !important;
}

.primary-border-color {
    background-color: #E1E1E1 !important;
}

.color-dark {
    color: #000000 !important;
}

.secondary-color {
    color: #313E5B !important;
}


/* border */

.border-default {
    border: 1.5px solid#E1E1E1;
}


/* position */

.text-in-button-center {
    width: inherit;
    text-align: center;
}

.inline-flex {
    display: inline-flex !important;
}

.inline-block {
    display: inline-block !important;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.space-evenly {
    justify-content: space-evenly;
}

.justify-content-center {
    justify-content: center;
}

.space-between-vertical {
    justify-content: space-between !important;
    display: flex !important;
    flex-direction: column !important;
}

.is-disabled {
    background-color: rgb(49, 62, 96, 0.3) !important;
}

.ladda-button[data-style=expand-right][data-loading] {
    padding-right: 45px !important;
}


/* text */

.word-break-all {
    word-break: break-all !important;
}


/* center in all direction */

.item-xy-start-bottom {
    align-items: end;
    display: flex;
    justify-content: start;
}

.item-xy-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.item-xy-grid {
    align-items: center;
    display: grid;
    justify-content: center;
}

.column-gap {
    flex-wrap: nowrap !important;
    grid-column-gap: 10px;
}

.display-fit {
    display: -webkit-box !important;
}

.display-block {
    display: block !important;
}


/* min or max */

.min-w-100px {
    min-width: 100px !important;
}

.max-w-100px {
    max-width: 100px !important;
}

.min-w-230px {
    min-width: 230px !important;
}

.max-w-230px {
    max-width: 230px !important;
}

.min-h-270px {
    min-height: 270px;
}

.force-width-370px {
    width: 370px !important;
}

.min-h-500px {
    min-height: 500px;
}

.max-h-500px {
    max-height: 500px;
}


/* line height */

.lh-normal {
    line-height: normal !important;
}

.line-height-18px {
    line-height: 18px !important;
}

.line-height-25px {
    line-height: 25px !important;
}

.line-height-35px {
    line-height: 35px !important;
}


/* default content space */

.no-padding {
    padding: 0px !important;
}

.p-only-r-12px {
    padding: 0px 12px 0px 0px !important;
}

.ml-minus-5px {
    margin-left: -5px;
}

.ml-minus-7px {
    margin-left: -7px;
}

.mb-12rem {
    margin-bottom: 12rem !important;
}

.m-r-0 {
    margin-right: 0px !important;
}

.pl-4px {
    padding-left: 4px !important;
}

.pl-5px {
    padding-left: 5px !important;
}

.pl-12px {
    padding-left: 12px !important;
}

.pl-45px {
    padding-left: 45px !important;
}

.pb-15px {
    padding-bottom: 15px !important;
}

.pb-20px {
    padding-bottom: 20px !important;
}

.pb-30px {
    padding-bottom: 30px !important;
}

.pb-70px {
    padding-bottom: 70px !important;
}

.pb-80px {
    padding-bottom: 80px !important;
}

.plr-0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.pt-10-lr-40px {
    padding: 10px 40px !important;
}

.pr-0px {
    padding-right: 0px !important;
}

.pr-12px {
    padding-right: 12px !important;
}

.pr-30px {
    padding-right: 30px !important;
}

.plr-0px {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-10px {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.plr-25px {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.ptb-0px {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.padding-about-left {
    padding: 9rem 0rem 0rem 0rem;
}

.padding-about-right {
    padding: 9rem 0rem 0rem 0rem;
}

.top-175px {
    top: 175px !important;
}

.left-4px {
    left: 4px !important;
}

.pad-all-40px {
    padding: 40px !important;
}

.pl-8 {
    padding-left: 4.5rem !important;
}

.pl-15px {
    padding-left: 15px !important;
}

.pl-26px {
    padding-left: 26px !important;
}

.pl-28px {
    padding-left: 28px !important;
}

.pl-35px {
    padding-left: 35px !important;
}

.pl-140px {
    padding-left: 140px !important;
}

.pr-8 {
    padding-right: 4.5rem !important;
}

.pt5px {
    padding-top: 5px !important;
}

.pt-7px {
    padding-top: 7px !important;
}

.pt-10px {
    padding-top: 10px !important;
}

.pt-12px {
    padding-top: 12px !important;
}

.pr-15px {
    padding-right: 15px !important;
}

.pt-15px {
    padding-top: 15px !important;
}

.pt-16px {
    padding-top: 16px !important;
}

.pt-17px {
    padding-top: 15px !important;
}

.pt-18px {
    padding-top: 18px !important;
}

.pt-20px {
    padding-top: 20px !important;
}

.pt-23px {
    padding-top: 23px !important;
}

.pt-30px {
    padding-top: 30px !important;
}

.pt-70px {
    padding-top: 70px !important;
}

.pt-80px {
    padding-top: 80px !important;
}

.pt-100px {
    padding-top: 100px !important;
}

.pt-140px {
    padding-top: 140px !important;
}

.pt-200px {
    padding-top: 200px !important;
}

.pt-360px {
    padding-top: 360px !important;
}

.pt-3_75rem {
    padding-top: 3.75rem !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.plr-none {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-32px {
    padding-left: 32px !important;
    padding-right: 32px !important;
}

.pt-15px-pb-45px {
    padding-bottom: 45px;
    padding-top: 15px;
}

.max-w-200px {
    max-width: 200px !important;
}

.mw-500px {
    min-width: 500px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}


/* width */

.width-inherit {
    width: inherit !important;
}

.w-25px {
    width: 25px !important;
}

.w-135px {
    width: 135px !important;
}


/* border */

.no-border {
    border: none !important;
}

.border-line-default {
    height: 1px;
    width: -webkit-fill-available;
    margin-bottom: 5px;
    margin-top: 15px;
    border-bottom: groove 0.1em rgb(112, 112, 112, 0.4);
}

.border-2-right-default {
    border-right: 2px solid #893727 !important;
}

.border-3-all-blue {
    border-radius: 30px;
    border: 2px solid rgb(67, 126, 235) !important;
}

.border-radius-0px {
    border-radius: 0px !important;
}

.border-radius-4px {
    border-radius: 4px !important;
}

.border-radius-5px {
    border-radius: 5px !important;
}

.border-top-left-zero {
    border-top-left-radius: 0px !important;
}

.border-top-right-zero {
    border-top-right-radius: 0px !important;
}

.border-top-default {
    border-top: 1px solid #707070 !important;
}

.border-bottom-left-zero {
    border-bottom-left-radius: 0px !important;
}

.border-bottom-right-zero {
    border-bottom-right-radius: 0px !important;
}

.border-bottom-default {
    border-bottom: 1px solid #707070 !important;
}

.border-bottom-primary {
    border-bottom: 1px solid #BEBCBC !important;
}

.border-bottom-secondary {
    border-bottom: 1px solid #CCCBCB !important;
}

.line-separate {
    height: 10px;
    width: 397px;
    margin-left: 15px;
}


/* radius */

.primary-radius {
    border-radius: 8px !important;
}

.secondary-radius {
    border-radius: 12px !important;
}


/* font weight */

.w-hard {
    font-weight: 700 !important;
}

.w-medium {
    font-weight: 500 !important;
}

.w-light {
    font-weight: 300 !important;
}


/* text-color */

.color-dark-primary {
    color: #000000 !important;
}

.color-dark-secondary {
    color: #292929 !important;
}

.color-dark-tertiary {
    color: #893727 !important;
}

.color-dark-quaternary {
    color: #B0B0B0 !important;
}

.color-dark-quinary {
    color: #313E5B !important;
}

.color-blue-primary {
    color: #893727 !important;
}

.color-blue-secondary {
    color: #1339B7 !important;
}

.color-blue-tertiary {
    color: #313E5B !important;
}

.color-dark-tertiary {
    color: #893727 !important;
}

.color-light-primary {
    color: #9A9A9A !important;
}

.color-light-secondary {
    color: #C4C3C3 !important;
}

.color-grey-primary {
    color: #828282 !important;
}

.color-grey-secondary {
    color: #7D7D7D !important;
}

.primary-white-color {
    color: #EFF1FE !important;
}

.secondary-white-color {
    color: #fff !important;
}

.transparent-color {
    color: transparent !important;
}


/* font size */

.form-check-label {
    font-size: 0.71rem !important;
}


/* opacity */

.color-dark-opacity-opacity {
    color: rgba(0, 0, 0, 0.1) !important;
}


/* placeholder */

.placeholder-color-primary::placeholder {
    color: #7D7D7D !important;
}


/* bg color */

.primary-white-bgcolor {
    background-color: #F7DBB6 !important;
}

.transparent-bgcolor {
    background-color: transparent !important;
}

.secondary-bg-color {
    background-color: #F9F9F9 !important;
}


/* font style */

.text-bold {
    font-weight: bold !important;
}

.text-medium {
    font-weight: 500 !important;
}

.text-light-weight {
    font-weight: 300 !important;
}


/* font size */

.header-topic-extrabold {
    font-size: 74px !important;
    /* line-height: 36px !important; */
}

.header-topic-bold {
    font-size: 44px !important;
    line-height: 36px !important;
}

.header-topic-semibold {
    font-size: 34px !important;
}

.header-topic-medium {
    font-size: 24px !important;
}

.header-topic-light {
    font-size: 19px !important;
}

.font-normal {
    font-size: 10px !important;
}

.font-large {
    font-size: large !important;
}

.font-larger {
    font-size: larger !important;
}

.font-xx-large {
    font-size: xx-large !important;
}


/* bg */

.default-bg {
    background-color: #893727 !important;
}

.default-bg:hover {
    background-color: #fff !important;
    border: 2px solid #893727;
}

.default-bg a:hover {
    color: #893727 !important;
}

.bg-transparent {
    background-color: transparent !important;
}


/* button */

.blue-button {
    background-color: #893727 !important;
}

.gold-text {
    color: #FCC201 !important;
}

.brown-btn {
    background-color: #726256 !important;
}

.brown-btn a {
    color: #fff !important;
}

.theme-button:hover {
    background: #fff !important;
    border: 2px solid #893727;
}

.button-transparent:hover {
    background: transparent !important;
}

.button-blue-secondary,
.button-blue-secondary:hover {
    background: #92BBEE !important;
}

.black-hover-blue a {
    color: #000000;
}

.btn-full {
    width: inherit !important;
    background-color: #fff !important;
}

.btn-dash {
    border: 1px dashed #893727 !important;
}


/* button with triangle outline */

.theme-secondary-button,
.theme-secondary-button:hover {
    color: #893727;
    background: transparent;
    display: inline-grid;
    border: 2px solid #893727;
    border-radius: 5px !important;
    padding: 3px 25px 0px 25px;
    height: 39px;
}

.theme-secondary-button a {
    color: #893727;
}

.position-button {
    align-items: center !important;
    height: 36px !important;
    display: inline-flex !important;
    justify-content: space-around !important;
}

.expand-button {
    padding: 10px 55px !important;
}

.modal-dialog .close:focus {
    outline: unset !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}


/* content space */

.width-160px {
    width: 160px !important;
}

.z-index-1 {
    z-index: 1 !important;
}

.z-index-10 {
    z-index: 10 !important;
}

#top-menu li.active a {
    color: #fff;
}

.theme-btn.button {
    display: inline-grid;
}

.theme-btn.button {
    color: #ffffff;
    background: #893727 !important;
}

.theme-btn.button:hover {
    color: #893727;
    background: #ffffff !important;
    border: 2px solid #893727;

    a {
        color: #893727 !important;
        background-color: #fff !important;
    }
}

.theme-btn.button span:hover {
    color: #fff !important;
}


/* .blue-btn.button:hover {
    color: #fff !important;
} */

.theme-btn.button {
    color: #fff;
}


/* .theme-btn.button a:hover {
    color: #fff;
} */

.theme-outline-btn.button,
.theme-outline-btn.button:hover {
    display: inline-grid;
    padding: 8px 20px 8px 20px;
}

.theme-outline-btn.button {
    color: #893727;
    background: transparent;
    border: 2px solid #893727;
}

.theme-outline-btn.button:hover {
    /* color: #fff !important; */
    background: #893727;
    border: 2px solid #893727;
}

.theme-outline-btn.button a {
    color: #893727;
}

.theme-outline-btn.button a:hover {
    color: #fff;
}

.blue-outline-btn.button,
.blue-outline-btn.button:hover {
    color: #893727;
    background: transparent;
    display: inline-grid;
    border: 3px solid #893727;
    padding: 8px 20px 8px 20px;
}

#show_datalist_idea .w50 p {
    font-size: 14px !important;
}

.content-padding {
    padding-left: 230px;
    padding-right: 230px;
}

.content-padding-half {
    padding-left: 120px;
    padding-right: 120px;
}

.bg-gradient-header {
    background: white linear-gradient(180deg, #e9d3c2 0%, #ffffff 16%, #ffffff 100%) 0% 0% no-repeat padding-box !important;
}

.bg-gradient-header-full {
    background: white linear-gradient(180deg, #e9d3c2 0%, #ffffff 80%, #ffffff 100%) 0% 0% no-repeat padding-box !important;
}

.bg-gradient-default {
    background: white linear-gradient(180deg, #e9d3c2 0%, #ffffff 67%, #ffffff 100%) 0% 0% no-repeat padding-box !important;
}

.normal-padding {
    padding: 10px 70px !important;
}


/* image */

.image-idea-default {
    background-size: cover !important;
    background-position: center center;
    border-radius: 8px !important;
}


/* general */

.select-wrapper {
    appearance: none !important;
    appearance: none !important;
    background-color: #fafafa;
    height: 45px;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0rem 1rem 0rem 0.9rem;
    border-radius: 0;
}

.social-default-footer,
.social-fb-footer,
.social-tw-footer {
    background-color: #893727;
    border-radius: 54px;
}

.social-default-footer {
    padding: 7px 9px 5px 15px;
}

.no-scroll {
    overflow: hidden !important;
}

.social-fb-footer {
    padding: 7px 11px 5px 15px;
}

.social-tw-footer {
    padding: 7px 7px 5px 15px;
}

.box-register-success {
    height: 540px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.separate-menu-black {
    border-left: 1px solid #000000;
}

.contact-default-footer {
    padding: 7px 9px 5px 20px;
    background-color: #893727;
    border-radius: 54px;
}

footer .info-share .list-inline-item {
    margin-right: 0 !important;
}

footer .info-share li a,
footer .info-share li a:hover {
    color: #fff !important;
}

.footer-contact {
    top: -1px !important;
    left: 14px !important;
    font-size: 15px !important;
    color: #fff !important;
}

.email-icon {
    font-size: 25px !important;
    left: 3px !important;
}

.business-filter {
    border-radius: 8px !important;
    border: 2px solid #893727 !important;
    font-size: 25px !important;
    height: 48px !important;
    padding: 0px -1rem 5px 12px !important;
    color: #959595 !important;
}

.business-filter.active {
    color: #893727 !important;
}

.remove-blob {
    position: absolute;
    right: 10px;
    color: red;
    font-size: 20px;
}

.shadow-primary {
    box-shadow: 0 0px 10px rgba(0, 0, 0, 31%);
    /* background: transparent linear-gradient(180deg, #FFFFFF2E 0%, #f2f3f7f6 67%, #EFF1FE 100%) 0% 0% no-repeat padding-box !important;*/
    border-radius: 12px;
}

.box-investor-slide {
    min-height: 304px !important;
}

.box-investor-slide-mobile {
    min-height: 350px !important;
}

.shadow-secondary {
    box-shadow: inset 0 0 0 2000px rgb(0, 0, 0, 0.5);
}

.img-profile {
    width: 40px !important;
    border-radius: 30px !important;
    height: 40px !important;
    object-fit: cover;
}

.img-profile-investor {
    width: 65px !important;
    border-radius: 30px !important;
    height: 65px !important;
    object-fit: cover;
}

.img-profile-idea {
    height: 60px !important;
    width: 60px !important;
}

.img-circle {
    border-radius: 50%;
}

.shadow-white {
    box-shadow: 0 0px 10px rgb(0 0 0 / 31%);
}

.img-responsive {
    width: 100%;
    height: auto;
}

.img-auto {
    width: auto;
}

.pad-menu {
    padding: 15px 15px 0px 0px;
}

.clock-icon {
    background-color: #893727;
}

.img-15px {
    width: 15px !important;
    height: 15px !important;
}

.img-20px {
    width: 20px !important;
}

.img-33px {
    width: 33px !important;
}

.icon-share-idea {
    width: 38px !important;
    height: 20px !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-elipsis-1,
.text-elipsis-2,
.text-elipsis-3,
.text-elipsis-4,
.text-elipsis-10 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.text-elipsis-1 {
    -webkit-line-clamp: 1 !important;
}

.text-elipsis-2 {
    -webkit-line-clamp: 2 !important;
}

.text-elipsis-3 {
    -webkit-line-clamp: 3 !important;
}

.text-elipsis-4 {
    -webkit-line-clamp: 4 !important;
}

.text-elipsis-10 {
    -webkit-line-clamp: 10 !important;
}

.bg-ads {
    background-color: #F6F6F6;
    text-align: center;
}

.list-inline {
    color: #fff !important;
}

.middle-section {
    display: inline-block;
    vertical-align: middle;
}

.table-no-border {
    border: none !important;
}

.front-display {
    padding-top: 3px;
}

.border-tb {
    border-top: 1px solid #DBDBDB !important;
    border-bottom: 1px solid #DBDBDB !important;
    border-left: hidden !important;
    border-right: hidden !important;
}

.border-only-bottom {
    border-bottom: 1px solid #893727 !important;
    border-left: hidden !important;
    border-right: hidden !important;
    border-top: hidden !important;
}

.fit-space {
    white-space: nowrap !important;
}

.left-side .nav-pills .nav-link.active,
.left-side .nav-pills .show>.nav-link {
    background-color: transparent !important;
}

.left-side .nav-pills .nav-link.active .tab-title,
.left-side .nav-pills .nav-link .tab-title:hover {
    border-bottom: 3px solid #893727;
}

.left-side .nav-pills .nav-link {
    padding: 0.5rem 2.5rem 1rem 0rem !important;
}

.widget-area .nav-link.active .tab-title {
    color: #fff;
    background-color: #893727;
    /* padding: 10px 45px 20px 45px; */
    font-weight: 500;
}

.widget-area .nav-link .tab-title {
    color: #989898;
    background-color: #ECECEC;
    /* padding: 10px 45px 20px 45px; */
    font-weight: 500;
}

.post-blog img {
    margin-right: 5px !important;
}

.filter-height {
    height: 48px !important;
}

.visibility-icon {
    width: 16px !important;
    height: auto !important;
    background: transparent !important;
}

.img-stack-email {
    width: 38px !important;
    padding-top: 0px !important;
}

.img-stack-location {
    width: 47px !important;
    padding-top: 0px !important;
}

.img-stack-identity {
    width: 53px !important;
    padding-top: 11px !important;
}

.identity-position {
    width: 57px;
    right: 18px;
    top: -4px;
}

.tab-sidebar-part .tab-content .iq-post {
    padding: 35px 30px 35px 30px !important;
}

.idea-part .tab-content .iq-post {
    padding: 0px 0px 0px 0px !important;
}

.widget-area .nav-link {
    padding: 0 !important;
}

.icon-contact {
    width: 28px !important;
    height: 28px !important;
}

.icon-location {
    width: 33px !important;
    height: 33px !important;
}

.widget-area .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007bff;
}

.tab-content .fade:not(.show) {
    display: none !important;
}

.ideas-list-part .image-avatar {
    min-width: 61px;
    max-width: 61px;
    max-height: 61px;
    object-fit: cover;
}

.widget_categories {
    background-color: transparent !important;
}

.border-with-line {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 17px;
}

.border-with-line-home {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 60px;
}

.sidebar-ads {
    height: 467px;
}


/* paginate */

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 50px !important;
    border-bottom-left-radius: 50px !important;
}

.pagination .page-item {
    width: 51px;
    padding-right: 10px;
}

.pagination .page-link {
    border-radius: 50px;
    text-align: center;
}

.pagination .page-link.active,
.pagination .page-link.active:hover {
    background-color: #893727;
    color: #fff !important;
}

.sidebar-tab {
    height: 53px !important;
}

.box-auth a {
    color: #fff;
}


/* overlay */

.overlay,
.overlay-auth {
    background-image: -webkit-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    background-image: -moz-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    background-image: -ms-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    background-image: -o-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay,
.overlay-auth {
    background-image: -webkit-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    background-image: -moz-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    background-image: -ms-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    background-image: -o-linear-gradient(to right, #be1e2daa 0, #2075bcaa 100%);
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 85vh;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay-dark {
    background-image: none !important;
    background-color: #000 !important;
    z-index: 0;
    visibility: visible !important;
}

.opacity-6 {
    opacity: .6 !important;
}

.bg-image-default {
    background-image: url('../../images/content/thai_skill_cover_v2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 85vh;
}

.text-beyond-overlay {
    position: relative;
    /* color: #ffffff; */
}

.page-header .page-titles {
    z-index: 5;
}

.no-content {
    height: 150px;
    margin: auto;
}

.width-auto {
    width: auto !important;
}

.carousel-no-bottom {
    margin: 15px 0px 25px !important;
}

.read-only {
    pointer-events: none !important;
    background-color: #efefef !important;
}

.social-fb-mb-border {
    /* padding-left: 32px; */
    border-right: 1px solid #707070 !important;
    padding-right: 10px;
    padding-left: 28px;
}

.social-gg-mb-border {
    /* padding-left: 15px; */
    border-right: 1px solid #707070 !important;
    ;
    padding-right: 3px;
    padding-left: 18px;
}

.disabled-button {
    opacity: .5;
    cursor: not-allowed;
}


/* sweet alert */

.sa-button-container .confirm {
    background-color: #893727 !important;
}

.sa-button-container .cancel {
    background-color: #EFF1FE !important;
    color: #893727 !important;
}

.sweet-alert h2 {
    font-size: 40px !important;
}


/* height or position */

.top-15px {
    top: 15px !important;
}

.h-53px {
    height: 53px !important;
}

.h-55px {
    height: 55px !important;
}

.h-64px {
    height: 64px !important;
}


/* validate */

select.is-invalid {
    border-color: #dc3545 !important;
}


/* image */

.object-fit-cover {
    object-fit: cover !important;
}


/* size width */

.width-fill-area {
    width: -webkit-fill-available !important;
}

.not-found-default {
    height: 400px;
}


/* 1920 */

@media(max-width:2500px) {
    #main-header {
        height: 57px !important;
    }

    .auto-d-flex {
        display: flex !important;
    }

    .auto-hidden-desktop {
        display: none !important;
    }

    .no-content {
        padding: 100px;
    }

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

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

    .auto-margin-top-15 {
        margin-top: 15px;
    }

    .border-2-left-default {
        border-left: 2px solid #893727 !important;
    }

    .separate-menu {
        border-left: 1px solid #fff;
    }

    .auto-section-content {
        padding: 0 326px;
    }

    .padding-about-left {
        padding: 16rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 16rem 0rem 0rem 42rem;
    }

    /* font-size */
    .textStyle-primary {
        font-size: 1.3rem;
    }

    .textContent-primary {
        font-size: 1.2rem;
    }

    .font-super-huge {
        font-size: 74px !important;
    }

    .font-super-hard {
        font-size: 59px !important;
    }

    .font-semibold-hard {
        font-size: 40px !important;
    }

    .font-semibold {
        font-size: 34px !important;
    }

    .font-medium-lg {
        font-size: 29px !important;
    }

    .font-auto-medium {
        font-size: 21px !important;
    }

    .font-medium {
        font-size: 24px !important;
    }

    .font-light {
        font-size: 14px !important;
    }

    .font-auto-light {
        font-size: 18px !important;
    }

    .banner-text .share-idea-action .font-auto-light,
    .banner-text .register-action {
        font-size: 13px !important;
    }

    .font-super-light {
        font-size: 14px !important;
    }

    .font-less-light {
        font-size: 12px !important;
    }

    .font-less {
        font-size: 10px !important;
    }

    .font-header-menu {
        font-size: 14px !important;
    }

    /*  end font-size  */
    .img-statistic {
        width: 150px !important;
    }

    .img-statistic-2 {
        width: 123px !important;
    }

    .auto-no-padding {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .auto-no-padding-right {
        padding-right: 0 !important;
    }

    .idea-image-part {
        height: 198px;
    }

    .modal-max-width {
        max-width: 100% !important;
    }

    .width-auto {
        width: auto !important;
    }

    .color-menu-auth {
        color: #893727 !important;
    }

    .separate-menu,
    .separate-menu-black {
        padding-left: 30px !important;
    }
}

@media(max-width:1680px) {
    .auto-section-content {
        padding: 0 208px;
    }
}

@media(max-width:1499px) {
    .auto-section-content {
        padding: 0 112px;
    }
}

@media(max-width:1440px) {
    .auto-section-content {
        padding: 0 88px;
    }
}

@media(max-width:1399px) {
    .auto-section-content {
        padding: 0 70px;
    }

    .padding-about-left {
        padding: 12rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 12rem 0rem 0rem 42rem;
    }

    .padding-lr-only-device {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media(max-width:1365px) {}

@media(max-width:1299px) {
    .color-menu-auth {
        color: #893727 !important;
    }
}

@media (min-width:1170px) and (max-width:1199px) {
    .font-light.share-idea-action {
        font-size: 10px !important;
    }
}

@media only screen and (device-width:1024px) {}

@media(max-width:1024px) {
    .overlay-dark {
        height: 85vh !important;
    }

    .padding-about-left {
        padding: 9rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 9rem 0rem 0rem 35rem;
    }

    .font-super-huge {
        font-size: 64px !important;
    }

    .font-super-hard {
        font-size: 49px !important;
    }

    .font-semibold-hard {
        font-size: 40px !important;
    }

    .auto-no-padding-right {
        padding-right: 15px !important;
    }

    .auto-no-padding-lr {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .modal-max-width {
        max-width: 230px !important;
    }

    .color-menu-auth {
        color: #893727 !important;
    }
}

@media(min-width:992px) {
    #modalOfferIdea .modal-lg {
        max-width: 900px !important;
    }
}

@media(max-width:992px) {
    #main-header {
        height: 150px !important;
    }

    .auto-d-flex {
        display: block !important;
    }

    .auto-hidden-mobile {
        display: none !important;
    }

    .overlay-dark {
        height: 100vh !important;
    }

    .auto-left,
    .auto-right {
        text-align: center !important;
    }

    .no-content {
        padding: 0px;
    }

    .auto-bottom-15 {
        padding-bottom: 15px;
    }

    .auto-margin-top-15 {
        margin-top: 0px;
    }

    .auto-section-content {
        padding: 0px 35px 0px 40px !important;
    }

    .border-2-left-default {
        border-left: none !important;
    }

    .padding-about-left {
        padding: 9rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 9rem 0rem 0rem 0rem;
    }

    .section-padding-responsive {
        padding: 0px 0px 20px 0px !important;
    }

    .section-padding-responsive-with-no-content-bottom {
        padding: 0px 0px 40px 0px !important;
    }

    .homepage .logo {
        max-width: 70%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* font size */
    .topic-content {
        font-size: 1.5rem !important;
    }

    .font-super-huge {
        font-size: 59px !important;
    }

    .idea-image-part {
        height: auto;
    }

    .auto-no-padding {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .icon-circle-position {
        right: 160px;
        top: -7px;
    }

    .icon-circle-fix {
        right: 25px;
        top: -6px;
    }

    .background-navbar-auth {
        background-color: #893727 !important;
    }

    .color-menu-auth {
        color: #fff !important;
    }
}

@media(max-width:913px) {
    .ipad-center {
        text-align: center !important;
    }

    header.style-one .navbar-light .navbar-toggler {
        top: 8px !important;
    }

    .padding-about-left {
        padding: 15rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 15rem 0rem 0rem 27rem;
    }

    .overlay-dark {
        height: 95vh !important;
    }
}

@media(max-width:821px) {
    header.style-one .navbar-light .navbar-toggler {
        top: 8px !important;
    }

    .padding-about-left {
        padding: 15rem 0rem 0rem 4rem;
    }

    .padding-about-right {
        padding: 15rem 0rem 0rem 22rem;
    }

    .overlay-dark {
        height: 96.5vh !important;
    }

    .font-super-huge {
        font-size: 59px !important;
    }

    .font-super-hard {
        font-size: 46px !important;
    }

    .font-semibold-hard {
        font-size: 42px !important;
    }

    .separate-menu,
    .separate-menu-black {
        padding-left: 15px !important;
    }

    .separate-menu {
        border-left: 1px solid transparent;
    }
}

@media(max-width:769px) {
    .overlay-dark {
        height: 98vh !important;
    }

    .search-icon {
        width: 100px;
    }

    .separate-menu,
    .separate-menu-black {
        padding-left: 15px !important;
    }

    .separate-menu {
        border-left: 1px solid transparent;
    }
}

@media(max-width:541px) {
    .overlay-dark {
        height: 104vh !important;
    }

    .padding-about-left {
        padding: 9rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 9rem 0rem 0rem 7rem;
    }

    .search-icon {
        width: 120px;
    }
}

@media (max-width: 449.99px) {
    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.8rem !important;
    }

    .font-light {
        font-size: 14px !important;
    }

    .font-header-menu {
        font-size: 10px !important;
    }

    .content-width {
        width: 410px;
    }

    .search-icon {
        width: 120px;
    }
}

@media(max-width:415px) {
    .overlay-dark {
        height: 100vh !important;
    }

    .padding-about-left {
        padding: 9rem 0rem 0rem 0rem;
    }

    .padding-about-right {
        padding: 9rem 0rem 0rem 0rem;
    }

    .icon-circle-position {
        right: 160px;
        top: -7px;
    }

    .icon-circle-fix {
        right: 25px;
        top: -6px;
    }

    .search-icon {
        width: 45px;
    }
}

@media(max-width:395px) {
    .overlay-dark {
        height: 101vh !important;
    }

    .icon-circle-position {
        right: 148px;
        top: -7px;
    }

    .icon-circle-fix {
        right: 23px;
        top: -6px;
    }

    .search-icon {
        width: 45px;
    }
}

@media(max-width:375px) {
    .overlay-dark {
        height: 106vh !important;
    }

    .button-header {
        height: 50px;
        padding-left: 40px !important;
    }

    .font-auto-medium {
        font-size: 16px !important;
    }

    .font-auto-light {
        font-size: 12px !important;
    }

    .font-super-light {
        font-size: 10px !important;
    }

    .font-less-light {
        font-size: 10px !important;
    }

    .font-less {
        font-size: 8px !important;
    }
}

@media(max-width:361px) {
    .overlay-dark {
        height: 103vh !important;
    }

    .icon-circle-position {
        right: 132px;
        top: -7px;
    }

    .icon-circle-fix {
        right: 25px;
        top: -6px;
    }

    .font-header-menu {
        font-size: 9px !important;
    }
}

@media(max-width:281px) {
    .icon-circle-position {
        right: 94px;
        top: -7px;
    }

    .icon-circle-fix {
        right: 25px;
        top: -6px;
    }

    .content-width {
        width: 270px;
    }

    .box-search-idea {
        width: 240px !important;
    }

    .font-super-huge {
        font-size: 40px !important;
    }

    .font-semibold {
        font-size: 18px !important;
    }

    .font-super-hard {
        font-size: 30px !important;
    }

    .font-header-menu {
        font-size: 6px !important;
    }

    .auto-section-content {
        padding: 0px 15px 0px 15px !important;
    }
}

#main-header .number-info li.list-inline-item a.font-super-light,
.font-header-menu {
    color: #fff;
}

@media (max-width: 992px) {
    #main-header .pad-menu {
        justify-content: end;
    }
}

.footer-top .list-inline-item .social-fb-footer i,
.footer-top .list-inline-item .social-tw-footer i,
.footer-top .list-inline-item .social-default-footer i {
    color: #fff !important;
}

.col-xs-1-5 {
    width: 16.49995% !important;
}
