.sub[name="gif"] {
    height: 100%;
    padding: 0;
}

/* #region main */
.sub[name="gif"] .sub_child[name="employee"] {
    width: 100%;
    height: -webkit-fill-available;
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    transition: transform 0.1s ease-in-out;
    transform: translateX(0);
    overflow: auto;
    align-items: flex-end;
    z-index: 1;
}

.sub[name="gif"] .sub_child[name="employee"] .des {
    width: -webkit-fill-available;
    margin: 10px 10px 0 10px;
}

.sub[name="gif"] .sub_child[name="employee"] .select {
    width: -webkit-fill-available;
    padding: 0 10px;
    position: sticky;
    top: -40px;
    right: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    column-gap: 10px;
}

.sub[name="gif"] .sub_child[name="employee"] .select button.clear {
    width: 60px;
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 15px;
    background-color: #E5E5EA;
    color: #007AFF;
    box-shadow: rgb(211 211 211 / 50%) 0px 1px 5px 1px;
    font-size: 14px;
}

.sub[name="gif"] .sub_child[name="employee"] .select button.all {
    width: 100px;
    height: 30px;
    padding: 0 10px;
    border: none;
    border-radius: 15px;
    background-color: #E5E5EA;
    color: #007AFF;
    box-shadow: rgb(211 211 211 / 50%) 0px 1px 5px 1px;
    font-size: 14px;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data {
    width: 100%;
    height: fit-content;
    padding: 10px 0 0 0;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group {
    width: calc(100% - 0px);
    height: fit-content;
    padding: 0px 0px 15px 0px;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .group_name {
    font-size: 18px;
    font-weight: bold;
    margin: 0px 0 0 10px;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai {
    width: calc(100% - 0px);
    height: fit-content;
    margin-top: 10px;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: row;
    /* column-gap: 5px; */
    row-gap: 5px;
    overflow: auto;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child {
    width: calc(50% - 10px);
    max-width: 200px;
    height: 200px;
    padding: 0 0 0 0;
    margin: 0 0 0 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 1px #EBEBEB;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background: center;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group[index="0"] .contai {
    width: calc(100% - 10px);
    padding: 0 5px;
    display: flex;
    flex-wrap: nowrap;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group[index="0"] .contai .child {
    width: 100%;
    height: 180px;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child .name {
    width: calc(100% - 0px);
    height: fit-content;
    padding: 0 0 0 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
    justify-content: flex-start;
    position: absolute;
    bottom: 0;
    color: white;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child .name .text {
    width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    padding: 0 0 0 5px;
    height: 30px;
    font-size: 16px;
    /* font-weight: bold; */
    color: white;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 0;
    text-shadow: 1px 1px 3px dimgray;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group[index="1"] .contai .child img {
    width: auto;
    height: 100%;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child img {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(5px) !important;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child[status="select"] img {
    filter: contrast(0.5);
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child .check {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    color: white;
    border: solid 2px white;
    border-radius: 50%;
    background: #007AFF;
    background-clip: padding-box;
    box-shadow: 1px 0px 2px 0px #007AFF;
    display: none;
}

.sub[name="gif"] .sub_child[name="employee"] .contai_data .group .contai .child[status="select"] .check {
    display: unset;
}

.sub[name="gif"] .sub_child[name="employee"] button.next {
    width: 100px;
    min-height: 40px;
    position: sticky;
    bottom: 10px;
    margin: 0 10px 0 0;
    border: none;
    border-radius: 20px;
    background-color: #0094F4;
    color: white;
    font-size: 16px;
    box-shadow: rgb(211 211 211 / 50%) 0px 1px 5px 1px;
}

.sub[name="gif"] .sub_child[name="employee"] .header_bar .search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub[name="gif"] .sub_child[name="search"] {
    width: 100%;
    height: -webkit-fill-available;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    transition: opacity 0.1s ease-in-out;
    opacity: 0;
    transform: translateX(0);
    overflow: auto;
    align-items: flex-end;
    z-index: 1;
}

.sub[name="gif"] .sub_child[name="search"] .input {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: solid #EBEBEB;
    border-width: 0 0 1px 0;
}

.sub[name="gif"] .sub_child[name="search"] .input .contai_input {
    width: 100%;
    height: 38px;
    margin: 0 10px 0 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background: #F3F4F6;
    column-gap: 5px;
    border-radius: 10px;
}

.sub[name="gif"] .sub_child[name="search"] .input .contai_input .search {
    color: dimgray;
    font-size: 22px;
}

.sub[name="gif"] .sub_child[name="search"] .input .contai_input input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
}

.sub[name="gif"] .sub_child[name="search"] .input .contai_input textarea {
    width: 100%;
    height: 22px;
    border: none;
    background: transparent;
    font-size: 16px;
    text-wrap: nowrap;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="search"] .input .close {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.sub[name="gif"] .sub_child[name="search"] .result {
    width: calc(100% - 20px);
    height: calc(100% - 75px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.sub[name="gif"] .sub_child[name="search"] .result .child {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 20px;
    position: relative;
    align-items: center;
}

.sub[name="gif"] .sub_child[name="search"] .result .child .picture {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="search"] .result .child .text span {
    color: dimgray;
    font-size: 14px;
}

.sub[name="gif"] .sub_child[name="search"] .result .child .insert {
    position: absolute;
    right: 0;
}

/* #endregion main */

/* #region confirm */

.sub[name="gif"] .sub_child[name="confirm"] {
    width: 100%;
    height: -webkit-fill-available;
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    transition: transform 0.1s ease-in-out;
    transform: translateX(100%);
    overflow: auto;
    align-items: center;
    z-index: 1;
}

.sub[name="gif"] .sub_child[name="confirm"] button.pay_all {
    width: auto;
    min-height: 30px;
    padding: 0 15px;
    margin: 10px 0 10px calc(100% - 110px);
    border: none;
    border-radius: 15px;
    background-color: #E5E5EA;
    color: #007AFF;
    box-shadow: rgb(211 211 211 / 50%) 0px 1px 5px 1px;
    font-size: 14px;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai {
    width: 100%;
    height: fit-content;
    padding: 5px 0px;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child {
    width: calc(100% - 10px);
    min-height: 60px;
    height: auto;
    padding: 5px 5px;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    column-gap: 10px;
    align-items: flex-start;
    background-color: white;
    /* border: solid 1px #EBEBEB; */
    position: relative;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child .picture {
    width: 80px;
    height: auto;
    max-height: 80px;
    border-radius: 5px;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child .text {
    max-width: calc(100% - 180px);
    /* height: 50px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child .text span {
    color: dimgray;
    font-size: 14px;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child button.pay {
    width: 70px;
    height: 30px;
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    border-radius: 15px;
    background-color: #E5E5EA;
    color: black;
    font-size: 14px;
    box-shadow: rgb(211 211 211 / 50%) 0px 1px 5px 1px;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child[value=""] button.pay,
.sub[name="gif"] .sub_child[name="confirm"] .contai .child[value="0"] button.pay {
    background-color: #0094F4;
    color: white;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child .total {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: black;
    font-size: 16px;
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai .child .total span {
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="confirm"] .contai[value=""] .child .total,
.sub[name="gif"] .sub_child[name="confirm"] .contai[value="0"] .child .total {
    display: none;
}

.sub[name="gif"] .sub_child[name="confirm"] .count {
    width: calc(100% - 20px);
    padding: 10px 10px;
    font-size: 18px;
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="confirm"] .sum {
    width: calc(100% - 20px);
    padding: 0 10px 20px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="confirm"] .sum .text {}

.sub[name="gif"] .sub_child[name="confirm"] .sum .value {}

.sub[name="gif"] .sub_child[name="confirm"] .sum .value span {
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="confirm"] button.confirm {
    width: 150px;
    min-height: 40px;
    margin: 0 0 20px 0;
    border: none;
    border-radius: 10px;
    background-color: #0094F4;
    color: white;
    font-size: 16px;
    box-shadow: rgb(211 211 211 / 50%) 0px 1px 5px 1px;
}

/* #endregion confirm */

/* #region payValue */

.sub[name="gif"] .sub_child[name="payValue"] {
    width: 100%;
    height: -webkit-fill-available;
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    transition: transform 0.1s ease-in-out;
    transform: translateX(100%);
    overflow: auto;
    align-items: center;
    z-index: 1;
}

.sub[name="gif"] .sub_child[name="payValue"] .contai_menu {
    width: 100%;
    height: calc(100% - 120px);
    /* padding: 60px 0; */
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.sub[name="gif"] .sub_child[name="payValue"] .contai_menu .child {
    width: calc(100% - 20px);
    height: 60px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
}

.sub[name="gif"] .sub_child[name="payValue"] .contai_menu .child .icon {
    font-size: 32px;
    font-weight: 600;
    margin-left: 20px;
    font-variation-settings: 'FILL' 1;
    color: #00C7BE;
}

.sub[name="gif"] .sub_child[name="payValue"] .contai_menu .child .text {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.sub[name="gif"] .sub_child[name="payValue"] .contai_menu .child .text span {
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 80%);
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog {
    width: 80%;
    /* min-height: 180px; */
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .head_bar {
    width: calc(100% - 25px);
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 20px 15px;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .head_bar .text {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .head_bar .close {}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .msg {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 16px;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .value {
    width: 230px;
    height: 35px;
    background: #F3F4F6;
    border: 0px solid #D9D9D9;
    border-radius: 8px;
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .err {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: red;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .footer_bar {
    margin: 10px 0 20px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .footer_bar .confirm {
    width: 120px;
    height: 40px;
    background: #30B0C7;
    border: none;
    border-radius: 20px;
    color: white;
    font-size: 16px;
}

.sub[name="gif"] .sub_child[name="payValue"] .custom .contai_dialog .footer_bar .cancel {
    width: 100px;
    height: 35px;
    /* background: #E3E3E3; */
    /* border: 1px solid #767676; */
    /* border-radius: 18px; */
    font-size: 16px;
    font-weight: bold;
    color: black;
    border: none;
    background: transparent;
}


/* #endregion payValue */

/* #region post */

.sub[name="gif"] .sub_child[name="post"] {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    transition: transform 0.1s ease-in-out;
    transform: translateX(100%);
    z-index: 1;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
}

.sub[name="gif"] .sub_child[name="post"] .header_bar .text {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
}

.sub[name="gif"] .sub_child[name="post"] .des {
    font-size: 16px;
    font-weight: bold;
    margin: 10px;
    width: calc(100% - 20px);
}

.sub[name="gif"] .sub_child[name="post"] .exp {
    width: -webkit-fill-available;
    min-height: 200px;
    padding: 0 10px 10px 10px;
    overflow-x: auto;
    display: flex;
    column-gap: 5px;
    flex-direction: row;
}

.sub[name="gif"] .sub_child[name="post"] .exp .picture {
    min-width: 40%;
    min-height: 100%;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.sub[name="gif"] .sub_child[name="post"] .exp .picture .text {
    width: -webkit-fill-available;
    margin: 5px;
    position: absolute;
    bottom: 0;
    /* z-index: 1; */
    color: white;
    font-size: 16px;
    text-shadow: 1px 1px 3px dimgray;
}

.sub[name="gif"] .sub_child[name="post"] .exp .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.sub[name="gif"] .sub_child[name="post"] .theme {
    width: -webkit-fill-available;
    height: 40px;
    min-height: 40px;
    padding: 0 10px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    row-gap: 5px;
    justify-content: space-between;
}

.sub[name="gif"] .sub_child[name="post"] .theme .name {
    font-size: 14px;
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="post"] .theme .price {
    font-size: 16px;
    font-weight: bold;
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="post"] .data {
    width: 100%;
    min-height: fit-content;
    display: flex;
}

.sub[name="gif"] .sub_child[name="post"] .data .picture {
    width: 100%;
    min-height: fit-content;
    background: transparent;
    display: flex;
}

.sub[name="gif"] .sub_child[name="post"] .data .picture img {
    width: 100%;
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu {
    width: 100%;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child {
    width: calc(100% - 20px);
    height: 60px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child .icon {
    font-size: 32px;
    font-weight: 600;
    margin-left: 20px;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child[name="picture"] .icon {
    color: #5856D6;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child[name="caption"] .icon {
    color: #007AFF;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child[name="caption"] {
    height: auto;
    display: flex;
    flex-direction: column;
    position: unset;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child .contai {
    width: 100%;
    height: 60px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child[name="caption"] .selected {
    width: calc(100% - 20px);
    display: flex;
    justify-content: space-between;
    padding: 10px 0 10px 0;
    border: solid #EBEBEB;
    border-width: 1px 0 0 0;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child[name="caption"] .selected .text {
    font-size: 16px;
    font-weight: unset;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child[name="caption"] .selected .close {
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    overflow: hidden;
    font-size: 28px;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child .text {
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="post"] .contai_menu .child .text span {
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="post"] .text_warning {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
}

.sub[name="gif"] .sub_child[name="post"] .text_warning span {
    font-weight: bold;
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="post"] button.btn_confirm {
    width: 150px;
    min-height: 40px;
    border: none;
    border-radius: 10px;
    background-color: #0094F4;
    color: white;
    font-size: 16px;
    margin: 20px 0 50px 0;
}

.sub[name="gif"] .sub_child[name="post"] .contact {
    width: calc(100% - 40px);
    /* height: 207px; */
    margin: 5px 0 0 0;
    padding: 10px;
    background-color: white;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}

.sub[name="gif"] .sub_child[name="post"] .contact .text {
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="post"] .contact .icons {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin: 10px 0 0 0;
    /* column-gap: 5px; */
    overflow: auto;
    align-items: center;
}

.sub[name="gif"] .sub_child[name="post"] .contact .icons img {
    width: 45px;
    padding: 6px;
}

.sub[name="gif"] .sub_child[name="post"] .contact .icons img[status="select"] {
    border: solid 3px #0094F4;
    border-radius: 10px;
    padding: 3px;
}

.sub[name="gif"] .sub_child[name="post"] .contact[status="select"] input {
    display: unset;
    width: calc(100% - 20px);
    padding: 10px;
    font-size: 16px;
    border: none;
    background: #F3F4F6;
    border-radius: 10px;
    margin: 10px 0 0 0;
}

.sub[name="gif"] .sub_child[name="post"] .contact input {
    display: none;
}

/* #endregion post */

/* #region editImg */

.sub[name="gif"] .sub_child[name="editImg"] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="editImg"] .close {
    font-size: 28px;
    color: white;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sub[name="gif"] .sub_child[name="editImg"] .contai_img {
    width: auto;
    height: auto;
    display: flex;
}

.sub[name="gif"] .sub_child[name="editImg"] img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.sub[name="gif"] .sub_child[name="editImg"] button.crop {
    width: 120px;
    min-height: 40px;
    border: none;
    border-radius: 10px;
    background-color: transparent;
    color: white;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
}

/* #endregion editImg */

/* #region caption */

.sub[name="gif"] .sub_child[name="caption"] {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #F9F9F9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform 0.1s ease-in-out;
    transform: translateX(100%);
}

.sub[name="gif"] .sub_child[name="caption"] .header_bar {
    width: calc(100% - 20px);
    height: 50px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: solid #EBEBEB;
    border-width: 0 0 2px 0;
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    z-index: 1;
}

.sub[name="gif"] .sub_child[name="caption"] .header_bar .search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub[name="gif"] .sub_child[name="caption"] .header_bar .text span {
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="caption"] .header_bar .close {
    font-size: 28px;
}

.sub[name="gif"] .sub_child[name="caption"] .data {
    width: 100%;
    height: calc(100% - 60px);
    padding: 60px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
    overflow: auto;
}

.sub[name="gif"] .sub_child[name="caption"] .data .group {
    width: calc(100% - 30px);
}

.sub[name="gif"] .sub_child[name="caption"] .data .group .dropdown {
    width: calc(100% - 20px);
    height: 50px;
    padding: 0 10px;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    justify-content: space-between;
    font-size: 18px;
    font-weight: bold;
}

.sub[name="gif"] .sub_child[name="caption"] .data .group[status="expand"] .dropdown .expand {
    transform: rotate(180deg);
}

.sub[name="gif"] .sub_child[name="caption"] .data .group[status=""] .group_data {
    height: 0;
    border-width: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.sub[name="gif"] .sub_child[name="caption"] .data .group[status="expand"] .group_data {
    width: calc(100% - 20px);
}

.sub[name="gif"] .sub_child[name="caption"] .data .group .group_data {
    background: white;
    padding: 10px;
    margin: 3px 0 0 0;
    border: solid 1px #EBEBEB;
    border-radius: 10px;
    transition: all 0.05s linear;
}

.sub[name="gif"] .sub_child[name="caption"] .data .group .group_data .child {
    width: 100%;
    border: solid #EBEBEB;
    border-width: 0 0 1px 0;
    padding: 10px 0;
    font-size: 16px;
}

.sub[name="gif"] .sub_child[name="caption"] .data .group .group_data .child:hover {
    color: #32ADE6;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: white;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .input {
    width: 100%;
    height: 55px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: solid #EBEBEB;
    border-width: 0 0 1px 0;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .input .contai_input {
    width: 100%;
    height: 38px;
    margin: 0 10px 0 10px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    background: #F3F4F6;
    column-gap: 5px;
    border-radius: 10px;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .input .contai_input .search {
    color: dimgray;
    font-size: 22px;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .input .contai_input input {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .input .contai_input textarea {
    width: 100%;
    height: 22px;
    border: none;
    background: transparent;
    font-size: 16px;
    text-wrap: nowrap;
    overflow: hidden;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .input .close {
    margin: 0 10px 0 0;
    font-size: 18px;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .result {
    width: calc(100% - 20px);
    height: calc(100% - 75px);
    padding: 10px;
    display: flex;
    flex-direction: column;
    overflow: auto;
}

.sub[name="gif"] .sub_child[name="caption"] .contai_search .result .child {
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}

/* #endregion caption */