/* Import Google font - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
:root {
  --white-color: #fff;
  --blue-color: #4070f4;
  --grey-color: #707070;
  --grey-color-light: #aaa;
}
body {
    background-color: #133D51;
    transition: all 0.5s ease;
    overflow-y: scroll;
}

    body.dark {
        --white-color: #333;
        --blue-color: ##4070f4;
        --grey-color: #f2f2f2;
        --grey-color-light: #aaa;
    }

.table-condensed tr th {
    border: 0px solid #4070f4;
    color: white;
    background-color: #4070f4;
    text-align: left;
    padding-bottom:10px;
    padding-top:10px;
    padding-left:5px;
}

.table-condensed, .table-condensed tr td {
    border: 0px solid #000;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
}

tr:nth-child(even) {
    background: #f8f7ff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
}

tr:nth-child(odd) {
    background: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
   
       }

.notification {
    background-color: #555;
    color: white;
    text-decoration: none;
    padding: 15px 26px;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

    .notification:hover {
        background: red;
    }

    .item .badge {
        position: relative;
        top: -10px;
        right: -10px;
        padding: 5px 10px;
        border-radius: 50%;
        background-color: red;
        color: white;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #06cc39;
}

input:focus + .slider {
    box-shadow: 0 0 1px #06cc39;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

    /*forms*/
.separator1 {
    position: relative;
    margin: 17px 0 13px;
    height: 1px;
}
    .separator1:before {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 0 0 0;
        width: 100%;
        border-bottom: #666 solid 1px;
    }

    .separator1.left:before {
        left: 0;
        margin: 0;
    }
