﻿@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body {
    font-family: Inter,sans-serif !important;
    font-size: 1.2rem;
    font-weight: 400;
}
@media only screen and (max-width: 1366px) {
    body {
        font-size: 1rem;
    }
    label, select, input, .rs-scale span ins {
        font-size: 1rem !important;
    }
  }
/*Button color code:*/
button, input[type=button], input[type=submit] {
    background: linear-gradient(45deg, #0e6aa4, #0790b9 50%, #0e6aa4) !important;
    color: #fff !important;
    border-radius: 1rem;
    padding: 5px 15px 5px 15px;
    border-color: transparent;
    font-weight: 700 !important;
}

/*Link Button color code :*/
#aDownloadPhoto, #aVideo {
    background: linear-gradient(45deg, #0e6aa4, #0790b9 50%, #0e6aa4) !important;
    color: #fff !important;
}
label, select, input, .rs-scale span ins {
    font-family: Inter,sans-serif !important;
    font-size: 1.2rem ;
    font-weight: 400 !important;
}
/*Header Text*/
.section-head {
    color: #000;
    font-size: 2.5rem;
    font-weight: 800;
    /*margin-bottom: 16px;*/
    margin-top: 5px;
}
.sub-section-head {
    color: #000;
    font-size: 1.5rem !important;
    font-weight: 550 !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.sub-section-head-popup {
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: 550 !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}

.sub-section-head-nomargin {
    color: #000;
    font-size: 1.5rem;
    font-weight: 550;
}
.sub-head, h5, .rs-container {
    font-family: Inter,sans-serif !important;
    color: #000;
    font-size: 1.25rem !important;
    font-weight: 500;
}
.font-bold, h6 {
    font-weight: 550;
}

/*Form Control Text*/
.form-control {
    padding: .375rem .75rem !important;
    height: 45px !important;
    border-radius: .375rem !important;
    border: 1px solid #121217 !important;
    background-color: white !important;
    /*width: 330px !important;*/
}
input[type=text],input[type=file],select {
    padding: .375rem .75rem ;
    height: 45px;
    border-radius: .375rem !important;
    border: 1px solid #121217 !important;
    background-color: white !important;
}
input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.input-group > .form-control {
    width: 395px !important;
    min-width:unset !important;
    position:unset !important;
    flex: unset !important;
}

.form-group {
    margin-bottom: 20px;
}

.card-body {
    padding: 30px
}
table {
    border-spacing: 0 10px;
}

/*th, td {
    padding: 5px;
}*/
p {
    line-height: unset !important;
    margin-bottom: 10px !important;
}