@charset "UTF-8";
/* CSS Document */

.uavtitles{
	font-size: 12px;
}
.uavrow,.eqprow{
	position: relative;margin-bottom:2px;
}
.uavdel{
	position: absolute;right:-3px;top:6px;z-index:2;
}
.uavdel:hover{
	color:red;
	cursor: pointer;
}
.addDroneButton:hover{
	color:lightslategray;
	cursor: pointer;
}
.input-lg{
	height: 30px !important;
}
@media only screen and (max-width: 768px) {
.uavdel {
    right: 20px;
    top: -4px;
}
}

.caret, .caret2{
        position: relative;
        display: inline-block;
	width:100%;
	
    }
.caret input:hover{
	cursor: pointer;
	
}
    .caret::after{
    right: 10px;
    top: 18px;
    color: rgb(130,130,130);
    position: absolute;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    }

.caret input:focus {
  outline: none;
    box-shadow: none !important;
    border: 1px solid #ced4da !important;
	
}
input:read-only, input[readonly="readonly"], input[readonly] {
  background-color: white !important;
}

.selectdown{
	width: 100%;
    position: absolute;
    z-index: 98;
    left: 0px;
	overflow: scroll;
	height: auto;
	top:39px;
	
    height: 240px;
	overflow-x: hidden;
	padding: 0;   
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.selectdown-lg{
    margin: 0px 6px;
    width: calc(100% - 12px);
    top: 50px !important;
}
.com-right span:hover, .com-left span:hover{
	cursor: pointer;
}
.com-left{
	width:100%;
	height: 100%;
    overflow-y: scroll;
	
	border-radius: .25rem;
}
.backButton{
	padding:0px 3px;
}
.com-right{
	width:100%;padding:0px;
	height:100%;background: white;
    overflow-y: scroll;
	position: absolute;
	border-radius: .25rem;
	left:100%;
	top:1px;
	z-index: 100;
	-webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.copen{
	left:0px;
}
.subquote{
	padding:0px;
}
input:read-only{
	background-color: #e9ecef !important;
}
.btn-remove-row {
    height: 38px;
    width:100%;
}



.country-entry {
    position: relative;
    display: none; /* Hide the original entries */
}

.remove-country {
    cursor: pointer;
    color: #dc3545;
    background: none;
    border: none;
    padding: 0.25rem;
    line-height: 1;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}

.remove-country:hover {
    color: #bd2130;
}

.invalid-feedback {
    display: none;
    font-size: 0.875rem;
    color: #dc3545;
    margin-top: 0.25rem;
}

.is-invalid + .invalid-feedback {
    display: block;
}

.country-entries {
    display: none; /* Hide the original container */
}

#addCountry {
    margin-bottom: 1rem;
}

.country-search-container {
    position: relative;
    margin-bottom: 1rem;
    width: 100%;
}

.country-search-wrapper {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 0.5rem;
    min-height: 50px;
    background: white;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    cursor: text;
}

.country-search {
    border: none;
    outline: none;
    flex: 1;
    min-width: 150px;
    padding: 0.25rem;
    background: transparent;
}

.country-tag {
    background: #e9ecef;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    display: inline-flex;
    align-items: center;
    font-size: 0.875rem;
}

.country-tag .remove-tag {
    margin-left: 0.5rem;
    cursor: pointer;
    color: #6c757d;
}

.country-tag .remove-tag:hover {
    color: #dc3545;
}

.country-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 8px;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-top: 0.25rem;
}

.country-results.show {
    display: block;
}

.country-result-item {
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.country-result-item:hover {
    background-color: #f8f9fa;
}

.country-code {
    color: #6c757d;
    font-size: 0.875rem;
    margin-left: 0.5rem;
}


