
.ck.ck-editor__main>.ck-editor__editable {
min-height: 194px;
max-height: 194px;
margin-top: 10px;
}

.ck.ck-editor__main>.ck-editor__editable {
border: none;
}

.ck-editor__main {
border-radius: 25px !important;
background: rgba(239, 248, 255, 1) !important;

}

.ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
border-bottom-width: 1px !important;
border-radius: 18px !important;
background: #eff8ff;
border-color: white;
overflow: hidden;
}

.ck.ck-editor__main>.ck-editor__editable {
padding: 15px !important;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
border: none !important;
box-shadow: none !important;
}

.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners, .ck.ck-editor__main>.ck-editor__editable {
background: unset !important;
}

.pad {
padding-left: 20px;
padding-right: 20px;
}


.fullpage_blog {
position: relative;
padding-top: 50px;
padding-bottom: 50px;
max-width: 1640px;
width: 100%;
margin: 0 auto;
box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.06);
background:  var(--card);
margin-bottom: 100px;
border-radius: 25px;
}

.fullpage_blog .service_formatModal {
padding-top: 50px;
overflow: hidden !important;
}

.no_bg {
padding-top: 0px;
background:  unset;
box-shadow: unset;
}


.promt_icon {
    position: relative;
    cursor: pointer;
    display: flex;
}

.promt_icon img {
position: relative;
z-index: 1000;
}

.promt_blog {
    position: absolute;
    top: 12px;
    padding: 13px;
    border: 1px solid rgba(183, 192, 199, 1);
    background: white;
    border-radius: 0 20px 20px 20px;
    width: max-content;
    max-width: 250px;
    display: none;
    z-index: 1;
}

.promt_blog.left {
    left: auto;
    right: 12px;
    border-radius: 20px 0 20px 20px;
}

.promt_blog.right {
    left: 12px;
    right: auto;
    border-radius: 0 20px 20px 20px;
}

.promt_blog.center {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    border-radius: 20px 20px 20px 20px;
}

.promt_icon:hover .promt_blog {
    display: block;
    z-index: 100;
}


/* page_setting */

input:checked+.switch_item {
background-color: #2196F3;
}

input:checked+.switch_item:before {
transform: translateX(26px);
}

.page_setting {
padding-top: 95px;
}

.page_setting_content {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}

.form_content {
max-width: 672px;
width: 100%;
}

.page_setting_list {
margin-top: 50px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 20px;
}

.page_setting_ava {
position: relative;
width: 369px;
height: 369px;
border-radius: 35px;
overflow: hidden;
margin: auto;
display: flex;
background: rgba(255, 255, 255, 1);
border: 15px solid rgba(210, 236, 255, 1);
cursor: pointer;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
}


.add_default_img {
width: 120px !important;
height: 120px !important;
}


.page_setting_ava img {
position: relative;
}

.page_setting_ava.active::before {
content: "";
z-index: -1;
}

.page_setting_icon {
position: absolute;
bottom: -20%;
left: 0%;
opacity: 0;
transition: opacity 0.3s ease, bottom 0.3s ease;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
font-size: 55px;
background: #000000aa;
color: white;
height: 100%;
}

.page_setting_ava:hover .page_setting_icon {
opacity: 1;
bottom: 0%;
}

.ava_modal_blog {
max-width: 100%;
width: 100%;
max-height: 400px;
margin-bottom: 15px;
}

.ava_modal_content {
margin-top: 20px;
}

.cropped_container .page_setting_ava {
width: 250px;
height: 250px;
}

.crop_button {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin-top: 10px;
}

.page_setting_item {
margin-bottom: 10px;
width: 100%;
}

.page_setting_ava_title,
.page_setting_item_title {
font-size: 24px;
font-weight: 700;
color:  var(--color_grey2);
text-transform: uppercase;
margin-bottom: 10px;
}

.page_setting_item_title {
display: flex;
align-items: center;
gap: 15px;
position: relative;
z-index: 5;
}

.page_setting_item_title:hover {
    z-index: 500;
}


.promt_text {
max-width: 320px;
width: 100%;
font-weight: 300;
font-size: 14px;
color: rgba(83, 83, 83, 1);
text-transform:none;
}

