label.form-check-label {
    border: 1px solid #f6f6f6;
    border-radius: 20px;
    font-size: 20px;
    padding: 12px;
    min-width: 100px;
    cursor: pointer;
}
div#transport {
    margin-bottom: 20px;
}
#transport .form-check input{
    opacity: 0;
}
.h3 {
    font-size: 17px;
    margin: 0px;
}
.text-line-data {
    display: flex;
    gap: 5px;
}
.my-nav div span{
    color: #000;
}
.my-nav div{
    cursor: pointer;
}
.showButton button.active {
    border: 1px solid #146E6C;
}
.showButton button {
    padding: 10px;
    background: #ffffff00;
    color: #000;
    display: flex;
    border-radius: 20px;
    text-align: center;
    width: 100%;
    border: 1px solid #ffffff00;
    justify-content: center;
}
.showButton .form-check{
    width: 100%;
    
}
.list {
    overflow: auto;
    max-height: 200px;
    display: block;
    position: absolute;
    background: #ffffff;
    padding: 5px;
    border: 1px solid #ced4da;
    transition: 0.3s ease all;
    border-top: none;
    z-index: 9;
    margin-right: 15px;
}

.list li{
    padding: 5px;
    font-size: 14px;
    transition: 0.3s ease all;
    list-style-type: none;
}
.list li:hover{
    background: green;
    transition: 0.3s ease all;
    color: #fff;
    cursor: pointer;
}




.form-check input[type="radio"] {
    display: none;
  }
  
  .form-check input[type="radio"] + label {
    border: 1px solid #f6f6f6;
    border-radius: 20px;
    padding: 10px;
    cursor: pointer;
  }
  
  .form-check input[type="radio"]:checked + label {
    border-color: #146E6C;
  }
  
  .form-check input[type="radio"] + label i {
    margin-right: 5px;
  }
  


  .d-flex-row {
    display: -ms-flexbox!important;
    display: flex!important;
    gap: 20px;
    flex-direction: column;
}


  ul#calculationTabs {
    display: flex;
    justify-content: space-evenly;
    gap: 0px;
    align-items: center;
    margin-top: 20px;
}
ul#calculationTabs li a {
    color: #000;
    transition: 0.3s ease all;
    text-decoration: none;
}
ul#calculationTabs li a:hover {
    background: green;
    color: #fff;
}
ul#calculationTabs li a.active{
    background: #146E6C;
    color: #fff;
}
div#calculationContent {
    padding: 20px;
}
.add-cargo{
    padding: 0px!important;
}
.my-nav div {
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
    color: green;
    font-weight: 500;
}


#multi-step-form .form-check i{
    font-size: 16px;
}
#multi-step-form .form-check label {
    font-size: 20px;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#multi-step-form  label {
    font-size: 13px!important;
    color: #000;
}
.add-cargo {
    justify-content: flex-start!important;
    font-size: 13px!important;
    align-items: center!important;
    padding-left: 40px;

}
#send_first_screen {
    background: #146E6C;
    border: 1px solid #146E6C;
    padding: 7px 30px;
}
#send_air_air {
    background: #146E6C;
    border: 1px solid #146E6C;
    padding: 7px 30px;
}
#send_readyToShip {
    background: #146E6C;
    border: 1px solid #146E6C;
    padding: 7px 30px;
}
div#lustform button {
    background: #146E6C;
    border: 1px solid #146E6C;
    padding: 7px 30px;
    color: #fff;
}
.my-nav i {
    padding-left: 10px;
}
.my-nav.row {
    margin-bottom: 20px;
}

@media (max-width:768px) {
    div#transport {
        flex-wrap: wrap;
    }
    form#multi-step-form {
        margin: 10px auto;
        padding: 15px 25px;
    }
}

@media (max-width:420px) {
    .h3 {
        font-size: 14px;
        margin: 0px;
    }
}