.form-card *,
.answer-card * {
    font-family: var(--fontStyle);
}

.flex-col {
    display: flex !important;
    flex-direction: column !important;
}

.flex-1 {
    flex: 1 !important;
}

/* variables */

.placeholder-input.dublicateId {
    border-color: #d73027 !important;
}

.bg-prim {
    background-color: var(--pageColor) !important;
}

.bg-bodyo {
    background-color: var(--formColor) !important;
}

.form-control-plaintext {
    color: var(--fontColor) !important;
    font-size: var(--fontSize) !important;
}

#form-header {
    font-size: var(--headerSize) !important;
}

.form-header,
.form-subheader {
    color: var(--fontColor) !important;
}

.spinner-section {
    background-color: var(--inputBackground) !important;
}

.spinner-section input {
    background: none !important;
}

.form-card input:not([type=checkbox]):not([type=radio]):disabled,
.form-card input:not([type=checkbox]):not([type=radio]):read-only,
.form-card textarea:read-only,
.form-card select,
.answer-card input:not([type=checkbox]):not([type=radio]):not([disabled]),
.answer-card select,
.answer-card textarea {
    background-color: var(--inputBackground) !important;
}

.form-card textarea:not([readonly]) {
    background: none;
}

.form-card input:not([type=checkbox]):not([type=radio]):read-only,
.form-card textarea:read-only {
    color: #7a7a7a;
}

.btn-success,
.btn-danger {
    font-size: var(--fontSize) !important;
}

.btn-success {
    background-color: var(--fontColor) !important;
    border-color: var(--fontColor) !important;
    color: var(--formColor) !important;
}

/*  */

/* sidenavs */

.close #mySidenav {
    width: 0;
}

.close #mySidenavSpacer {
    width: 0;
}

.close #designerSidenav {
    width: 0;
}

.close #propertiesSidenav {
    width: 0;
}

.elements #mySidenav {width: 90%;}
@media (min-width: 768px) {
    .elements #mySidenav {width: 50%;}
}
@media (min-width: 992px) {
    .elements #mySidenav {width: 50%;}
}
@media (min-width: 1200px) {
    .elements #mySidenav {width: 25%;}
}
@media (min-width: 1400px) {
    .elements #mySidenav {width: 25%;}
}


.elements #mySidenavSpacer {width: 90%;}
@media (min-width: 768px) {
    .elements #mySidenavSpacer {width: 50%;}
}
@media (min-width: 992px) {
    .elements #mySidenavSpacer {width: 50%;}
}
@media (min-width: 1200px) {
    .elements #mySidenavSpacer {width: 25%;}
}
@media (min-width: 1400px) {
    .elements #mySidenavSpacer {width: 25%;}
}

.elements #designerSidenav {
    width: 0;
}

.elements #propertiesSidenav {
    width: 0;
}

.design #mySidenav {
    width: 0;
}

.design #mySidenavSpacer {
    width: 0;
}

.design #designerSidenav {width: 90%;}
@media (min-width: 768px) {
    .design #designerSidenav {width: 50%;}
}
@media (min-width: 992px) {
    .design #designerSidenav {width: 50%;}
}
@media (min-width: 1200px) {
    .design #designerSidenav {width: 25%;}
}
@media (min-width: 1400px) {
    .design #designerSidenav {width: 25%;}
}

.design #propertiesSidenav {
    width: 0;
}

.properties #mySidenav {
    width: 0;
}

.properties #mySidenavSpacer {
    width: 0;
}

.properties #designerSidenav {
    width: 0;
}

.properties #propertiesSidenav {width: 90%;}
@media (min-width: 768px) {
    .properties #propertiesSidenav {width: 50%;}
}
@media (min-width: 992px) {
    .properties #propertiesSidenav {width: 50%;}
}
@media (min-width: 1200px) {
    .properties #propertiesSidenav {width: 25%;}
}
@media (min-width: 1400px) {
    .properties #propertiesSidenav {width: 25%;}
}

.form-card .col-6 {
    width: 100%;
}

/* // Small devices (landscape phones, 576px and up) */
/* // Medium devices (tablets, 768px and up) */
/* // Large devices (desktops, 992px and up) */
/* // X-Large devices (large desktops, 1200px and up) */
/* // XX-Large devices (larger desktops, 1400px and up) */

/*  */

.text-black {
    color: black;
}

.fAwesome-white {
    color: aliceblue;
    margin: 6px;
}

.fieldsPanel-headerText {
    background: #3e4652;
    color: #fff;
    font-size: 30px !important;
    font-weight: 300;
    line-height: 18px !important;
    margin: 0 !important;
    padding: 30px 18px 30px 18px;
}

