/* Importing fonts */
@import url('https://fonts.googleapis.com/css2?family=League+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;700&display=swap');

html,
body {
    height: 100%;
   
}


.sup {
    vertical-align: super;
    font-size: smaller;
}

.header {
    font-family: 'League Gothic', sans-serif;
    box-shadow: 0px 15px 8px -20px #111;
    margin-bottom: 20px;
}

.title-text {
    font-size: 70px;
    margin-bottom: -15px;
    padding-left: 10px;
}

.subtitle-text {
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    padding-left: 10px;
}

.main-container {
    width: 20%;
}

.form-control {
    appearance: auto !important;
  }

.form-ctrl {
    /* padding-left: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-options {
    padding-left: 20px;
}

.subhead-text {
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: bolder;
    /*margin-left: 20px;
    padding-top: 20px;*/
}

.sub-subhead-text {
    margin: 0.6rem;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

.add-icon {
    padding-top: 10px;
}

.form-options-div {
    margin-left: 40px;
    margin-top: 10px;
}

.section {
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
}

.inside-div-elements {
    margin-left: 20px;
    margin-bottom: 10px;
}

.done-btn {
    background-color: rgb(147, 172, 201);
    border: none;
    margin-top: 15px;
}

.done-btn:hover {
    border: none;
    outline: 0;
    color: #66cc66;
}

.done-btn:active {
    outline: none;
}

.div-close-btn {
    background-color: white;
    border: none;
    float: right;
    margin-top: -15px;
    margin-right: -15px;
}

.stt-check {
    margin-top: 20px;
}

.add-option-btn {
    background-color: white;
    margin-left: 5px;
    border: none;
    outline: none;
    /* margin-left: 15px; */
    /* margin-top: -20px; */
}

.add-option-btn:hover {
    border: none;
    outline: 0;
    color: #66cc66;
}

.add-option-btn:active {
    outline: none;
}

.optionbox {
    padding-left: 10px;
    padding-bottom: 3px;
    /* padding-top: 5px; */
    margin-left: 10px;
    margin-top: 10px;
    border: solid 1px #c7c7c7;
    border-radius: 5px;
}

.remove-btn {
    background-color: white;
    border: none;
    font-size: 20px;
    outline: none;
}

.remove-btn:active {
    outline: none;
}

.remove1{
    font-size: 10px;
}
/* .last-div {
    position: fixed;
    bottom: 0;
} */

footer {
    background-color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /* margin-top: 10px; */
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 10px;
}

/* footer p {
    color: white;
    padding-left: 10px;
} */

.hide {
    display: none;
}
.show{
    display:block;
}
.row {
    display: block;
}

/* .section {
    background-color: #dde5f9;
    margin-top: 10px;
    padding: 20px;
    border-radius: 10px;
} */

.sectionHeading {
    font-size: large;
    font-weight: bold;
    color: brown;
}

.commandSection {
    background-color: #b3c4f0;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

.sectionoption {
    background-color: #dde5f9;
    /* border: 1px solid #9f9f9f; */
    /* margin-top: 20px; */
    /* padding: 15px; */
}

.formPreview {
    background-color: #b3c4f0;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.sectiontwo {
    background-color: rgb(203, 230, 201);
    margin-top: 10px;
    padding: 15px;
    /* font-size: 25px; */
    text-align: left;
    align-items: left;
    border-radius: 10px;
}

.upload-section {
   
    margin-top: 5px;
    padding: 5px;
    border-radius: 10px;
}

.title {
    /* background-color: #defbf1; */
    /* margin-top: 20px; */
    /* padding: 1px; */
    inline-size: 98%;
    color: #363636;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
}

.preview-section {
    /* background-color: #dde5f9; */
    margin-top: 20px;
    text-align: center;
}

.section3 {
    width: 50%;
    border: 1px solid #c7c7c7;
    margin-top: 20px;
    padding: 15px;
    margin-left: 25%;
}

.section4 {
    width: 60%;
    margin-top: 20px;
    padding: 15px;
    margin-left: 20%;
}



.inputrow {
    margin-left: 10px;
    margin-top: 10px;
}

/* .headerone {
    margin-top: 50px;
} */

.head1 {
    font-size: 35px;
    ;
    text-align: center;
}

.input {
    margin-bottom: 4px;
    padding: 6px 55px;
}

.button1 {
    margin-top: 15px;
    padding: 6px 13px;
    color: white;
    background-color: #2b8ce2;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 26.15s;
    color: white;
    border-color: green;
}

.select1 {
    width: 90px;
    height: 25px;
    border-radius: 5px;
    border-color: #c7c7c7;
}

.label2 {
    margin-left: 45px;
}

.radiospace {
    margin-top: 20px;
}

.plusbutton {
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1;
    border-radius: 0.25rem;
    transition: color 26.15s;
    color: white;
    background-color: green;
    border-color: green;
}



.dot {
    color: red;
}

.type {
    margin-left: 11px;
    font-size: 18px;
    margin-right: 12px;
}

.inputspace {
    margin-left: 20px;
    margin-top: 10px;
}

.inputgap {
    margin-top: 10px;
}



.button-secondary {
    margin-top: 5px;
}

.text-box {
    /* width: 75%; */
    /*border: #797575;*/
    border-radius: 0px;
    margin: 0px;
    padding: 0px;
    /* width: 800px; */
}

/* .record-btn {
    background-color: white;
    border: none;
    color: black;
    padding: 10px 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 10px;
    margin-left: 10px;
} */

.btn-grp {
    margin-bottom: 10px;
}

.footer-fix {
    height: 50px;
    background-color: white;
}

.footer-fix p {
    color: white;
}

.record-btn {
    background-color: #dde5f9;
    border: none;
    color: black;
    padding: 10px 10px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    margin-left: 10px;
}

.record-btn:hover {
    background-color: #dde5f9;
    color: red;
    border-radius: 50%;
}

.title {
    font-size: 30px;
}

.textFormat {
    border: none;
    background-color: white;
    border-radius: 10%;
}

.clean-btn {
    border: none;
    background-color: white;
}

.font-option {
    border-left: solid #c7c7c7;
    border-width: thin;
}

.error {
    color: red;
  }

.btn {
    border: none;
}

.text-custom-justify {
    margin: 0;
    text-align: justify;
}

.logo-label {
    color: #000000;
    background-color: #FFFFFF;
    max-width: 100%;
    max-height: 100%;
    font-size: 1rem;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.4rem 1.25rem;
}

/*CSS For Image Choose Start*/

.drag-file-area {
	border: 2px dashed #0a0a0a;
	border-radius: 10px;
	margin: 10px 0 15px;
	padding: 30px 50px;
	max-width: 100%;
	text-align: center;
}

.drag-file-area label .browse-files-text {
	color: #000000;
	font-weight: bolder;
	cursor: pointer;
}

.drag-file-area label {
	font-size: 19px;
}

/*.browse-files span {
	position: relative;
	top: -25px;
}*/

.default-file-input {
	display: none;
}

.file-block {
	color: #000000;
	background-color: #dae6ff;
  	transition: all 1s;
    max-width: 100%;
	position: relative;
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0 15px;
	padding: 10px 20px;
	border-radius: 10px;
	cursor: pointer;
}

.file-info {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.file-icon {
	margin-right: 10px;
    width: 30px;
    height: 30px;
}

.file-name, .file-size {
	padding: 0 3px;
}

.remove-file-icon {
	cursor: pointer;
}


/*CSS For Image Choose End*/

/*CSS For Custom SELECT Start*/

 .wrapSelect {
     cursor: pointer;
     display: inline-block;
     position: relative;
     font-size: 16px;
     color: #fff;
     width: 100%;
     height: 40px;
}
 /*select {
     display: none;
}*/
 .custom-select {
     overflow-x: hidden;
     overflow-y: hidden;
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     background-color: #fff;
     color: #9E9E9E;
     padding: 8px 15px;
     -moz-transition: all 0.2s ease-in;
     -o-transition: all 0.2s ease-in;
     -webkit-transition: all 0.2s ease-in;
     transition: all 0.2s ease-in;
}
 .custom-select:after {
     content: "";
     width: 0;
     height: 0;
     border: 7px solid transparent;
     border-color:#9E9E9E transparent transparent transparent;
     position: absolute;
     top: 16px;
     right: 10px;
     transform: rotateZ(0deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
/*.custom-select:hover {
     background-color: #b83729;
}
*/
 .custom-select:active, .custom-select.active {
     background-color: #fff;
     color: #9E9E9E;
}
 .custom-select:active:after, .custom-select.active:after {
     transform: rotateZ(180deg);
     transition: all 0.5s;
     transform-origin: 50% 25%;
}
 .custom-select:focus{
    outline: 2px;
}
 .select-options {
     max-height: 200px;
     overflow-y: auto;
     display: block;
     position: absolute;
     top: 100%;
     right: 0;
     left: 0;
     z-index: 999;
     margin: 0;
     padding: 0;
     list-style: none;
     background-color: #FFFFFF;
     border-radius: 0px 0px 5px 5px;
}
 .select-options li {
     color: #424242;
     margin: 0;
     padding: 10px 0;
    /* text-indent: 15px;
    */
    /* border-top: 1px solid #AED581;
    */
     -moz-transition: all 0.15s ease-in;
     -o-transition: all 0.15s ease-in;
     -webkit-transition: all 0.15s ease-in;
     transition: all 0.15s ease-in;
     padding-left: 15px;
}
 .select-options li:hover {
     color: #424242;
     background: #fff;
}
 .select-options li[rel="hide"] {
     display: none;
}
 ::-webkit-scrollbar {
     width: 10px;
     height: 10px;
     background-color: #F5F5F5;
     border-radius: 0 0 5px 0;
}
 ::-webkit-scrollbar-thumb {
     border-radius: 0px;
     background-color:#9E9E9E;
}

/*CSS For Custom SELECT End*/