/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}*/

/*body {
  margin-bottom: 60px;
}*/



@font-face {
    font-family: 'Popin';
    src: url('/Poppins/Poppins-Regular.ttf') format('woff2'), url('/Poppins/Poppins-Regular.ttf') format('woff'), url('/Poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 12px;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Popin !important;
}




/*For Layout*/


.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa !important;
    border-radius: 4px;
}

.btn1 {
   
    width:auto;/*130px;*/
    height: 30px;
    color: #CB924E !important;
    background-color: white;
    outline: #CB924E !important;
    border: 1px solid #CB924E !important;
    padding-left:30px;
    padding-right:30px;
}

    .btn1:hover {
        color: #CB924E !important;
        background-color: white;
    }

    .btn1:focus {
        outline: none !important; /* Remove browser's default focus outline */
        box-shadow: none !important; /* Remove Bootstrap's shadow */
        border-color: inherit !important; /* Keep the normal border color */
    }


.nav_a {
    text-decoration: none !important;
    color: black !important;
}

.gradient-line {
    height: 30px; /* Adjust the height as needed */
    background: linear-gradient( 90deg, #999643 0%, #2e8c8c 100% ); /* Gradient color */
}

body {
    background-image: url('/new_designs/objects/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.btn-outline-warning.dropdown-toggle:focus,
.btn-outline-warning.dropdown-toggle:active,
.btn-outline-warning.dropdown-toggle.show {
    background-color: transparent !important;
    box-shadow: none;
}

input:focus, textarea:focus, select:focus {
    outline: none !important; /* Remove browser's default focus outline */
    box-shadow: none !important; /* Remove Bootstrap's shadow */
    border-color: #ced4da !important; /* Keep the normal border color */
}

/*For Layout*/