.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 14px;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert > p {
    margin-bottom: 0 !important;
}
.tabset
{
    width: 100%;
    float: right;
}
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}
  
.tabset > label {
    position: relative;
    display: inline-block;
    padding: 25px 15px 25px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 22px;
}

.tabset > label::after {
    /*content: "";*/
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
    background: #8d8d8d;
}

input:focus-visible + label {
    outline: 2px solid rgba(0,102,204,1);
    border-radius: 3px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: #06c;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    background: #06c;
}

.tabset > input:checked + label {
    border-color: #eee;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
}

.tab-panel {
    padding: 30px 0;
    border-top: 0px !important;

}
.tab-panels
{
    border: 1px solid #eee;
    border-top: 0pc;
    padding: 30px;
    padding-top: 10px;
	background:#fff;
}


/*======= new style =====*/
.form-group{
    margin:15px 0;
}
.fg-inner {
    border: 1px solid #eee;
    display: inline-block;
    border-radius: 5px;
   box-shadow: 0px 0px 3px -1px #ccc;
    position: relative;
    width: 100%;
  /*  max-width: 315px;*/
}
.fg-inner label {
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 10px;
}
.input-box input {
    box-shadow: none;
    margin: 0;
    padding: 20px 20px 10px 10px;
    font-size: 18px;
    margin-right: 4px;
    position: absolute;
    top: 5px;
	max-width: 70% !important;
    border: none !important;
	background: transparent !important;
	border-right:2px solid #f2f2f2 !important;
	width: 60%;
}
.input-box input:focus {
    outline:none;
    background-color: transparent;
}
select#base_currency {
    border: none;
}
.fg-inner .input-box select{
    border: none;
    padding: 17px;
    border-radius: 0px 10px 10px 0;
    background-color: #fff;
}
.fg-inner .input-box select:visited,.fg-inner .input-box select:focus-visible{
    background-color:#fff;
}
.fg-inner .input-box select:focus,.fg-inner .input-box select:hover{
    outline:none;
    background-color: #f2f2f2;
    cursor: pointer;
}
.fg-inner .input_s {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 25px 10px 10px;
	max-width: 100% !important;
  border: none !important;
	margin-bottom:0px !important;

}
.fg-inner .input_s:focus {
    outline: none;
    border-radius: 5px;
}
.tab-panel .fbtn {
    background-color: rgb(177,142,51);
    /* border: 1px solid #000; */
    border-radius: 5px;
    width: 95%;
    color: #fff;
}
.tab-panel .fbtn:hover{
    background-color: rgb(201,167,80);
    color:#fff;
}
.tab-panel .select2-container {
    padding: 20px 1px 14px;
}
.tab-panel #tender_type {
    margin-top:20px
}
.tab-panel .select2-container--default .select2-selection--single {
    border: none;
}
.tab-panel .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0%;
    margin-left: 0;
    margin-top: 5px;
    top: 100%;
}
input#quote_currency_number {
    background-color: transparent;
    box-shadow: none;
}
.t-100 .select2.select2-container{
    width:100% !important;
}
.t-3 .select2.select2-container{
    width: 25% !important;
	float:right !important;
}
.top_tab
{
    width: 50%;
    text-align: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #1E2837;
    color: #fff;
    margin: 0 !important;
}

 .tabset > input:focus + label, .tabset > input:checked + label {
    color: #1E2837;
    background: #fff;
    width: 50%;
}

.tabset > label:hover
{
    background: #1E2837;
    color: #fff;
    width: 50%;
}

.top_tab_sec
{
    float: right;
}

@media (max-width: 568px)
{
    .col-full {
        margin-left: 0;
        margin: 0;
        margin-right: 0;
        
    }
}
.select2-search__field {
  width: 100% !important;
  max-width: 100% !important;
  border: none !important;
}
#select2-s3-container {
  background: #fff !important;
}
#select2-tender_type-container {
  background: white !important;
}
#select2-quote_currency-container,#select2-base_currency-container,#select2-s1-container,#select2-s2-container {
  background: #fff !important;
}

