@font-face {
    font-family: biZud;
    src: url('/fonts/BIZUDGothic-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.content {
    min-height: 100vh !important;
}

.div-avatar-login{
    cursor: pointer;
}

.div-avatar-loged {
    height: 60px;
    width: 69px;
    left: 46px;
    z-index: 10;
    cursor: pointer;
}

.container-image-link {
    height: 80px;
    display: flex;
}

.w-full {
    width: calc(100% + 24px) !important;
    margin-left: -12px;
}

.a-no-under-link {
    text-decoration: none;
}

.h-70px {
    height: 70px;
}

.mg-left--10px {
    margin-left: -10px;
}

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

.w-0 {
    width: 0% !important;
}

.w-70px {
    width:70px;
}

.rotate-180 {
    transform: rotate(180deg);
}

.mgl-125rem {
    margin-left: 1.25rem;
}

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

.line-height-1{
    line-height: 1 !important;
}

.w-300px {
    width: 300px;
}

.page-link:hover,
.div-icon-search:hover,
#div-add-new-member:hover,
.div-icon-edit:hover,
#btn-edit-event-info:hover,
#btn-edit-event-info:hover,
button:hover {
    background-color: var(--mouse_off_color) !important;
    border-color: var(--mouse_off_color) !important;
    color: #FFFF !important;
}

.btn-edit-event:hover,
.fa-circle-chevron-up:hover,
.fa-circle-chevron-down:hover,
.fa-trash-can:hover,
.drag-icon:hover,
.group-filter a i:hover,
.hand-out-icon:hover {
    color: var(--mouse_off_color) !important;
}

.btn-edit-event {
    color: #FFFF;
    font-size: 19px;
}

.w-text-list-channel-room {
    max-width: calc(100% - 45px);
}

.btn-edit-channel-room {
    color: #FFFF;
    font-size: 8px;
}

.div-icon-edit-channel-room {
    background-color: #cdcdcd;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body {
    font-family: biZud, Noto Sans JP, sans-serif;
    font-size: 16pt;
}

.btn-copy-event {
    background-color: var(--mouse_over_color);
    color : #FFFF;
    border: 0px;
}

.div-setting-event{
    margin-right: 12px;
}
.login-icon {
    color: var(--login_button_color);
    font-size: 36px;
}

.color-primary {
    color: var(--background-color) !important;
}

.color-secondary {
    color: var(--text_color) !important;
}

.color-tertiary {
    color: var(--background_on_air) !important;
}

.btn-close-modal {
    color: #ced4da;
    font-size: 25px;
    right: 0;
    cursor: pointer;
}

.fs-22pt {
    font-size: 22pt;
}

.remove-co-speaker {
    cursor: pointer;
}

.btn-success {
    background-color: var(--mouse_over_color) !important;
    border-color: var(--mouse_over_color) !important;
    border-radius: 10px;
    padding: 8px 15px;
    min-width: 100px;
}

.checkbox_handout {
    cursor: pointer;
}

.min-w-25 {
    min-width: 25% !important;
}

.pd-5rem {
    padding-left: 5rem!important;
}

.mg-12px {
    margin-right: 12px;
}

.mg-r-28px {
    margin-right: 28px;
}

.alert-success {
    font-size: 15px;
}

.alert-danger {
    font-size: 15px;
}

.header-icon,
.div-create_chanel {
    display: flex;
    justify-content: end;
}

.w-16 {
    width: 16%;
}

.img-top-header {
    width: calc(100% + 24px) !important;
    margin-left: -12px !important;
}

.height-image {
    min-height: 500px;
    object-fit: cover;
}

.icon-search {
    color : #FFFF;
    font-size: 18px;
}

.background-first-view {
    background-color:var(--background_header_first_view) !important;
    border-bottom: 0px solid var(--background_header_first_view) !important;
}

.color_first_view {
    color: var(--color_first_view) !important
}

.border-me-first-view {
    border: 3px solid var(--color_first_view) !important;
}

.div-icon-search {
    width: 37px;
    height: 37px;
    background-color: var(--mouse_over_color);
    /* background-color: black; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-create-channel{
    background-color: var(--mouse_over_color);
    border: 0px;
    padding: 9px 23px;
    font-size: 12px;
}

.btn-primary:hover {
    background-color: var(--background_on_air);
}

.container-create-channel {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.header-icon .text-icon {
    padding-right: 0;
}

.text-icon {
    color: var(--text_color);
    padding: 4px 4px 0 0;
}

.color-icon {
    color: #ced4da;
}

input,
button,
select,
textarea {
    box-shadow: none !important;
}

textarea {
    font-size: 12px !important;
}

.content {
    position:relative;
    overflow: auto;
    max-width: 912px;
    min-height: calc(100vh - 120px);
    padding-bottom: 70px !important;
}

footer {
    transition: bottom 0.3s;
}

.btn-change-image-top :hover,
.btn-change-image-top {
    top: 70px;
    width: fit-content;
    background-color: var(--background_on_air);
    border: 0px;
}

.page-content {
    min-height: calc(100vh - 240px);
    margin-top: 60px;
}

.page-edit {
    min-height: calc(100vh - 240px);
    margin-top: 50px;
}

.font
.login-icon {
    color: var(--text_color);
    font-size: 20px;
    border: 2px solid var(--text_color);
    border-radius: 50%;
    padding: 5px 6px;
}

.label-time-event {
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
}

.make-event {
    color: var(--login_button_color);
    font-size: 20px;
    border: 3px solid var(--login_button_color);
    border-radius: 50%;
    padding: 5px 6px;
}

.avatar-login{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.link-make-event {
    max-width: fit-content;
}

.pr-style {
    white-space: break-spaces;
    font-size: 12px;
}

.content-event-top {
    font-size: 13px;
    font-weight: 600;
    color: #777777;
}

.button-large {
    background-color: var(--mouse_over_color);
    border-radius: 30px;
    color: #FFFF;
    height: 30px;
    padding: 0px;
}

.button-login {
    background-color: var(--mouse_over_color);
    border-radius: 30px;
    border: 0px;
    color: #FFFF;
    height: 60px;
    padding: 0px;
}

.icon-loading {
    width:60px;
}

.icon-loading-share-twitter-channel {
    height:30px;
}

.div-btn-setting {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--background-color);
    margin-left: -12px;
    width: calc(100% + 24px);
}

.button-create-user {
    background-color: var(--mouse_over_color);
    border-radius: 30px;
    color: #FFFF;
    height: 60px;
    padding: 0px;
    border: 0px;
}

.user-link,
.user-link:hover {
    color: #444444;
}

.user-sns-label {
    margin-top: -10px;
}

.div-sns-item {
    width: 60px;
}

.add-icon {
    width: 30px;
    height: 30px;
}

.btn-close {
    padding: 9px !important;
}

.fw-nomal {
    font-weight: normal !important;
}
.fs-8px {
    font-size: 8px !important;
}

.fs-10pt {
    font-size: 10pt;
}
.fs-12px {
    font-size: 12px !important;
}

.fs-16pt {
    font-size: 16pt;
}

.fs-items-content-tab {
    font-size: 12px !important;
}

.pr-event-item {
    font-size: 14px;
}

.fs-title-event {
    font-size: 14px;
    font-weight: 600;
}

.line-height-content {
    line-height: 1.4rem !important;
    font-size: 14px;
}

/*  Header CSS*/
.div-header {
    position :fixed;
    height: 60px;
    width: 100%;
    transition: all 100ms ease 0s;
    z-index: 1000;
}

.header-component {
    height: 60px;
    max-width: 912px;
    text-align: center;
    background-color: var(--background_header);
}

.logo {
    width: auto;
    height: 25px;
}

.logo-footer {
    width: auto;
    height: 16px;
}
.header-img {
    width: 45px;
    height: 45px;
}

.text-header {
    font-size: 20px;
    color: #736357;
}

.text-image-header {
    width: 50px;
    height: 20px;
}

.btn-logout {
    line-height: normal;
    width: 100px;
}
/* content */
.div-content {
    max-width: 912px;
}

.div-container {
    margin-top: 70px;
    min-height: calc(100vh - 120px);
}
/* Tab css  */
#pills-statistics-tab {
    margin: auto;
}

#pills-delete-tab {
    text-align: end;
}