.page_tabs {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
background: rgba(239, 248, 255, 1);
padding: 10px;
border-radius: 100px;
}

.page_tabs_item {
background: rgba(255, 255, 255, 1);
border-radius: 100px;
padding: 16px;
font-size: 16px;
font-weight: 400;
line-height: 17.6px;
color: var(--color_blue);
cursor: pointer;
}

.page_tabs_item.active {
background: var(--color_blue);
color: var(--color_white);
}

.page_tabs_blog {
margin-top: 35px;
}

.page_sticker_flex {
display: flex;
justify-content: space-between;
gap: 60px;
}

.page_sticker_blog {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.page_setting_item_title_qr {
background: rgba(239, 248, 255, 1);
width: 100%;
text-align: center;
padding: 26px;
border-radius: 100px;
font-weight: 700;
font-size: 15.97px;
}

.active_qr_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-top: 26px;
}

.show_qr_item {
max-width: 263px;
width: 100%;
background: rgba(255, 255, 255, 1);
box-shadow: 0px 0px 46.57px 0px rgba(40, 40, 40, 0.1);
padding: 20px;
border-radius: 20px;
text-align: center;
font-weight: 400;
font-size: 15.97px;
text-transform: uppercase;
}

.show_qr_item span {
color: var(--color_blue);
}

.active_qr_support {
margin-top: 50px;
}

.page_sticker_title {
font-size: 15.97px;
font-weight: 700;
color: var(--color_grey2);
margin-bottom: 14px;
}

.page_sticker_input {
display: flex;
align-items: center;
gap: 18px;
}

.page_sticker_input input {
background: rgba(239, 248, 255, 1);
border-radius: 18px;
padding: 10px 15px;
border: none;
width: 155px;
height: 50px;
}

.page_sticker_input .btn_code {
font-size: 14px;
font-weight: 700;
}

.page_qr_flex {
display: flex;
align-items: end;
justify-content: space-between;
margin-bottom: 20px;
}

.page_tabs_blog{
display: none;
}

.page_qr_item {
margin-bottom: 20px;
}

.page_qr_video {
box-shadow: 0px 0px 20px 0px rgba(46, 131, 193, 0.15);
border-radius: 20px;
background: rgba(255, 255, 255, 1);
color: var(--color_blue);
text-transform: uppercase;
padding: 5px 20px;
cursor: pointer;
font-size: 14px;
font-weight: 400;
height: 47px;
display: flex;
align-items: center;
justify-content: center;
}

.page_support {
background: var(--card);
box-shadow: var(--shadow);
border-radius: 20px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
gap: 20px;
max-width: 100%;
width: 100%;
height: 324px;
overflow: hidden;
}

.page_support img {
object-fit: none;
}

.page_sticker_text_min {
font-size: 12px;
margin-bottom: 5px;
}

.page_support_title {
text-transform: uppercase;
}

.page_support_title, .page_support_text {
font-size: 16px;
font-weight: 400;
text-align: center;
}

.page_setting_ava_title {
text-align: center;
}

.bio_gallery {
display: flex;
align-items: center;
justify-content: space-between;
background: rgba(239, 248, 255, 1);
border-radius: 28px;
padding: 14px;
gap: 20px;
margin-top: 15px;
}

.bio_gallery_item {
position: relative;
width: 50%;
height: 167px;
border-radius: 20px;
background:  var(--card);
cursor: pointer;
overflow: hidden;
}

.bio_gallery_item .page_gallery_input {
display: none;
}

.bio_gallery_item.active .page_gallery_input {
display: block;
}

.places_img {
max-width: 340px;
width: 100%;
height: 194px;
}

.places_img .bio_gallery_item {
max-width: 100%;
width: 100%;
height: 100%;
}

.delete_img_btn {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
background: red;
border-radius: 50%;
padding: 5px;
width: 40px;
height: 40px;
display: none;
align-items: center;
justify-content: center;
font-size: 20px;
color: white;
z-index: 10;
border: none;
opacity: 0.8;
transition: 0.2s ease;

}


.delete_img_btn:hover, .ava_delete:hover {
opacity: 1;
transition: 0.2s ease;
}

.bio_gallery_img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
}