.field-icon {
    background: #37404a;
    display: table-cell;
    height: 45px;
    overflow: hidden;
    text-align: center !important;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    vertical-align: middle;
    width: 45px;
    box-sizing: border-box;
}

.field-name {
    color: #fff;
    display: table-cell;
    font-size: 15px;
    line-height: 18px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    vertical-align: middle;
}

.field-item+.field-item {
    border-top: 1px solid #4a5361;
}

.field-item {
    background-color: #545f6f;
    display: table;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%;
}

.fieldSection-scroller {
    height: 100%;
    overflow-y: auto;
    position: relative;
}

.fieldSection-list:after,
.fieldSection-list:before {
    content: " ";
    display: table;
}

.fieldSection-category {
    background: #3e4652;
    border-color: #4a5361;
    color: hsla(0, 0%, 100%, .6);
    border-style: solid;
    border-width: 1px 0;
    font-size: 13px;
    line-height: 13px;
    padding: 9px 0 7px;
    text-align: center;
    text-transform: uppercase;
    list-style: none;
}

li,
ul {
    list-style: none;
    margin: 0px;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.form-header {
    margin: 0 -38px;
    padding: 2.5em 52px 2.5em 30px;
    border-bottom: 1px solid;
}

.bottom-border {
    border-bottom: 1px solid;
    border-color: rgb(204, 203, 216);
}

.tabMenu,
.tabMenu-link {
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
    width: 100%;
}

.tabMenu-link {
    background: #2f333a;
    border-bottom: 4px solid #2f333a;
    color: #fff;
    vertical-align: middle;
    box-sizing: border-box;
}

.tabMenu {
    background-color: transparent;
    border: none;
    display: flex;
    box-sizing: border-box;
    margin-left: -2px;
    margin-right: -2px;
}

.tabMenu-link.is-active,
.tabMenu-link:hover {
    border-color: #ff8a36;
    color: #fff;
}

.mainCard {
    border-color: #333a43 transparent #495261;
    background: transparent;
    border-width: 2px 0;
    margin-top: 0;
    transition: padding .15s ease;
    width: 100%;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.section {
    border-bottom: 1px solid #333a43 !important;
    border-top: 1px solid #495261 !important;
    display: block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
}

.coloumn {
    width: 100%;
    position: relative;
}

.color-scheme {
    border-style: solid;
    border-width: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 32px;
    margin-bottom: 0.8rem;
    margin-right: 3px;
    margin-left: 3px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 40px;
}

.clrS-white-white {
    border-color: rgb(243, 243, 254);
    background-color: rgb(255, 255, 255);
    color: rgb(44, 51, 69);
}

.clrS-blue-white {
    border-color: rgb(131, 208, 228);
    background-color: rgb(240, 252, 255);
    color: rgb(38, 75, 103);
}

.clrS-orange-yellow {
    border-color: rgb(251, 111, 65);
    background-color: rgb(255, 223, 121);
    color: rgb(106, 27, 0);
}

.clrS-brown-beige {
    border-color: rgb(90, 75, 68);
    background-color: rgb(239, 232, 212);
    color: rgb(50, 31, 22);
}

.clrS-grean-grean {
    border-color: rgb(179, 211, 122);
    background-color: rgb(244, 255, 223);
    color: rgb(86, 102, 56);
}

.clrS-black-blank {
    border-color: rgb(17, 17, 27);
    background-color: rgb(66, 71, 86);
    color: rgb(255, 255, 255);
}

.clrS-pink-white {
    border-color: rgb(255, 151, 188);
    background-color: rgb(255, 248, 250);
    color: rgb(150, 45, 83);
}

.clrS-blue-beige {
    border-color: rgb(36, 98, 185);
    background-color: rgb(228, 239, 255);
    color: rgb(18, 69, 141);
}

.clrS-purple-beige {
    border-color: rgb(124, 86, 189);
    background-color: rgb(247, 242, 255);
    color: rgb(65, 42, 104);
}

.clrS-black-black {
    border: 3px solid rgb(48, 51, 57);
    line-height: 36px;
    /* margin-right: 0px; */
    background-color: rgb(48, 51, 57);
    color: rgb(255, 255, 255);
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

#mySidenavSpacer {
    transition: 0.5s;
    /* position: fixed; */
}

.designerSidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a,
.designerSidenav a {
    padding: 0px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover,
.designerSidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn .designerSidenav {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.input-group {
    background-color: rgb(83, 95, 112);
    color: rgb(255, 255, 255);
    border-color: rgb(47, 51, 58);
}

.rightPanel #app_wizards .inpt:not(.likeOldDays),
.rightPanel #app_wizards .textBox:not(.likeOldDays) {
    background-color: rgb(83, 95, 112);
    color: rgb(255, 255, 255);
    border-color: rgb(47, 51, 58);
}

.rightPanel #app_wizards .input-group .inpt,
.rightPanel #app_wizards .input-group .suffix,
.rightPanel #app_wizards .input-group .textBox {
    transition-duration: 0.15s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}

#app_wizards .input-group input:not([type="radio"]) {
    font-feature-settings: "lnum";
    float: left;
    font-variant-numeric: lining-nums;
    position: relative;
    width: 100%;
    z-index: 2;
    border-radius: 2px 0px 0px 2px;
    margin: 0px;
}

#app_wizards .input-group .suffix,
#app_wizards .input-group input:not([type="checkbox"]) {
    display: table-cell;
}

