@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
    font-family: "Roboto", sans-serif;
    font-size: 21px;
    font-weight: 400;
    background: #fff;
    color: #000;
}

a,
button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}



.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0, 0, 0, .5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

.admin-bodybg {
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: 10% 30%; */
    min-height: 100vh;
}

.container {
    max-width: 1450px;
    margin: auto;
}

/*==== nev area start===== */

header {
    width: 100%;
    padding: 30px 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    max-width: 300px;
    display: inline-block;
    margin-right: 50px;
}

.menu-logo a img {
	width: 100px;
	height: auto;
	border-radius: 50%;
}

.menu-item {
    display: flex;
    align-items: center;
}

.menu-item ul {
    border-radius: 100px;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding: 8px 11px;
}

.menu-item ul li a {
    color: #0076C4;
    text-align: center;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    padding: 10px 23px;
    text-transform: capitalize;
    transition: .3s;
    border-radius: 100px;
}

.menu-item ul li:last-of-type a {
    background: #E2F3FF;
}

.menu-item ul li a:hover {
    background: #09F;
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
    color: #fff !important;
}

#active {
    background: #09F;
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
    color: #fff !important;
}

.menu-bar {
    display: none;
}

.menu-bar a {
    font-size: 30px;
    color: #373737;
    cursor: pointer;
    outline: none !important;
    box-shadow:none !important;
}

