


/* Dash form >> */

.dash-form .cloud .attachments {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    max-width: 400px;
    grid-template-columns: auto;
    height: 366px;
    overflow-y: scroll;
    background-color: #1c1c1c;
    padding-bottom: 50px;
}

.dash-form .cloud .attachments .thumb {
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    border: 1px solid #555353;
    height: max-content;
    margin: 20px 20px 0px;
}

.dash-form .cloud .attachments .thumb:hover a {
    opacity: 1;
}

.dash-form .cloud .attachments .thumb a {
    position: absolute;
    bottom: 0px;
    background: #ff2828;
    color: white;
    padding: 3px 6px;
    font-size: 12px;
    right: 0px;
    border-radius: 1px;
    opacity: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 21px;
    line-height: 16px;
}

.dash-form .cloud .attachments .thumb a.easy.download {
    background: #13c913;
    bottom: unset;
    animation: 0;
}

.dash-form .cloud .wrapper {
    top: 80px;
    position: unset;
    margin-top: 2px;
}

.dash-form .cloud .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    height: auto;
}
.account.avatar-wrapper {
    bottom: -90px;
    left: 2px;
    top: unset;
    height: 67px;
    width: 67px;
    border-radius: 0;
}
.dash-form h2 {
    font-size: 32px;
    letter-spacing: 0.02em;
    color: #89898945;
    padding: 0;
    bottom: 17px;
    position: absolute;
    z-index: 11;
    right: 20px;
    font-weight: 300;
}

.dash-form .ne-media-id {
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #898989;
    padding: 0;
    bottom: 28px;
    position: absolute;
    z-index: 11;
    right: 20px;
}

.dash-form .save-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 49px;
    right: 0px;
    top: 0px;
    background: rgb(38 38 38);
    z-index: 20;
}

.dash-form {
    -moz-animation: dash_form_in;
    -o-animation: dash_form_in;

}

.dash-form textarea {
    width: 100%;
    height: 220px;
    padding: 18px 30px 12px 22px;
    line-height: 1.6em;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.dash-form.active {
    height: 100%;
    display: block;
    -moz-animation: dash_form_in;
    -o-animation: dash_form_in;
    margin: 0;
    padding: 0;

}

#reports .avatar-wrapper {
    bottom: 7px;
    top: unset;
    right: 20px;
    position: absolute;
    width: 25px;
    height: 25px;
}

.dash-form .changelog {
    background: #383636;
    position: absolute;
    top: 50px;
    z-index: 99;
    width: 391px;
    height: 40px;
    left: 1px;
    display: none;
}

.dash-form .changelog .status {
    width: 70px;
}

.dash-form .wrap {
    background: #262626;
    position: relative;
    top: 90px;
    padding: 2px;
    width: 100%;
    height: calc(100vh - 160px);
}
.dash-form .ne-select.ne-form input[type=radio] + .ne-ui span {
    left: unset;
}
.dash-form .tab fieldset.split {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2px;
}

.dash-form .tab fieldset.split.more {
    grid-gap: 16px;
}

.dash-form .tab fieldset.split .ne-form {
    margin: 0;
    padding: 0;
    width: auto;
    /* height: 40px; */
}

.dash-form .wrap fieldset {
    position: unset;
    margin-bottom: 2px;
    width: 100%;
    display: grid;
    /* grid-gap: 2px; */
}

.dash-form .main .description {
    color: #b1b1b1;
    font-size: 18px;
    display: none;
}

.dash-form .ne-time-input.ne-form-ui {
    padding: 8px 8px;
    height: 51px;
    border-radius: 0;
    background-color: #f4a63a;
    border: 0;
    position: relative;
    top: 0px;
    width: initial;
    font-weight: 600;
    border: 0px solid #e0e0e01f;
}

.dash-form .ne-time-input.ne-form-ui a {
    border-radius: 0;
    width: 41px;
    background: #2b2a2a;
    font-size: 18px;
    color: #f4a63a;
}