a.pill-tab {
    text-decoration: none;
    color: #737373;
}

.pill-tab.active {
    font-weight: bold;
    color: var(--mouse_over_color);
    min-width: 85px;
}

.border-tab-active {
    border-bottom: 4px solid var(--mouse_over_color);
}

.text-color-logout {
    color: #989898;
}

.hr-tab-first {
    margin-top: -17px !important;
}

.mg-hr-link {
    margin: 5px;
    color: #e1e1e1 !important;
}

.text-indent-px10 {
    text-indent: 10px;
}
/* end tab css  */
/* footer  */
.footer-component {
    display: none;
    margin: 0px;
    bottom: 0;
    height: 60px;
    max-width: 912px;
    text-align: center;
    background-color: var(--background-color);
}

.footer-img {
    width: 45px;
    height: 45px;
}

.text-image-footer {
    width: 50px;
    height: 20px;
}

/* login */
.link-sign-up {
    text-align: start;
    margin-left: 30px;
}
/* end login */
/* register */
.input-text {
    text-indent: 10px;
}

label {
    color: #787878;
    font-weight: normal;
    font-size: 14px;
}

.div-register-a {
    color: #ff7bac;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    align-items: center;
}
.div-content-container hr {
    margin-left: 1.5em;
    margin-right: 1em;
}