#app_wizards *,
#tethers * {
    box-sizing: border-box;
    transition: none 0s ease 0s;
}

.moodular .inpt,
.moodular .textBox {
    width: 100%;
    box-shadow: 0 2px 4px rgb(86 70 50 / 10%);
    border: 1px solid #d9cec1;
    color: #564632;
    font-family: inherit;
    line-height: 24px;
    font-size: 14px;
    display: inline-block;
    background-color: #fff;
    outline: 0;
    border-radius: 2px;
}

.injectCSSPrevention {
    height: 38px !important;
    margin: 0px !important;
}

input,
select,
textarea {
    outline: 0;
    margin: 0;
    /* text-align: left; */
}

.rightPanel #app_wizards .inpt:not(.likeOldDays),
.rightPanel #app_wizards .textBox:not(.likeOldDays) {
    background-color: rgb(83, 95, 112);
    color: rgb(255, 255, 255);
    border-color: rgb(47, 51, 58);
}

.numberInput {
    background-color: rgb(83, 95, 112);
    color: rgb(255, 255, 255);
}

#logoUploadFileSection {
    padding: 25px;
}

.drop-zone {
    height: 150px;
    padding: 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 1px dashed rgb(199, 194, 194);
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.fontAwsome-blue {
    color: #004d95;
}

.fill-blank {
    display: flex;
}

.input,
.textarea {
    border: none;
    font-family: inherit;
    font-size: inherit;
    padding: 1px 6px;
}

.input-wrap .input {
    position: absolute;
    width: 100%;
    left: 0;
}

.textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    resize: both;
    min-height: 40px;
    line-height: 20px;
}