.bio_gallery_img::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
width: max-content;
height: max-content;
z-index: 0;
font-size: 50px;
filter: blur(8px);
background: white;
}

.bio_gallery_img img {
object-fit: contain;
background: #ffffff;
transition: opacity .3s ease-in-out;
opacity: 1;
width: 100%;
height: 100%;
/* display: none; */
}

.page_setting_button {
display: flex;
justify-content: flex-end;
margin-top: 10px;
}

.page_setting_button .btn_code {
height: 49px;
}

.remove_loved,
.remove_link,
.remove_video
{
background: rgb(254, 104, 104);
padding: 10px;
border-radius: 28px;
margin-top: 5px;
max-width: 100px;
width: 100%;
color: white;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
}

.video_item_img {
max-width: 300px;
margin-bottom: 15px;
display: none;
}

.video-player {
max-width: 100%;
}

.video-player iframe  {
max-width: 100%;
}

.bio_gallery input[type="checkbox"] {
display: none;
}

#ava_file {
display: none;
}

.page_gallery {
background: rgba(239, 248, 255, 1);
border-radius: 28px;
padding: 15px;
display: flex;
gap: 20px;
}

.page_gallery_top,
.page_gallery_bottom {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}

.page_gallery_content_img,
.page_gallery_content_audio {
position: relative;
display: flex;
flex-direction: column;
width: 100%;
gap: 20px;
}

.page_gallery_item {
background: rgba(239, 248, 255, 1);
display: flex;
flex-direction: column;
gap: 10px;
border-radius: 20px;
overflow: hidden;
}

.page_gallery_images,
.page_gallery_audios {
display: flex;
flex-direction: column;
width: 50%;
gap: 15px;
}

.page_gallery_img {
display: flex;
flex-direction: column;
align-items: start;
max-width: 312px;
width: 100%;
min-height: 165px !important;
border-radius: 20px;
gap: 5px;
background: white;
overflow: hidden;
}

.page_gallery_item_input {
display: none;
}

.page_gallery_img,
.page_gallery_img_top,
.page_gallery_audio_top,
.page_gallery_img_bottom,
.page_gallery_audio_bottom,
.page_gallery_audio {
max-width: 100%;
width: 100%;
height: 167px;
border-radius: 20px;
background: white;
cursor: pointer;
overflow: hidden;

}

.page_gallery_img {
background: #efefef;
}

.page_gallery_input {
position: absolute;
top: 80%;
left: 0;
width: 100%;
height: 30px;
z-index: 15;
}

.page_gallery_input input {
width: 100%;
padding: 10px;
height: 100%;
border: none;
}

.page_gallery_input input::placeholder {
font-size: 14px;
color: rgba(157, 155, 155, 1);
}

.page_gallery_img2,
.page_gallery_audio_img2 {
display: none;
}

.page_gallery_img_top,
.page_gallery_audio_top {
display: flex;
align-items: center;
justify-content: center;
}

.page_gallery_audio_new {
max-width: 312px;
width: 100%;
cursor: pointer;
}

.page_gallery_img img {
width: 100%;
height: 100%;
object-fit: contain;
}

.page_gallery_img1,
.page_gallery_audio_img1 {
width: 75px !important;
height: 75px !important;
}


.page_gallery_img2,
.page_gallery_audio_img2 {
width: 30px !important;
height: 30px !important;
object-fit: cover;
}

.page_gallery_item_img,
.page_gallery_item_audio {
position: relative;
}

.img_delete,
.audio_delete {
background: rgba(228, 0, 0, 1);
width: 25px;
height: 25px;
border-radius: 50%;
font-size: 16px;
line-height: 100%;
font-weight: 400;
color: white;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
position: absolute;
}

.img_delete {
top: 10px;
right: 10px;
}

.audio_delete {
top: -10px;
right: 0px;

}

.img_delete img,
.audio_delete img {
width: 10px;
height: 4px;
}

.additionally_blog, .additionally_exit{
width: 100%;
}

.additionally_exit {
display: none;
text-align: center;
}

.additionally_link {
color: blue;
cursor: pointer;
}

