﻿/*
                       _______              _     _
                      |__   __|            | |   | |
      _ __   _____      _| |_   _ _ __ ___ | |__ | |
     | '_ \ / _ \ \ /\ / / | | | | '_ ` _ \| '_ \| |
     | | | |  __/\ V  V /| | |_| | | | | | | |_) | |
     |_| |_|\___| \_/\_/ |_|\__,_|_| |_| |_|_.__/|_|


     Copyright © 2018-2020 8-P, LLC. All rights reserved.
*/

.NTDIALOG___dialogBox {
	background: rgb(255, 255, 255);
	width: 540px;
	position: relative;
	top: 80px;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
	max-width: calc(100vw - 1rem);
}

.NTDIALOG___dialog {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: rgba(48, 59, 75, 0.9);
	z-index: 99999999999999999999;
	display: none;
	overflow: hidden auto;
	top: 0px;

	background-color: rgba(255, 255, 255, 0.1);
	-webkit-backdrop-filter: blur(2rem);
	backdrop-filter: blur(2rem);
	background-image: linear-gradient(45deg, hsla(0, 0%, 60%, 0.1), rgba(0, 0, 0, 0.29) 30%, hsla(0, 0%, 0%, 0.25) 65%, rgba(228, 228, 228, 0.1));

	transition: .5s;
	animation: fadein .5s ease-out;
	animation-direction: reverse;
}

.NTDIALOG___dialog.show {
	display: block;

	transition: 1s;
	animation: fadein .25s ease-in-out both;
}

.NTDIALOG___headline:empty {
	display: none;
}

/*******************************************************************************************************************************
**                                                           Viewer                                                           **
*******************************************************************************************************************************/

.dialog.dialog_viewer {
   overflow-y: hidden;
   z-index: 1001;
   display: block;
   width: unset;
   height: 0;
   position: fixed;
   background: none;
   top: unset;
   overflow: unset;
}

.dialog_viewer .pswp__bg {
   background: rgb(48, 59, 75);
}

/*******************************************************************************************************************************
**                                                        Compose Post                                                        **
*******************************************************************************************************************************/

.dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    /* background: rgba(48, 59, 75, 0.9); */
    z-index: 99999999999999999999;
    display: none;
    overflow: hidden auto;
    top: 0px;

		background-color: rgba(0, 0, 0, 0.25);
		-webkit-backdrop-filter: blur(3rem);
		backdrop-filter: blur(3rem);
		background-image: linear-gradient(45deg, hsla(0, 0%, 60%, 0.1), rgba(0, 0, 0, 0.29) 30%, hsla(0, 0%, 0%, 0.25) 65%, rgba(228, 228, 228, 0.1));

		transition: .5s;
		animation: fadein .5s ease-out;
		animation-direction: reverse;
}

.dialog.show {
    display: block;

		transition: 1s;
		animation: fadein .25s ease-in-out both;
}

.dialog_box {
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    background: rgb(255, 255, 255);
    width: 540px;
    position: relative;
    top: 80px;
    left: 50%;
    margin: 0px 0px 50px -270px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px;
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */


/*  border: 1px solid rgb(214, 214, 214);  */
    transform: none;
}

@property --angle {
   syntax: '<angle>';
   initial-value: 270deg;
   inherits: true;
}

@property --gradX {
   syntax: '<percentage>';
   initial-value: 50%;
   inherits: true;
}

@property --gradY {
   syntax: '<percentage>';
   initial-value: 0%;
   inherits: true;
}

:root {
	--d: 10000ms;
	--angle: 270deg;
	--gradX: 100%;
	--gradY: 50%;
	--c1: rgba(255, 255, 255, .35);
	--c2: rgba(255, 255, 255, .1);
}

.dialog_box {
   border-color: unset !important;
	border-image: conic-gradient(from var(--angle), var(--c2), var(--c1) 0.1turn, var(--c1) 0.15turn, var(--c2) 0.25turn) 30 !important;
	animation: borderRotate var(--d) linear infinite forwards;
   background-origin: border-box !important;
   background-clip: padding-box, border-box !important;
}