.dash-form .ne-time-input.ne-form-ui a:hover {
    color: #e48d37;
}

.dash-form .ne-form label {
    color: #7f7d7d;
}

.dash-form .tab .priorities {
    top: 260px;
    right: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
}

.dash-form .error {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff !important;
    background: #852d2d;
    letter-spacing: 0.06em;
}
.dash-form .subtab {
    display: none;
}
.dash-form .subtab.active {
    display: block;
}
.dash-form .tab.active {
    display: block;
    overflow: unset;
    opacity: 1;
    -moz-animation: dash_form_in;
    -o-animation: dash_form_in;
    animation: dash_form_in;
    animation-duration: 0.2s;
    animation-name: dash_form_in;
    padding: 0;
    margin: 0;
    color: #7E7E7E;
    background: #383636;
}

@-webkit-keyframes dash_form_in {
    0% {
        right: -100%;
    }

    100% {
        right: 0%;
    }
}

@-webkit-keyframes dash_form_out {
    0% {
        right: 0%;
    }

    100% {
        right: -100%;
    }
}

.dash-form .wrap .actions {
    display: grid;
    grid-template-columns: auto auto;
}


.dash-form .task_id {
    font-size: 29px;
    z-index: 2;
    top: 75px;
    left: 25px;
}

.dash-form .details {
    position: absolute;
    margin: 0;
    padding: 0;
    z-index: 1;
    display: block;
    top: 60px;
}

.dash-form h1 {
    top: 135px;
    left: 25px;
    font-size: 22px;
    width: 315px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #000;
}

.dash-form .main .task_duedate,
.dash-form .main .date {
    top: 30px;
    font-size: 30px;
    text-transform: uppercase;
    left: 20px;
    font-weight: 300;
    height: 30px;
    border-radius: 1px;
    line-height: 30px;
    text-align: left;
    color: #fff;
    position: absolute;
}

.dash-form .main .date .end {
    color: #7f7c7c;
}

.dash-form .wrap .actions {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    grid-gap: 5px;
    padding: 12px 12px 12px;
}


.dash-form .campaign-title {}

.dash-form span.caption {
    width: 330px;
    height: 170px;
    top: 400px;
    left: 20px;
    line-height: 19px;
    font-size: 14px;
}

.dash-form .theme {
    top: 375px;
    left: 21px;
    font-size: 14px;
    font-weight: bold;
}

.dash-form .media_campaign_id {
    top: 335px;
    left: 21px;
    font-size: 14px;
    font-weight: bold;
}

.dash-form .media_account_id {
    top: 365px;
    left: 21px;
    font-size: 14px;
    font-weight: bold;
}

.dash-form .discard {
    display: none;
    background-image: url(../images/ui/ui-view.png);
}

.quick-actions .button.discard.active {
    opacity: 1 !important;
}

.dash-form .tab {
    display: none;
    top: 60px;
    width: 100%;
    height: calc(100% - 0px);
    z-index: 10;
    overflow: hidden;
}



.dash-form .discard,
.dash-form .btn-delete,
.dash-form .save-btn .button.back {
    position: absolute;
    left: 0;
    width: 60px;
    color: transparent;
    height: 60px;
    line-height: 36px;
    z-index: 12;
    background-image: url(../images/ui/ui-black-settings.png);
    background-color: transparent;
    background-size: 35px;
    background-position: calc(10px) 13px;
    background-repeat: no-repeat;
    display: none;
    opacity: 0.3;
}

.dash-form #task_priorities .ui-radio-button,
.dash-form #request_priorities .ui-radio-button {
    background-image: none;
    padding: 0;
    text-align: center;
}

#ne_main audio {
    display: none;
}

.dash-form fieldset {
    display: block;
    padding: 0;
    border: none;
}


