  /*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}
p.bold {
    color: red;
}

#msform input, #msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0;
}

/*Next Buttons*/
#msform .action-button {
    width: 100px;
    background: #026c97;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}

#msform .action-button:hover, #msform .action-button:focus {
    background-color: #026c97;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #d3d3d3;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    background-color: #000000;
}

/*The background card*/
.cardd {
    z-index: 0;
    border: none;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #026c97;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.purple-text {
	color: #673AB7;
    font-weight: normal;
}

/*Step Count*/
.steps {
	font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

/*Field names*/
.fieldlabels {
	color: gray;
	text-align: left;
}

/*Icon progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #fbae16;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;z-index: 0;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    //content: "\f13e";
	content: "\f00c";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    //content: "\f007";
	content: "\f00c";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    //content: "\f030";
	content: "\f00c";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*Icon ProgressBar before any progress*/
#progressbar li:before {
    width: 25px;
    height: 25px;
    line-height: 21px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 3px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 12px;
    z-index: -2;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #fbae16;
}

/*Animated Progress Bar*/
.progress {
	height: 20px;
}

.progress-bar {
    background-color: #fbae16 !important;
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}
#upload_file_button, #bilingual_file_upload_button, #upload_image_button {
    padding: 3px 15px;
}
#upload_file_button, #bilingual_file_upload_button, #upload_image_button {
    left: 50%;
    position: absolute;
    top: 55px;
    transform: translateX(-50%) translateY(0%) !important;
    box-shadow: none;
}
.option-column {
  display: block;
  width: 50%; /* Adjust the width as needed */
  float: left;
}




.dialog {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      align-items: center;
      justify-content: center;
      z-index: 1000;
    }

    .dialog-content {
      background-color: white;
      padding: 20px;
      border-radius: 5px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      width: 100%; /* Make the dialog content full width */
      height: 100%; /* Make the dialog content full width */
    }

    /* Additional styling */
    .select2-selection__choice {
      background-color: #e0e0e0;
    }

    /* Make options always visible in three columns */
   .multi-select-langfrom .select2-results__option {
    width: 33.33% !important;
    box-sizing: border-box;
    padding: 8px;
    float: left;
}
	 #plupload-container {
      border: 2px dashed #ccc;
      padding: 20px;
      text-align: center;
    }
button#addURL, button#plupload-browse, button#openDialog,button#button {
     
    height: 40px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #026c97;
    border: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-top: 10px;
    }
	
	button.remove-file {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 6px 14px;
    cursor: pointer;
    font-size: 10px;
    width: 20%;
	margin-left:10px;
}
ul#uploaded-files li {
    text-align: left;
   /* font-size: 1.5vw;*/
    /* margin-right: -9px; */
}
.order-summary label {
    font-size: 1vw;
    /* text-align: left; */
    display: inline-block;
    margin-bottom: 0.5rem;
    /* float: left; */
    text-align: left;
    margin-left: 6%;
    /* margin-left: 6%; */
}
.steps_div,.order-summary
{height:100%;}

div#openDialog {
    /* width: 100px; */
    background: #026c97;
    /* font-weight: bold; */
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right;
}
/* //quote preview */
.pair .select2-container {
    width: 25% !important;
}
span#remove-pair {
    /* float: left; */
    margin-right: -42px;
    width: 100%;
    background: none;
    border: none;
    border-top: 1px solid black;
    color: red;
}