@keyframes borderRotate {
	100% {
		--angle: -90deg;
	}
}

@keyframes borderRadial {
	20% {
		--gradX: 100%;
		--gradY: 50%;
	}
	40% {
		--gradX: 100%;
		--gradY: 100%;
	}
	60% {
		--gradX: 50%;
		--gradY: 100%;
	}
	80% {
		--gradX: 0%;
		--gradY: 50%;
	}
	100% {
		--gradX: 50%;
		--gradY: 0%;
	}
}


.post .input_sub p {
   font-size: 28px;
   font-weight: 700;
}

.post .ql-editor p {
   font-size: 16px;
   line-height: 1.3;
   padding: 0;
}

.dialog .dialog_box > .blog_icon {
    line-height: 1;
    font-family: interstate, sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-radius: 4px;
    overflow: hidden;
    top: 0px;
    left: -100px;
    width: 80px;
    height: 80px;
    position: absolute;
}

.blog_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dialog .close {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 11px;
    cursor: pointer;
    font-size: 22px;
    z-index: 10;
}

.post .blog_handle .blog_icon {
    margin: 0px 8px 0px 0px;
    display: inline-block;
}

.blog_icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
}

.post .blog_name {
    line-height: 1;
    overflow-wrap: break-word;
    color: rgb(0, 0, 0);
    font-family: interstate, sans-serif;
    box-sizing: border-box;
    list-style: none;
    vertical-align: top;
    padding: 0px 4px 0px 0px;
    font-weight: 700;
    cursor: pointer;
    margin: 8px 0px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    min-height: 22px;
    text-overflow: ellipsis;
}

.rating_group {
    width: 180px;
    margin: 0px auto;
}

.icon_rating {
    background: rgb(255, 255, 255);
    width: unset;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(128, 128, 128);
    cursor: pointer;
    margin: -2px 4px;
    display: inline-block;
    padding: 1px 8px 5px 6px !important;
    height: 18px !important;
    border-radius: 2px !important;
    text-align: center !important;
    letter-spacing: -2px !important;
    font-size: 15px !important;
    line-height: 0.95 !important;
    outline: none !important;
}

.icon_rating.selected {
   background: #4caf50;
   font-weight: 700;
   border: 1px solid #918e86;
   color: #fff;
}

.attrib_group {
    padding: 12px 0px 0px 12px;
}

.attrib_block input {
    font-family: interstate, sans-serif;
    box-sizing: border-box;
    padding: 0px;
    list-style: none;
    border: none;
    outline: none;
    margin: 0px 0px 0px 12px;
    max-width: calc(100% - 200px);
    width: 100%;
    font-size: 14px;
    display: inline-block;
}

.attrib_group .label {
    width: 100px;
    display: inline-block;
}

.attrib_block .label_url {
    font-size: 14px;
    color: rgb(130, 130, 130);
    margin: 0px -11px 0px 10px;
}

.attrib_group.tier .tier_group.input_tier {
    display: inline-block;
}

.tier_group.input_tier {
    padding: 4px 0px 6px 12px;
}

.show > .popup_menu, .popup_menu.show {
    display: block;
}

.popup_menu ul li {
    text-align: left;
    position: relative;
    transition: all 0.2s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 40px;
    max-width: 350px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: rgb(0, 0, 0) !important;
    font-size: 16px !important;
    padding: 10px !important;
    cursor: pointer !important;
    margin: 0px !important;
}

.popup_menu ul {
    display: flex;
    flex-direction: column;
}

.popup_menu {
    position: absolute;
    background: rgb(255, 255, 255);
    display: none;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 6px;
    border-radius: 4px;
    z-index: 20;
    min-width: 70px;
    width: min-content;
    max-height: 400px;
    overflow-y: auto;
}

.dialog.dialog_compose.dialog_xyz.show .popup_tools.blog_button {
    display: none;
}

.rating_description {
    width: 100%;
    margin: 16px 0px;
    padding: 0px 16px;
}

