/* google font */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');

/* genral style */
body {
    font-family: "Mukta", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Mukta", sans-serif;
}

a {
    text-decoration: none;
    transition: all 0.3s;
}

.bg-container {
    background: #fff;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 25px;
}
.btn svg {
    width: 20px;
}
ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0
}
.search-bar {
    position: relative;
}
.search-input {
     background-color: #fff;
     /* border-color: #a5a5a5; */
}
.search-bar svg {
    position: absolute;
    width: 20px;
    top: 10px;
    right: 20px;
    height: 20px;
}
.btn-fill {
    background-color: #0d6efd;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s;
    border: 1px solid #0d6efd;
}

.btn-fill:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #0d6efd;
}

/* .border-top {
    height: 5vh;
    width: 100%;
    background-image: url(../images/border-top3.png);
    background-repeat: repeat-x;
    background-size: cover;
    background-position: left;
} */

/* .common-bg {
    background-image: url(../images/bg.png);
    background-repeat: repeat;
    min-height: 100vh;
} */

body {
    background-color: #f5f7fa;
}

.login-wrapper {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.icon-input {
    position: absolute;
    top: 1px;
    left: 0;
    height: 100%;
    height: 96%;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 8px;
}
.icon-input svg {
    width: 20px;
    height: 20px;
    color: #0d6efd;
}

.login-box {
    min-width: 620px;
    margin: 0 auto;
    /* background-image: url(../images/login-shape.png);
    background-size: cover;
    background-position: top center; */
    height: 85vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.login-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-heading h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 63px;
    color: #000;
    margin: 0;

}
.login-heading h4 {
    font-size: 20px;
}
.login-heading p {
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    margin: 0;
    color: #a5a5a5;
}

.login-box .input-wrapper {
    max-width: 500px;
    padding: 30px 60px;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.login-box input {
    background: #FFFFFF;
    min-width: 320px;
    height: 45px;
    padding: 12px 15px;
    padding-left: 40px;
    border-bottom: 1px solid #a5a5a5;
    border-radius: 0;
}

.login-box .btn-eye {
    right: 0;
    top: 10px;
}

.login-box .btn-eye svg {
    width: 21px;
    height: 22px;
    fill: #6A707C;
}

.login-box .forgot-password {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #000000;
}

.login-box .btn-login {
    min-width: 320px;
    height: 56px;
    font-size: 20px;
    font-weight: 600;
    background: #0d6efd;
    border-radius: 8px;
    color: #fff;
}

/* nav style */
/* nav {
    background-color: #f5f5f5;
} */
nav ul li  {
    font-size: 16px;
    color: #ccc;
    padding: 8px 0;
    text-decoration: none;
    display: block;
}
nav ul li a {
    font-size: 16px;
    color: #a5a5a5;
    text-decoration: none;
    padding: 8px 12px;
    display: block;
}

nav ul li a:hover,
nav ul li a.active {
    /* background-color: #a5a5a5; */
    color: #000;
    font-weight: 600;
}
nav .dropdown {
    width: fit-content;
}
nav .dropdown-menu li a svg {
    width: 18px;
}
nav .dropdown-menu.show {
    min-width: 100px;
}
/* report box */
/* .card {
    background-color: #FFF;
    border: 1px solid #a5a5a5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.card-header {
    background-color: #a5a5a5;
    color: #fff;
} */

/* setting box style */

.setting_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
    min-height: 120px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    gap: 15px;
    letter-spacing: 0.02em;
    color: var(--primary-color);
}

.setting_box svg {
    width: 50px;
}

/* end */

/* form  */
/* .formslide {
    /* background-color: #f5f5f5; */
    /* padding: 30px ;
} */

form input,
select {
    border: 1px solid #a5a5a5;
    border-radius: 8px;
    background-color: #f5f5f5;
}

/* .offcanvas .border-right-vec {
    background-image: url(../images/formborder.png);
    width: 35px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
} */
.offcanvas-header {
    padding-top: 30px;
}
.offcanvas-body form {
    padding-right: 30px;
}

/* heading */

.heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.heading h2 {
    margin: 0;
    font-size: 28px;
}

/* modal style */

.modal-design {
    position: relative;
    width: 820px;
    min-height: 500px;
    background: #f5f5f5;
    border: 1px solid #a5a5a5;
    border-radius: 20px;
}

.modal-design .modal-body p {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    /* or 160% */
    text-align: center;
    color: #000000;
}

.modal-boder {
    background-image: url(../images/formborder.svg);
    background-repeat: repeat-x;
    background-size: contain;
    height: 35px;
    width: 100%;
}
.amtRight{
    text-align: right;
}
.error-msg {
    position: absolute;
    bottom: -30px;
    text-align: right;
    right: 5px;
    width: 100%;
    margin-bottom: 0px;
}
.swal2-actions {
    gap: .5rem !important;
}
.backgroungDarkGrey{
    background-color: #ced4da;
}
.no-focus:focus {
    outline: none !important;
    box-shadow: none !important;
    cursor: not-allowed;
}
