body.body > iframe {
    display: none;
}

.text-Gray-60 {
	color: #98A4B0 !important;
}

.form-input_armtek {
    width: 100%;
    border: 1px solid #98A4B0;
    border-radius: 4px;
    outline: none !important;
    font-size: 1.2rem;
    color: #212529;
    padding: 0.5rem 1rem;
    padding-top: 1rem;
    padding-right: 3rem;
}

.form-label_armtek {
    color: #212529;
    font-size: 1rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    line-height: 1.2rem;
    transition: 0.3s;
}

.form-icons_armtek {
    position: absolute;
    top: calc(50% - 0.7rem);
    right: 1rem;
    line-height: 1.2rem;
    opacity: 0.65;
    transition: 0.3s;
}

.form-input_armtek:focus~.form-label_armtek, .form-input_armtek:not(:focus):valid~.form-label_armtek {
    top: 0.3rem;
    font-size: 0.8rem;
}

.form-icons_armtek:hover {
    opacity: 1;
}

.bg-Gray-10 {
	background: #F8F9FA;
}

.btn-orange_armtek {
	color: #fff;
    background-color: #FF7F00;
    border-color: #FF7F00;
}

.btn-orange_armtek:hover {
    color: #fff;
    background-color: #ec650a;
    border-color: #ec650a;
}

.btn-orange_armtek:not(:disabled):not(.disabled).active, .btn-orange_armtek:not(:disabled):not(.disabled):active, .show>.btn-orange_armtek.dropdown-toggle {
    color: #fff;
    background-color: #ec650a;
    border-color: #ec650a;
}

.bg-Gray-60 {
	background: #98A4B0;
}

.text-Gray-M {
	color: #212529 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.rotate-180 {
    transform: rotate(180deg);
}

.h_60vh {
    height: 60vh;
}

.h6.btn-lg {
    font-size: 1rem !important;
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-weight: 400;
}

.text-Orange-M {
    color: #FF7F00 !important;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(255 193 7 / 50%);
}

.select-control {
    top: calc(1.5em + .75rem + 2px);
    background: #fff;
    z-index: 1;
}

.option-control {
    padding: .375rem .75rem;
}

.element-control input[type="checkbox"]:checked + label {
    color: #6c757d!important;
    font-weight: 400!important;
    position: absolute!important;
    top: 0px;
    padding: .375rem .0rem;
    margin-bottom: 0px;
}

.select2-container .select2-selection--single {
    height: auto !important;
}

.select2.select2-container--custom,
.select2.select2-container--border {
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .0rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 2px solid #98A4B0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;    
}

.select2.select2-container--custom {
    border: 0;
    border-bottom: 2px solid #98A4B0; 
}

.select2.select2-container--border {
    border: 1px solid #dee2e6!important; 
    padding: .375rem .75rem;
    border-radius: .25rem;
}

.select2-container * {
    outline: none !important;    
}

.select2-selection {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.select2-selection__rendered {
    order: 1;
    width: 100%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.select2-selection__clear {
    order: 2;
    position: relative;
    top: -1px;
    color: #6c757d;
    font-weight: 900;
}

.select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-results > .select2-results__options::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 0px; 
 }

.select2-results > .select2-results__options::-webkit-scrollbar{
  width: 6px;
  height: 12px;
  background-color: #F5F5F5;
}

.select2-results > .select2-results__options::-webkit-scrollbar-thumb{
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-image: -webkit-linear-gradient(330deg, #FFC107 0%, #FF9800 100%);
  background-image: linear-gradient(120deg, #FFC107 0%, #FF9800 100%); 
}

.select2-selection__arrow {
    order: 3;
}

.select2-container:hover {
    border-color: #6C757D !important;
}

.select2-container:active,
.select2-container:focus,
.select2-container.select2-container--focus,
.select2-container.select2-container--active,
.select2-container.select2-container--open {
    border-color: #FF7F00 !important; 
}

.select2-selection__placeholder {
    color: #6c757d !important;    
}

.select2-container:hover .select2-selection__placeholder {
    color: #212529 !important;
}

.select2-search__field {
    padding: .375rem .75rem !important;
    border-radius: .25rem;
    border: 1px solid #dee2e6!important;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
}

.select2-search__field:hover {
    border-color: #6C757D !important;
}

.select2-search__field:active,
.select2-search__field:focus {
    border-color: #FF7F00 !important;
}

.select2-results__option--selectable {
    cursor: pointer;
    color: #6C757D;
    padding: .375rem .75rem !important;
}

.select2-results__option--selectable:hover {
    color: #212121 !important;
    background: #E9EBEF !important;    
}

.select2-selection__arrow {
    order: 3;
    height: 20px;
    width: 20px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0ic21hbGwtZG93biIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTEiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDExIDciPg0KICA8cGF0aCBpZD0iUGF0aF8yNiIgZGF0YS1uYW1lPSJQYXRoIDI2IiBkPSJNOC4xLDExLjYsMi42LDYuMDQxLDQuMDI2LDQuNiw4LjEsOC43MTgsMTIuMTc0LDQuNiwxMy42LDYuMDQxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIuNiAtNC42KSIgZmlsbD0iIzZjNzU3ZCIvPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: center;
}

.select2-container--open .select2-selection__arrow {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTEgNyI+DQogIDxnIGlkPSJzbWFsbC1kb3duIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMSA3KSByb3RhdGUoMTgwKSI+DQogICAgPHBhdGggaWQ9IlBhdGhfMjYiIGRhdGEtbmFtZT0iUGF0aCAyNiIgZD0iTTguMSwxMS42LDIuNiw2LjA0MSw0LjAyNiw0LjYsOC4xLDguNzE4LDEyLjE3NCw0LjYsMTMuNiw2LjA0MVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjYgLTQuNikiIGZpbGw9IiM2Yzc1N2QiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    background-repeat: no-repeat;
    background-position: center;
}

.select2-container--open .select2-dropdown {
    left: 0;
    border-radius: 0px;
    top: 0px;
    padding: .375rem 0rem;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(170,170,170,1);
    -moz-box-shadow: 0px 3px 7px 0px rgba(170,170,170,1);
    box-shadow: 0px 3px 7px 0px rgba(170,170,170,1);
    border: none !important;
}

.select2-container.select2-container--disabled,
.select2-container.select2-container--disabled:disabled,
.select2-container.select2-container--disabled:hover,
.select2-container.select2-container--disabled:focus,
.select2-container.select2-container--disabled:active {
    border-color: #98A4B0 !important;   
    opacity: 0.65; 
    background-color: #F8F9FA;
}

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none !important;
}

.select2-container.select2-container--disabled,
.select2-container.select2-container--disabled:hover .select2-selection__placeholder,
.select2-container.select2-container--disabled:disabled,
.select2-container.select2-container--disabled:hover,
.select2-container.select2-container--disabled:focus,
.select2-container.select2-container--disabled:active {
    color: #6C757D !important;  
}

.select-invalid .label-control {
    color: #FF3342 !important;
}

.select-valid .label-control {
    color: #28a745 !important;
}

.select-invalid .select2.select2-container--custom,
.select-invalid .select2.select2-container--border {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.select-valid .select2.select2-container--custom,
.select-valid .select2.select2-container--border {
    border-color: #28a745 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-control:focus,
.custom-control-input:focus~.custom-control-label::before {
    outline: 0;
    box-shadow: none !important;
}

.custom-control-label::before {
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #FF9800;
    border: #FF9800 solid 1px;
}

.position-initial {
    position: initial !important;    
}

.modal-header .close {
    outline: none !important;
}