.ratings_group.input_rating {
    line-height: 1;
    font-family: interstate, sans-serif;
    box-sizing: border-box;
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 0px auto 6px;
    float: unset;
    padding: 20px 0px;
}

.rating_block .ratings_group a {
    text-decoration: underline;
    color: rgb(0, 0, 0);
}

.popup_menu ul li i {
    margin: 0px 6px 0px 5px;
    width: 22px;
    color: rgb(0, 0, 0) !important;
}

.block .top {
   width: 100%;
   height: 48px;
}

.part_link input[type="text"] {
   border: none;
   outline: none;
   font-size: 16px;
   padding: 8px 16px;
   width: 100%;
   overflow: hidden;
   text-align: left;
   word-break: break-word;
   overflow-wrap: break-word;
   display: block;
}

.upload_header .settings {
   float: right;
   display: none;
}

.dialog .dialog_box > .blog_icon {
   top: 0;
   left: -100px;
   width: 80px;
   height: 80px;
   position: absolute;
}

.dialog_xyz .click_follow {
   display: none;
}

.upload_header div {
   padding: 10px;
   height: 16px;
   color: #343434;
   cursor: pointer;
}

.media_upload > div {
   /* float: left; */
   width: 50%;
   height: 150px;
   text-align: center;
   padding: 52px 0 0 0;
   color: #969696;
   z-index: 2;
   cursor: pointer;
   display: inline-block;
}

.media_upload {
   position: relative;
   background: #f4f4f4;
   width: 100%;
   height: 150px;
   /* float: left; */
   border-top: 1px dashed #c2c2c2;
   border-bottom: 1px dashed #c2c2c2;
}