.div-content-container {
    padding-right: 0px;
}
/* end register */
.icon-radius {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.font-size-medium {
    font-size: 12px;
}

.font-size-small {
    font-size: 10px;
}

.text-color-6e {
    color: #6e6e6e;
}

.text-color-be {
    color: #777777;
}

.a-delete {
    text-decoration: none;
    color: #f0abc6;
}

.pointer_avatar {
    cursor: pointer;
}
.pointer_link {
    cursor: pointer;
}

.ms-n5 {
    margin-left: -40px;
}

.button-add-member {
    height: 30px;
    width: 80px;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 0 3px;
    color: #999;
    font-size: 15px;
}

.div-search-color-background input {
    padding-top: 5px;
}

.grey {
    color: grey;
    margin-top: 10px;
}

.grey-label {
    color: grey;
}

.avatar-radius-medium {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.name-top-show-color {
    color: #9b8e80;
}

.image-sns-show {
    width: 45px;
}

.image-sns-top {
    width: 20px;
}

.sub-avatar-radius {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.sub-avatar-channel {
    width: 60px;
    height: 60px;
    border-radius: 10%;
}

.icon-radius-speaker {
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.icon-radius-sns {
    width: 33px;
    height: 33px;
}

.color-text-event-draft {
    color: #e3e3e3 !important;
    font-size: 14px;
}

.div-icon-on-air {
    font-size: 13px;
    width: calc(100% + 24px);
    background-color: var(--background_on_air);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.label-today-active {
    color: #9e9e9e;
    font-size: 15px;
    font-weight: 700;
}

.number-count {
    font-size: 12px;
    font-weight: bold;
    color: var(--text_color);
}

.flex-end-item {
    justify-content: flex-end;
}

.btn-fan {
    margin: auto;
    height: 40px;
    min-width: 90px;
    border-radius: 30px;
    border-color: white !important;
}

.btn-fan-color:active,
.btn-fan-color {
    background-color: var(--mouse_over_color) !important;
}

.btn-un-fan-color:hover,
.btn-un-fan-color:active,
.btn-un-fan-color {
    background-color: #dedede !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

#alert-div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
/* modal */
.modal {
    margin: auto;
    height: 100%;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin-top: 200px !important;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
}

.color-icon-notification-on {
    color: var(--background-color) !important;
}

.color-icon-notification-off {
    color: #d8d8d8;
}

.input-search {
    padding: 6px 12px;
}

.filter-date-input {
    border: 1px solid #cdd7e1 !important;
    padding: 9px 12px;
}

#avatar-preview {
    width: 100%;
}

.img-select-option {
    width: 35px;
    height: 35px;
    border-radius: 10%;
}

.select2-selection__choice {
    width: 97%;
    background-color: white !important;
    border: 0px !important;
    margin-top: 10px !important;
}

.select2-selection__choice__remove {
    font-size: 23px !important;
    color: #ced4da !important;
    display: flex;
    align-items: end;
    justify-content: end;
    font-family: "Times New Roman", Times, serif;
    border: 0px !important;
    top: 6px !important;
    left: initial !important;
    right: 0px !important;
    background-color: white;
    border-radius: 50%;
}

.select2-results__option {
    padding: 2px !important;
}

.select2-results__option:hover {
    background-color: #f3efe0;
    cursor: pointer;
}

.select2-selection__clear {
    font-weight: bold;
    color: #ced4da;
    font-family: "Times New Roman", Times, serif;
}

.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: 1px solid #aaa !important;
}

.select2-selection,
.select2-results__options {
    font-size: 1rem !important;
}

.div-text-channel-selected {
    width : calc(100% - 100px) !important;
    font-size: 14px;
}

.select-extend-option li {
    color: #988d7e;
}

.select-extend-option li:hover {
    background-color: #f3efe0;
}

.select-extend-option {
    width: 260px;
    z-index: 1040;
}

.pointer-link {
    cursor: pointer;
}

.label-count-extend {
    color: #c8b29a;
    font-size: 25px;
    font-weight: 500;
}

.position-count-channel-top {
    margin-top: -30px;
}

.label-go-event {
    margin-top: 20px !important;
    color: #c5b39b;
    font-size: 25px;
    font-weight: 700;
}

.w-div-sns-event-top {
    width: 70px;
}

.scroll-horizontal {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}

#div-event-duplicate {
    max-height: 400px;
    overflow-y : scroll;
}

#div-event-duplicate p {
    margin-bottom: 0.3rem;
}

.hand-out-icon {
    font-size: 36px;
    cursor: pointer;
}

.label-number-channel-invite {
    height: 24px;
    min-width:24px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:#FE3C2F;
}

.channel-invited-avatar-user {
    top: 24%;
    left: 92%;
    cursor: pointer;
}

.channel-invited-li-channel{
    top: -19%;
    left: 120%;
}

.channel-invited-tab-channel {
    top: -22%;
    left: 92%;
}

.div-bt-empty {
    height: 150px;
}

.hr-cover {
    color: #686363 !important;
    margin-left: -24px !important;
    width : calc(100% + 48px)
}

.btn-update {
    height: 40px;
}

.btn-accept-invited-number {
    top: 25%;
    left: 92% !important;
}

.number-order-link-ogp {
    flex : 10%;
    max-width: 25px;
    max-height: 25px;
    min-width: 25px;
    min-height: 25px;
    font-size: 12px;
    color: white;
    background-color: #a9a9a9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-message-notification {
    background-color: var(--background-color);
}

.mg-top-1px {
    margin-top: -1px;
}

.hand-out-icon {
    color: var(--mouse_over_color);
}

.form-check-input:checked {
    background-color: var(--background-color);
    border-color: var(--background-color);
}
@media (min-width: 769px) {
    .content {
        border-left: 1px solid var(--background-color);
        border-right: 1px solid var(--background-color);
    }

    .div-container {
        margin-top: 60px !important;
        margin: auto;
    }

    .header-component {
        margin: auto !important;
        border-left: 1px solid var(--background-color);
        border-right: 1px solid var(--background-color);
    }

    .div-logo {
        text-align: start;
    }

    .div-sign-in {
        text-align: end;
    }
    /* footer */
    .footer-component {
        margin: 0 auto !important;
    }

    .div-about {
        text-align: start;
    }

    .div-create_chanel {
        padding-right: 1.5em !important;
    }

    /* Content  */
    .div-content {
        border: 1px solid #cccccc24;
    }
    .div-content-container {
        padding-left: 0px;
    }

    .link-sign-up {
        text-align: center;
        margin-left: 100px;
    }

    .me-5rem {
        margin-right: 5rem;
    }
    .ms-5rem {
        margin-left: 5rem;
    }

    .button-add-member {
        width: 200px;
    }

    #alert-div {
        margin-left: -220px;
    }

    .btn-fan {
        width: 240px;
    }

    .channel-invited-tab-channel {
        left: 72% !important
    }
}

.fs-12pt {
    font-size: 12pt;
}

.fs-1rem {
    font-size: 1rem;
}

.text-justify {
    text-align: justify;
}

.footer-text-color {
    color: var(--text_color);
}

.fs-11pt {
    font-size: 11pt;
}

.break-spaces {
    white-space: break-spaces;
}

.text-right {
    text-align: right;
}

.color-icon-close {
    color: #d3d3d3;
}

.btn-back {
    color: var(--text_color);
}

.li-menu-profile {
    width: 20px;
    font-size: 14px;
}

.h-30px {
    height: 30px;
}

.line-height-20px {
    line-height: 20px;
}

.line-height-12px {
    line-height: 12px;
}

.group-filter a i {
    color: var(--mouse_over_color);
    font-size: 15pt;
    margin: 0 3px 0 3px;
}

.group-filter a:hover {
    color: #9e9e9e;
}

.top-event-hr-tab {
    margin-top: 10px !important;
}

.me--12px {
    margin-right: -12px;
}

.ms--12px {
    margin-left: -12px;
}

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

.fs-11px {
    font-size: 11px !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fs-16px {
    font-size: 16px;
}

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

.fs-19px {
    font-size: 19px;
}

.rounded-15px {
    border-radius: 15px;
}

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

.input-middle {
    vertical-align: middle !important;
}

.fs-title-tab {
    font-size: 15px !important;
}
.drag-icon {
    cursor: pointer;
    font-size: 22pt;
}

/* speaker is leader and above */
.div-star-speaker {
    width: 30px;
    height: 30px;
}

.star-speaker {
    color: #fff;
    font-size: 8px;
    border-radius: 50%;
    background-color: #19c276;
    right: 0px;
    top: 39px;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div-co-speaker {
    width: 28px;
    height: 35px;
}

.star-co-speaker {
    color: #ffff;
    font-size: 8px;
    border-radius: 50%;
    background-color: #19c276;
    right: 0;
    bottom: 4px;
    width: 12px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-channel-role {
    outline: none;
}

.bg-btn-time-grap-active {
    background : #ff6347 !important;
}

.div-btn-connect-twitter {
    font-size: 12px;
}

.color-icon-tw {
    color: #1D9BF0;
}

.btn-twitter-connect {
    background-color: #1D9BF0;
    border: none;
    color: #ffff;
    display:block;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: inherit;
    font-size: 14px;
}

.avatar-social-connected {
    width: 25px;
    height: 25px;
}

.w-btn-connect {
    width: 200px;
    height: 30px;
}

.div-link-disconnect-twitter {
    width: 200px;
}

.w-btn-connect a {
    color: white;
    text-decoration: none;
}

.img-sns {
    width: 40px;
}

.div-read-more {
    background-color: #efefef;
    height: 30px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.text-read-more {
    color: #777777;
}

.fa-sort-down {
    color: #777777;
}

.icon-twitter-top {
    color: #03A9F4;
    font-size: 24px;
}

.icon-facebook-top {
    color: #1376F2;
    font-size: 24px;
}

.icon-copy-top {
    color: #ced4da;
    font-size: 24px;
}

.btn-go {
    background-color: var(--mouse_over_color);
    color: white;
    border-radius: 30px !important;
    width: 85px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 426px) {
    .date-time-div {
        width: 50%;
    }
}

.text-fan-register-channel {
    font-size: 12px !important;
}

input#id_name::placeholder {
    font-size: 13px;
}

.w-fc {
    width: fit-content;
}

.page-content {
    padding-left: 24px;
    padding-right: 24px;
}

.page-edit {
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (max-width: 500px) {
    .w-fit-content {
            width: fit-content;
    }
    .w-40 {
        width: 40% !important;
    }

    .page-content {
        padding-left: 8px;
        padding-right: 8px;
    }

    .page-edit {
        padding-left: 8px;
        padding-right: 8px;
    }

    .d-none-mobile {
        display: none;
    }

    .block-channel-responsive {
        width: 40px !important;
    }
    .toastui-calendar-day-name-item {
        padding: 0px 0px !important;
    }
    .toastui-calendar-day-name__date {
        font-size: 14px !important;

    }
    .toastui-calendar-day-name__name {
        font-size: 8px !important;
    }

    .height-image {
        min-height : 250px !important;
    }


    .div-demo-ogp-mobile {
        display:none !important;
    }

    .div-parent-btn-copy-clipboard {
        justify-content: flex-end!important;
    }
}

.div-demo-ogp-mobile {
    display:flex;
}
.div-parent-btn-copy-clipboard {
   justify-content: space-between;
}

@media screen and (min-width: 500px) {
    .div-btn-prev {
        width: 30% !important;
    }

    .div-btn-next {
        width: 30% !important
    }
}

.color-black {
    color: black;
}

.color-grey {
    color: grey;
}

.color-green {
    color: #60c400;
}

.mt-50px {
    margin-top: 50px;
}

.color-white {
    color: white;
}

.xdsoft_date,
.xdsoft_time {
    font-size: 20px !important;
}

.input-group-text {
    display: none;
}

.calendar-input-fifter-date {
    right: 10px;
    top: 8px;
    color: #c4c4c4;
    z-index: 100;
}

.date-time-picker-archive input,
.date-time-picker-custom input {
    font-size: 12px !important;
}

.modal-content-crop-icon {
    margin-top: 10% !important;
    padding: 5px;
}

.cropper-bg {
    width: 100% !important;
}

#avatar-preview {
    width: 450px;
    max-height: 450px;
}

.xdsoft_datetimepicker {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto !important;
}

/* select 2 area */
.select2-selection {
    padding: 0px !important;
}

.select2-search--inline {
    line-height: 1;
}

.select2-search__field::placeholder {
    color: #7f7f7f;
}

.pd-15px {
    padding-left: 15px;
}
/* pagination */
.div-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.f-color-next-pre {
    color: var(--mouse_over_color);
}

.f-color-next-pre-none {
    color: #b3aaac;
}

.div-pagination .page-item.active .page-link::before,
.div-pagination .page-item.active .page-link {
    background-color: var(--mouse_over_color) !important;
    border: 1px solid var(--mouse_over_color) !important;
    color: white !important;
}

.page-link {
    color: #b3aaac !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.page-item:first-child .page-link {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
}
.page-item:last-child .page-link {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.page-link :hover {
    background-color: #92d050 !important;
}

.page-link:focus {
    outline: none;
    /* color: #007bff; */
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.fa-circle-chevron-up,
.fa-circle-chevron-down,
.fa-trash-can,
.drag-icon {
    color: var(--background-color);
}

.tagify {
    --tag-bg: #1D9BF0 !important;
    --tag-text-color:  #ffff !important;
    --tag-remove-btn-color : #ffff !important;
}
/* iphone SE, 5 */
@media (max-width: 321px) {
    .logo {
        width: 120px;
        height: 33px;
    }
    .xdsoft_datepicker {
        width: 72% !important;
    }
    .xdsoft_timepicker {
        width: 15%;
        margin-top: 10px !important;
    }
    .xdsoft_datetimepicker .xdsoft_month {
        width: 100px !important;
    }

    .xdsoft_datetimepicker .xdsoft_month {
        width: 89px !important;
    }

    #avatar-preview {
        width: 230px;
        max-height: 250px !important;
    }

    .modal-content-crop-icon {
        margin-top: 2% !important;
    }

    .xdsoft_datetimepicker {
        left: 10px !important;
        right: 10px;
        width: calc(100% - 20px);
    }
    .logo {
        height: 30px;
    }
    .fs-mini-responsive {
        font-size: 0.85rem !important;
    }

    .g-recaptcha {
        transform: scale(0.9);
    }

    .dropdown-menu {
        max-height: 250px !important;
    }
}

/* css mobile calendar pick */
@media (min-width: 322px) and (max-width: 480px) {
    .xdsoft_calendar {
        padding-right: 9px !important;
    }

    .xdsoft_datepicker {
        width: 75% !important;
    }

    .xdsoft_month {
        width: 100px !important;
    }

    .xdsoft_next {
        float: left !important;
    }

    .xdsoft_timepicker {
        width: 20%;
        margin-top: 10px !important;
    }

    .xdsoft_today_button {
        margin-left: 0px !important;
    }
    /* avatar preview when crop image  */
    #avatar-preview {
        width: 350px;
    }

    #avatar-preview {
        width: 300px;
        max-height: 350px !important;
    }

    .xdsoft_datetimepicker {
        left: 10px !important;
        right: 10px;
        width: calc(100% - 20px);
    }
}

/* tablet reponsive */
@media (min-width: 480px) {
    .xdsoft_datetimepicker .xdsoft_month {
        width: 100px !important;
    }

    #avatar-preview {
        width: 450px;
    }

    #avatar-preview {
        width: 350px;
        max-height: 350px !important;
    }
}

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

.h-30px {
    height: 30px;
}

.fs-14pt {
    font-size: 14pt;
}

.float-right {
    float: right;
}

.pt-5px {
    padding-top: 5px;
}

.text-pr {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-pr-one-line {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-pr-two-line {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropend .dropdown-toggle::after {
    margin: auto;
}

.mt-5px {
    margin-top: 5px;
}

.hr-event-spacing {
    margin-bottom: 0px;
    background-color: #F5F6F5;
}

.div-event-spacing {
    height: 50px;
    line-height: 25px;
    font-weight: 600;
    background-color: #F5F6F5;
    color: #737373;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 13px;
    margin-top: -1px !important;
}

.hr-event-list {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #F5F6F5;
}

.hr-archive-list {
    height: 1px;
    margin-top: 10px;
    margin-bottom: 0px;
    background-color: #F5F6F5;
}

.btn-channel {
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-copy-edit-color {
    color: #ced4da;
}

.btn-edit-color {
    color: var(--text_color);
}

.fa-link {
    font-size: 12px;
}
.dropend .dropdown-toggle::after {
    margin: auto;
}

.btn-fan-top {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    border: 0px;
    margin: auto;
    margin-right: 0px;
}

.mt-2rem {
    margin-top : 2rem;
}
.btn-fan-user {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    border: 0px;
    margin: auto;
    margin-right: 0px;
}

.float-left {
    float: left;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
}

.label-count-extend {
    cursor: pointer;
}

.btn-add-admin {
   width: 130px;
   height: 30px;
   border-radius: 30px;
   border-color: white !important;
   margin-right: 0px;
   margin-left: 5px;
}

.dropdown-menu {
    padding-right: 10px;
    padding-left: 10px;
}

.div-dropdown-channel {
    overflow: auto;
    max-height: 330px !important;
}

@media (min-width: 322px) {
    .dropdown-menu {
        max-height: 375px !important;
    }
}

.btn-admin-page {
    height: 30px;
    width:fit-content;
    min-width: 100px;
    border: 1px solid #999;
    border-radius: 30px;
    padding: 0 3px;
    color: #999;
    font-size: 12px;
}

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

.btn-prev-next {
    color: #9e9e9e;
    font-size: 14px;
    font-weight: 500;
}

.spacing-div-btn-follow-top {
    width : 80px;
}

.link-copy-mutil-event {
    cursor: pointer;
    color: #988D7E;
    font-size: 14px;
    padding: 0 20px !important;
    width: fit-content !important;
}

.number_dates_selected {
    font-weight: normal;
    color: #988D7E;
}

.bg-dates {
    background-color: var(--background-color) !important;
}
.remove-date-mutil-copy {
    cursor: pointer;
}
/* end custom datepicker  */

.spacing-div-btn-follow-top {
    width : 80px;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

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

.change-register-modal-title {
    color: #998675 !important;
}

.btn-ok-modal-share {
    background-color: #92d050;
    border-color: #92d050;
}

.btn-cancel-modal-share {
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.select2-selection__clear {
    display: none;
}

.text-event-name {
    color: #404040 !important;
    font-size: 14px;
}

.color-hr-below-tab {
    background-color: #F5F6F5;
}

.div-hr {
    height: 2px;
    margin-bottom: 10px;
}

.div-hr-button {
    height: 1px;
    margin-top: 10px;
}

.icon-copy {
    color: #ced4da;
    font-size: 30px;
}

.image-link-event {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.color-text-notFound {
    color: #f5f6f5;
}

.none-image-link {
    width: 80px;
    height: 80px;
    background-color: #f5f6f5;
}

.event-link-title {
    font-size: 12px;
    font-weight: 600;
}

.image-sns-archive-top {
    width: 50px;
}

.cursor-point {
    cursor: pointer;
}

.w-full {
    width: calc(100% + 24px);
    margin-left: -12px;
}

.pl-16px {
    padding-left: 16px;
}
.div-icon-edit {
    background-color: var(--mouse_over_color);
    border-radius: 50%;
    padding: 4px 11px;
}

.icon-edit {
    width: 40px;
    height: 40px;
}
.color-inactive {
    color: #aaaaaa !important;
}

.div-alert-message {
    background-color: var(--background-color) !important;
    border: 0px;
    color : var(--text_color);
    width: calc(100% + 24px);
    margin-left: -12px;
}

.label-option-handout {
    color: #212529;
    font-weight: 400 !important;
}

.color-count {
    color : var(--text_follower_color);
}

.m-block-auto {
    margin-block: auto;
}

.w-20px {
    width: 23px !important;
}

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

.alert-div-user-top {
    padding-right: 30px;
}

.text-sns-name {
    font-size: 12px;
    font-weight: 600;
    color: #777777;
}

.me--20px {
    margin-right: -20px;
}

.ms--20px {
    margin-left: -20px;
}

.w-85 {
    width: 85%;
}

.modal-content {
    border-radius: 1rem !important;
}

.mg-t-200px {
    margin-top: 100px;
}

.button-create-calendar {
    bottom: 70px;
    text-decoration: none;
    position: fixed;
    z-index: 1030;
    padding: 0;
}

.btn-create-calendar {
    color: #fff;
    font-size: 20px;
}

.form-check-input {
    width: 1.5em !important;
    height: 1.5em !important;
}

.form-check-input {
    margin-top: 0px !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 710px !important;
    }

    .d-none-menu {
        display: none !important;
    }

    .w-input-search-top {
        width: 350px !important;
        max-width: 350px !important;
        flex: inherit !important;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 1.3rem !important;
    }

    .hidden-menu {
        right : -308px !important;
    }
}

@media (max-width: 600px) {
    .custom-toast-success {
        min-width: 96% !important;
        max-width: calc(50% - 20px) !important;
    }

    .custom-toast-error {
        min-width: 96% !important;
        max-width: calc(50% - 20px) !important;
    }

    .custom-toast-welcome-message {
        min-width: 96% !important;
        max-width: calc(50% - 20px) !important;
    }
}

@media (min-width: 600px) and (max-width: 880px) {
    .custom-toast-success {
        min-width: 50% !important;
        max-width: 300px !important;
    }

    .custom-toast-error {
        min-width: 50% !important;
        max-width: 300px !important;
    }

    .custom-toast-welcome-message {
        min-width: 50% !important;
        max-width: 300px !important;
    }
}

@media (min-width: 881px) {
    .custom-toast-success {
        max-width: 450px !important;
    }

    .custom-toast-error {
        max-width: 450px !important;
    }
}

.custom-toast-success {
    font-size: 11pt !important;
    word-break: break-word!important;
    word-wrap: break-word !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    min-width: 20%;
    padding: 15px 40px 15px 45px !important;
}

.custom-toast-error {
    font-size: 11pt !important;
    word-break: break-word!important;
    word-wrap: break-word !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    min-width: 20%;
    padding: 15px 40px 15px 45px !important;
}

.custom-toast-welcome-message {
    font-size: 11pt !important;
    word-break: break-word!important;
    word-wrap: break-word !important;
    border-radius: 10px !important;
    font-weight: normal !important;
    min-width: 20%;
    padding: 25px 40px 25px 55px !important;
}

.toast-close {
    color: black !important;
    float: right !important;
    position: absolute;
    right: 3px;
    top: 15px;
    transform: translateY(-50%);
    font-size: 1.25rem !important;
    font-weight: normal !important;
}

/* Css icon success message toastify */
.icon-toast-success {
    color: #5EBA7D;
    margin-right: 8px;
    float: left !important;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20pt;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

/* Css icon error message toastify */
.icon-toast-error {
    color: #c44b44;
    margin-right: 8px;
    float: left !important;
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 20pt;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.icon-toast-welcome-message {
    color: #F7B211;
    margin-right: 8px;
    float: left !important;
    position: absolute;
    left: 15px;
    top: 31%;
    font-size: 20pt;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.fc-timeGridWeek-view {
    height: 100% !important;
}

.div-btn-create-new-event {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--mouse_over_color);
}

.ogp-image-demo {
    width: 50px;
    height: 30px;
    background: #efeff5;
    border: 1px solid #e7e6e6;
    margin-right: 7px;
    object-fit: cover;
    border-radius: 3px;
}

/* list checkbox select themes  */
.check-theme-profile,
.check-theme {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .check-theme-profile input,
  .check-theme input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  .checkmark {
    position: absolute;
    top: -18px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #eee;
    border-radius: 30%;
  }

  .check-theme-profile:hover input ~ .checkmark,
  .check-theme:hover input ~ .checkmark {
    background-color: #ccc;
  }

  .check-theme-profile input:checked ~ .checkmark,
  .check-theme input:checked ~ .checkmark {
    background-color: #2196F3;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .check-theme-profile input:checked ~ .checkmark:after ,
  .check-theme input:checked ~ .checkmark:after {
    display: block;
  }

  .check-theme-profile .checkmark:after,
  .check-theme .checkmark:after {
    left: 16px;
    top: 11px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

.div-check-theme-profile,
.div-check-theme {
    overflow: hidden;
    height: 50px;
}


.prev-theme {
    color: #888;
    width: 30px;
    font-size: 26pt;
}

.next-theme {
    color: #888;
    width: 30px;
    font-size: 26pt;
}

/* end list checkbox themes  */
.ranger-label {
    height: 50px;
    background-color: #F5F5F5;
    display: flex;
    align-items: center;
}

.mg-left-text-ranger {
    margin-left: 14px;
}

.color-text-ranger-label {
    color: #777777;
    font-weight: bold;
}

.icon-twitter-update {
    font-size: 35px !important;
    color: #1d9bf0 !important;
}

.twitter-channel-edit {
    padding-left: 3rem;
}

.btn-create-event {
    background-color: var(--background-color);
    border-radius: 30px;
    color: #FFFF;
    width: 150px;
    padding: 10px;
}

/* style input color*/
.input-color-container {
  position: relative;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border: solid 1px #ddd;
  border-radius: 10px;
}

.input-color {
  position: absolute;
  right: -8px;
  top: -8px;
  width: 60px !important;
  height: 60px !important;
  border: none;
}

.input-color-label {
  cursor: pointer;
  text-decoration: underline;
  color: #3498db;
}

/* Css truncate text */
@media (max-width: 600px) {
    .truncate-text {
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 40%;
        width: auto;
        white-space: nowrap;
        overflow: hidden;
    }

    .page-link:hover,
    .div-icon-search:hover,
    #div-add-new-member:hover,
    .div-show-move-info-user:hover,
    .div-icon-edit:hover,
    #btn-edit-event-info:hover,
    #btn-edit-event-info:hover,
    button:hover {
        background-color: var(--mouse_over_color) !important;
        border-color: var(--mouse_over_color) !important;
        color: #FFFFFF !important;
    }


    .fa-circle-chevron-up:hover,
    .fa-circle-chevron-down:hover,
    .fa-trash-can:hover,
    .drag-icon:hover,
    .group-filter a i:hover,
    .hand-out-icon:hover {
        color: var(--mouse_over_color) !important;
    }

    .button-create-user:disabled:hover {
        background-color: #e9ecef !important;
        border-color: #e9ecef !important;
    }

    .dropdown-menu-event {
        transform: translate3d(19px, 45px , 0px) !important;
        inset: unset !important;
    }

    .dropdown-menu-custom {
        position: fixed !important;
        bottom: 0 !important;
        transform: none !important;
        inset: auto auto 0px 0px !important;
        width: 100% !important;
    }
}

/* Menu login */
#menu__toggle {
    opacity: 0;
}

#menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
}

#menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
}

#menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__login,
#menu__toggle:checked ~ .menu__calendar,
#menu__toggle:checked ~ .menu__box {
    right: -8px !important;
}

.menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    z-index: 1;
    cursor: pointer;

}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
}

.menu__btn > span::before {
    content: '';
    top: -8px;
}

.menu__btn > span::after {
    content: '';
    top: 8px;
}

.calendar-loged{
    cursor: pointer;
}

.menu__login,
.menu__calendar,
.menu__box {
    display: block;
    position: absolute;
    top: 48px;
    right: 0px;
    border-radius: 10px 0px 0px 10px;
    right: -8px;
    width: 250px;
    height: 100vh;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}

.menu__login li,
.menu__calendar li,
.menu__box li {
    display:flex;
}

.menu__item {
    display: block;
    padding: 20px 10px 20px 35px;
    color: black;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    transition-duration: .25s;
    width : 100%;
    text-align: left !important;
}

.menu__item:hover {
    color: black !important;
}
.hr-menu {
    color: #dec3c3;
}

.id-name-menu {
    color: #B5B5B5;
}

.nick-name-menu {
    font-size: 16px;
    font-weight: normal;
}

.mt-5rem {
    margin-top: 5rem !important;
}

.ms--20px {
    margin-left: -20px !important;
}

.me--20px {
    margin-right: -20px !important;
}

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

.avatar-radius-user-top {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.avatar-speaker-event{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.input-channel-edit {
    height: 40px !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}


.input-style {
    border-radius: 10px !important;
    font-size: 14px !important;
}

.h-input {
    height: 40px !important;
}

.h-text-area {
    line-height: 2;
    height: 40px;
}

.message-err {
    box-sizing: inherit;
}

.select2-selection--multiple {
    border-radius: 10px !important;
    font-size: 14px !important;
}

.select2-dropdown--below {
    margin-top: -40px !important;
    padding-bottom: 0.5rem!important;
}

.select2-search--dropdown {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
    padding-top: 1rem!important;
}

.select2-dropdown--below {
    border: 1px solid #ced4da !important;
    top: 33px;
    border-top: 0px!important;
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.select2-dropdown--above {
    border: 1px solid #ced4da !important;
    border-radius: 10px !important;
}

.btn-remove-input-handout,
.btn-remove-input {
    color: #777777;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 10px;
}

.btn-remove-input-position {
    right: 18px;
    top: 1px;
}

.input-have-remove-btn {
    padding-left: 12px !important;
}

.mt-2rem {
    margin-top: 2rem;
}

.icon-trash {
    font-size: 30px;
    color: var(--background-color);
}

.select-member {
    border-radius: 10px !important;
}

.btn-add {
    display: block;
    height: 31px;
    border: 1px solid var(--background-color) !important;
    border-radius: 30px;
    padding: 0 3px;
    color: var(--background-color) !important;
    width: 100px;
    font-size: 11pt;
    background-color: white;
    line-height: 30px !important;
    font-weight: normal !important;
}

@media  (max-width: 400px) {
    .select2-container {
        max-width: 351px !important;
    }

    .label-url-root-channel {
        white-space: break-spaces !important;
    }
}

.id-name-list-channel {
    display: block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    overflow: hidden;
    width: fit-content;
}

.color-link-inactive {
    border: 1px solid #aaa !important;
    color: #aaa !important;
}

.label-modal {
    font-size: 16px !important;
}

.select2-search {
    display: none;
}

li.select2-results__option[aria-selected="true"] {
    display: none !important;
}

@media (min-width: 600px) {
    .modal-url-copy {
        padding-left: 5rem;
    }
}

.modal-url-copy {
    padding-left: 3rem;
}

.div-btn-remove-input {
    height: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: fit-content;
}

.div-btn-remove-input-referent {
    height: 40px;
    display: flex;
    justify-content: end;
    align-items: center;
    width: fit-content;
}

.text-placeholder-input-select2 {
    z-index: 10;
    top: 9px;
    left: 30px;
    font-size: 16px;
}

.component-header-register {
    background: var(--background-color);
    color: #fff;
    font-size: 16px;
    height: 60px;
}

.component-header-login {
    background: var(--background-color);
    color: #fff;
    font-size: 16px;
    height: 60px;
}

.width-fit-content {
    width: fit-content;
}

.div-icon-prev-next {
    border: 1px solid var(--mouse_over_color);
    border-radius: 50px;
    padding: 2px 13px;
    width: 40px;
    height: 40px;
}

.fs-20pt {
    font-size: 20pt !important;
}

.select2-container {
    max-width: 676px;
}

.select2-search__field::placeholder {
    font-size: 1rem !important;
    text-indent: 5px;
}

.select2-search__field {
    outline: 0 !important;
    line-height: 35px;
    border-radius: 0.5rem !important;
    background-color: #f4f8fa !important;
    border: none !important;
}

.fs-21pt {
    font-size: 21pt !important;
}

.select2-selection--single
 {
    border: 1px solid #ced4da !important;
 }

 .div-close-dropdown-channel {
    height: 20px;
    font-size: 25px;
    color: #ced4da;
 }

 .close-dropdown-channel {
    position: absolute;
    right: 0;
}

.icon-loading-tab {
    height: 70px;
}

.label-url-root-channel {
    white-space: nowrap;
}


.icon-list-channel-room {
    color: var(--background-color);
    font-size: 11pt;
}

.div-channel-rooms {
    line-height: 20px;
    font-size: 14px;
}

.list-channel-room {
    margin-bottom: 0.7rem;
}

.button-height {
    background-color: var(--mouse_over_color);
    border-radius: 30px;
    color: #FFFF;
    height: 60px;
    padding: 0px;
}

.form-auth {
    margin-top: -20px !important;
}

.component-label-header {
    margin-left: -36px !important;
    margin-right: -36px !important;
}

.full-width {
    margin-left: -36px !important;
    margin-right: -36px !important;
}

.full-width-img-top {
    margin-left: -24px !important;
    margin-right: -24px !important;
}

.icon-channel-room {
    height : 20px;
}

.component-header-create {
    background: var(--background-color);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    height: 60px;
}

.space-margin-left {
    margin-left: 36px;
}

.icon-edit-room {
    margin-top: 1px;
}

.btn-paste-clipboard {
    width:  220px;
    height: 36px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    background-color: var(--background-color);
    color: #fff !important;
    padding: 5px;
    border: 0px;
    border-radius: 10px;
    margin-top: 6px;
    margin-bottom: 10px;
}

@media (max-width: 500px) {
    .component-label-header {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    .full-width {
        margin-left: -20px !important;
        margin-right: -20px !important;
    }

    .full-width-img-top {
        margin-left: -12px !important;
        margin-right: -12px !important;
    }

    .slag-input {
        width: 65px !important;
    }

    .menu-link {
        width: 330px !important;
        height: 80vh !important;
     }

    .content-menu-link {
        height: calc(100% - 130px) !important;
    }
}

.icon-bell-top {
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 17pt;
}

.image-preview {
    width: 150px;
    border-radius: 10px;
}

.input-file-style {
    border-radius: 10px;
    font-size: 12px;
}

.w-text-list-user-room {
    max-width: calc(100% - 45px);
}

.btn-edit-user-room {
    color: #FFFF;
    font-size: 8px;
}

.slag-input {
    width: 200px;
    font-size: 12px !important;
}

.btn-save {
    background-color: var(--background-color);
    border-radius: 30px;
    color: #FFFF;
    width: 150px;
    padding: 10px;
}

/* next , previous image top hidden */
.carousel-control-next:hover,
.carousel-control-prev:hover {
    background-color: inherit !important;
 }

.carousel-indicators button {
    border: 0px !important;
    margin-top: 1px !important;
    margin-bottom: 1px !important;
}

.eventlink-title {
    color: #212529;
}

.link-room {
    color :black !important;
}

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

.div-link-parent {
    padding-right: 12px !important;
}
.disabled{
    pointer-events: none !important;
    color: #ccc;
}

.input-url-create {
    height: 40px;
    overflow: hidden;
}

.input-url {
    height: 40px;
    overflow: hidden;
}

.input-fixed-room {
    padding-left: 12px;
    padding-right: 0;
}

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

.textarea-style {
    border-radius: 10px !important;
    font-size: 1rem !important;
}


.full-width-setting {
    margin-left: -16px !important;
    margin-right: -16px !important;
}

.close-modal-copy-event {
    color: #ced4da;
    font-size: 25px;
    right: 0;
    cursor: pointer;
}

.custom-button-register {
    color: var(--mouse_over_color);
    border-radius: 10px;
    border: 1px solid var(--mouse_over_color);
    margin-right: 10px;
    height: 35px;
    padding: 0px 10px;
    background-color: white;
    font-weight: bolder;
    margin-top: 15px;
}

.custom-button-login {
    border: 0px;
    border-radius: 10px;
    background-color: white;
    font-weight: bolder;
    color: var(--mouse_over_color);
    margin-top: 5px;
    height: 35px;
    padding: 0px 10px;
    margin-top: 15px;
}

.btn-view {
    background-color: var(--mouse_over_color);
    color: white;
    border-radius: 30px !important;
    width: 85px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-view:hover {
    background-color: var(--mouse_over_color);
}

.btn-view-calendar {
    background-color: var(--mouse_over_color);
    color: white;
    border-radius: 30px !important;
    width: 85px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-view-calendar:hover {
    background-color: var(--mouse_over_color);
}

.color-on-air {
    background-color: var(--background_on_air) !important;
}

.color-on-air:hover {
    background-color: var(--background_on_air) !important;
    border: none !important;
}

.menu-link {
    display: block;
    position: absolute;
    right: -8px;
    border-radius: 10px 0px 0px 10px;
    width: 414px;
    height: calc(100vh - 60px);
    max-height: unset;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 10 !important;
    top: 48px;
}

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

.me--15px {
    margin-right: -15px !important;
}

.icon-close-menu-link {
    font-size: 25px;
    color: #ced4da !important;
}

.div-url-not-handout {
    border: 1px solid #f5f6f5;
    padding-top: 15px;
    border-radius: 0.5rem !important;
}

.mh-100vh {
    min-height: 100vh !important;
}

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

.content-menu-link {
    overflow: auto;
    height: calc(100% - 150px);
}

.pt-1px {
    padding-top: 1px !important;
}
.div-img-link {
    width: 40px !important;
    margin-right: 0.5rem !important;
    text-align: center !important;
}

.hr-menu-links {
    margin: 0px 0px 1rem 0px !important;
}
