@charset "UTF-8";
@media screen and (min-width: 240px) and (max-width: 600px) {
  body {
    position: relative;
    height: 100vh;
  }
  header {
    width: 100%;
    float: left;
    bottom: 0;
    background-color: #fff;
  }
  header .headerTop {
    width: 100%;
    float: left;
    background: linear-gradient(100deg, #4B68D2 1.26%, #27356C 95.02%);
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 28px;
    margin-top: 0;
  }
  header .headerTop .headTopInner {
    width: 100%;
    float: left;
    display: flex;
    display: flex;
    flex-flow: column !important;
    justify-content: space-between;
    align-items: center;
  }
  header .headerTop .headTopInner span {
    float: left;
    display: flex;
    gap: 0px;
    align-items: center;
    flex-flow: column;
    position: relative;
  }
  header .headerTop .headTopInner span p {
    margin: 0;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    color: #fff;
    gap: 10px;
    display: none;
  }
  header .headerTop .headTopInner span p b {
    font-weight: 500;
  }
  header .headerTop .headTopInner span .btnAccount {
    display: none;
  }
  header .menuWrap {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  header .menuWrap .menuInner {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    position: relative;
  }
  header .menuWrap .menuInner .headLogo {
    width: 75px !important;
    height: 79px !important;
    float: left !important;
    position: absolute !important;
    z-index: 999 !important;
    top: -56px !important;
    border: 5px solid #445ebf;
    box-shadow: 0px 6px 9px 0px rgba(90, 104, 112, 0.8) !important;
  }
  header .menuWrap .menuInner .headLogo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  header .menuWrap .menuInner nav {
    float: left;
    display: flex;
    gap: 12px;
    align-items: center;
  }
  header .menuWrap .menuInner nav .navList {
    float: left;
    display: flex;
    margin: 0 40px 0 0;
    padding: 0;
    list-style: none;
    gap: 36px;
  }
  header .menuWrap .menuInner nav .navList li {
    float: left;
  }
  header .menuWrap .menuInner nav .navList li a {
    color: #303030;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.363px;
    text-transform: capitalize;
  }
  header .menuWrap .menuInner nav .headBttn {
    float: left;
    color: #fff;
    padding: 10px 30px;
    font-size: 13px;
    border-radius: 20px;
  }
  header .menuWrap .menuInner nav .cartIcon {
    background-color: #ffe18e;
    color: #000;
    float: left;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 15px;
    position: relative;
  }
  header .menuWrap .menuInner nav .cartIcon b {
    position: absolute;
    background-color: #f00;
    font-size: 9px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: -3px;
    color: #fff;
    font-weight: 400;
  }
  .containerMain {
    width: 100%;
    float: left;
  }
  .contentsPart {
    width: 100% !important;
    border-radius: 0px !important;
    padding-bottom: 230px !important;
  }
  .userDetailsPart {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    gap: 31px;
    background: linear-gradient(100deg, #4B68D2 1.26%, #27356C 95.02%);
    padding: 15px 18px;
    border-radius: 17px;
  }
  .userDetailsPart picture {
    min-width: 100px !important;
    max-width: 100px !important;
    height: 106px;
    float: left;
    border-radius: 17px;
    overflow: hidden;
    position: relative;
  }
  .userDetailsPart picture img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    z-index: 1;
  }
  .userDetailsPart picture b {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto";
    font-size: 95px;
    text-transform: uppercase;
    font-weight: 400;
    color: #53698b;
  }
  .userDetailsPart h3 {
    width: 100%;
    float: left;
    margin: 0;
    color: #fff;
    font-size: 19px !important;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .userDetailsPart h3 small {
    width: 100%;
    float: left;
    margin: 22px 0 0 0;
    color: #656565;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 177%;
  }
  .menu-button {
    display: block;
    top: 10px;
    color: #4058b3 !important;
    background-color: #fff;
    font-weight: 600;
    padding: 6px 13px;
    top: 7px !important;
  }
  textarea {
    resize: vertical;
    padding: 10px 22px !important;
  }
  .sidebar {
    position: fixed;
    right: 0; /* Hide off-screen */
    transition: left 0.3s ease-in-out;
  }
  .sidebar.active {
    left: 0; /* Show when active */
  }
  .menu-button {
    display: block;
  }
  .loginWrap {
    width: 100%;
    float: left;
    background-color: #fff;
    display: flex;
    flex-flow: column;
  }
  .loginWrap .loginPart {
    width: 100%;
    float: left;
    height: 100vh;
    background-color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
  }
  .loginWrap .loginPart .mainLogin {
    width: 100%;
    float: left;
    padding: 10px 0;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .loginWrap .loginPart .mainLogin h2 {
    width: 100%;
    float: left;
    margin: 0;
    color: #2C2F38;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .loginWrap .loginPart .mainLogin .logWith {
    width: 100%;
    float: left;
    margin: 18px 0 0 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 11px;
  }
  .loginWrap .loginPart .mainLogin .logBtn {
    width: 100%;
    float: left;
    float: left;
    padding: 10px 0;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1.424px 7.832px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    color: #313131;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-image: url(../../images/google.svg);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    transition: 0.3s ease-in-out;
  }
  .loginWrap .loginPart .mainLogin .logBtn.facebookButton {
    background-image: url(../../images/facebook.svg);
  }
  .loginWrap .loginPart .mainLogin .logBtn:hover {
    background-color: #edf4ff;
    box-shadow: 0px 1.424px 7.832px 0px rgba(0, 0, 0, 0);
  }
  .loginWrap .loginPart .mainLogin .optionOther {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    margin: 30px 0 0 0;
  }
  .loginWrap .loginPart .mainLogin .optionOther b {
    background-color: #fff;
    text-transform: uppercase;
    color: #959595;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 5px;
    position: relative;
    z-index: 1;
    padding: 0 13px;
  }
  .loginWrap .loginPart .mainLogin .optionOther::after {
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    background-color: #E8E8E8;
    bottom: 8px;
    left: 0;
  }
  .loginWrap .loginPart .mainLogin form {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 30px 0 0 0;
  }
  .loginWrap .loginPart .mainLogin form .inpUsr {
    width: 100%;
    float: left;
    float: left;
    padding: 19px 0 19px 68px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    background: #FFF;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
    background-image: url(../../images/email.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 16px 50%;
  }
  .loginWrap .loginPart .mainLogin form .inpUsr::-moz-placeholder {
    color: #555;
  }
  .loginWrap .loginPart .mainLogin form .inpUsr::placeholder {
    color: #555;
  }
  .loginWrap .loginPart .mainLogin form .inpUsr.pass {
    background-image: url(../../images/password.svg);
    margin: 15px 0 0 0;
  }
  .loginWrap .loginPart .mainLogin form .inpUsr.name {
    background-image: url(../../images/name.png);
  }
  .loginWrap .loginPart .mainLogin form .inpUsr.country {
    background-image: url(../../images/country.png);
  }
  .loginWrap .loginPart .mainLogin form .inpUsr.phone {
    background-image: url(../../images/phone.png);
  }
  .loginWrap .loginPart .mainLogin form .inpBtn {
    width: 100%;
    float: left;
    float: left;
    border-radius: 6px;
    background: #257CFF;
    padding: 13px 0;
    border: 0;
    outline: none !important;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.025px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
    cursor: pointer;
    transition: 0.4s ease-in-out;
  }
  .loginWrap .loginPart .mainLogin form .inpBtn:hover {
    background-color: #134ba0;
  }
  .loginWrap .loginPart .mainLogin form .rfBox {
    width: 100%;
    float: left;
    float: left;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox {
    float: left;
    display: flex;
    gap: 11px;
    align-items: center;
    cursor: pointer;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox .mark {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    float: left;
    background-color: #D9D9D9;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox .mark i {
    opacity: 0;
    color: #fff;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox b {
    float: left;
    color: #3F3F3F;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox input {
    display: none;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox input:checked ~ .mark {
    background-color: #0087f2;
  }
  .loginWrap .loginPart .mainLogin form .rfBox .checkBox input:checked ~ .mark i {
    opacity: 1;
    -webkit-text-stroke: 1px #0087f2;
  }
  .loginWrap .loginPart .mainLogin form .rfBox a {
    float: left;
    color: #FF5F85;
    float: left;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .loginWrap .loginPart .mainLogin form .no_acc {
    width: 100%;
    float: left;
    text-align: center;
    color: #4A4A4A;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 18px 0 0 0;
  }
  .loginWrap .loginPart .mainLogin form .no_acc a {
    color: #FF5F85;
  }
  .loginWrap .loginPart .mainLogin.register {
    position: relative;
  }
  .loginWrap .loginPart .mainLogin.register h2 {
    font-size: 20px;
  }
  .loginWrap .loginPart .mainLogin.register form {
    margin: 10px 0 0 0;
  }
  .loginWrap .loginPart .mainLogin.register form .inpUsr {
    padding: 13px 0 13px 61px;
    background-size: 30px;
    background-position: 12px 50%;
    margin: 7px 0;
  }
  .loginWrap .loginPart .mainLogin.register form .inpUsr.pass {
    margin: 0;
  }
  .loginWrap .loginPart .mainLogin.register form .inpBtn {
    margin: 12px 0 0 0;
  }
  .loginWrap .loginPart .mainLogin.register form .rfBox {
    margin: 5px 0 0 0;
  }
  .loginWrap .backPart {
    width: 100%;
    float: left;
    height: 100vh;
    background-color: #E5ECFF;
    background-image: url(../../images/lohinBack.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 72%;
    position: relative;
    display: none;
  }
  .loginWrap .backPart article {
    width: 100%;
    position: absolute;
    top: 9%;
    right: 9%;
    text-align: right;
  }
  .loginWrap .backPart article h4 {
    width: 100%;
    float: left;
    color: #2B3349;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0 0;
  }
  .loginWrap .backPart article p {
    width: 100;
    float: left;
    color: #68728B;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 185.7%;
    margin: 12px 0 0 0;
  }
  .loginWrap .backPart article img {
    width: 141px;
    margin: 0 0 29px 0;
  }
  .err_msg {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 11px;
    color: #f00;
    margin: 3px 0 -8px 0;
    font-weight: 500;
  }
  .formFields {
    display: flex;
    flex-flow: column !important;
    -moz-column-gap: 30px;
    column-gap: 30px;
    margin: 30px 0 0 0;
    position: relative;
  }
  .formFields span {
    width: 100% !important;
  }
  .ordersBoxWrap {
    overflow: auto;
    padding-bottom: 26px;
    scrollbar-color: #2d3d7d #4B68D2 !important;
    scrollbar-width: bold;
  }
  .ReportHistoryTable {
    margin-top: 24px;
  }
  .ReportHistoryTable th {
    padding: 5px 45px !important;
  }
  .ReportHistoryTable tr td {
    padding: 5px 30px !important;
  }
  .sidebar {
    width: 250px;
    height: 100vh !important;
    background: #F3F6FF;
    left: -100%;
    top: 0;
    transition: 0.3s ease-in-out;
    z-index: 1000;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 0 !important;
  }
  .breakupSectionPosition {
    width: 100% !important;
  }
  .breakupSectionPosition input {
    width: 100% !important;
    float: left;
  }
  .breakup-row {
    display: flex;
    flex-flow: column;
    gap: 10px;
    margin-bottom: 10px !important;
    align-items: flex-end !important;
  }
  .messagePop {
    position: unset;
    min-width: 100%;
    min-height: 80px;
    text-align: center;
    padding: 15px 10px 15px 10px !important;
    background: #f9b0a6;
    color: #252525;
    font-weight: 500;
    font-size: 14px;
    border-radius: 8px;
    left: calc(50% - 150px);
    transition: all 1s ease-in-out;
    top: -90px;
    left: 58px;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .logot {
    display: block;
    border: 5px solid #445ebf;
    box-shadow: 0px 6px 9px 0px rgba(90, 104, 112, 0.8) !important;
    background-color: #fff;
    width: 31%;
    margin-bottom: 16px;
  }
  .fullWidthMain {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    border: 1px solid rgb(145, 144, 144);
    padding: 16px 20px;
    border-radius: 20px;
  }
  .netProfitAndAmount {
    width: 100% !important;
    flex-flow: column;
    gap: 16px;
    align-items: unset;
    border: 1px solid #27356C;
    border-radius: 20px;
    padding: 15px 15px;
  }
  .netProfitAndAmount .netProfitAndAmountWrapper {
    flex-flow: column !important;
    width: 100% !important;
  }
  .or {
    width: 100% !important;
    font-size: 16px;
    margin-bottom: 0 !important;
    font-weight: 800;
    color: #2f53d6 !important;
  }
  .or b {
    font-size: 20px;
  }
  .or {
    /* position: relative; */
  }
  .AccountsCalculatorButtonWrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .AccountsCalculatorButtonWrapper .prevNextButtons {
    float: left;
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .AccountsCalculatorButtonWrapper .prevNextButtons span {
    width: unset !important;
  }
  .AccountsCalculatorButtonWrapper span {
    width: unset !important;
  }
  .popUpBody {
    width: 100%;
    height: unset;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    font-family: "Poppins";
  }
  .popUpBody h4 {
    text-align: center !important;
    font-size: 20px !important;
  }
  .reserved {
    display: none;
  }
  .downloadIconStyle {
    color: #3366cc;
    background: #fff;
    /* padding: 7px; */
    border-radius: 50%;
    max-width: 30px;
    max-height: 30px;
    width: 30px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
  }
  .additionalDocumentsDownload {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .fixedAssetSection {
    display: flex;
    flex-flow: column;
    align-items: flex-start !important;
  }
  .fixedAssetSection input.autocal-checkbox[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
  }
  .fixedAssetSection input.autocal-checkbox[type=checkbox]:hover {
    border-color: #007bff;
  }
  .fixedAssetSection input.autocal-checkbox[type=checkbox]:checked {
    background-color: #007bff;
    border-color: #007bff;
    position: relative;
  }
  .fixedAssetSection input.autocal-checkbox[type=checkbox]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
  }
  .fixedAssetSection label {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
    display: inline-flex;
    align-items: center;
  }
  .fixedAssetRowAppend {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
  }
  .fixedAssetRowAppend .additionOfNewAsset {
    display: flex;
    width: 100%;
    float: left;
    gap: 20px;
    margin-top: 20px;
    flex-flow: column;
  }
  .fixedAssetRowAppend .additionOfNewAsset input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .fixedAssetRowAppend .additionOfNewAsset input[type=text]:hover {
    border-color: #666;
  }
  .fixedAssetRowAppend .additionOfNewAsset input[type=text]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }
  .fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
  }
  .fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox]:hover {
    border-color: #007bff;
  }
  .fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox]:checked {
    background-color: #007bff;
    border-color: #007bff;
    position: relative;
  }
  .fixedAssetRowAppend .additionOfNewAsset input.additionAsset[type=checkbox]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
  }
  .fixedAssetRowAppend .additionOfNewAsset span.addition_of_new_asset {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
    display: inline-flex;
    align-items: center;
  }
  .fixedAssetRowAppend .disposalOfAsset {
    display: flex;
    width: 100%;
    float: left;
    gap: 20px;
    margin-top: 20px;
    flex-flow: column;
  }
  .fixedAssetRowAppend .disposalOfAsset input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .fixedAssetRowAppend .disposalOfAsset input[type=text]:hover {
    border-color: #666;
  }
  .fixedAssetRowAppend .disposalOfAsset input[type=text]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }
  .fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
  }
  .fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox]:hover {
    border-color: #007bff;
  }
  .fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox]:checked {
    background-color: #007bff;
    border-color: #007bff;
    position: relative;
  }
  .fixedAssetRowAppend .disposalOfAsset input.disposalAsset[type=checkbox]:checked::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 12px;
  }
  .fixedAssetRowAppend .disposalOfAsset span.disposal_of_new_asset {
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #333;
    display: inline-flex;
    align-items: center;
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance {
    width: 100%;
    float: left;
    display: flex;
    align-items: center;
    flex-flow: column !important;
    gap: 5%;
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance select:hover {
    border-color: #666;
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance input[type=text]:hover {
    border-color: #666;
  }
  .fixedAssetRowAppend .selectDepreciationAndOpeningBalance input[type=text]:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
  }
  .selectDepreciationAndOpeningBalance {
    width: 100%;
    float: left;
    display: flex;
    gap: 3%;
    align-items: center;
    flex-flow: column;
  }
  .selectDepreciationAndOpeningBalance .inputLabelWrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
  }
  .selectDepreciationAndOpeningBalance .inputLabelWrapper input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .additionOfNewAsset {
    width: 100%;
    float: left;
    display: flex;
    gap: 3%;
    align-items: center;
    flex-flow: column;
  }
  .additionOfNewAsset .inputLabelWrapper {
    width: 100%;
    float: left;
    display: flex;
    flex-flow: column;
  }
  .additionOfNewAsset .inputLabelWrapper input[type=text] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
  }
  .loanWrap {
    width: 100% !important;
    float: left !important;
    flex-flow: column !important;
  }
  .loanWrap .allWrap {
    width: 100% !important;
    float: left !important;
  }
}
.SelectDepreciationRateWrapper {
  width: 100% !important;
}

.OpeningBalance {
  width: 100% !important;
}

.additionOfNewAssetWrapper {
  width: 100% !important;
}/*# sourceMappingURL=responsive_site.css.map */