.media_upload .upload {
   border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.part_holder:empty + .part_controls {
   display: none;
}

.dialog .media_upload div.from_web_input {
   position: absolute;
   z-index: 10;
   width: 100%;
   background: #f4f4f4;
   height: 100%;
   display: none;
   border-top: 1px dashed #c2c2c2;
   border-bottom: 1px dashed #c2c2c2;
   float: unset;
   padding: 0;
}

.dialog .media_upload div.from_web_input.show {
   display: block;
}

.from_web_input .input_form {
   position: absolute;
   top: calc(50% - 16px);
   width: calc(100% - 32px);
   margin: -16px 16px 0 16px;
}

.from_web_input span.post_url {
   background: #529ecc;
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   border: solid 1px #55839f;
   border-radius: 2px;
   height: 24px;
   padding: 4px;
   width: 110px;
   text-align: center;
   top: 19px;
   right: 0px;
   cursor: pointer;
   position: absolute;
   display: block;
}

.from_web_input input[type="text"] {
   display: block;
   padding: 0;
   top: 20px;
   background: none;
   border: none;
   box-shadow: none;
   font-size: 100%;
   outline: none;
   border-bottom: 1px solid #a5acb8 !important;
   width: calc(100% - 130px);
   position: relative;
   font-size: 14px;
}

.from_web_input .click_close {
   position: absolute;
   right: 16px;
   top: 16px;
   font-size: 22px;
   color: #6d6d6d;
}

.from_web_input .click_close i {
   font-size: 22px;
   color: #6d6d6d;
}

.media_upload div > i {
   font-size: 36px;
   width: 100%;
   margin: 0 0 10px 0;
}

.media_upload.another > div {
   /* position: relative; */
   background: #f4f4f4;
   /* width: 100%; */
   height: 100%;
   /* float: left; */
   text-align: center;
   padding: 6px;
   border-top: 1px dashed #c2c2c2;
   border-bottom: 1px dashed #c2c2c2;
   color: #969696;
   display: inline-grid;
}

.video_upload.another {
   display: none;
}

.post_part.part_video {
    background: #000;
    position: relative;
}

.video_poster img {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #4b5b71;
}

.post .poster .play_vid .video_poster {
    display: block;
}

.post .play_vid .video_poster {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    text-shadow: none;
    background: none;
    margin: 0;
    z-index: 1;
    padding: 0;
    display: none;
}

.post .play_vid .video_length {
    background: url("/media/newtumbl/img/vid_over_small.png");
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: 400;
    width: 100%;
    height: 100px;
    left: 0;
    padding-top: 82px;
    top: calc(50% - 48px);
}

.part_controls {
    position: absolute;
    top: 0;
    right: 0;
    height: 40%;
}

.video_controls {
    position: absolute;
    width: 100%;
    background-image: linear-gradient(rgba(54, 70, 93, 0), rgb(54, 70, 93));
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0;
    transition: opacity .2s ease;
    opacity: 0;
    flex-wrap: wrap;
}


.media_upload div.progress {
   position: absolute;
   pointer-events: none;
   z-index: 1;
   background: linear-gradient(90deg, rgba(48, 60, 77, .25), rgba(48, 60, 77, .5), rgba(48, 60, 77, .25));
   background-size: 200%;
   -webkit-animation: AnimationName 3s linear infinite;
   -moz-animation: AnimationName 3s linear infinite;
   animation: AnimationName 3s linear infinite;
   padding: 0;
   top: 0;
}



.part_controls {
   position: absolute;
   top: 0;
   right: 0;
   /* width: 10%; */
   height: 40%;
}



.part_controls .close {
   position: absolute;
   top: 8px;
   right: 8px;
   font-size: 20px;
   background: #fff;
   padding: 4px;
   border-radius: 20px;
   color: #F44336;
   box-shadow: 0 0 6px #2a2b2a;
   text-shadow: 0 0 1px rgba(42, 43, 42, 0.2);
   cursor: pointer;
}

.part_controls .up_down {
   position: absolute;
   right: 10px;
   top: 100%;
   font-size: 20px;
   color: #fff;
}

.part_controls .up_down li {
   margin: 8px 0;
   box-shadow: 0 0 6px 2px #2a2b2a;
   cursor: pointer;
   position: relative;
}

.post_part + .post_part {
   margin: 16px 0 0 0;
}

.arrange.preview .post_part + .post_part {
   margin: 0 0 0 0;
}

.post .post_image {
   position: relative;
   overflow: hidden;
   width: 100%;
   height: 100%;
}

.post .post_image img,
.post .post_video video,
.post .post_image video,
.post .post_video img {
   max-width: 100%;
   max-height: 100%;
   width: 100%;
   position: absolute;
}

.part_group {
   position: relative;
   width: 100%;
   height: 100%;
}

.part_controls ul {list-style: none;}

.part_controls .up_down li i {z-index: 1;position: relative;}

.part_controls .up_down li:after {
    position: absolute;
    content: " ";
    background: #f44336;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    z-index: 0;
}

@-webkit-keyframes AnimationName {
   0% {
      background-position: 200% 0%
   }

   100% {
      background-position: 0% 0%
   }
}

@-moz-keyframes AnimationName {
   0% {
      background-position: 200% 0%
   }

   100% {
      background-position: 0% 0%
   }
}

@keyframes AnimationName {
   0% {
      background-position: 200% 0%
   }

   100% {
      background-position: 0% 0%
   }
}

.another .from_web_input input[type="text"] {
   width: calc(100% - 170px);
}

.another .from_web_input span.post_url {
   right: 40px;
}

.another .from_web_input .click_close {
   right: 6px;
   top: 4px;
}

.media_upload.another div i {
   margin: 0 8px;
   width: unset;
   font-size: 26px;
   padding: 6px 1px 0px 0;
}

.media_upload.another {
   height: 72px;
   margin: 0 0 1px 0;
}

.upload_header .reblog_label {
   color: #9c9d9c;
   font-size: 14px;
   float: left;
   padding: 12px 0 0 2px;
}

.media_caption {
   /* position: relative; */
   width: 100%;
   /* float: left; */
   overflow: visible;
   border-bottom: 1px solid #eaeaea;
   /* z-index: 10; */
   display: flex;
   flex-direction: column;
}

.input_body .ql-editor {
   overflow: visible;
   padding: 10px 16px;
}

.ql-editor.ql-blank::before {
   font-size: 16px;
   left: 16px;
}

.ql-bubble .ql-tooltip {
   z-index: 10;
}

.media_caption textarea {
   width: 100%;
   /* height: 80px; */
   border: none;
   outline: none;
   padding: 10px;
   vertical-align: top;
   font-size: 16px;
   overflow-y: hidden;
   min-height: 40px;
}

.upload_header {
   width: 100%;
   height: 40px;
}

.compose_footer div.button_close {
   float: left;
   background: #969696;
   border: 1px solid #787878;
   margin: 16px 0px 16px 16px;
}

.guidelines {
   text-align: center;
   text-decoration: underline;
   font-weight: 700;
   color: #969696;
   cursor: pointer;
   width: 100px;
   text-align: center;
}

.compose_footer {
   position: relative;
   float: left;
   width: 100%;
}

/* .compose_footer .post_button, .dialog_box .button {
   float: right;
   background: #529ecc;
   font-size: 14px;
   font-weight: 700;
   color: #fff;
   border: solid 1px #55839f;
   border-radius: 2px;
   height: 24px;
   width: 110px;
   text-align: center;
   margin: 16px 0 0 0;
   cursor: pointer;
   position: relative;
   display: flex;
   justify-content: center;
   align-items: center;
} */

.button_delete {
   float: left;
   margin: 20px 0 0 0;
   cursor: pointer;
}

.compose_footer .button_box {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
}

.dialog .button_box .block.rights_block {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    height: 140px;
    padding: 0 16px;
}

.dialog .button_box .block.rights_block > .check {
    width: 33%;
    height: 40px;
    padding: 6px 0;
}

.compose_footer .button_box .block.tier_block {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 16px;
}

.post_button.publish span.click_postdrop {
   border-left: 1px solid rgba(0, 0, 0, .25);
   height: 100%;
   padding: 4px 0 0 9px;
   width: 30%;
   display: flex;
}

.post_button.publish > span {
   display: block;
   vertical-align: middle;
   padding: 0;
   /* height: 23px; */
   width: 70%;
   float: left;
   padding: 0;
}

.post_button {
   vertical-align: middle;
   width: 110px;
}

.post_drop.popup_menu {
   bottom: 30px;
   right: 0;
}

.dialog_xyz .compose_footer li.click_complete {
   font-weight: 400;
}

.input_body textarea {
   outline: none;
   border: none;
   width: 100%;
   /* height: 100%; */
   background: none;
   padding: 8px 16px;
   resize: none;
   font-size: 16px;
   line-height: 1.3;
   min-height: 34px;
   display: block;
   position: relative;
}

.input_sub textarea {
   outline: none;
   border: none;
   width: 100%;
   height: 100%;
   background: none;
   padding: 7px;
   resize: none;
   font-size: 16px;
   line-height: 1.3;
   min-height: 34px;
}

.input_body textarea::placeholder {
   font-size: 16px;
   position: absolute;
   left: 15px;
   font-style: italic;
   color: rgba(0,0,0,.6);
   top: 9px;
}

.message_field .count {
   text-align: right;
   padding: 8px 4px 0 0;
   font-size: 14px;
   color: #c3c3c3;
   display: block;
   margin: -2px 4px 0 0;
   vertical-align: bottom;
}

.dialog_xyz .compose_footer {
   float: unset;
   display: flex;
   justify-content: space-around;
   /* flex-wrap: wrap; */
   align-items: center;
   flex-wrap: wrap;
}

.dialog_xyz .compose_footer .warning {
   color: #7f7f7f;
   display: block;
   text-align: center;
   padding: 8px;
}

span.icon_rating {
   vertical-align: top;
   margin: -2px 4px 4px 0;
}

.dialog_xyz .compose_footer .warning a {
   color: #7f7f7f;
   text-decoration: underline;
   cursor: pointer;
}

.dialog_xyz .message_compose .compose_footer {
   /* float: left; */
   display: block;
   text-align: right;
}

.dialog_xyz .compose_footer .post_button {
   margin: 16px;
}

.button_busy:after {
   content: " ";
   width: 100%;
   height: 100%;
   background: rgba(75, 91, 113, .75);
   position: absolute;
   left: 0;
   top: 0;
}

.button_busy:before {
   position: relative;
   width: 100%;
   /* height: 18px; */
   margin: 0px auto;
   -webkit-animation: fa-spin 2s infinite linear;
   animation: fa-spin 2s infinite linear;
   content: "\f110";
   font-family: "Font Awesome 5 Pro";
   position: absolute;
   /* top: 0; */
   z-index: 10;
   display: block;
}

.message_compose .compose_footer div.button_post {
   margin: 8px 0;
   /* display: inline-block; */
   /* float: unset; */
}

.dialog .alert_holder {
   width: 200px;
   background: #fff;
   left: 50%;
   position: relative;
   top: 50%;
   padding: 16px;
   border-radius: 4px;
}


.dialog_box .headline:empty,
.dialog_box .button_holder:empty {
   display: none;
}

.dialog_box .button {
   float: unset;
}

.guidelines:hover .popup_menu {
   display: block;
}

.click_preview.post_button {
   float: left;
}

.compose_footer .popup_guidelines {
   bottom: 30px;
   margin: 0 0 0 -100px;
   width: 200px;
   width: 200px;
   padding: 10px;
   left: 50%;
}

.dialog_xyz .post .part_remark {
   margin: 0;
}

.tag_block .tags_input {
   display: inline-block;
   padding: 8px;
   /* background: #FFF; */
   width: 100%;
}

.tags-input .tag {
   display: inline-block;
   background: #EEE;
   color: #444;
   padding: 4px 4px;
   margin: 0px 2px 4px 2px;
   border: 1px solid #CCC;
   border-radius: 2px;
   /* font: inherit; */
   user-select: none;
   cursor: pointer;
   transition: all .1s ease;
}

.input_genre_tags {
    padding: 0 8px;
}

   .tags-input .tag.selected {
      background-color: #777;
      border-color: #777;
      color: #EEE;
   }

   .input_suggestions .add_icon {
    color: #cccccc;
}

.input_suggestions, .input_genre {
    padding: 6px 0 0 0;
}

.settings_holder.genre_drops {
    margin-top: -6px;
}

.tags-input .dupe {
   transform: scale3d(1.2,1.2,1.2);
   background-color: #FCC;
   border-color: #700;
}

.tags-input input {
   appearance: none;
   display: inline-block;
   padding: 3px 0 0 0;
   margin: 0;
   background: none;
   border: none;
   box-shadow: none;
   font: inherit;
   font-size: 100%;
   outline: none;
   /* height: 30px; */
}

.dialog.dialog_xyz .tags_input {
   padding: 12px 0 4px 12px;
}

.tag_block .selected ~ input {
   opacity: 0.3;
}

.block + .block {
   border-top: 1px solid #eaeaea;
   margin: 8px 0 0 0;
}

.compose_body div.post {
   border-radius: 4px 4px 0px 0px;
   border: none;
   position: relative;
   overflow: visible;
}

.dialog_xyz .dialog_box {
   border: 1px solid #d6d6d6;
   /* max-height: calc(99vh - 120px); */
   /* overflow: auto; */
}


@media (max-width: 750px) {

    .dialog_box {
        line-height: 1;
        font-family: interstate, sans-serif;
        box-sizing: border-box;
        padding: 0px;
        list-style: none;
        transform: none;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .25);
        left: unset;
        margin: 2% auto 70px auto;
        max-width: 700px;
        position: relative;
        top: 90px;
        width: 95%;
        border: 1px solid #d6d6d6;
    }

    .dialog .ratings_group .icon_rating {
        transform: scale(1.5);
    }

    .rating_group {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }

    .compose_footer .post_button {
        height: 36px;
        display: inline-block;
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .guidelines {
        width: 100%;
        order: 1;
        margin: 16px;
    }

   .dialog .dialog_box > .blog_icon {
      left: 50%;
      margin: 0 0 0 -40px;
      top: -90px;
   }

}

/******************************************************************************************************************************/
