
.buttonr {
      
    display: inline-block; /* this is important for styling a button as a responsive element */
    color: #4CAF50 !important; 
    border-color: #4CAF50 !important; 
    transition: all 0.3s ease; 
    cursor: pointer; 
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid transparent;
    
   
  }
  .buttonr:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
  }

.bg-gray {
    background-color: #67757c;
}

.bg-green {
    background-color: #07853a;
}

.border-green {
    color: #07853a;
}

a{
    text-decoration: none !important;
}

.btn-green {
    background-color: #07853a;
    border-color: #07853a;
    color: #fff;
}

.main-header,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
    background: #07853a !important;
}

.main-header .logo {
    background: white;
}

.hide {
    display: none;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #2196F3 !important;
    border: 1px solid #2196F3 !important;
}

.form-steps {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1600px;
    margin: 20px auto 15px;
    z-index: 1;
}

.form-steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
}



.form-steps > ul > li {
    display: inline-block;
    width: auto;
    text-align: center;
    position: relative;
    padding: 0.5rem 2.5rem;
    border-radius: 30px;
    margin: 0 10px;
    background-color: #f7f7f7;
    border: 2px solid #f7f7f7;
    line-height: 24px;
}

.form-steps > ul > li  a , .footer-link{
    color: #455a64 !important;
}

.form-steps > ul > li.current {
    border: 2px solid #03a9f3;
    background-color: #03a9f3;
    /* color: #ffffff !important; */
}

.form-steps > ul > li.current > a {
    color: #ffffff !important;
    cursor: default;
}

.content-form{
    background: #f4f6f9;
    min-height: 250px;
    padding: 1rem;
}
div.col-md-5.text-bold h5 , div.col-md-7.text-content h5{
    min-height: 36px;
}
.fieldset{
    border: 1px gray solid !important;
    padding: 10px !important;
    margin-bottom: 15px !important;
}

.legend {
    width: fit-content !important;
    width: -moz-fit-content !important;
    font-size: 1.1rem;
}

.title{
    font-size: 1.1rem;
    color: black;
}

div.col-6.text-bold{
    min-height: 60px;
}
.alert h4{
    font-weight: 400 !important;
}

.size {
    font-size: 1.1rem;
}

.text-black{
    color: black !important;
}

.link-show-file{
    font-size: 15px;
}
a.link-show-file:hover{
    color: #2196F3 !important;
}

.link-show-file > i {
    font-size: 1.5em;
    color: #11118580;
}

.link-add-file{
    font-size: 15px;
}

.link-add-file-icon {
    font-size: 1.5em;
    margin-top: 5px;
}

.plan-box{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: -15px;
}

.size-icon{
    font-size: 17px;
}