.ne-accord.vertical .item {
					display: none;
					/* padding: 10px; */
					/* border: 2px solid #383636; */
					/* margin-top: -1px; */
				}

				.ne-accord .accord-header {
					cursor: pointer;
					padding: 16px 18px;
					background-color: #423f3f;
					/* border-top: 1px solid #dddddd21; */
					margin-bottom: 2px;
					cursor: pointer;
					user-select: none;
				}

				.ne-accord .accord-header h3 {
					margin: 0;
					font-size: 28px;
					/* text-transform: uppercase; */
					color: #8d8d8e;
					font-weight: 300;
				}

.accord-item {
    display: none;
}

.accord-item.active {
    display: block;
}

.ne-accord.vertical {
    height: -webkit-fill-available;
    background-color: #383636;
}
				.ne-accord .ne-form {
					margin-bottom: 10px;
				}

				.ne-accord .ne-form.ne-checkbox  {
					/* min-height: 30px; */
				}
				.ne-accord .ne-form.ne-checkbox label {
					display: block;
					margin-bottom: 5px;
					font-size: 15px;
					position: relative;
					left: 0px;
					top: 0px;
					width: 100%;
					text-transform: capitalize;
					font-weight: 300;
					padding: 0px 0px 0px 30px;
					background-color: #ccc;
					margin: 0;
				}

				.ne-accord .ne-form input[type="text"] {
					width: 100%;
					padding: 8px 18px;
					box-sizing: border-box;
				}



.dash-form .ne-form select,
.dash-form .ne-form textarea,
.dash-form .ne-form input,
#list_item_editor .ne-form select,
#edit_duedate,
.ne-textarea textarea {
    background-color: #424040 !important;
    color: #c7c5c5 !important;
    padding: 9px 40px 9px 18px;
    min-height: 50px;
    text-shadow: 0px 1px 1px #0000007a;
    border: 1px solid #424040;
}

.dash-form .ne-form.ne-checkbox-switch input[type=checkbox]+.ne-ui {
    width: auto;
    margin: 0;
    border: 1px solid #424040;
    background: #424040;
    height: 45px;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 16px;
    color: #c7c5c5;
    text-shadow: 0px 1px 1px #0000007a;
}

.dash-form .ne-form.ne-checkbox-switch input[type=checkbox]:checked+.ne-ui {}



.dash-form .ne-form select:hover,
.dash-form .ne-form textarea:hover,
.dash-form .ne-form input:hover,
#list_item_editor .ne-form select:hover,
.dash-form .ne-form checkbox:hover .dash-form .ne-form radio:hover,
.dash-form .ne-time-input:hover {
    background-color: #363434 !important;
    text-shadow: unset;
    /* border: 1px solid #363434; */
}