.page_setting_item_input input,
.page_setting_item_input textarea {
padding: 10px 24px;
border: none;
max-width: 6720px;
width: 100%;
height: 49px;
border-radius: 28px !important;
background: rgba(239, 248, 255, 1);
font-size: 16px;
font-weight: 400;
}

.page_setting_item_input input::placeholder, .page_setting_item_input textarea::placeholder  {
text-align: center;
color: rgba(183, 192, 199, 1);
}

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

.maxlength_text {
text-align: end;
font-size: 14px;
color: #535353;
width: 100%;
}

.page_setting_item_input textarea {
min-height: 194px;
}

.page_setting_item_input input:focus,
textarea:focus {
box-shadow: none;
outline: none;
}

.page_setting_blocked {
padding: 15px;
background: #ccc;
display: flex;
gap: 10px;

}

.page_setting_item_block {
display: flex;
align-items: center;
justify-content: space-between;
}

.page_setting_item_lock {
width: 19px;
height: 21px;
}

.page_setting_item_blueBlocks {
display: flex;
flex-direction: column;
gap: 15px;
}

.page_setting_item_blueBlock {
padding: 40px;
border-radius: 28px;
background: rgba(210, 236, 255, 1);
width: 100%;
min-height: 130px;
}

.page_setting_item_top {
display: flex;
justify-content: space-between;
}

.page_setting_item_right {
max-width:220px;
width: 100%;
height: 220px;
border: 14px solid rgba(239, 248, 255, 1);
border-radius: 28px;
}

.page_setting_item_right img {
border-radius: 20px;
}

.page_setting_item_title_blue {
color: rgba(46, 131, 193, 1);
font-size: 16px;
font-weight: 700;
margin-bottom: 11px;
text-transform: uppercase;
position: relative;
z-index: 50;
}

.userinfo_item_long {
max-width: 325px !important;
width: 100%;
}



.userinfo_item_drop_delivery {
margin-bottom: 20px;
}

.creat_button {
padding-top: 20px;
padding-bottom: 100px;
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}

.btn_create, .btn_close,  .btn_delete{
max-width: max-content;
width: 100%;
background: rgba(46, 131, 193, 1);
padding: 5px 30px 5px 30px;
height: 50px;
color: white;
font-size: 16px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
border-radius: 28px;
border: none;
cursor: pointer;
text-transform: uppercase;
}

.btn_close {
background: #535353;
margin-left: unset;
display: none;
margin-bottom: 0;
}

.btn_close:hover {
color: white;
}

.btn_delete {
width: max-content;
background: #ff0000;
margin-bottom: 0;
}

.btn_delete:hover {
color: white;
}


.btn_create:hover {
background: var(--btn-link-hover);
color: rgba(46, 131, 193, 1);
box-shadow: 44px 18px 66.8px 0px rgba(46, 131, 193, 0.2);
}

.page_setting_item.error .page_setting_item_input input,.page_setting_item.error .page_setting_item_input textarea{
background: rgba(255, 239, 239, 1);
}

.error-message {
font-size: 16px;
font-weight: 400;
text-align: left;
color: rgba(228, 0, 0, 1);
}

/* page_setting finish */


/* Custom audio player  */
.audio_player {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 10px;
    border-radius: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background: #D2ECFF;
    position: relative;
}

.progress_container {
    position: relative;
    width: 100%;
    height: 10px;
    display: flex;
    align-items: end;
    gap: 2px;
}

.progress_wave {
    border-radius: 20px;
    transition: background-color 0.1s ease;
    pointer-events: none;
}

.play_btn {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 20px;
    background: #2E83C1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play_btn::after {
    content: url('../images/playIcon.svg');
    width: 16px;
    height: 20px;
}

.play_btn.pause::after {
    display: none;
}

.play_btn.pause::before {
    content: url('../images/pause.svg');
    transform: translateY(2px);
    background-size: contain;
}

.progress_block {
    width: 60%;
}

.progress_block_long {
    width: 78%;
    margin: auto;
}

.progress_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.progress_container {
    flex: 1;
    height: 34px;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}


.progress_bar {
    height: 100%;
    width: 0;
    background-color: #007bff;
    overflow: hidden;
}

.current_time,
.duration {
    font-size: 14px;
    font-weight: 400;
    color: #2E83C1;
}
