/*!
Theme Name: rajuk
Theme URI: https://github.com/hafiz6512
Author: Hafizur Rahman
Author URI: https://github.com/hafiz6512
Autthor Email: hafiz6512@gmail.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rajuk
*/

:root {
    --bs-link-color: #22098a;
}

@font-face {
    font-family: "kalpurush";
    src: url("../fonts/kalpurush/Kalpurush-Regular.eot");
    src: url("../fonts/kalpurush/Kalpurush-Regular.woff") format("woff"),
        url("../fonts/kalpurush/Kalpurush-Regular.ttf") format("truetype"),
        url("../fonts/kalpurush/Kalpurush-Regular.svg#Kalpurush-Regular")
            format("svg"),
        url("../fonts/kalpurush/Kalpurush-Regular.eot?#iefix")
            format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background-color: #f8f9fd !important;
    font-family: "kalpurush";
    font-weight: normal;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    line-height: normal;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    font-family: "kalpurush";
}
label {
    font-family: "kalpurush" !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "kalpurush";
    line-height: 1.1;
    margin: 0 0 20px;
    font-weight: normal;
}
h1 {
    font-size: 40px;
    font-weight: bold;
}
h2 {
    font-size: 34px;
}
h3 {
    font-size: 24px;
}

a {
    font-family: "kalpurush";
    text-decoration: none !important;
    outline: none !important;
    color: #22098a;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:hover,
a:active {
    color: #22098a;
    outline: none;
    text-decoration: none !important;
}

button {
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
button:focus {
    outline: none !important;
    text-decoration: none;
}
img {
    height: auto;
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
li {
    font-family: "kalpurush";
    list-style: none;
}

.btn {
    font-size: 16px;
}

.site-header .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.text-eng {
    font-family: "Inter", sans-serif !important;
}
.clr-red {
    color: #ff6262 !important;
}

/**
 * header
 */
.site-main {
    padding-top: 92px;
    min-height: calc(100vh - 150px);
}
.site-main .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(53, 53, 53, 0.05);
}

.site-main .site-header .navbar {
    padding-left: 0;
    padding-right: 0;
}
.site-main .site-header .navbar .site-nav-box {
    display: flex;
    height: 76px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.site-main .site-header .navbar .navbar-brand {
    max-height: 60px;
    padding: 0;
}
.site-main .site-header .navbar .navbar-brand img {
    display: block;
    width: auto;
    max-height: 60px;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link {
    background: transparent;
    border-radius: 4px;
    padding: 12px 22px;
    border: none;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-right: 1px;
    color: #22098a;
}
.site-header .navbar-expand-lg .navbar-nav .nav-link.active,
.site-header .navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color: #e9e6f3;
}

.site-header .navbar-toggler {
    background-color: #22098a;
    border-color: #22098a;
    color: #ffffff;
}
.site-header .navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    fill: #ffffff;
    background-size: 30px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.site-header .navbar-toggler .navbar-toggler-icon {
    background: url("../images/icon-plus-white.svg") no-repeat center center;
    background-size: 30px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rajuk-navbar {
    margin-left: auto;
    margin-right: 15px;
}
.nav-gov-logo {
    width: 60px;
    margin-left: 20px;
}
.nav-btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-btn-group .menu-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
    padding: 10px 15px;
    border: 1px solid #22098a;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    margin-right: 1px;
    color: #22098a;
    margin: 0 5px;
}

.nav-btn-group .menu-btn.plot_id_btn {
    font-size: 14px;
    line-height: 16px;
    min-width: 220px;
    min-height: 44px;
}

.rjk-projectInfo {
    position: relative;
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    background: #22098a;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    line-height: 20px;
    padding: 12px 20px 10px;
    border-radius: 4px;
    text-align: left;
}
.rjk-projectInfo .info-label {
    display: flex;
    align-items: center;
    column-gap: 5px;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    padding: 3px 0;
}
.rjk-projectInfo .info-label .info-left {
    min-width: 50px;
}
.nav-btn-group .menu-btn i {
    margin-right: 10px;
}

.r-menu-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
}
.icon-login {
    background: url(../images/iocn-login-white.svg) no-repeat center center;
    background-size: 100%;
}
.icon-logout {
    background: url(../images/icon-logout-white.svg) no-repeat center center;
    background-size: 100%;
}
.icon-lang {
    background: url(../images/icon-globe.svg) no-repeat center center;
    background-size: 100%;
}

.nav-btn-group a.active {
    background-color: #22098a;
    color: #ffffff;
}
.nav-btn-group .btn-logout:active,
.nav-btn-group .btn-logout {
    background-color: #f04461;
    border-color: #f04461;
    color: #ffffff;
    width: 140px;
}
.nav-btn-group .btn-logout.dropdown-toggle:after {
    display: none;
}

.rjk-user-profile .btn-logout {
    font-size: 16px;
}
.rjk-user-profile .dropdown-menu[data-bs-popper] {
    left: auto;
    right: 0;
    padding: 0;
}

.btn-danger {
    background: #f04461;
    border-color: #f04461;
}
.btn-success {
    background: #0db14b;
    border-color: #0db14b;
}

.user-info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 220px;
    padding: 24px;
    min-height: 200px;
    background: #ffffff;
    box-shadow: 0px 8px 16px rgba(37, 37, 37, 0.06);
    border-radius: 4px;
    color: #2c3a4b;
}
.user-info .user-avatar {
    height: 70px;
    width: 70px;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
}
.user-info .user-avatar img {
    display: block;
    width: 100%;
}
.user-info h3 {
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.2;
}
.user-info .login-time {
    font-family: "Inter", sans-serif !important;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.3;
    display: block;
}
.user-info button {
    font-family: "Inter", sans-serif !important;
    font-size: 15px;
}
.user-info button span {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}
.user-info button span img {
    display: block;
    width: 100%;
}

/**
 * Home Banner Slider
 */
section.rajuk-home-slider {
    padding: 0;
}
.rajuk-home-slider .carousel-item {
    height: 380px;
    min-height: 380px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/** slider left right arrow */
.rajuk-home-slider .carousel-control-next,
.rajuk-home-slider .carousel-control-prev {
    opacity: 1 !important;
    width: 10%;
}
.rajuk-home-slider .carousel-control-next-icon,
.rajuk-home-slider .carousel-control-prev-icon {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: none !important;
}
.rajuk-home-slider .carousel-control-next-icon {
    background: url(../images/slider-arrow-right.png) no-repeat center center;
    background-size: 100%;
}
.rajuk-home-slider .carousel-control-prev-icon {
    background: url(../images/slider-arrow-left.png) no-repeat center center;
    background-size: 100%;
}

/** slider Indecator */
.rajuk-home-slider .carousel-indicators {
    bottom: 20px;
    display: none;
}
.rajuk-home-slider .carousel-control.right,
.rajuk-home-slider .carousel-control.left {
    background-image: none;
}
.rajuk-home-slider .carousel-indicators li {
    background: none;
    border: 1px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.75;
}
.rajuk-home-slider .carousel-indicators li:hover,
.rajuk-home-slider .carousel-indicators li.active {
    background-color: #fff;
    -webkit-transition: background 0.3s ease-in-out 0s;
    -moz-transition: background 0.3s ease-in-out 0s;
    -o-transition: background 0.3s ease-in-out 0s;
    -ms-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
}

/**
 * Slider Captions
 */
.slider-caption {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    color: #fff;
    position: relative;
}

.slider-caption.cap-left {
    justify-content: flex-start;
}
.slider-caption.cap-right {
    justify-content: flex-end;
}
.slider-caption .caption-content {
    width: 100%;
    max-width: 620px;
    margin: 0;
    display: block;
    padding: 80px 0 60px;
    text-align: inherit;
    white-space: normal;
    position: static !important;
}

.fadeinSlide {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.caption-content h1 {
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.2;
    display: block;
    font-size: 50px;
}
.caption-content h1 span {
    display: block;
    opacity: 0;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.rajuk-home-slider .carousel-item h1 .cap-top {
    transform: translateY(-15px);
}
.rajuk-home-slider .carousel-item h1 .cap-bottom {
    transform: translateY(15px);
}
.rajuk-home-slider .carousel-item.active h1 .cap-bottom,
.rajuk-home-slider .carousel-item.active h1 .cap-top {
    opacity: 1;
    transform: translateY(0);
}

/**
 * Fade In Start Animation
 */
@-webkit-keyframes fadeInStart {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadeInStart {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeInStart {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fade-in-start {
    opacity: 0;
    -webkit-animation: fadeInStart ease-in 1;
    -moz-animation: fadeInStart ease-in 1;
    animation: fadeInStart ease-in 1;

    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;

    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/**
 * Service Section
 */
.rajuk-service-sec {
    padding: 40px 0 60px;
}
.rjk-sec-title {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.rjk-sec-title h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #22098a;
}

.rjk_service-item {
    position: relative;
    display: flex;
    height: 100%;
    background: #ffffff;
    border: 1px solid #ebeef2;
    box-shadow: 0px 8px 16px rgba(34, 34, 34, 0.14);
    border-radius: 4px;
    padding: 25px 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
    color: #2c3a4b;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
    color: #2c3a4b;

    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.rjk_service-item:hover {
    transform: translateY(-10px);
    color: #1a0b55;
}
.rjk_service-item .rjk-service-icon {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rjk_service-item .rjk-service-icon img {
    max-width: 100%;
    display: block;
}
.rjk_service-item .rjk-service-title {
    font-family: "kalpurush" !important;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 20px;
    min-height: 50px;
}

/**
 * Home Tab
 */
.rajuk-home-bnotice {
    padding-bottom: 50px;
}
.rjk-tab-content {
    position: relative;
}

.rjk-tab-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.rjk-tab-menu .rjk-tab-menu-group {
    width: auto;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #22098a;
    border-radius: 100px;
    text-align: center;
    padding: 0 4px;
}
.rjk-tab-menu .rjk-tab-menu-group .tab-btn {
    border: none;
    display: inline-block;
    padding: 12px 30px 10px;
    margin: 6px 2px;
    font-size: 20px;
    line-height: 26px;
    background: #f4f6f9;
    border-radius: 100px;
    color: #545d69;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.rjk-tab-menu .rjk-tab-menu-group .tab-btn:hover {
    color: #22098a;
}
.rjk-tab-menu .rjk-tab-menu-group .tab-btn.active {
    background: #22098a;
    color: #ffffff;
}

.rjk-post-item {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 4px 8px rgba(92, 92, 92, 0.06);
    margin-bottom: 30px;
    width: 100%;
}
.rjk-post-item .rjk-post-desc,
.rjk-post-item .rjk-post-img {
    position: relative;
    flex-basis: 0;
    -webkit-box-flex: 0;
    width: 100%;
}
.rjk-post-item .rjk-post-img {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    min-height: 300px;
}
.rjk-post-item .rjk-post-desc {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 30px 30px 50px;
    height: 100%;
    color: #545d69;
}

.rjk-tab-content .post-container {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.rjk-post-item h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: normal;
}
.rjk-post-item p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: normal;
    letter-spacing: 0.005em;
}

.rjk-post-desc .btn-post-deatails {
    position: absolute;
    right: 24px;
    bottom: 10px;
    display: flex;
    letter-spacing: 0.005em;
    font-size: 20px;
    line-height: 24px;
    color: #394452;
    height: 40px;
    width: 100px;
    align-items: center;
    justify-content: center;
}
.rjk-post-desc .btn-post-deatails .icon-arrow {
    margin-left: 12px;
    height: 24px;
    width: 24px;
    display: inline-block;
    background: url(../images/icon-arrow-right.svg) no-repeat center center;
    background-size: 100%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.rjk-post-desc .btn-post-deatails:hover .icon-arrow {
    transform: translateX(6px);
}

.rjk-post-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 15px;
    margin-bottom: 10px;
}
.rjk-post-footer:after {
    content: "";
    position: absolute;
    left: -15px;
    right: -30px;
    bottom: 0;
    background: #ebeef2;
    height: 1px;
    display: block;
}

.icon-post-date {
    position: relative;
    display: inline-block;
    padding-left: 35px;
    font-size: 16px;
    line-height: 24px;
}
.icon-post-date:before {
    content: "";
    background: url(../images/icon-calendar.svg) no-repeat center center;
    background-size: 100%;
    height: 24px;
    width: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: -1px;
}

.btn-rjk {
    border: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 20px 8px;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.005em;
    color: #ffffff !important;
    background: #22098a !important;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.load-more-btn-sec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.load-more-btn-sec .load-more-btn {
    display: flex;
    background: #dadee3;
    border-radius: 6px;
    width: 170px;
    height: 56px;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
    border: 1px solid #dadee3;
    align-items: center;
    justify-content: center;
    color: #545d69;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.load-more-btn-sec .load-more-btn span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-top: 2px;
}
.load-more-btn-sec .load-more-btn span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    top: 2px;
    height: 20px;
    background: url(../images/icon-eye.svg) no-repeat center center;
    background-size: 100%;
}

.load-more-btn-sec .load-more-btn:hover {
    transform: translateY(-5px);
    border-color: #22098a;
}

.rjk-notice-content {
    position: relative;
    background: #ffffff;
    color: #394452;
    box-shadow: 0px 4px 8px rgba(92, 92, 92, 0.06);
    border-radius: 6px;
    margin: 30px 0;
}

.btn-orange {
    display: flex;
    width: 120px;
    height: 36px;
    background: #ffea96;
    color: #9c7c00 !important;
    padding: 10px 12px 8px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.005em;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.btn-orange .btn-icon {
    margin-left: 10px;
    line-height: 1;
    height: 19px;
    width: 18px;
}
.btn-icon img {
    display: block;
    max-width: 100%;
}

.btn-orange:hover,
.btn-rjk:hover {
    transform: translateY(-5px);
}

.rjk-notice-lists {
    padding: 0;
    margin: 0;
    list-style: none;
}
.rjk-notice-lists li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #f4f6f9;
}
.rjk-notice-lists li .notice-text {
    width: calc(100% - 130px);
    font-size: 18px;
    line-height: 1.5;
}
.rjk-notice-lists li .notice-date {
    font-size: 18px;
    line-height: 1.5;
    float: right;
    display: inline-block;
    color: #2b7ef8;
    font-weight: 300;
    font-style: italic;
    padding: 5px 10px;
}

/**
 * Footer
 */
.site-footer {
    padding-top: 30px;
    background: #1a0b55;
    color: #ffffff;
}
.footer-item {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.footer-item .footer-title {
    position: relative;
    display: flex;
    height: 76px;
    align-items: flex-end;
    padding-bottom: 10px;
}
.footer-item .footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    background: #71777d;
    display: block;
    width: calc(50% + 100px);
    max-width: 100%;
}
.footer-item .footer-title .footer-logo {
    display: block;
    max-width: 335px;
    width: 100%;
}
.footer-item .footer-title .footer-logo img {
    display: block;
    max-width: 100%;
}
.footer-item .footer-title h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: normal;
}

.footer-item .footer-title .footer-logo,
.footer-item .footer-title h3 {
    margin: 0 0 10px;
    text-align: left;
}
.footer-item .footer-desc {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
.footer-item .footer-desc ul li {
    display: flex;
    height: 30px;
    margin-bottom: 10px;
    align-items: center;
}
.footer-item .footer-desc ul li .contact-icon {
    margin-right: 15px;
}
.footer-item .footer-desc ul li a {
    position: relative;
    display: inline-block;
}
.footer-item .footer-desc ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 2px;
    width: 0;
    background: #ffffff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-item .footer-desc ul li a:hover:after {
    width: 100%;
}

.footer-item a,
.footer-item li {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
}
.footer-item p {
    font-size: 16px;
    line-height: 1.5;
}

.developed-by {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-top: 1px solid #71777d;
}
.developed-by span {
    font-size: 18px;
    line-height: 1.1px;
}

/**
 * NirderShika Page
 */
.page-content {
    position: relative;
    padding: 60px 0;
}

.rjk-breadcrumb {
    position: relative;
}
.rjk-breadcrumb .breadcrumb-item {
    color: #545d69;
}

.nirdeshika-page-container {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nirdeshika-page-container .nirdeshika-content {
    position: relative;
    width: calc(100% - 240px);
    border-right: 1px solid #dadee3;
    padding-right: 20px;
}

.page-menu {
    margin-bottom: 30px;
    padding-top: 15px;
}
.nirdeshika-menu {
    display: flex;
    flex-wrap: wrap;
}
.nirdeshika-menu li {
    margin: 10px 10px 0 0;
}
.nirdeshika-menu li a {
    background: transparent;
    border-radius: 100px;
    padding: 12px 30px 8px;
    text-align: center;
    color: #858c94;
    font-size: 18px;
    line-height: 1;
    font-weight: normal;
    border: 1px solid #858c94;
    display: block;
}
.nirdeshika-menu li a:hover {
    border-color: #22098a;
    color: #22098a;
}
.nirdeshika-menu li a.active {
    background: #394452;
    color: #ffffff;
    border-color: #394452;
}

.section-desc {
    display: inline-block;
    width: 100%;
    position: relative;
}
.section-desc .sec-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.section-desc .sec-title.sec-bdr-bottom {
    border-bottom: 1px solid #dadee3;
    padding-bottom: 15px;
    margin-bottom: 24px;
}
.section-desc .sec-title p {
    margin-bottom: 0;
}
.section-desc h2 {
    letter-spacing: -0.02em;
    color: #2c3a4b;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.section-desc h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.section-desc p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
}

.nirdeshika-page-container .nirdeshika-sidebar {
    width: 220px;
    position: relative;
}

.nirdeshika-sidebar .btn-orange,
.nirdeshika-sidebar .btn-rjk {
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    height: auto;
}
.btn-rjk span,
.btn-rjk .btn-icon {
    display: inline-block;
    vertical-align: middle;
}
.btn-rjk .btn-icon {
    height: 24px;
    width: 24px;
    margin-left: 10px;
}

.sidebar-widget {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #dadee3;
}
.sidebar-widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.sidebar-widget h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    color: #22098a;
}
.sidebar-widget p {
    color: #545d69;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.video-box {
    position: relative;
    margin-bottom: 20px;
}
.video-box img {
    width: 100%;
    display: block;
}

/**
 * Helpful Sec
 */
.helpful-sec {
    position: relative;
    color: #22098a;
}
.helpful-sec .helpful-btn-grp,
.helpful-sec .helpful-text {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.helpful-sec .helpful-text {
    margin-right: 10px;
    font-size: 20px;
}
.helpful-sec .helpful-btn-grp .btn {
    line-height: 1;
    margin-right: 5px;
    min-width: 50px;
    color: #22098a;
    border-color: #22098a;
    font-size: 20px;
}
.helpful-sec .helpful-btn-grp .btn:hover {
    background-color: #22098a;
    color: #ffffff;
}
/**
 * Application Step
 */
.nds-app-step-content {
}
.step-white-box {
    position: relative;
    background: #ffffff;
    border-top: 1px solid #dadee3;
    padding: 20px 15px;
    display: inline-block;
    width: 100%;
}
.step-white-box p {
    margin-bottom: 15px;
}
.step-white-box p:last-child {
    margin-bottom: 5px;
}
.step-white-box .app-step-item {
    position: relative;
    padding-top: 30px;
}
.step-white-box .app-step-item:first-child {
    padding-top: 0;
}
.step-white-box .app-step-item .step-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.step-white-box .app-step-item .step-title h3 {
    margin: 0;
}
.step-white-box .app-step-item .step-title .step-num {
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #394452;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 1;
    padding: 10px;
}

.app-step-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0 5px;
    margin-top: 15px;
    border-top: 1px solid #dadee3;
}
.app-step-footer,
.app-step-footer p,
.app-step-footer a,
.app-step-footer span {
    font-size: 16px;
    line-height: 1.5;
    color: #22098a;
}

.rjk-page-title {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 20px 20px 34px;
    color: #22098a;
}
.rjk-page-title h2 {
    font-size: 32px;
    line-height: 34px;
    margin: 0;
}

/**
 * Signup Page
 */
.rjk-section-content {
    position: relative;
    padding: 50px 0;
}

.rjk-cards-box {
    position: relative;
    display: flex;
    width: 100%;
    min-height: calc(100vh - 580px);
    align-items: flex-start;
    justify-content: center;
}

.rjk-passport-container,
.rjk-signup-container {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(5, 27, 68, 0.04);
    border-radius: 6px;
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    min-height: 260px;
    padding: 50px;
    text-align: center;
    color: #545d69;
}
.rjk-passport-container {
    max-width: 1050px;
}

.rjk-cards-box .form-group {
    text-align: left;
    margin-bottom: 20px;
}

.form-group label {
    color: #394452;
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.form-group .form-control {
    /*background: #ffffff;*/
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    font-size: 17px;
    line-height: 1.2;
    padding: 8px;
    color: #394452;
    height: 44px;
    width: 100%;
}

.form-control:focus,
.form-control:active,
.form-group .form-control:focus,
.form-group .form-control:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: #22098a !important;
}
.form-group .fill.form-control {
    background: #f8f9fd;
}

.input-icon-right {
    position: relative;
}
.input-icon-right .form-control {
    padding-right: 40px;
}
.input-icon-right .input-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.input-icon-right .input-icon img {
    width: 24px;
    display: block;
}

body ::-webkit-input-placeholder {
    color: #a5abb3;
    opacity: 0.95 !important;
}
body :-moz-placeholder {
    color: #a5abb3;
    opacity: 0.95 !important;
}
body ::-moz-placeholder {
    color: #a5abb3;
    opacity: 0.95 !important;
}

.rjk-cards-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.rjk-cards-title h4,
.rjk-cards-title h3,
.rjk-cards-title h2 {
    margin-bottom: 0;
    font-size: 30px;
    color: #22098a;
    line-height: 1;
}
.rjk-cards-title h4 {
    font-size: 22px;
    font-weight: normal;
}

.rjk-gray-btn,
.rjk-accent-btn {
    display: inline-block;
    background: #22098a;
    border: none !important;
    color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 15px 10px 5px;
    box-shadow: none;
    cursor: pointer;
}
.rjk-accent-btn:hover {
    transform: translateY(-5px);
    background: #22098a;
    color: #ffffff;
}

.rjk-gray-btn {
    background: #ebeef2;
    color: #545d69;
}
.rjk-gray-btn:hover {
    transform: translateY(-5px);
    background: #ebeef2;
    color: #545d69;
}

.rjk-card-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.rjk-card-footer .w-40 {
    width: 40%;
    display: flex;
    height: 100%;
    align-items: center;
}
.rjk-card-footer p {
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
}
.mr-3 {
    margin-right: 15px;
}
.ml-3 {
    margin-left: 15px;
}
.mr-auto {
    margin-right: auto;
}
.ml-auto {
    margin-left: auto;
}

.password-copy {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 15px 20px;
    border: 1px dashed #dadee3;
}
.password-copy p {
    font-family: "Inter", sans-serif !important;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.5;
}
.password-copy p a {
    color: #0063f7;
}
.password-copy .font-sm {
    font-size: 12px;
}
.upload-icon {
    display: inline-block;
    margin-bottom: 10px;
}
.add-file {
    display: flex;
    height: 34px;
    width: 34px;
    background: #22098a;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
}
.password-copy .add-file img {
    width: 20px;
    display: block;
}

.download-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.smp-download-btn {
    color: #0063f7;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

.passport-size-photo {
    display: inline-block;
    width: 140px;
    margin-bottom: 20px;
}
.passport-size-photo img {
    display: block;
    width: 100%;
    max-width: 140px;
}

.passport-img {
    border-radius: 6px;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
}
.passport-img img {
    display: block;
    width: 100%;
}

/**
 * Checkbox & Radio
 */
.bs_checkbox {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 25px;
    vertical-align: top;
}
.bs_checkbox label {
    position: relative;
}

.bs_checkbox [type="radio"]:not(:checked),
.bs_checkbox [type="radio"]:checked,
.bs_checkbox [type="checkbox"]:not(:checked),
.bs_checkbox [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.bs_checkbox [type="radio"]:not(:checked) + label,
.bs_checkbox [type="radio"]:checked + label,
.bs_checkbox [type="checkbox"]:not(:checked) + label,
.bs_checkbox [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    width: 100%;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    color: #545d69;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="radio"]:not(:checked) + label:before,
.bs_checkbox [type="radio"]:checked + label:before,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:before,
.bs_checkbox [type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 16px;
    height: 15px;
    background: url(../images/icon-checkbox.svg) no-repeat center center;
    background-size: 100%;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after {
    transition: all 0.2s;
    background: url(../images/icon-checkbox-check.svg) no-repeat center center;
    background-size: 100%;
}

.bs_checkbox [type="radio"]:not(:checked) + label:after,
.bs_checkbox [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.bs_checkbox [type="radio"]:checked + label:after,
.bs_checkbox [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.bs_checkbox [type="radio"]:disabled:not(:checked) + label:before,
.bs_checkbox [type="radio"]:disabled:checked + label:before,
.bs_checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
.bs_checkbox [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
.bs_checkbox [type="radio"]:disabled:checked + label:after,
.bs_checkbox [type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
.bs_checkbox [type="radio"]:disabled + label,
.bs_checkbox [type="checkbox"]:disabled + label {
    color: #aaa;
}

.bs_checkbox [type="checkbox"]:checked:focus + label:before,
.bs_checkbox [type="checkbox"]:not(:checked):focus + label:before {
    outline: none !important;
}

/** radio button **/
.bs_radio {
    display: inline-block;
    margin-right: 25px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.bs_radio [type="radio"]:checked,
.bs_radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.bs_radio [type="radio"]:checked + label,
.bs_radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    line-height: 1.2;
    display: inline-block;
    color: #545d69;
    font-size: 18px;
    font-weight: normal;
}

.bs_radio [type="radio"]:checked + label:before,
.bs_radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px;
    border: 1px solid #22098a;
    border-radius: 100%;
    background: #fff;
}
.bs_radio [type="radio"]:checked + label:after,
.bs_radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #22098a;
    position: absolute;
    top: 2px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.bs_radio [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.bs_radio [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/**
 * Dashboard
 */
.site-header .dash-logo {
    display: inline-block;
}
.site-header .dash-logo .rjk-logo-icon {
    display: none;
    width: 60px;
    height: 60px;
    margin-left: 5px;
}
.site-header .dash-logo .rjk-logo-icon img {
    max-width: 60px;
    display: block;
}
.layout-fixed .main-sidebar {
    top: 100px;
}

.rjk-user-profile .dropdown-menu {
    padding: 0;
}

.rjk-search {
    position: relative;
    display: inline-block;
    width: 260px;
    max-width: 100%;
}
.rjk-search .form-control {
    height: 42px;
    padding-right: 45px;
    border-color: #ebeef2;
    font-size: 15px;
}
.rjk-search .rjk-search-icon {
    height: auto;
    width: 42px;
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #ebeef2;
    border-radius: 0 4px 4px 0;
}
.rjk-search .rjk-search-icon img {
    max-width: 20px;
    display: block;
}

.rjk-top-user {
    position: relative;
    padding: 0 15px;
    display: inline-block;
}
.rjk-top-user:after {
    position: absolute;
    background: url(../images/icon-dropdown-arrow.svg) no-repeat center;
    height: 18px;
    width: 18px;
    right: 0px;
    top: 50%;
    margin-top: -9px;
    display: block;
    border: none;
}

.rjk-account-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    position: relative;
    width: 190px;
    height: 46px;
    padding-top: 2px;
}
.rjk-account-title span {
    font-family: "Inter", sans-serif;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    color: #191d23;
    margin: 2px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.rjk-account-title .acc-title {
    font-weight: 600;
}
.rjk-account-title .acc-subttile {
    font-weight: normal;
    color: #a0abbb;
    font-size: 13px;
}
.rjk-account-title .rjk-acc-img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 42px;
    display: block;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}
.rjk-account-title .rjk-acc-img img {
    width: 100%;
    display: block;
}

/**
 * Dashboard Content
 */
.rjk-dashboard-content {
    padding-top: 30px;
}
.rjk-dashboard-container {
    position: relative;
    padding-left: 300px;
    min-height: 430px;
}
.rjk-dashboard-container .dash-sidebar {
    position: fixed;
    width: 300px;
    left: 20px;
    top: 121px;
    bottom: -114px;
    height: auto;
    background: #ffffff;
    border-radius: 6px;
    padding: 24px 24px 115px;
    display: block;
    -webkit-transition: left 0.3s ease-in-out 0s;
    -moz-transition: left 0.3s ease-in-out 0s;
    -o-transition: left 0.3s ease-in-out 0s;
    -ms-transition: left 0.3s ease-in-out 0s;
    transition: left 0.3s ease-in-out 0s;
}
.dash-navbar {
    height: 100%;
    overflow-y: auto;
}
/*::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}*/

.rjk-dashboard-container .dash-content-main {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 200px);
}

.dash-sec-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    color: #22098a;
}
.dash-sec-title h2 {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 1.1;
}
.dash-sec-title h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
}

.dashboard-footer {
    background: #ffffff;
    position: relative;
    text-align: center;
    padding: 15px 0;
    margin-top: 30px;
}
.dashboard-footer p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.3;
    font-style: italic;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

.dash-menu-item {
    margin-bottom: 15px;
}
.dash-menu-item .dash-menu-text {
    position: relative;
    display: flex;
    padding: 12px 20px 10px 50px;
    border-radius: 4px;
    background: #ffffff;
    color: #545d69;
    font-size: 18px;
    line-height: 20px;
}
.dash-menu-item a.dash-menu-text:hover,
.dash-menu-item.active a.dash-menu-text {
    background: #22098a;
    color: #ffffff;
}

.dash-menu-item a .dash-menu-icon {
    height: 24px;
    width: 30px;
    position: absolute;
    left: 8px;
    top: 10px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
.dash-menu-item .dash-arrow-icon {
    background: transparent;
    height: 24px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 10;
    font-size: 16px;
    line-height: 1;
}

.dash-manage-by {
    width: 100%;
    text-align: center;
    border-top: 1px solid #22098a;
    padding: 15px 0px;
}
.dash-manage-by span {
    display: block;
    font-size: 13px;
    font-family: "Inter", sans-serif;
    line-height: 1.3;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 5px;
}
.dash-manage-by .ba-logo {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.dash-manage-by .ba-logo img {
    display: block;
    width: 100%;
}

.dash-submenu {
    padding: 10px;
    margin: 0;
    list-style: none;
}
.dash-submenu li {
    display: block;
}
.dash-submenu li a {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 10px;
    border-radius: 4px;
    color: #545d69;
    border-bottom: 1px solid #ebeef2;
}
.dash-submenu li.current-menu-item a,
.dash-submenu li.active a,
.dash-submenu li a:hover {
    color: #22098a;
}
.dash-head-left {
    display: flex;
    align-items: center;
}
.dash-head-left .navbar-toggler {
    margin-right: 10px;
    padding: 4px 8px;
}

/**
 * Dash Feature
 */
.rjk-dash-feature-sec {
    position: relative;
}
.rjk-dash-feature-sec .mb-4 {
    margin-bottom: 30px !important;
}
.rjk-dash-feature-sec .dash-feature-item {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 400px;
    height: 100%;
    padding: 20px 20px;
    border-radius: 6px;
    background: #ffffff;
    color: #6ba5fa;
    border-bottom: 2px solid #6ba5fa;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;

    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.rjk-dash-feature-sec .dash-feature-item:hover {
    transform: translateY(-5px);
}
.rjk-dash-feature-sec .dash-feature-item.rjk-feature-style-1 {
    color: #6453ad;
    border-bottom: 2px solid #6453ad;
}
.rjk-dash-feature-sec .dash-feature-item.rjk-feature-style-2 {
    color: #04884e;
    border-bottom: 2px solid #04884e;
}
.rjk-dash-feature-sec .dash-feature-item.rjk-feature-style-3 {
    color: #b38f00;
    border-bottom: 2px solid #b38f00;
}
.rjk-dash-feature-sec .dash-feature-item.rjk-feature-style-4 {
    color: #5e35be;
    border-bottom: 2px solid #5e35be;
}
.rjk-dash-feature-sec .dash-feature-icon {
    height: 50px;
    width: 50px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rjk-dash-feature-sec .dash-feature-icon i {
    font-size: 34px;
    line-height: 1;
}
.rjk-dash-feature-sec .dash-feature-icon img {
    width: 35px;
    display: block;
}
.rjk-dash-feature-sec h3 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.rjk-dash-feature-sec .dash-feature-num {
    font-size: 24px;
    line-height: 1;
    display: block;
    font-weight: normal;
}

.dash-notice-sec .rjk-notice-lists {
    padding: 10px 40px 30px;
}
.rjk-notice-header {
    padding: 20px 40px;
    border-bottom: 1px solid #dadee3;
}
.rjk-notice-header h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #22098a;
}

/**
 * Dashboar Namjari
 */
.dash-content-main h2 {
    font-size: 30px;
    line-height: 1;
    color: #22098a;
    margin-bottom: 0;
}

.dash-sec-content {
    position: relative;
    background: #ffffff;
    color: #394452;
    box-shadow: 0px 4px 8px rgba(92, 92, 92, 0.06);
    border-radius: 6px;
}
.dash-sec-content .dash-sec-main,
.dash-sec-content .dash-sec-footer,
.dash-sec-content .dash-sec-head {
    position: relative;
    width: 100%;
    display: flex;
    padding: 25px 30px;
    flex-wrap: wrap;
}
.dash-sec-content .dash-sec-main {
    flex-direction: column;
}
.dash-sec-content .dash-sec-footer,
.dash-sec-content .dash-sec-head {
    align-items: center;
    justify-content: space-between;
}
.dash-sec-content .dash-sec-head {
    border-bottom: 1px solid #dadee3;
}
.dash-sec-content .dash-sec-footer.flex-center {
    justify-content: center;
}
.dash-sec-content .dash-sec-footer .btn-right .btn-large,
.dash-sec-content .dash-sec-footer.flex-center .rjk-gray-btn,
.dash-sec-content .dash-sec-footer.flex-center .rjk-accent-btn {
    margin: 0 5px;
}

.btn-icon {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px;
}
.ioon-plus-white {
    background: url(../images/icon-plus-white.svg) no-repeat center center;
    background-size: 20px;
}
.ioon-arrow-right-white {
    background: url(../images/arrow-right-white.svg) no-repeat center center;
    background-size: 20px;
}
.ioon-arrow-left {
    background: url(../images/icon-arrow-rleft.svg) no-repeat center center;
    background-size: 20px;
    color: white;
}
.ioon-arb-download {
    background: url(../images/icon-arrow-bottom-down.svg) no-repeat center
        center;
    background-size: 22px;
}

.btn-back {
    color: #22098a !important;
}

.btn-large {
    border-radius: 6px !important;
    font-size: 20px !important;
    padding-top: 14px !important;
    padding-bottom: 12px !important;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.btn:active,
.btn:focus {
    box-shadow: none;
    outline: none;
}
.btn i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.btn.btn-outline-primary {
    color: #0063f7;
    border-color: #0063f7;
}
.btn.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #0063f7;
}
.btn.btn-light {
    color: #545d69;
    border-color: #f4f6f9;
}
.btn.btn-light:hover {
    color: #0063f7;
    background-color: #e6effe;
    border-color: #0063f7;
}

.btn.btn-approved {
    color: #22098a;
    background-color: #e7f7ed;
}
.btn.btn-approved:hover {
    color: #ffffff;
    background-color: #22098a;
}

.btn-yellow {
    background: #ffea96 !important;
    color: #9c7c00 !important;
    border-color: #9c7c00 !important;
}

/**
 * Table
 */
.dash-list-table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dash-table.table {
    background: #ffffff;
    min-width: 620px;
    margin-bottom: 10px;
}
.dash-list-table .btn {
    font-size: 15px;
}
.dash-table.table thead th,
.dash-table.table tbody td {
    font-size: 15px;
    line-height: 1.2;
    padding: 1rem;
    border-top: 0.4px solid #d9d9d9;
    border-bottom: none;
    text-align: center;
    vertical-align: middle;
}
.dash-table.table thead th {
    font-weight: normal;
    color: #545d69;
    background: #f4f6f9;
    font-size: 18px;
    vertical-align: bottom;
}
.dash-table.table tbody tr:last-child td {
    border-bottom: 0.4px solid #d9d9d9;
}

.dash-table.table-striped tbody tr:nth-of-type(2n + 1) {
    background-color: #fcfcfc;
}
.dash-table.table thead tr th:first-child,
.dash-table.table tbody tr td:first-child {
    text-align: left;
}

.rjk-attach-table .btn {
    background-color: #dadee3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 30px 10px;
}
.rjk-attach-table .btn i {
    margin-right: 10px;
}
.rjk-attach-table tbody td,
.rjk-attach-table thead th {
    vertical-align: middle !important;
    text-align: center !important;
}
.rjk-attach-table tbody td p {
    font-size: 16px !important;
    font-weight: normal;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
}
.rjk-attach-table .attach-title {
    color: #22098a;
    font-size: 20px;
    line-height: 1.2;
}
.rjk-attach-table .attach-title span {
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
    color: #b34545;
    display: block;
    font-weight: 300;
}

/**
 * Form
 */
.input-item {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 150px;
    margin-bottom: 20px;
}
.input-item .input-text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 140px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal !important;
    margin-bottom: 0;
    color: #394452;
}
.input-item .input-text .clr-red {
    padding-left: 2px;
}
.input-item .form-control {
    height: 44px;
    font-size: 16px;
    line-height: 1.2;
    padding: 10px;
    color: #394452;
}

select.form-control {
    background: #ffffff url(../images/icon-arrow-down.svg) no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 24px 24px;
    padding-right: 25px;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 10px !important;
}

.dash-form-step-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.dash-form-step-container .step-item {
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}
.dash-form-step-container .step-item h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    color: #545d69;
    margin-bottom: 5px;
}
.dash-form-step-container .step-item .step-item-circle {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.dash-form-step-container .step-item .step-item-circle:before {
    content: "";
    position: absolute;
    right: 50%;
    height: 1px;
    width: calc(100% + 30px);
    display: block;
    background: #dfe2e6;
    top: 25px;
    z-index: -1;
}
.dash-form-step-container .step-item:first-child .step-item-circle:before {
    display: none !important;
}
.dash-form-step-container .step-item .step-item-num {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dfe2e6;
    padding: 9px;
    display: inline-block;
    margin-bottom: 15px;
}
.dash-form-step-container .step-item .step-item-num span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #dadee3;
    color: #545d69;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
}

.dash-form-step-container .step-item.active h5 {
    color: #22098a;
}
.dash-form-step-container .step-item.active .step-item-num {
    border-color: #22098a;
}
.dash-form-step-container .step-item.active .step-item-num span {
    background: #22098a;
    color: #ffffff;
}
.dash-form-step-container .step-item.active .step-item-circle:before {
    background-color: #22098a;
}

.form-sec-block {
    display: inline-block;
    width: 100%;
    /*margin-bottom: 15px;*/
}

.namjari-owner-info .dash-sec-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.namjari-owner-info .dash-sec-title h3 {
    margin: 10px 0;
}

.dash-photo-upload-sec {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 170px;
}
.dash-photo-upload-sec .upload-box-container {
    display: inline-block;
    width: 100%;
    max-width: 220px;
}
.dash-photo-upload-sec .photo-upload-box {
    width: 86%;
    text-align: center;
    border: 1px dashed #d0d5dd;
    padding: 15px;
}
.dash-photo-upload-sec .photo-upload-box p {
    font-size: 16px;
}
.dash-photo-upload-sec .upload-photo {
    background-color: #f4f6f9;
    position: relative;
    width: 33%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.dash-photo-upload-sec .upload-photo img {
    display: block;
    max-width: 100%;
}

.drag-photo-upload-sec {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    padding-right: 3px;
}
.drag-photo-upload-sec .upload-box-container {
    display: inline-block;
    width: 100%;
    max-width: 220px;
}
.drag-photo-upload-sec .photo-upload-box {
    width: 100%;
    text-align: center;
    border: 1px dashed #d0d5dd;
    padding: 15px;
}
.drag-photo-upload-sec .photo-upload-box p {
    font-size: 16px;
}
.drag-photo-upload-sec .upload-photo {
    background-color: #f4f6f9;
    position: relative;
    width: 35%;
    max-height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.drag-photo-upload-sec .upload-photo img {
    display: block;
    max-width: 100%;
}

.modal .modal-dialog {
    margin-top: 90px;
    max-width: 680px;
}
.modal .modal-dialog .rjk-signup-container {
    box-shadow: none;
    padding: 20px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
}

.rjk-ec-sec {
    position: relative;
    display: flex;
    padding-left: 60px;
    text-align: left;
    width: 50%;
    align-items: center;
    min-height: 50px;
}
.rjk-ec-sec:before {
    content: "";
    height: 50px;
    width: 50px;
    display: block;
    background: url(../images/logo-ec-bangladesh.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.plot-namjari-status-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 7px 10px 7px 0;
    font-size: 16px;
    line-height: 1.2;
    color: #545d69;
    font-family: "Inter", sans-serif;
}
.plot-namjari-status-list li span {
    font-family: "kalpurush";
    color: #b38f00;
    font-size: 18px;
}

.rjk-nid-info {
    display: inline-block;
    width: 100%;
    position: relative;
    /*padding-right: 200px;*/
}
.rjk-nid-info-list {
    padding: 0;
    /*margin: 0 0 20px;*/
    min-height: 350px;
}
.rjk-nid-info-list li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /*padding-left: 250px;*/
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
    color: #545d69;
}
.rjk-nid-info-list li span {
    position: relative;
    left: 0;
    top: 0;
    width: 215px;
    display: inline-block;
}
.rjk-nid-info-list li span:after {
    content: ":";
    position: absolute;
    right: -3px;
    top: 0;
}
.rjk-nid-info .rjk-nid-photo {
    width: 150px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-align: center;
}
.nid-photo-box .nid-photo-wrap {
    background: #ebeef2;
    margin-bottom: 10px;
}
.nid-photo-box img {
    display: block;
    width: 100%;
}
.nid-photo-box .img-title {
    background: #ebeef2;
    height: 40px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    color: #394452;
}
.nid-photo-box .img-title span {
    display: block;
    font-size: 18px;
    line-height: 20px;
}
.nid-photo-box {
    margin-bottom: 20px;
}

.rjk-hr:after,
.rjk-hr:before {
    content: "";
    clear: both;
    display: table;
}
.rjk-hr {
    margin: 20px 0;
    height: 1px;
    border-top: 1px solid #dadee3;
    width: 100%;
}

.rjk-form-info .rjk-nid-info-list {
    /*display: flex;*/
    flex-wrap: wrap;
    min-height: 30px;
    margin-bottom: 0;
}
.rjk-form-info .rjk-nid-info-list li {
    width: 50%;
    padding-right: 20px;
}

.alert.alert-danger {
    background: #ffefef;
    border-radius: 6px;
}
.alert.alert-danger .bs_checkbox label {
    color: #cf2437 !important;
    font-size: 16px;
    line-height: 1.5;
}
.alert .bs_checkbox {
    margin-bottom: 0;
}

.alert.alert-danger .bs_checkbox [type="radio"]:not(:checked) + label::after,
.alert.alert-danger .bs_checkbox [type="radio"]:checked + label::after,
.alert.alert-danger .bs_checkbox [type="checkbox"]:not(:checked) + label::after,
.alert.alert-danger .bs_checkbox [type="checkbox"]:checked + label::after {
    transition: all 0.2s;
    background: url(../images/icon-check-red.svg) no-repeat center center;
    background-size: 100%;
}

.add_more_btn,
.remv_btn {
    border-radius: 50%;
    width: 36px;
    font-size: 12px;
    padding: 0px;
    height: 36px;
    margin: 0;
}

.loading_data i {
    color: #22098a !important;
}

.form-group textarea {
    height: auto !important;
}

fieldset label {
    font-size: 16px !important;
    padding-right: 0px !important;
}
.identification_type_col {
    text-transform: capitalize;
}
.fig_image {
    /*text-align: center;*/
}
#citizenAttendedTable {
    font-size: 14px;
}
#citizenAttendedTable img {
    width: 80px;
    height: 80px;
}

#attendanceTbl td,
#attendanceTbl th {
    border: 1px solid #000;
    padding: 2px;
}

.image-upload img {
    margin: 0 auto;
}

/**
 * Logo with text
 */
.rjk-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 60px;
    position: relative;
    padding-left: 70px;
    padding-top: 4px;
}
.rjk-logo .rjk-logo-img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.rjk-logo .rjk-logo-img img {
    display: block;
    width: 100%;
}

.rjk-logo .rjk-logo-text {
    font-size: 20px;
    line-height: 26px;
    display: block;
    width: 200px;
    white-space: break-spaces;
    color: #22098a;
}

.rjk-footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 50px;
    position: relative;
    padding-left: 55px;
    padding-top: 6px;
}
.rjk-footer-logo .rjk-logo-img {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
}
.rjk-footer-logo .rjk-logo-img img {
    display: block;
    width: 100%;
}
.rjk-footer-logo .rjk-logo-text {
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    display: block;
    width: 100%;
    white-space: break-spaces;
}

@media (min-width: 1200px) {
    .rjk-logo .rjk-logo-text {
        font-size: 26px;
        width: 450px;
    }
}
@media (max-width: 767px) {
    .dash-head-left .rjk-logo .rjk-logo-text {
        display: none !important;
    }
}

/**
 * Allottee Information Page
 */
.rjk-card-block {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #22098a;
    border-radius: 4px;
    margin-bottom: 24px;
}
.rjk-card-block .rjk-card-block {
    margin-bottom: 0;
}
.rjk-card-block .rjk-card-head {
    position: relative;
    background: #22098a;
    border-bottom: 1px solid #22098a;
    color: #ffffff;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 15px;
    width: 100%;
}
.rjk-card-block .rjk-card-block {
    border-color: #2e7150;
}
.rjk-card-block .rjk-card-block .rjk-card-head {
    background: #2e7150;
    border-bottom-color: #2e7150;
}
.rjk-card-block h3 {
    font-size: 22px;
}
.rjk-card-block .rjk-card-head h3,
.rjk-card-block .rjk-card-head h4 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
}
.rjk-card-block .rjk-card-head h3 {
    font-size: 18px;
}
.rjk-card-block .rjk-card-body {
    padding: 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.rjk-card-block .rjk-card-body .rjk-card-block:not(:first-child) {
    margin-top: 20px;
}

.rjk-info-list {
    position: relative;
}
.rjk-info-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.rjk-info-list ul li {
    position: relative;
    display: flex;
    width: 100%;
    padding: 6px 0;
    background: #ebeef2;
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 3px;
}

.rjk-info-list ul li span,
.rjk-info-list ul li {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
}
.rjk-info-list ul li .info-item-list-desc,
.rjk-info-list ul li .info-item-list-title {
    display: block;
}
.rjk-info-list ul li .info-item-list-title {
    position: relative;
    padding-right: 30px;
    width: 50%;
}
.rjk-info-list ul li .info-item-list-title:after {
    content: ":";
    width: 5px;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 0;
}
.rjk-info-list ul li .info-item-list-desc {
    width: 50%;
}

.rjk-payment-table {
    position: relative;
}
.rjk-payment-table .table {
    width: 100%;
}
.rjk-payment-table .table tr td,
.rjk-payment-table .table tr th {
    text-align: center;
    vertical-align: middle;
    padding: 10px 12px;
    font-size: 15px;
    line-height: 1.4;
}
.rjk-payment-table .table tr th {
    border-bottom: none;
    background: #2e7150;
    color: #ffffff;
}
.rjk-payment-table .table thead tr th:first-child {
    min-width: 180px;
    width: 220px;
}
.rjk-payment-table .table .rjk-payment-table-title {
    white-space: nowrap;
    display: block;
}

/**
 * Attachment Section
 */
.btn-card-white {
    background: #ffffff;
    border: #ffffff;
    color: #444444;
}

.rjk-card-head-right .dropdown-menu {
    min-width: 200px;
}
.rjk-card-head-right .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ebeef2;
    font-size: 14px;
    padding: 8px 10px 8px 20px;
}
.rjk-card-head-right .dropdown-menu ul li:last-child .dropdown-item {
    border-bottom: none;
}

.btn-card-white.dropdown-toggle {
    padding-right: 34px !important;
    position: relative;
    font-size: 15px;
}
.btn-card-white.dropdown-toggle:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-weight: 900;
    font-size: 12px;
    line-height: 16px;
    display: block;
    border: none !important;
    height: 16px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    text-align: center;
}

.rjk-attachment-slider-content {
    position: relative;
    width: 100%;
}
.rjk-attachment-slider-content .carosoleItems {
    width: calc(100% - 80px);
}
.rjk-attachment-slider-content .carosoleItems .image-slide {
    outline: none;
    border: 2px solid #22098a;
}
.rjk-attachment-slider-content .carosoleItems .image-slide .card-title {
    margin: 0;
    padding: 8px 10px;
    text-align: center;
    display: flex;
    width: 100%;
    background: #22098a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.rjk-attachment-slider-content .carosoleItems .image-slide.previewActive {
    border-color: #2e7150;
    outline: none !important;
}
.rjk-attachment-slider-content
    .carosoleItems
    .image-slide.previewActive
    .card-title {
    background: #2e7150;
}

.rjk-attachment-slider-content .carosoleItems .slick-prev {
    left: -40px !important;
}
.rjk-attachment-slider-content .carosoleItems .slick-next {
    right: -40px !important;
}
.slick-prev::before,
.slick-next::before {
    font-size: 38px;
}

.rjk-attachment-slider-content .carosoleItems .slick-list {
    margin-bottom: 40px;
}
.rjk-attachment-preview-container .img-preview-box {
    margin-top: 30px;
    position: relative;
    width: 100%;
    border-radius: 4px;
    border: 5px solid #ebeef2;
    padding: 20px;
    background: #ebeef2;
}
.rjk-attachment-preview-container .attachment-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    row-gap: 15px;
    flex-wrap: wrap;
}
.rjk-attachment-preview-container .img-preview-box .btn-warning {
    background-color: #2e7150;
    border-color: #2e7150;
    color: #ffffff;
}
.rjk-attachment-preview-container .img-preview-box .btn-primary {
    background-color: #22098a;
    border-color: #22098a;
    color: #ffffff;
}
.rjk-attachment-preview-container .img-preview-box .btn {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

/**
 * Scroll Attachment
 */
.attachment-img-list {
    position: relative;
    width: 100%;
    display: flex;
    overflow-x: auto;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 15px;
}
.attachment-img-list li {
    margin-bottom: 10px;
}
.attachment-img-list .attachment-img-item {
    display: block;
    width: 200px;
    border: 2px solid #22098a;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.attachment-img-list .attachment-img-item .rjk-attachment-img {
    height: 300px;
    width: 100%;
}
.attachment-img-list .attachment-img-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.attachment-img-list .attachment-img-item .attachments-img-title {
    padding: 5px 10px;
    height: 40px;
    text-align: center;
    display: flex;
    width: 100%;
    background: #22098a;
    color: #ffffff;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    position: relative;
}
.attachment-img-list .attachment-img-item .attachments-img-title span {
    width: calc(100% - 10px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.attachment-img-list {
    border-radius: 0;
}

/*.attachment-img-list{
	scrollbar-width: 8px;
	scrollbar-color: #22098A #ffffff;
}

.attachment-img-list::-webkit-scrollbar{
	width: 8px;
}
.attachment-img-list::-webkit-scrollbar-track {
	background: #EDEDED;
}
.attachment-img-list::-webkit-scrollbar-thumb {
	background-color: #22098A;
	border-radius: 0;
	width: 8px;
	border: none;
}*/

/**
 * Scrollbar
 */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
    display: none !important;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.rjk-attachment-slider-content
    .carosoleItems
    .slick-list:hover
    .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 20px;
    opacity: 1;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 80px;
    height: 18px;
    border-radius: 4px;
    background: #2e7150;
    opacity: 1;
}
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 80px;
}

.rjk-attachment-slider-content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 20px;
}

.image-zoom-container {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
}

.rjk-attachment-slider-container {
    position: relative;
    width: 100%;
}

.att-slider-custom-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -20px;
}
.att-slider-custom-nav .btn-atts-left,
.att-slider-custom-nav .btn-atts-right {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
    border: 3px solid #22098a;
    background: #ffffff;
    color: #22098a;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.att-slider-custom-nav .btn-atts-left:hover,
.att-slider-custom-nav .btn-atts-right:hover {
    border-color: #2e7150;
    color: #2e7150;
}

.att-slider-custom-nav .btn-atts-left {
    left: 0;
}
.att-slider-custom-nav .btn-atts-right {
    right: 0;
}

.dob_datepicker {
    display: grid;
    grid-template-columns: 90% 20%;
}

/* 3D Button Styles */
.btn-3d {
    background: linear-gradient(145deg, #22098a, #1a0770);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 0 #0f0540, 0 8px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    font-size: 14px;
    line-height: 1.2;
}

.btn-3d:hover {
    transform: translateY(2px);
    box-shadow: 0 4px 0 #0f0540, 0 6px 10px rgba(0, 0, 0, 0.3);
    color: white;
    text-decoration: none;
}

.btn-3d:active {
    transform: translateY(4px);
    box-shadow: 0 2px 0 #0f0540, 0 4px 8px rgba(0, 0, 0, 0.3);
}

.btn-3d i {
    font-size: 16px;
    margin-right: 4px;
}