.languageSwitcher-btn{
  display: flex;
  align-items: center;
  gap: 0 20px !important;
}
.languageSwitcher-btn select {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 8px;
    color: #2b2626;
    background: transparent;
    background-image: url(../img/drop-down2.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    border: none;
    width: 125px;
    max-width: 100%;
    display: inline-block;
    appearance: none;
    cursor: pointer;
    padding-right: 0px;
     outline: none !important;
     box-shadow:none !important;
}
.languageSwitcher-btn select option{
  background-color: #fff;
  padding: 10px;
  color: #000;
}

.form-control:focus{
  box-shadow:none !important;
  background-color: transparent !important;
  outline: none !important;
}

:focus{
  box-shadow:none !important;
  outline: none !important;
}

.menu-btn a:hover {
    background-color: transparent;
    border: 2px solid #22B57E;
}

/*==== nev area end===== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #000000;
}

.offcanvas-header h5 img {
    max-width: 100px;
}

.offcanvas-body {
    background-color: #fff;
    padding: 0px !important;
}

.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #fff;
}

.clloss-x:hover {
    color: #fff !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 80%;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    transition: .2s;
    padding: 15px 20px;
    display: block;
    transition: .2s;
}

.mobile-menu-item ul li a:hover {
    background-color: #09F !important;
    color: #E8E8E8 !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
}

.m-active {
    background-color: #09F !important;
    color: #E8E8E8 !important;
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
}

.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}

/* ====offcanvas manu end===== */

/* =====hero-area-start===== */

.Admin_form-left h2 {
    color: rgba(0, 0, 0, 0.86);
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    /* 177.778% */
    margin-top: 250px;
}

.Admin_form-right {
    max-width: 520px;
    margin: auto;
}

.Admin_form-right label {
    color: #0C1421;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 16px */
    letter-spacing: 0.16px;
    display: block;
    margin-bottom: 8px;
}

.Admin_form-right input {
    color: #0C1421;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
    padding: 16px 21px;
    border-radius: 12px;
    border: 1px solid #D4D7E3;
    background: #F7FBFF;
    width: 100%;
    display: block;
    outline: none;
    margin-bottom: 33px;
}

.Admin_form-right input::placeholder {
    color: #8897AD;
    opacity: 1;
}

.Admin_form-right select {
    padding: 14px 21px;
    border-radius: 12px;
    border: 1px solid #D4D7E3;
    background: #F7FBFF;
    background-image: url(../img/down.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    margin-bottom: 33px;
}

.form-select:focus {
    border-color: #D4D7E3 !important;
    outline: 0;
    box-shadow: none !important;
}

.Admin_form-right button {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 20px */
    letter-spacing: 0.2px;
    max-width: 382px;
    display: block;
    margin: auto;
    width: 100%;
    margin: auto;
    padding: 16px 20px;
    border-radius: 12px;
    background: #09F;
    border: none;
    transition: .3s;
}

.Admin_form-right button:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
}

/* =======user-table-area======= */

.admin-user-body {
    background-image: url(../img/body.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.user-table-area {
    padding-bottom: 100px;
}

.user_table-wrapper {
    background-color: #fff;
    border-radius: 19px;
    padding: 18px 32px;
}

.user_table__headeritams {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.user_table_header-left h2 {
    color: #101828;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.user_table_header-left p {
    color: #667085;
    /* Text sm/Normal */
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.user_table_header-right {
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.user_table_header-right input {
    color: #959595;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    max-width: 215px;
    width: 100%;
    padding: 12px 18px 12px 54px;
    border-radius: 10px;
    border: 1.4px solid #E4E4E4;
    outline: none;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 10% 50%;
}


.table-filerbtn {
    color: #09F;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 10px;
    border: 1.4px solid #09F;
    background: #E2F3FF;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    transition: .5s;
}

.table-filerbtn:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
}

.more-btn- {
    border-radius: 10px;
    border: 1.4px solid var(--Grey_2, #E4E4E4);
    padding: 8px 12px;
    background-color: #fff;
}

.user_table_header-right a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    border-radius: 10px;
    background: #09F;
    transition: .3s;
}

.user_table_header-right a:hover {
    box-shadow: 0px 4px 12px 0px rgba(0, 153, 255, 0.50);
}

/* =========table body============= */

.user_table-wrapper-box {
    border: 1px solid #ddd;
    border-radius: 20px;
    /* overflow: hidden; */
    overflow-y: scroll;
    height: 500px;
}

/* WebKit scrollbar styles */

.user_table-wrapper-box::-webkit-scrollbar {
    width: 8px;
}

.user_table-wrapper-box::-webkit-scrollbar-track {
    background: transparent;
}

.user_table-wrapper-box::-webkit-scrollbar-thumb {
    background-color: #AAD7F7;
    /* Light blue */
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.user_table-wrapper-box::-webkit-scrollbar-thumb:hover {
    background-color: #AAD7F7;
}

/* Firefox scrollbar */

.user_table-wrapper-box {
    scrollbar-width: thin;
    scrollbar-color: #AAD7F7 transparent;
}

.user_table-wrapper-box table {
    width: 100%;
    border-collapse: collapse;
}

.user_table-wrapper-box th,
.user_table-wrapper-box td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid #E1E1E1;
}

.user_table-wrapper-box th {
    background-color: #fff;
    color: #534D59;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    position: relative;
    padding: 20px 20px;
}

.th1 {
    border-radius: 20px 0px 0px 0;
}

.user_table-wrapper-box th.sortable::after {
    content: "";
    font-size: 10px;
    position: absolute;
    right: 0px;
    color: #6b7280;
    width: 24px;
    height: 24px;
    background-image: url(../img/sort.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.user_table-wrapper-box td {
    font-size: 14px;
    color: #374151;
}

.user_table-wrapper-box tr {
    border-bottom: 1px solid #e5e7eb;
}

.user_table-wrapper-box tr:last-child {
    border-bottom: none;
}

/* Custom Checkbox Styling */

.custom-checkbox {
    display: none;
}

.custom-checkbox+label {
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.custom-checkbox:checked+label {
    background-color: #09F;
    border-color: #09F;
}

.custom-checkbox:checked+label::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.user-info {
    display: flex;
    align-items: center;
}

.avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
    background-color: #0099FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.user-details span {
    display: block;
}

.user-details .name {
    color: #1B2128;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 2px;
}

.user-details .handle {
    color: #959595;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.status {
    padding: 4px 10px;
    border-radius: 12px;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    padding-left: 21px;
    position: relative;
}

.status::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.status-annual {
    background: #E9FFEF;
    color: #409261;
}

.status-annual::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #409261;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 8px;
}

.status-monthly {
    background-color: #FFE6FF;
    color: #3F3748;
}

.status-monthly::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #FF00FB;
}

.status-quarterly {
    background-color: #FFF2DD;
    color: #D98634;
}

.status-quarterly::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #D98634;
}

.status-expired {
    background-color: #E4E4E4;
    color: #3F3748;
}

.status-expired::before {
    content: "";
    width: 7px;
    height: 7px;
    background-color: #3F3748;
}

.actions {
    display: flex;
    gap: 10px;
}

.actions button {
    background: none;
    border: none;
    cursor: pointer;
    color: #6b7280;
    font-size: 16px;
}

.actions button:hover {
    color: #374151;
}

.user_table-wrapper-box table td:nth-child(5) {
    text-align: center;
}

.languageSwitcher-btn2 {
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.languageSwitcher-btn2 select {
    color: #fff;
    background-image: url(../img/drop-2.png);
    padding: 0px 10px;
    height: 20px !important;
      width: 115px;

}

.header-right {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.user-profile {
    position: relative;
     margin-right: 5px;
}
.user-profile a{
  z-index: 999;
}

.profile-pic{
    display: block;
    padding-right: 25px;
    outline: none !important;
}
.profile-pic::before{
  content: "";
  background-image: url(../img/drop-down2.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: -5px;
  top: 25px;

}
.user-profile img {
    width: 60px;
    height: 60px;
    border: 50%;
}

/* ======end all the css ====== */