.dash-form .ne-form select.loading {
    background-color: #8f8f8f !important;

    -webkit-animation-duration: 800ms;
    -webkit-transform-origin: 0% 0%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

input[type="text"].ne-date,
.ne-form.ne-date input[type="text"] {
    background-image: url(../images/ui/ui-timer-light.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: calc(100% - 7px) 25px;
}

.dash-form .ne-form textarea {
    min-height: 120px;
    display: block;
}

.dash-form textarea {
    width: 100%;
    height: 100px;
    padding: 14px 30px 12px 18px;
    line-height: 1.6em;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.dash-form .save-btn .button {
    position: absolute;
    width: -webkit-fill-available;
    display: block;
}

.dash-form .save-btn .btn-center {
    left: calc(50% - 60px);
}

.dash-form .btn-delete {
    position: absolute;
    z-index: 14;
    background-image: url('../images/ui/ui-delete.png');
    background-repeat: no-repeat;
    color: transparent;
    left: unset;
    bottom: 20px;
    top: unset;
    opacity: 1;
    height: 30px;
    width: 40px;
    background-size: 16px;
    background-position: center;
    display: block;
    left: 188px;
    padding: 0;
    background-color: #591313;
    border-radius: 4px;
    transition: 0.2s all easy-in-out;
    filter: grayscale(1);
}

.dash-form .btn-delete:hover {
    background-size: 16px;
    background-position: center;
    background-color: #ff0000;
    border-radius: 4px;
    transition: 0.2s all easy-in-out;
    filter: grayscale(0);
}

.dash-form .save-btn .submit {
    right: 1px;
    left: unset;
    opacity: 1;
    line-height: 25px;
    font-size: 13px;
    width: 142px;
    top: 1px;
    text-transform: uppercase;
    border-radius: 0;
    display: none;
    height: 48px;
    color: #fff;
}

.dash-form .save-btn .submit.active {
    display: block;
    background: #3b3a39;
    padding: 0;
    background-position: center !important;
    background-size: 165px !important;
}

.dash-form .submit.active:hover {
    color: #000;
    background: #F3A83C;
}

.dash-form .button {
    color: #838383;
    background: #2e2e2e;
    text-transform: uppercase;
    border-radius: 0;
}

.dash-form .button.action {
    color: #000;
    background: #F3A83C;
    text-transform: uppercase;
    border-radius: 0;
}


.dash-form .submit.active.loading,
.dash-form .submit:focus,
.dash-form .submit.active.loading:hover {
    background: url(../images/ui/loading2.gif) #000 no-repeat !important;
    background-position: center !important;
    background-size: 34px !important;
    color: transparent !important;
    padding: 0;
}

.dash-form .submit.active.success {
    margin: 0 !important;
    display: inline-block;
    background-position: center;
    background-size: center 1px;
    background-size: 102px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 42px;
}

.dash-form .ne-select.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2px;
    !i;!;
    left: 5px;
    top: -3px;
}

.dash-form .ne-select.parent input[type="radio"]+label {
    display: block;
    width: auto;
    border: 1px solid #424040;
    background: #424040;
    color: #c7c5c5;
    margin: 0;
    position: relative;
}

.dash-form .ne-select.parent input[type=radio]:checked+.ne-ui {
    background: #363434;
    color: #f1f1f1;
    border: 1px solid #363434;
}

.dash-form .ne-form select:disabled,
.dash-form .ne-form select:disabled+label {
    display: none;
}

@media screen and (min-width: 375px) {

    .dash-form.media-post .ne-textarea.ne-form {
        width: 100%;
        top: 0px;
    }

    .dash-form .ne-textarea.ne-form {
        width: 100%;
    }

    .dash-form .ne-textarea.task {
        width: 100%;
        top: 0px;
    }

    .dash-form .ne-form {
        margin-bottom: 0;
        /* min-height: 30px; */
    }

    @-webkit-keyframes task_form_ {
        0% {
            opacity: 0;
            right: -50%;
        }

        30% {
            opacity: 0.7;
            right: -10%;
        }

        40% {
            opacity: 1;
            right: -1%;

        }

        100% {
            opacity: 1;
            right: 0;
        }
    }

    .dash-form .save-btn .button.back.active {
        display: block;
        background-image: url(../images/ui/ui-back-basic.png);
    }

    .dash-form .back.active {
        display: block;
    }

    .dash-form .back {
        left: 100px;
    }

    .dash-form .discard,
    .dash-form .discard {
        background-image: url(../images/ui/ui-back-basic.png);
        left: 0px;
        display: none;
    }

    .dash-form .button.back {
        background-image: url(../images/ui/ui-back.png);
    }

    .dash-form .btn-delete.active {
        display: block !important;
        background-size: 24px;
        background-position: center;
    }
}

@media screen and (min-width: 768px) {


    @-webkit-keyframes dash_form_in {
        0% {
            right: -380px;
        }

        100% {
            right: 0%;
        }
    }

    @-webkit-keyframes dash_form_out {
        0% {
            right: 0%;
        }

        100% {
            right: -380px;
        }
    }

    .dash-form .discard,
    .dash-form .btn-delete,
    .dash-form .save-btn .button.back {}
}

@media screen and (min-width: 1280px) {

    .dash-form.active {}
}