.textarea[contenteditable]:empty::before {
    content: "Placeholder still possible";
    color: gray;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 3px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.background-grey {
    background-color: #6c757d;
    color: white;
}


.form-section {
    padding-right: 12px;
    padding-left: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
    position: relative;
}

.form-section.selected {
    border: 2px solid dodgerblue;
    border-radius: 6px;
}

.logo {
    height: auto;
}


.float {
    /* position: fixed; */
    width: 60px;
    height: 60px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    box-shadow: 2px 2px 3px #999;
    border: none;
    cursor: pointer;
    outline: blue;
    font-size: large;
}

.float-right {
    background-color: #09f;
    top: 40px;
    right: 40px;
}

.float-left {
    background-color: #3e4652;
    top: 40px;
    left: 40px;
}


.div-menu {
    display: none;
    position: absolute;
    top: auto;
    bottom: -24px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.form-section.selected .div-menu {
    display: inline;
}

.div-settings {
    background-color: #49515a;
    margin: 5px;
    width: 36px;
    height: 36px;
}

.div-up {
    background-color: #adb0b4;
    margin: 5px;
    width: 36px;
    height: 36px;
}

.div-down {
    background-color: #adb0b4;
    margin: 5px;
    width: 36px;
    height: 36px;
}

.div-move {
    background-color: #09f;
    margin: 5px;
    width: 36px;
    height: 36px;
    cursor: move !important;
}

.div-delete {
    background-color: #d73027;
    right: -50px;
    top: 65px;
    margin: 5px;
    bottom: auto;
    width: 36px;
    height: 36px;
}

.float-right:active {
    background: rgb(1, 110, 183);
}

.div-settings:active,
.float-left:active {
    background: #33383f;
}

.div-delete:active {
    background-color: #a7211a;
}

.div-down:active,
.div-up:active {
    background-color: #8c8e90;
}

.selectedControls {
    background-color: transparent;
    border-radius: 4px;
    bottom: auto;
    box-shadow: none;
    height: auto;
    left: auto;
    min-width: 36px;
    /* position: absolute; */
    right: -42px;
    text-align: right;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: top .15s ease, -webkit-transform .15s ease;
    transition: top .15s ease, transform .15s ease;
    transition: top .15s ease, transform .15s ease, -webkit-transform .15s ease;
    width: 36px;
    z-index: 2;
}

.line.selectedControlsLine {
    transition: all .4s ease !important;
    will-change: auto;
    cursor: default;
    text-align: right;
}

.selectedControls {
    align-items: center;
    background: #49515a;
    border: 0;
    border-radius: 18px;
    color: #fff;
    display: flex;
    height: 36px;
    justify-content: center;
    margin-bottom: 3px;
    min-width: 36px;
    padding: 0 8px;
    white-space: nowrap;
}

.fieldSection-list {
    padding: 0;
    margin-bottom: 0;
}

/* 
.design-button {
    animation:change-color 4s ease 0s infinite normal;
}

.arabic .design-button {
    animation:change-color2 4s ease 0s infinite normal;
}

@keyframes change-color {   
    0%{ box-shadow:none;    }
    50%{ box-shadow:0px 0px 25px 15px rgb(152, 152, 201) ;}
}
@keyframes change-color2 {   
    0%{ box-shadow:none;    }
    50%{ box-shadow:0px 0px 25px 15px rgb(201, 172, 152) ;}
}

.arabic .form-card input {
    text-align: right;
}

.arabic #mySidenav li {
    direction: rtl;
} */

.title-right input {
    text-align: right !important;
}
.title-left input {
    text-align: left !important;
}

.placeholder-label {
    color: #ffffff !important;
    border-radius: 0 !important;
    border-color: #535f6f !important;
    background-color: rgb(62, 70, 82) !important;
}

.placeholder-input {
    border-radius: 0 !important;
    border-color: #535f6f !important;
    color: #ffffff !important;
    background-color: #535f6f !important;
}

/* Chrome, Safari, Edge, Opera */
input.no-arrow::-webkit-outer-spin-button,
input.no-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-arrow[type=number] {
    -moz-appearance: textfield;
}

.fieldSection-list .field-item {
    cursor: move;
    list-style: none;
    user-select: none !important;
}

.logo-div[dir="rtl"] .en,
.propertiesSidenav[dir="rtl"] .en,
.logoPlace[dir="rtl"] .en,
.form-card[dir="rtl"] .en,
.designerSidenav[dir="rtl"] .en,
.answer-card[dir="rtl"] .en {
    display: none;
}

.logo-div[dir="ltr"] .ar,
.propertiesSidenav[dir="ltr"] .ar,
.logoPlace[dir="ltr"] .ar,
.form-card[dir="ltr"] .ar,
.designerSidenav[dir="ltr"] .ar,
.answer-card[dir="ltr"] .ar {
    display: none;
}

*[dir="rtl"] .text-start {
    text-align: right !important;
}

*[dir="rtl"] .text-end {
    text-align: left !important;
}

.form-card[dir="rtl"] .title-right input,
.answer-card[dir="rtl"] .title-right input {
    text-align: left !important;
}
.form-card[dir="rtl"] .title-left input,
.answer-card[dir="rtl"] .title-left input {
    text-align: right !important;
}

.form-card[dir="rtl"] .form-check .form-check-input,
.answer-card[dir="rtl"] .form-check .form-check-input {
    float: none;
    margin-left: 0;
}

input.fill-the-blank {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px #000 dashed;
}

.fill-blank-text {
    border-radius: 3px;
    padding: 7px;
    border: 1px solid #000;
}

.blue-border {
    border: 2px solid #09f;
}

.closebtn {
    cursor: pointer;
}

input:required:valid {
    border-color: green;
}

input.blurred:invalid,
select.blurred:invalid,
textarea.blurred:invalid {
    border-color: red;
}

input.blurred:invalid~.error,
select.blurred:invalid~.error,
textarea.blurred:invalid~.error {
    display: block;
}

.error {
    background-color: #f23a3c;
    color: #fff;
    margin: 2px;
    padding: 3px 12px 0px 12px;
    border-radius: 5px;
    font-size: small;
    width: 100%;
    display: none;
}

.language-text {
    text-align: center;
}
@media (min-width: 768px) {
    .language-text {
        text-align: left;
    }
}

.lang-accept:hover {
    color: #6c757d !important;
    background: none !important;
}
.btn-check:checked+.btn-outline-secondary {
    color: #fff !important;
    background: #6c757d !important;
}

/* input:required:focus:valid {
    background: url("https://assets.digitalocean.com/labs/icons/hand-thumbs-up.svg") no-repeat 95% 50% lightgreen;
    background-size: 25px;
}
input:focus:invalid {
    background: url("https://assets.digitalocean.com/labs/icons/exclamation-triangle-fill.svg") no-repeat 95% 50% lightsalmon;
    background-size: 25px;
}
   */

.drop-zone__prompt.uploaded {
    color: forestgreen !important;
}