.appform1 {
    display: grid;
    width: 100%;
    grid-template-columns: 40%,60%;
    gap: 10px;
    grid-auto-rows: minmax(20px, auto);
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-right: 20px;
}
.appform2 {
    display: grid;
    width: 100%;
    grid-template-columns: 20%,80%;
    gap: 10px;
    grid-auto-rows: minmax(20px, auto);
   
}
.appform4 {
    display: grid;
    width: 100%;
     grid-template-columns: 25% 25% 25% 25%;
    /* grid-template-columns: 20%,20%,30%,30%;*/
    gap: 5px;
    grid-auto-rows: minmax(40px, auto);
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.Mappform {
    display: grid;
    width: 100%;
    grid-template-columns: 20%,60%;
    gap: 10px;
    grid-auto-rows: minmax(40px, auto);
   
}
.appform {
    display: grid;
    width: 100%;
    grid-template-columns: 20%,60%;
    gap: 20px;
    grid-auto-rows: minmax(10px, auto);
    padding-left: 20px;
    padding-top: 30px;
    padding-bottom:20px;
    padding-right:20px;
   
}
.appformNoPad {
    display: grid;
    width: 100%;
    grid-template-columns: 20%,40%,20%;
    gap: 10px;
    grid-auto-rows: minmax(40px, auto);
  
}
.descone {
    grid-column: 1;
    grid-row: 1;
   padding:15px;
   text-align:left;
   margin-left:0px;
}
.appone {
    grid-column: 1;
    grid-row: 1;
    padding:15px;
}

.labelpad {
    padding: 15px;
}
.app4one {
    grid-column: 1;
    grid-row: 1;
   
}
.apptwo {
    grid-column: 2;
    grid-row: 1;
    
}
.apptwocheck {
    display:flex;
    grid-column: 2;
    grid-row: 1;
    justify-content: center;
    align-items: center;
   /* padding-top: 45%;
    padding-left: 50%;*/
}
.appthreeA {
    grid-column: 3;
    grid-row: 1;
    padding-top: 15px;
    padding-left: 0px;
}
.appthreeB {
    grid-column: 3;
    grid-row: 2;
    padding-top: 15px;
    padding-left:0px;
}
.appthreeC {
    grid-column: 3;
    grid-row: 3;
    padding-top: 15px;
    padding-left: 0px;
}
.appthree {
    grid-column: 3;
    grid-row: 1;
}
.appfour {
    grid-column: 4;
    grid-row: 1;
}
.apptwoB {
    grid-column: 2;
    grid-row: 1;
    padding: 15px;
}
.appone1 {
    grid-column: 1;
    grid-row: 2;
    padding: 15px;
}
.appmarket {
    grid-column: 1/3;
    grid-row: 3;
    padding: 15px;
}
.app4one1 {
    grid-column: 1;
    grid-row: 2;
   
}
.apptwo1 {
    grid-column: 2;
    grid-row: 2;
   
}
.appthree1 {
    grid-column: 3;
    grid-row: 2;
}

.appfour1 {
    grid-column: 4;
    grid-row: 2;
}
.apptwoB1 {
    grid-column: 2;
    grid-row: 2;
    padding: 15px;
}
.appone2 {
    grid-column: 1;
    grid-row: 3;
    padding: 15px;
}
.app4one2 {
    grid-column: 1;
    grid-row: 3;
    
}
.appone2B {
    grid-column: 1/3;
    grid-row: 3;
    padding: 15px;
}
.apptwo2 {
    grid-column: 2;
    grid-row: 3;
}
.appthree2 {
    grid-column: 3;
    grid-row: 3;
}

.appfour2 {
    grid-column: 4;
    grid-row: 3;
}

.apptwoB2 {
    grid-column: 2;
    grid-row: 3;
    padding: 15px;
}
.appone3 {
    grid-column: 1;
    grid-row: 4;
    padding: 15px;
}
.app4one3 {
    grid-column: 1;
    grid-row: 4;
    
}
.appone3B {
    grid-column: 1/3;
    grid-row: 4;
    padding: 15px;
}

.apptwo3 {
    grid-column: 2;
    grid-row: 4;
}
.appthree3 {
    grid-column: 3;
    grid-row: 4;
}

.appfour3 {
    grid-column: 4;
    grid-row: 4;
}
.appone4 {
    grid-column: 1;
    grid-row: 5;
    padding: 15px;
}

.app4one4 {
    grid-column: 1;
    grid-row: 5;
   
}

.apptwo4 {
    grid-column: 2;
    grid-row: 5;
}
.appthree4 {
    grid-column: 3;
    grid-row: 5;
}

.appfour4 {
    grid-column: 4;
    grid-row: 5;
}
.appone5 {
    grid-column: 1;
    grid-row: 6;
    padding: 15px;
}
.app4one5 {
    grid-column: 1;
    grid-row: 6;
   
}
.apptwo5 {
    grid-column: 2;
    grid-row: 6;
}
.appthree5 {
    grid-column: 3;
    grid-row: 6;
}

.appfour5 {
    grid-column: 4;
    grid-row: 6;
}
.appone6 {
    grid-column: 1;
    grid-row: 7;
    padding: 15px;
}
.app4one6 {
    grid-column: 1;
    grid-row: 7;
    
}
.apptwo6 {
    grid-column: 2;
    grid-row: 7;
}
appthree6 {
    grid-column: 3;
    grid-row: 7;
}

.appfour6 {
    grid-column: 4;
    grid-row: 7;
}
.appone7 {
    grid-column: 1;
    grid-row: 8;
    padding: 15px;
}
.apptwo7 {
    grid-column: 2;
    grid-row: 8;
    
}

.appone8 {
    grid-column: 1;
    grid-row: 9;
    padding: 15px;
}

.apptwo8 {
    grid-column: 2;
    grid-row: 9;
}
.appone9 {
    grid-column: 1;
    grid-row: 10;
    padding: 15px;
}

.apptwo9 {
    grid-column: 2;
    grid-row: 10;
}
.inputbutton1 {
    color: #fff;
    margin-top: 40px;
    background: #4070f4;
    border-radius: 6px;
    padding: 10px,10px,10px,10px;
    cursor: pointer;
    transition: all 0.4s ease;
    min-height: 50px;
   
}

    .inputbutton1:hover {
        background: #5b13b9;
    }
.button2 {
    color: #fff;
    margin-top: 40px;
    background: #4070f4;
    border-radius: 6px;
    padding: 10px,10px,10px,10px;
    cursor: pointer;
    transition: all 0.4s ease;
    min-height: 50px;
    float: right;
    margin-right: 20%;
}

    .button2:hover {
        background: #5b13b9;
    }
.button3 {
    color: #fff;
    margin-top: 40px;
    background: #4070f4;
    border-radius: 6px;
    padding: 10px,10px,10px,10px;
    cursor: pointer;
    transition: all 0.4s ease;
    min-height: 50px;
    margin-right: 20%;
}

    .button3:hover {
        background: #5b13b9;
    }
.button1 {
    color: #fff;
    margin-top: 40px;
    background: #4070f4;
    border-radius: 6px;
    padding:10px,10px,10px,10px;
    cursor: pointer;
    transition: all 0.4s ease;
    min-height:50px;
    float:right;
    margin-right:20%;
}

    .button1:hover {
        background: #5b13b9;
    }
.button4 {
    color: #fff;
    margin-top: 40px;
    background: #4070f4;
    border-radius: 6px;
    padding: 10px,10px,10px,10px;
    cursor: pointer;
    transition: all 0.4s ease;
    min-height: 50px;
    float: left;
    margin-right: 5%;
}

    .button4:hover {
        background: #5b13b9;
    }
.textboxes {
    min-height: 40px;
    border-radius: 6px;
    background: #fff;
    margin: 5px 0 5px;
    padding: 7px 10px;
    border: none;
    border: 1px #ddd solid;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}
.labeldecor {
    min-height: 40px;
    margin: 5px 0 5px;
    padding: 7px 10px;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align:left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the spin buttons in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.currency-input {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    background-color: #eef3f8;
   width:80%;
}

    .currency-input input {
        border: none;
        outline: none;
        padding: 10px;
        font-size: 14px;
        flex: 1;
    }

    .currency-input .currency-symbol {
        margin-right: 10px;
        font-size: 16px;
        color: #555;
    }

.currency-input1 {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    background-color: #eef3f8;
    width: 100%;
}

    .currency-input1 input {
        border: none;
        outline: none;
        padding: 10px;
        font-size: 14px;
        flex: 1;
    }

    .currency-input1 .currency-symbol {
        margin-right: 10px;
        font-size: 16px;
        color: #555;
    }

        /*grid layout*/
.wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}



.one {
    grid-column: 1 / 5;
    grid-row: 1;
}

.two {
    grid-column: 1 / 2;
    grid-row: 2 / 5;
}

.three {
    grid-column: 2;
    grid-row: 2;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.threeB {
    grid-column: 2;
    grid-row: 2;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.four {
    grid-column: 3;
    grid-row: 2;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
   
}


.five {
    grid-column: 2/4;
    grid-row: 3;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.fiveB {
    grid-column: 2;
    grid-row: 3;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.six {
    grid-column: 3;
    grid-row: 4;
}
.formtrs {
    grid-column: 2/4;
    grid-row: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.formtrs1 {
    grid-column: 2/4;
    grid-row: 3;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.formtrs2 {
    grid-column: 2/4;
    grid-row: 4;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.formtrs3 {
    grid-column: 2/4;
    grid-row: 5;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs {
    grid-column: 2/4;
    grid-row: 2;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs1 {
    grid-column: 2/4;
    grid-row: 3;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs2 {
    grid-column: 2/4;
    grid-row: 4;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs3 {
    grid-column: 2/4;
    grid-row: 5;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs4 {
    grid-column: 2/4;
    grid-row: 6;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs5 {
    grid-column: 2/4;
    grid-row: 6;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs6 {
    grid-column: 2/4;
    grid-row: 7;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.onetrs7 {
    grid-column: 2/4;
    grid-row: 8;
    background-color: #fff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}
.threedocs {
    grid-column: 2/4;
    grid-row: 2;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
/* navbar */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  min-height:50px;
  left: 0;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  z-index: 1000;
  box-shadow: 0 0 2px var(--grey-color-light);
}
.logo_item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 22px;
    font-weight: 500;
    color: var(--blue-color);
    position: absolute;
    left: 10px;
}
.head2 {
    font-size: 22px;
    font-weight: 500;
    color: var(--blue-color);
}
.head3 {
    color: #16417c;
}
.head3A {
    color: #16417c;
    font-size: 16px;
}
.head3B {
    color: #16417c;
    font-size: 20px;
}
.navbar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
}
.search_bar {
  height: 47px;
  max-width: 430px;
  width: 100%;
}
.search_bar input {
  height: 100%;
  width: 100%;
  border-radius: 25px;
  font-size: 18px;
  outline: none;
  background-color: var(--white-color);
  color: var(--grey-color);
  border: 1px solid var(--grey-color-light);
  padding: 0 20px;
}
.navbar_content {
    display: flex;
    align-items: center;
    column-gap: 25px;
    position: absolute;
    right:10px;
}
    .navbar_content i {
        cursor: pointer;
        font-size: 20px;
        color: var(--grey-color);
       
    }

/* sidebar */
.sidebar {
  background-color: var(--white-color);
  width: 260px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding: 80px 20px;
  z-index: 100;
  overflow-y: scroll;
  box-shadow: 0 0 1px var(--grey-color-light);
  transition: all 0.5s ease;
  
}
.sidebar.close {
  padding: 60px 0;
  width: 80px; 
}

    .sidebar::-webkit-scrollbar {
        display: scroll;
    }
.menu_content {
  position: relative;
}
.menu_title {
  margin: 15px 0;
  padding: 0 20px;
  font-size: 18px;
}
.sidebar.close .menu_title {
  padding: 6px 30px;
}
.menu_title::before {
    /* color: var(--grey-color);*/
    white-space: nowrap;
    color: #133D51;
    font-weight:500;
}
.menu_dahsboard::before {
  content: "Accounts";
}
.menu_editor::before {
  content: "Pay & Transfer";
}
.menu_setting::before {
  content: "Loan Application";
}
.menu_documents::before {
    content: "Documents";
}
.menu_director::before {
    content: "Director's Area";
}
.sidebar.close .menu_title::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 18px;
  border-radius: 12px;
  background: var(--grey-color-light);
}
.menu_items {
  padding: 0;
  list-style: none;
}
.navlink_icon {
  position: relative;
  font-size: 22px;
  min-width: 50px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
}
.navlink_icon::before {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100% + 100px);
  left: -20px;
}
.navlink_icon:hover {
  background: var(--blue-color);
}
.sidebar .nav_link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 15px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--grey-color);
  white-space: nowrap;
}
.sidebar.close .navlink {
  display: none;
}


.nav_link:hover {
  color: var(--white-color);
  background: var(--blue-color);
}
.sidebar.close .nav_link:hover {
  background: var(--white-color);
}
.submenu_item {
  cursor: pointer;
}
.submenu {
  display: none;
}
.submenu_item .arrow-left {
  position: absolute;
  right: 10px;
  display: inline-block;
  margin-right: auto;
}
.sidebar.close .submenu {
  display: none;
}
.show_submenu ~ .submenu {
  display: block;
}
.show_submenu .arrow-left {
  transform: rotate(90deg);
}
.submenu .sublink {
  padding: 15px 15px 15px 52px;
}
.bottom_content {
  position: fixed;
  bottom: 60px;
  left: 0;
  width: 260px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.bottom {
  position: absolute;
  display: flex;
  align-items: center;
  left: 0;
  justify-content: space-around;
  padding: 18px 0;
  text-align: center;
  width: 100%;
  color: var(--grey-color);
  border-top: 1px solid var(--grey-color-light);
  background-color: var(--white-color);
}
.bottom i {
  font-size: 20px;
}
.bottom span {
  font-size: 18px;
}
.sidebar.close .bottom_content {
     width: 50px;
  left: 15px;
    /*display: none;*/
}
.sidebar.close .bottom span {
  display: none;
}
.sidebar.hoverable .collapse_sidebar {
  display: none;
}
#sidebarOpen {
  display: none;
}

@media screen and (max-width: 1024px) {
    

    .currency-input1 {
        display: flex;
        align-items: center;
        border: 1px solid #ccc;
        border-radius: 4px;
        padding: 5px;
        background-color: #eef3f8;
        width: 100%;
    }

        .currency-input1 input {
            border: none;
            outline: none;
            padding: 10px;
            font-size: 14px;
            flex: 1;
        }

        .currency-input1 .currency-symbol {
            margin-right: 10px;
            font-size: 16px;
            color: #555;
        }


    .wrapper {
        grid-template-columns: 1fr;
        padding-right: 2%;
        padding-left: 2%;
    }
    .three {
        grid-column: 1/3;
        grid-row: 2;
    }
    .threedocs {
        grid-column: 1/4;
        grid-row: 2;
       
    }
    .threeB{
        grid-column: 1/3;
        grid-row: 2;
    }
    .four {
        grid-column: 1/3;
        grid-row: 3;
    }

    .five {
        grid-column: 1/3;
        grid-row: 4;
    }

    .fiveB {
        grid-column: 1/3;
        grid-row: 4;
    }

   

    .head3A {
        color: #16417c;
        font-size: 12px;
    }

   

    .head3B {
        color: #16417c;
        font-size: 14px;
    }

    /*.appone {
        grid-column: 1;
        grid-row: 1;
        padding-left: 0px;
      
    }
    .appone1 {
        grid-column: 1;
        grid-row: 2;
        padding-left: 0px;
    }
    .appone2 {
        grid-column: 1;
        grid-row: 3;
        padding-left: 0px;
    }*/
    .labeldecor {
        min-height: 40px;
        border: none;
        outline: none;
        box-shadow: none;
        font-size: 12px;
        color: #666;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        text-align: left;
        padding-left: 0px;
    }

    .appform {
        display: grid;
        width: 100%;
        grid-template-columns: 40% 60%;
        gap: 10px;
        grid-auto-rows: minmax(auto, auto);
        padding-left: 2px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 2px;
    }
   
    .onetrs {
        grid-column: 1/4;
        grid-row: 2;
      
    }
    
 #sidebarOpen {
        font-size: 25px;
        display: block;
        left: -100% !important;
        margin-right: 10px;
        cursor: pointer;
        color: var(--grey-color);
    }
  .sidebar.close {
    left: -100%;
  }
  .search_bar {
    display: none;
  }
  .sidebar.close .bottom_content { 
    left: -100%;
  }
    .sidebar::-webkit-scrollbar {
        display: scroll;
    }
}


    @media screen and (max-width: 768px) {
        .logo_item {
            display: flex;
            align-items: center;
            column-gap: 10px;
            font-size: 18px;
            font-weight: 500;
            color: var(--blue-color);
            position: absolute;
            left: 10px;
        }
       
        .currency-input1 {
            display: flex;
            align-items: center;
            border: 1px solid #ccc;
            border-radius: 4px;
            padding: 5px;
            background-color: #eef3f8;
            width: 100%;
        }

            .currency-input1 input {
                border: none;
                outline: none;
                padding: 10px;
                font-size: 14px;
                flex: 1;
            }

            .currency-input1 .currency-symbol {
                margin-right: 10px;
                font-size: 16px;
                color: #555;
            }


        .wrapper {
            grid-template-columns: 1fr;
            padding-right: 2%;
            padding-left: 2%;
        }

        .three {
            grid-column: 1/3;
            grid-row: 2;
        }

        .threedocs {
            grid-column: 1/4;
            grid-row: 2;
        }

        .threeB {
            grid-column: 1/3;
            grid-row: 2;
        }

        .four {
            grid-column: 1/3;
            grid-row: 3;
        }

        .five {
            grid-column: 1/3;
            grid-row: 4;
        }

        .fiveB {
            grid-column: 1/3;
            grid-row: 4;
        }



        .head3A {
            color: #16417c;
            font-size: 12px;
        }



        .head3B {
            color: #16417c;
            font-size: 14px;
        }


        .labeldecor {
            min-height: 40px;
            border: none;
            outline: none;
            box-shadow: none;
            font-size: 12px;
            color: #666;
            font-family: 'Open Sans', sans-serif;
            font-weight: normal;
            text-align: left;
            padding-left: 0px;
        }

        .appform {
            display: grid;
            width: 100%;
            grid-template-columns: 40% 60%;
            gap: 10px;
            grid-auto-rows: minmax(auto, auto);
            padding-left: 2px;
            padding-top: 20px;
            padding-bottom: 10px;
            padding-right: 2px;
        }

        .onetrs {
            grid-column: 1/5;
            grid-row: 2;
        }

        #sidebarOpen {
            font-size: 25px;
            display: block;
            left: -100% !important;
            margin-right: 10px;
            cursor: pointer;
            color: var(--grey-color);
        }

        .sidebar.close {
            left: -100%;
        }

        .search_bar {
            display: none;
        }

        .sidebar.close .bottom_content {
            left: -100%;
        }
        .sidebar::-webkit-scrollbar {
            display: scroll;
        }
    }
    /*@media screen and (min-device-width: 533px) and (max-device-width: 1280px) and (orientation: portrait), screen and (min-device-width: 533px) and (max-device-width: 1280px) and (orientation: landscape) {
    #sidebarOpen {
        font-size: 25px;
        display: block;
        left: -100% !important;
        margin-right: 10px;
        cursor: pointer;
        color: var(--grey-color);
    }

    .sidebar.close {
        left: -100%;
    }

    .search_bar {
        display: none;
    }

    .sidebar.close .bottom_content {
        left: -100%;
    }
}
*/
    /*@media screen and (max-width: 1024px) {
  
}*/
