@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Readex Pro", sans-serif;
}


body {
    overflow-x: hidden;
    background-color: var(--secondBg);
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

:root {
    --primaryBg: #184B8A;
    --secondBg: #0B264F;
}

.btn:focus {
    outline: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.pct-0 {
    padding-left: 0;
}

/*login-page*/
.login-form-body {
    background-color: #FAFAFA;
}

.login-form-body .login-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
}

.login-form-body .main-form-area {
    padding-left: clamp(2rem, 7vw, 7rem);
    padding-right: clamp(2rem, 7vw, 7rem);
}

.login-form-body .thumb {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.login-form {
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

section.login-form::after {
    content: '';
    position: absolute;
    width: 49%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(48 41 41 / 22%);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(4px);
}

.login-header .navbar-brand {
    margin: 30px 0 0 40px;
}

.login-form h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #429cfd;
    margin: 40px 0 15px;
}

.login-form p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #1F1F1F;
    opacity: 0.5;
    width: 90%;
    margin: 0 auto;
}

.login-form .all-inputs-here {
    margin: 50px 0 0;
}

.login-form .all-inputs-here .custom-input label {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    margin: 0 0 7px;
}

.login-form .all-inputs-here .custom-input input:focus {
    border-color: #429cfd;
}

.login-form .all-inputs-here .custom-input .input-with-icon {
    position: relative;
}

.login-form .all-inputs-here .custom-input .input-with-icon span {
    position: absolute;
    top: 0;
    left: 3%;
    color: #429cfd;
    bottom: 0;
    display: flex;
    align-items: center;
}

.login-form .all-inputs-here .custom-input .input-with-icon .eye span:last-child {
    display: none;
}

.login-form .all-inputs-here .custom-input .input-with-icon .eye span {
    right: 3%;
    left: inherit;
}

.login-form .all-inputs-here .custom-input .input-with-icon span i {
    color: #429cfd;
}

.login-form .all-inputs-here .custom-input input::placeholder {
    color: #1F1F1F;
}

.login-form .all-inputs-here .custom-input {
    margin: 0 0 20px;
}

.login-form .all-inputs-here .custom-input input {
    height: 56px;
    padding: 0 20px 0 50px;
    width: 100%;
    line-height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    outline: none;
}

.login-form button {
    background: red;
}

.login-form .all-inputs-here button {
    width: 100%;
    text-align: center;

    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 0;
    color: #fff;
    background: #2a2d30;
    border-radius: 45px;
    border: none;
    text-transform: uppercase;
}

.login-form .all-inputs-here .login-remember-forgot {

    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.login-form .all-inputs-here .login-remember-forgot .custom-input-check label {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;

}

.login-form .all-inputs-here .login-remember-forgot a {
    color: #429cfd;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.login-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-footer p {

    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: rgba(31, 31, 31, 0.5);
    text-align: right;
    margin: 0 40px 40px 0;
}

.login-footer p span {
    color: #1F1F1F;
    font-weight: bold;
}

/*custom-checkbox*/


/* pawListing  */
.pawListing {
    border-bottom: 1px solid #2e4f7b;
    padding: 2rem 0;
}

.pawListing .head_txt {
    margin: 8px 0 2rem 0;
}

.pawListing .head_txt h3 {
    font-weight: 500;
    font-size: 34px;
    line-height: 34px;
    color: #fff;
}

.pawListing .dogDetail {
    position: relative;
}

.pawListing .dogDetail img {
    width: 100%;
}

.pawListing .dogDetail a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
}

.pawListing .dogDetail a img {}

/* pawListing  */



.form-group {
    display: block;
    margin-bottom: 15px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.form-group label:before {
    content:
        '';
    -webkit-appearance: none;
    background-color: #429cfd;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.form-group input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

#visible-password:hover {
    cursor: pointer;
}

#none-visible-password:hover {
    cursor: pointer;
}

#new-visible-password:hover {
    cursor: pointer;
}

#new-none-visible-password:hover {
    cursor: pointer;
}


#confirm-visible-password:hover {
    cursor: pointer;
}

#confirm-none-visible-password:hover {
    cursor: pointer;
}

/*forgot-password*/
.forgot-password img {
    margin: 0 auto 15px;
    display: table;
}

.forgot-password .all-inputs-here button:disabled {
    opacity: 0.5;
}

.forgot-password .all-inputs-here .login-remember-forgot span a {
    font-weight: 600;
}

.login-form h4 span {
    color: #000;
}

.forgot-password .all-inputs-here .login-remember-forgot span {


    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #429cfd;

}

.passowrd-changed .all-inputs-here img {
    margin: 0 auto 50px;
}

/*resent-mail*/
.resent-mail .all-inputs-here button:hover {
    color: #fff;
    background: #429cfd;
}

.resent-mail .all-inputs-here button {
    background: #FAFAFA;
    border: 2px solid #429cfd;
    color: #429cfd;
    transition: .3s all ease-in-out;

}

.login-form h6 {


    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #E63022;

}

/*********************** sidebar Css start ***********************/
.upgrade_plan {
    position: absolute;
    background: #fff;
    bottom: 20px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 75%;
    left: 11%;
}

.upgrade_plan img {
    width: 90px;
}

.upgrade_plan span {
    padding: 7px 0 12px;
    color: var(--secondBg);
    font-size: 14px;
    font-weight: 600;
}

.upgrade_plan a {
    text-align: center;
    background: #FFC86D;
    color: var(--secondBg);
    width: 143px;
    padding: 8px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.4s ease-in-out;
}

.upgrade_plan a:hover {
    color: #fff;
    background-color: var(--secondBg);

}

.sidebar {
    width: 19rem;
    padding-bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    padding-top: 0;
    z-index: 999;
    transition: all .2s ease;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 2%);
    background: var(--primaryBg);
    border-radius: 0 40px 40px 0;
}

.sidebar .sidebar-scroll {
    height: 100%;
}

.sidebar-scroll::After {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://nineball.demo-designproboard.com/public/assets/admin/images/sidebar.png);
    top: 0;
    left: 0;
    z-index: -1;
}

/*sidebar-button-toggle*/
/* sidemenu start */
.header-1 nav #navbarSupportedContent ul li button.toggle {
    display: none;
}

.header-1 nav #navbarSupportedContent ul li button.toggle {
    background: #0b264f;
    border: none;
    width: 61px;
    height: 61px;
    cursor: pointer;
    outline: 0;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.toggle span {
    width: 100%;
    height: 3px;
    background: #ffffff;
    display: block;
    position: relative;
    cursor: pointer;
}

.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    transition: all 0.3s ease-out;
}

.toggle span:before {
    top: -6px;
}

.toggle span:after {
    top: 6px;
}

.toggle span.toggle {
    background: transparent;
}

.toggle span.toggle:before {
    top: 0;
    transform: rotate(-45deg);
    background: #ffffff;
}

.toggle span.toggle:after {
    top: 0;
    transform: rotate(45deg);
    background: #ffffff;
}

/*sidebar-button-toggle*/
.sidebar-scroll .nav-header {
    border-bottom: 1px solid #ffffff38;
}

.sidebar-scroll .nav-header .brand-logo {
    display: flex;
    justify-content: center;
    padding: 12px 0;
}

.sidebar-scroll .nav-header .brand-logo img {
    width: 100px;
}

.sidebar-scroll .main-profile {
    text-align: left;
    padding: 0 25px;
    position: relative;
}

.sidebar-scroll .main-profile .image-bx {
    position: relative;
    margin: 25px 0 0 0;
}

.sidebar-scroll .main-profile .image-bx .logout-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 8px;

    font-style: normal;
    color: #E63022;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

.sidebar-scroll .main-profile .image-bx .logout-info img {
    max-height: 24px;
    min-height: 24px;
    border-radius: 8px;
    max-width: 24px;
    min-width: 24px;
    object-fit: contain;
}

.sidebar-scroll .main-profile .name {

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

.sidebar-scroll .main-profile .name span {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.sidebar-scroll .main-profile p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.5;
    letter-spacing: 0.5px;
    margin: 0;
}

.sidebar-scroll .side-items-main {
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0 20px 0;
    height: calc(100% - 120px);
}

.sidebar-scroll .metismenu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
}

.sidebar-scroll .metismenu::-webkit-scrollbar {
    width: 10px;
}

.sidebar-scroll .metismenu::-webkit-scrollbar-track {
    background: #1F1F1F;
}

.sidebar-scroll .metismenu::-webkit-scrollbar-thumb {
    background: #888;
}

.sidebar-scroll .metismenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidebar-scroll .metismenu .nav-label {
    margin: 10px 25px 0;
    padding: 1.5625rem 0 10px;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.05rem;
    border-top: 1px solid #E63022;
    color: #999999;
}

.sidebar-scroll .metismenu .nav-label.first {
    border: 0px;
    margin-top: 0px;
}

.sidebar-scroll .metismenu>li {
    display: flex;
    flex-direction: column;
}

.sidebar-scroll .metismenu li {
    position: relative;
}

.sidebar-scroll .metismenu li a {
    font-size: 16px;
    padding: 11px 6px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
    position: relative;
    outline-width: 0;
    font-weight: 400;
    align-items: center;
    display: flex;
    gap: 8.8px;
    font-style: normal;
    border-radius: 9px;
    margin: 0 16px;
}

.sidebar-scroll .metismenu li a:hover {
    background: #fff;
    color: var(--secondBg);
}

.sidebar-scroll .metismenu li a:hover img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(58%) saturate(1156%) hue-rotate(183deg) brightness(86%) contrast(101%);
}

.sidebar-scroll .metismenu li a img {
    width: 18px;
    filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(11%) hue-rotate(196deg) brightness(103%) contrast(106%);
}

.sidebar-scroll .metismenu li a::before {
    /* position: absolute; */
    content: "";
    background: #f4f4f2;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.sidebar-scroll .metismenu li a.active::before {
    width: 6px;
}

.sidebar-scroll .metismenu li a.active {
    background: var(--secondBg);
    color: #ffffff;
    font-weight: 500;
    box-shadow: none;
    opacity: inherit;
}

.sidebar-scroll .metismenu li a.active img {
    filter: hue-rotate(45deg);
}

.sidebar-scroll .metismenu li a.active i {
    color: #221f1f;
}

.sidebar-scroll .metismenu li a .nav-text {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}

.sidebar-scroll .metismenu li a:hover .nav-text {
    transform: translateX(10px);
}

.sidebar-scroll .metismenu>li:hover>a,
.sidebar-scroll .metismenu>li:focus>a {
    color: #000000;
    opacity: inherit;
}
.sidebar-scroll .metismenu>li:hover>a.active,
.sidebar-scroll .metismenu>li:focus>a.active {
    color: #fff;
}
.sidebar-scroll .metismenu>li:hover>a i,
.sidebar-scroll .metismenu>li:focus>a i {
    color: #ffffff;
}

.sidebar-scroll .metismenu li a i {
    color: #38383a;
    font-size: 1.2rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1;
}

.sidebar-scroll .metismenu li .has-arrow:after {
    position: absolute;
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: inherit;
    right: 1.5rem;
    -webkit-transform: rotate(-225deg) translateY(-50%);
    transform: rotate(-225deg) translateY(-50%);
    -webkit-transform-origin: top;
    transform-origin: top;
    top: 48%;
    transition: all .3s ease-out;
}

.sidebar-scroll .metismenu li .has-arrow[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.sidebar-scroll .metismenu ul {
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 0.5rem 0;
}

.sidebar-scroll .metismenu li .mydrop.show {
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    background: #1f1f1fa6;
    /*border: 2px solid #ffffff;*/
}

.sidebar-scroll .metismenu li .dropdown li .link-child {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 3.4rem;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 400;
    display: inline-block;
    color: #fff;
    position: relative;
    outline-width: 0;
    align-items: center;
    display: flex;
}

.sidebar-scroll .metismenu li .dropdown li .link-child:before {
    position: absolute;
    height: 7px;
    width: 7px;
    border: 2px solid #fff;
    content: "";
    border-radius: 26px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    left: 30px;
}

.sidebar-scroll .metismenu li .dropdown li .link-child:hover:before {
    border: 4px solid #221f1f;
}

.sidebar-scroll .metismenu li .dropdown li .link-child.active {
    background: #f5f5f5;
    color: #221f1f;
}

.sidebar-scroll .metismenu li .dropdown li .link-child.active:before {
    border: 4px solid #221f1f;
}

.sidebar-scroll .metismenu li .dropdown li .link-child:hover {
    background: #f5f5f5;
    color: #3ca5fd;
    opacity: inherit;
}


/*header*/
.padding-set-here {
    padding: 0 0 50px 290px;
}

.header-1 {
    padding: 5px 0 10px 290px;
    position: relative;
}

header.header-1::after {
    content: '';
    position: absolute;
    width: 100%;
    background: #4b72a18a;
    bottom: 7px;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
}

.header-1 nav .navbar-brand {

    font-weight: 500;

    font-size: 34px;

    line-height: 34px;

    color: #fff;
}

.header-1 nav .navbar-brand span {
    color: #123524;
    font-weight: bold;
}

.header-1 nav #navbarSupportedContent ul {
    margin: 0 0 0 auto;
    /* gap: 0 20px; */
}

.header-1 nav #navbarSupportedContent ul li a img {
    margin: 0 15px 0 0;
}

.header-1 nav #navbarSupportedContent ul li {
    position: relative;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu {
    position: absolute;
    top: 3rem;
    left: -11rem;
    width: 375px;
    z-index: 999;
    background: #FFFFFF;
    box-shadow: 0px 5px 80px rgb(31 31 31 / 5%), 0px 8.14815px 50px rgb(31 31 31 / 2%);
    border-radius: 10px;
    display: none;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement {

    display: flex;

    align-items: center;

    justify-content: space-between;

    background: #fff;

    padding: 20px 15px;

    border-radius: 5px 5px 0px 0px;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell {
    display: flex;
    align-items: start;
    padding: 9px 14px;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell .not-profile {
    margin: 0 10px 0 0;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell .message-nots h2 span {
    text-align: right;
    margin: 0 0 0 5px;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell .message-nots h6 {

    font-style: normal;

    font-weight: 500;

    font-size: 13px;

    line-height: 15px;

    text-align: left;

    color: var(--secondBg);
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell .message-nots p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    opacity: 0.5;
    margin: 0;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell .message-nots h2 {

    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .all-announcement a {
    width: 100%;
    display: block;
    height: 42px;
    background: var(--primaryBg);
    border-radius: 0px 0px 5px 5px;
    line-height: 42px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .date-announce {
    background: rgb(66 156 253 / 18%);
    padding: 14px 0 14px 25px;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .date-announce h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    margin: 0;
    color: #000000;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h4 {
    margin: 0;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h3 {
    margin: 0;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h3 a {

    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    color: #000000;
    display: block;
    height: auto;
    background: transparent;
    width: auto;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h4 a img {
    margin: 0 20px 0 0;
    filter: brightness(0) saturate(100%) invert(47%) sepia(43%) saturate(2159%) hue-rotate(195deg) brightness(108%) contrast(98%) !important;
     !i;
     !;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h4 a {
    background: transparent;
    height: auto;
    width: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: var(--primaryBg);
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h4 a i {
    font-size: 20px;
    padding: 0 8px 0 0;
}

.header-1 nav #navbarSupportedContent ul .open a {}

.header-1 nav #navbarSupportedContent ul .open a img {
    filter: inherit !important;
}

.header-1 nav #navbarSupportedContent ul li:last-child a img {
    margin: 0;
    filter: brightness(0) invert(0);
}

.header-1 nav #navbarSupportedContent ul li:last-child a {
    /* width: 61px; */
}

.header-1 nav #navbarSupportedContent ul li a {
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    padding: 0 14px;
    text-align: center;
}

.header-1 nav #navbarSupportedContent ul .menu-icon a {
    width: 61px;
}

.header-1 nav #navbarSupportedContent ul .menu-icon a i {
    font-size: 20px;
}

.header-1 nav #navbarSupportedContent form .name-email-bar {
    margin: 0 15px 0 0;
}



.header-1 nav #navbarSupportedContent form .name-email-bar h6 {

    font-style: normal;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #1F1F1F;
    margin: 0 0 2px;
}

.header-1 nav #navbarSupportedContent form .name-email-bar h5 {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    opacity: 0.5;
    margin: 0;
}

.header-1 nav #navbarSupportedContent form .profile-icon h4 {
    border-radius: 100px;
    font-size: 16px;
    line-height: 61px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
}

.header-1 nav #navbarSupportedContent form .profile-icon h4 img {
    width: 36px;
}

.header-1 nav #navbarSupportedContent form .profile-icon h4 span {
    margin: 0 5px;
}

.navbar .navbar-collapse .profile-icon {
    position: relative;
    cursor: pointer;
}

.navbar .navbar-collapse .profile-icon .logout-profile {
    position: absolute;
    background: #fff;
    right: 0;
    padding: 10px 10px;
    border: 2px solid #0000001f;
    border-radius: 5px;
    width: 180px;
    transition: all .3s ease-in-out;
    display: none;
    z-index: 2;
    box-shadow: 8px -5px 11px #2524243d;
}

.navbar .navbar-collapse .profile-icon .logout-profile h5 {
    color: #1f1f1f;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}

.navbar .navbar-collapse .profile-icon .logout-profile p {
    color: #1f1f1f;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 10px;
}

.navbar .navbar-collapse .profile-icon .logout-profile .logout-info {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    padding: 8px 4px;
    font-weight: 500;
    transition: all .3s ease-in-out;
    border-radius: 8px;
    font-size: 14px;
}

.navbar .navbar-collapse .profile-icon .logout-profile .logout-info:hover {
    background: var(--secondBg);
    color: #fff;
}

.navbar .navbar-collapse .profile-icon .logout-profile .logout-info i {
    margin: 0 10px 0 0;
    font-size: 12px;
}

.navbar .navbar-collapse .profile-icon .logout-info img {
    margin: 0 2px 0 0;
    filter: brightness(0) saturate(100%) invert(35%) sepia(100%) saturate(1725%) hue-rotate(214deg) brightness(101%) contrast(99%);
}

/*attendence Section*/
.attendence-sec .attendec-white-side {
    border-radius: 10px;
    padding: 2rem 0;
}

.attendence-sec .attendec-white-side .head_txt {
    color: #fff;
}

.attendence-sec .attendec-white-side .head_txt h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
}

.attendence-sec .attendec-white-side .head_txt p {
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    padding: 8px 0;
    margin-bottom: 1rem;
}

.attendence-sec .attendec-white-side .head_txt video {
    width: 751px;
    border-radius: 11px;
    object-fit: cover;
}

.attendence-sec .attendec-white-side h4 img {
    margin: 0 13px 0 0;
}

.attendence-sec .attendec-white-side h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #08080D;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.attendence-sec .attendec-white-side p {}

.attendence-sec .attendec-white-side .buttons-check {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.attendence-sec .attendec-white-side .buttons-check .check-in-btn button:disabled {
    opacity: 0.3;
}

.attendence-sec .attendec-white-side .buttons-check .check-in-btn button {
    width: 215px;
    height: 45px;
    background: #26BC59;
    border-radius: 100px;
    border: none;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.attendence-sec .attendec-white-side .border-set-here {
    height: 80px;
    width: 1px;
    margin: 0 auto;
    /* opacity: 0.1; */
    border: 1px solid #2c2929;
}

.attendence-sec .attendec-white-side .buttons-check .check-out-color button {
    background: #D22F27 !important;
}

.attendence-sec .attendec-white-side .buttons-check .check-in-btn h6 {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1F1F1F;
    margin: 0;
}

.attendence-sec .attendec-white-side .buttons-check .check-in-btn h5 {

    font-style: normal;
    opacity: .5;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1F1F1F;
    margin: 0;
}


.attendence-sec.support {}

.attendence-sec.support .row {
    text-align: center;
}

.attendence-sec.support .attendec-white-side .team-detail img {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 90px;
}

.attendence-sec.support .attendec-white-side .team-detail {
    background: #19345E;
    border: 2px solid #294B7E;
}

.attendence-sec.support .team-detail {}

.attendence-sec.support .attendec-white-side h5 {
    font-size: 30px !IMPORTANT;
    padding: 20px 0;
}

.attendence-sec.support .attendec-white-side p {
    margin: 0;
    color: #fff;
    font-size: 20px;
}

/*teammate*/
.main-sec-home .home-white-sec {
    padding: 40px 30px;
    background: #ffffff;
    border: 1px solid rgb(60 167 254 / 18%);
    box-shadow: 0px 5px 80px rgb(31 31 31 / 5%), 0px 8.14815px 50px rgb(31 31 31 / 2%);
    border-radius: 10px;
    margin: 30px 0 0;
}

.main-sec-home .home-white-sec .teammates-bar h4 img {
    margin: 0 13px 0 0;
}

.main-sec-home .home-white-sec .teammates-bar p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #1F1F1F;
    opacity: 0.5;
    width: 90%;
}

.main-sec-home .home-white-sec .teammates-bar h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #08080D;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.main-sec-home .home-white-sec .teammates-bar {
    margin: 0 0 30px;
}

.main-sec-home .home-white-sec .seacrh-bar .custom-input input::placeholder {
    color: rgb(0 0 0 / 50%);
}

.main-sec-home .home-white-sec .seacrh-bar .custom-input {
    position: relative;

}

.main-sec-home .home-white-sec .seacrh-bar {
    padding: 0 0 30px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.main-sec-home .home-white-sec .seacrh-bar .custom-input input {
    height: 45px;
    background: rgb(44 41 41 / 17%);
    border-radius: 100px;
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgb(0 0 0 / 50%);
    padding: 0 54px 0 20px;
    border: none;
    outline: none;
}

.main-sec-home .home-white-sec .seacrh-bar .custom-input span {
    position: absolute;
    top: 20%;
    right: 5%;
}

.main-sec-home .home-white-sec .teammates-list {
    margin: 40px 0 0;
}

.main-sec-home .home-white-sec .teammates-list ul li {
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}

.main-sec-home .home-white-sec .teammates-list ul li .profile-set-here {
    margin: 0 20px 0 0;
}

.main-sec-home .home-white-sec .teammates-list ul li .teammate-detail p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0;
}

.main-sec-home .home-white-sec .teammates-list ul li:last-child {
    margin: 0;
}

.main-sec-home .home-white-sec .teammates-list ul li .teammate-detail h6 {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
    margin: 3px;
}

.main-sec-home .home-white-sec .teammates-list ul {
    min-height: auto;
    max-height: 375px;
    height: 375px;
    overflow-y: auto;
    overflow-x: hidden;
}

.main-sec-home .home-white-sec .teammates-list ul::-webkit-scrollbar {
    width: 5px;
}

.main-sec-home .home-white-sec .teammates-list ul::-webkit-scrollbar-track {
    background: rgb(31 31 31 / 20%);
}

.main-sec-home .home-white-sec .teammates-list ul::-webkit-scrollbar-thumb {
    background-color: #429cfd;
    width: 5px;

}

.main-sec-home .home-white-sec .leaves-sec h4 img {
    margin: 0 13px 0 0;
}

.main-sec-home .home-white-sec .leaves-sec h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #08080D;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.main-sec-home .home-white-sec .leaves-sec {
    padding: 0 0 40px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.main-sec-home .home-white-sec .leaves-sec p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #1F1F1F;
    opacity: 0.5;
    width: 90%;
    margin: 0;
}

.main-sec-home .home-white-sec .leave-details h5 {

    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 135.19%;
    color: #000000;
    margin: 0 0 10px 0;
}

.main-sec-home .home-white-sec .leave-details p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 135.19%;
    color: #000000;
    margin: 0;
}

.main-sec-home .home-white-sec .leave-details {
    margin: 40px 0 70px;
}

.main-sec-home .home-white-sec .apply-leaves-btn {
    height: 45px;
    border: none;
    border-radius: 100px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    background: rgba(210, 47, 39, 0.1);
    color: #D22F27;
    display: block;
}

.main-sec-home .home-white-sec .upcoming-event {
    padding: 0 0 40px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.main-sec-home .home-white-sec .upcoming-event p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #1F1F1F;
    opacity: 0.5;
    width: 90%;
    margin: 0;
}

.main-sec-home .home-white-sec .upcoming-event h4 img {
    margin: 0 13px 0 0;
}

.main-sec-home .home-white-sec .upcoming-event h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #08080D;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

.main-sec-home .home-white-sec .events-list {
    margin: 40px 0 0;
}

.main-sec-home .home-white-sec .events-list h5 {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 135.19%;
    text-align: center;
    color: #000000;

}

/*modal check-in*/
#checkin .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#checkin .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#checkin .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#checkin .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#checkin .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#checkin .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#checkin .modal-dialog {
    margin: 7.75rem auto;
}

/*add new query Modal*/
#query .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#query .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#query .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

#query .modal-body .custom-input {
    margin: 0 0 20px;
}

#query .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#query .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

#query .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

#query .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

#query .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

#query .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#query .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#query .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#query .modal-dialog {
    margin: 7.75rem auto;
}

/*modal check-out*/
#checkout .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#checkout .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#checkout .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#checkout .modal-body .modal-btns button:last-child {
    background: #D22F27;
    color: #FFFFFF;
}

#checkout .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#checkout .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#checkout .modal-dialog {
    margin: 7.75rem auto;
}

/*delete queries Modal*/



/* edited by atiq */


/*modal check-out*/
.refuesd-modal .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.refuesd-modal .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.refuesd-modal .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

.refuesd-modal .modal-body .modal-btns button:last-child {
    background: #D22F27;
    color: #FFFFFF;
}

.refuesd-modal .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.refuesd-modal .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

.refuesd-modal .modal-dialog {
    margin: 7.75rem auto;
}


.approve-modal .modal-body .custom-input {
    margin: 0 0 20px;
}

.approve-modal .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.approve-modal .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

.approve-modal .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

.approve-modal .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

.approve-modal .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

/* end */

#delete .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#delete .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#delete .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#delete .modal-body .modal-btns button:last-child {
    background: #D22F27;
    color: #FFFFFF;
}

#delete .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#delete .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#delete .modal-dialog {
    margin: 7.75rem auto;
}

/*profile*/
.profile-heading {
    padding: 30px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.profile-heading h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.profile-heading p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0;
}

.profile-here {
    padding: 30px 0 50px;
}

.profile-here .cover-pic .cover-pic-img {
    position: relative;
}

.profile-here .cover-pic {
    position: relative;
}

.profile-here .cover-pic .cover-pic-img img {
    border-radius: 17px;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.profile-here .cover-pic .cover-pic-img a {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
}

.profile-here .cover-pic .profile-pic .img-here {
    position: absolute;
    left: 40px;
    bottom: 0;
}

.profile-here .cover-pic .profile-pic .img-here img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 129px;
    border: 4px solid #3ca3fd66;
}

i.ic {
    background: linear-gradient(144.96deg, #39b6fd 9.57%, #4C4DFF 120.94%);
    width: 37px;
    height: 37px;
    color: #fff;
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.profile-here .cover-pic .profile-pic .img-here a {
    position: absolute;
    top: 20px;
    right: 20px;
}

.profile-here .cover-pic .profile-pic .content-here h3 {

    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #08080D;
    margin: 0 0 10px;
}

.profile-here .cover-pic .profile-pic .content-here {
    margin: 40px 0 0 0;
}

.profile-here .cover-pic .profile-pic .content-here h4 {

    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    margin: 0 0 20px 0;
    opacity: 0.5;
}

.profile-tabs-here nav #nav-tab {
    border-bottom: none;
    border-color: #fff;
}

.profile-tabs-here nav #nav-tab .active:before {
    content: '';
    border: 1px solid #3dacfd;
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
}

.profile-tabs-here nav #nav-tab .active {
    border: none;
    opacity: 1;
    border-color: #fff;
    font-weight: 700;
    position: relative;
}

.profile-tabs-here {
    padding: 0 0 15px;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.profile-tabs-here nav button:hover {
    border: none;
    border-color: #fff !important;
}

.profile-tabs-here nav button {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000 !important;
    opacity: .5;
}

.profile-tabs-inner {
    padding: 40px 0;
}

.profile-tabs-inner .custom-input label {

    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 15px;
}

.profile-tabs-inner .custom-input {
    margin: 0 0 25px;
}

.profile-tabs-inner .custom-input input {
    width: 100%;
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 20px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #8a8a8a;
    border: none;
}

/*announcement*/
.anouncement-heading {
    padding: 30px 0 40px;
    background: #ffffff;
}

.anouncement-heading h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.anouncement-heading p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0;
}

.announcement-table table thead tr th:first-child {
    padding: 25px 0 25px 70px;
}

.announcement-table table thead tr .padding-set-here-table-th {
    padding: 25px 0 25px 25px;
}

.announcement-table table thead tr th:last-child {
    padding: 25px 0 25px 25px;
}

.announcement-table table tbody tr:last-child td {
    border: none;
}

.announcement-table table thead tr th {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.announcement-table table tbody {
    border-top: none !important;
}

.announcement-table table tbody tr td:first-child {
    padding: 36px 0 36px 70px;
}

.announcement-table table tbody tr td:last-child {
    padding: 36px 0 36px 25px;
}

.announcement-table table tbody tr td {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

/*pagination*/
.pagination-sec {
    padding: 10px 0 0;
}

.pagination-sec ul {
    text-align: right;
}

.pagination-sec ul li {
    display: inline-block;
    margin: 0 0 0 35px;
}

.pagination-sec ul li:last-child a span {
    opacity: 1;
}

.pagination-sec ul li a span {
    font-size: 14px;
    line-height: 16px;
    color: #429cfd;
}

.pagination-sec ul li .active {
    width: 34px;
    height: 34px;
    background: #429cfd;
    border-radius: 5px;
    color: #fff;
    line-height: 34px !important;
    display: block;
    text-align: center;
    opacity: 1;
}

.pagination-sec ul li {

    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #000000;

}

.pagination-sec ul li a {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    opacity: .5;
}

/*queries*/
.queries-heading {
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.queries-heading .button-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.queries-heading .button-heading .heading p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0;
}

.queries-heading .button-heading .heading h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.queries-heading .button-heading .button button {

    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 157px;
    height: 45px;
    /* line-height: 45px; */
    background: #429cfd;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.checkbox-pending {
    padding: 30px 0;
}

.checkbox-pending .main-custom-checkbox .custom-checkbox:first-child {
    margin: 0;
}

.checkbox-pending .main-custom-checkbox .custom-checkbox {
    margin: 0 0 0 20px;
}

.checkbox-pending .main-custom-checkbox .custom-checkbox label img {
    width: 16px;
    height: 16px;
    font-weight: 900;
    margin: 0 10px 0 0;
    filter: brightness(0) saturate(100%) invert(71%) sepia(55%) saturate(5225%) hue-rotate(184deg) brightness(99%) contrast(101%);
}

.checkbox-pending .main-custom-checkbox .custom-checkbox input:checked+label img {
    filter: brightness(0) invert(1);
}

.checkbox-pending .main-custom-checkbox .custom-checkbox input:checked+label {
    background: #429cfd;
    color: #fff;
}

.checkbox-pending .main-custom-checkbox .custom-checkbox label {
    border: 1px solid #4379fb;
    border-radius: 100px;
    width: 141.47px;
    height: 45px;
    background: #FFFFFF;

    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #437dfc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkbox-pending .main-custom-checkbox .custom-checkbox input {
    display: none;
}

.checkbox-pending .main-custom-checkbox {
    display: flex;
    align-items: center;
}

.queries-table table tbody {
    border-top: none !important;
}

.queries-table table tbody tr td:first-child {
    padding: 36px 0 36px 70px;

}

.queries-table table tbody tr td {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 36px 0 36px 25px;
}

.queries-table table tbody tr td .status-button {
    display: flex;
    align-items: center;
}

.queries-table table tbody tr td .status-button .resolved {
    background: #26BC59;
    border-radius: 100px;
    width: 93px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.queries-table table tbody tr td .status-button button {
    border: none;
    background: transparent;
    margin: 0 0 0 50px;
}

.queries-table table tbody tr:last-child td {
    border: none;
}

.queries-table table tbody tr td .status-button .pending {
    background: #FCDE00;
    border-radius: 100px;
    width: 93px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: block;
    text-align: center;
}

.queries-table table tbody tr td .status-button .declined {
    background: #f75656;
    border-radius: 100px;
    width: 93px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #000;
    display: block;
    text-align: center;
}

.queries-table table thead tr th:first-child {
    padding: 25px 0 25px 70px;
}

.queries-table table thead tr th {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0 25px 25px;
}

.queries-pagination {
    padding: 30px 0 0;
}

/*setting*/
.setting-heading {
    padding: 30px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.setting-heading h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.setting-heading p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0;
}

.tabs-setting {
    padding: 15px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.tabs-setting button:hover {
    border: none;
    border-color: #fff !important;
    margin: 0 !important;
}

.tabs-setting button {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000 !important;
    opacity: .5;
}

.tabs-setting #myTab {
    border-bottom: none;
    border-color: #fff;
}

.tabs-setting #myTab .active:before {
    content: '';
    border: 1px solid #3ca9fd;
    position: absolute;
    background: #3ca9fd;
    width: 100%;
    bottom: -17px;
    left: 0;
}

.tabs-setting #myTab .active {
    border: none;
    opacity: 1;
    border-color: #fff;
    font-weight: 700;
    position: relative;
}

.inner-tabs-setting .section-borrder-here {
    padding: 30px 0;
    border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.inner-tabs-setting .section-borrder-here .buttons-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-tabs-setting .section-borrder-here .buttons-heading .button button:disabled {
    opacity: .5;
}

.inner-tabs-setting .section-borrder-here .buttons-heading .button button {
    width: 113px;
    height: 38px;
    line-height: 38px;
    background: #429cfd;
    border-radius: 5px;
    display: block;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    border: none;
}

.inner-tabs-setting .section-borrder-here .buttons-heading .heading p {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    opacity: 0.5;
    margin: 0;
}

.inner-tabs-setting .section-borrder-here .buttons-heading .heading h4 {

    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    margin: 0 0 10px;
}

.inner-tabs-setting .section-borrder-here .custom-input label {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin: 0 0 15px;
}

.inner-tabs-setting .border-none-set-here {
    border: none;
}

.inner-tabs-setting .section-borrder-here .custom-input {
    margin: 0 0 30px;
}

.inner-tabs-setting .section-borrder-here .custom-input input:disabled {
    background: rgba(31, 31, 31, 0.05);
    opacity: 0.5;
    border: none;
}

.inner-tabs-setting .section-borrder-here .custom-input input::placeholder {
    color: #1F1F1F;
}

.inner-tabs-setting .section-borrder-here .custom-input input {
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;
    width: 100%;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1F1F1F;
    outline: none;
    padding: 0 20px;
}

.inner-tabs-setting .image-upload-form {
    padding: 30px 0;
}

.inner-tabs-setting .image-upload-form .image-upload-box h4 {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;

}

.inner-tabs-setting .image-upload-form .image-upload-box .img-upload-here {
    height: 150px;
    width: 100%;
    margin: 15px 0;
    background: rgb(255 255 255);
    border: 2px dashed #6cc0fa;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inner-tabs-setting .image-upload-form .image-upload-box .img-upload-here input {
    opacity: 0;
    height: 150px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.inner-tabs-setting .image-upload-form .image-upload-box .img-upload-here h6 {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin: 0 0 10px;
}

.inner-tabs-setting .image-upload-form .image-upload-box .img-upload-here h3 {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 0 10px;
}

.inner-tabs-setting .image-upload-form .image-upload-box .img-upload-here h5 {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    margin: 0;
    color: #3ca9fd;
}

.inner-tabs-setting .image-upload-form .image-upload-box p {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 40px;
    color: #000000;
    opacity: 0.5;
}

/*leave apply*/
.leave-page .buttons-heading .button button {
    width: 180px !important;
}

.leave-form {
    padding: 30px 0;
}

.leave-form .custom-input {
    margin: 0 0 30px;
}

.leave-form .custom-input label {


    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px;
    color: #000000;

}

.leave-form .custom-input label abbr {
    color: #D22F27;
}

.leave-form .custom-input input[type=date]::-webkit-calendar-picker-indicator {
    background: url(../images/calendar_month.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: cover;
}

.leave-form .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

.leave-form .custom-input input {
    height: 45px;
    line-height: 45px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
}

.leave-form .custom-input textarea {

    width: 100%;
    outline: none;
    padding: 15px 20px 0;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
    height: 120px;
    resize: none;
}

.leave-form .custom-input select option {
    height: 45px;
    padding: 0 20px;
    line-height: 45px;
    background: #FFFFFF;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
}

.leave-form .custom-input select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
    appearance: none;
    background-image: url(../images/arrow_drop_down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;

}

/*modal leave-form*/
#leaveform .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#leaveform .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#leaveform .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#leaveform .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#leaveform .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#leaveform .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#leaveform .modal-dialog {
    margin: 7.75rem auto;
}

/*reports*/
.checkbox-pending .main-custom-input {
    display: flex;
    align-items: center;
    justify-content: end;
}

.checkbox-pending .main-custom-input .custom-input input[type=date]::-webkit-calendar-picker-indicator {
    background: url(../images/calendar_month.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: cover;
}

.checkbox-pending .main-custom-input .custom-input input {
    width: 190px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1F1F1F;
    outline: none;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 100px;
}

.checkbox-pending .main-custom-input .custom-input {
    margin: 0 15px 0 0;
}

.queries-table table tbody tr td .status-button .refused {
    background: #D22F27;
    border-radius: 100px;
    width: 93px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
}

.icon-button__badge {
    position: absolute;
    top: -10px;
    right: 5px;
    width: 18px;
    height: 18px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 10px;
}

.queries-table table tbody tr td .status-button .action {
    background: #0d6efd;
    border-radius: 100px;
    width: 93px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
}

.queries-table table tbody tr td .status-button .waiting {
    background: rgba(38, 188, 89, 0.2);
    border-radius: 100px;
    width: 99px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #26BC59;
    display: block;
    text-align: center;
}

.queries-table table thead tr th img {
    margin: 0 13px 0 0;
}

.queries-table table tbody tr td span {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0 0 0 10px;
}

.inner-tabs-setting .section-borrder-here .custom-input .L-st {
    top: -5px;
    left: -125px;
}

.inner-tabs-setting .section-borrder-here .custom-input .L-st:after {
    bottom: 22%;
    left: 100%;
    border-color: transparent transparent transparent #fff;
}

.inner-tabs-setting .section-borrder-here .custom-input .tool {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
}

/* st = Style tol tip */
.inner-tabs-setting .section-borrder-here .custom-input .tool-tip-set-here span {
    width: 235px;
    height: 33px;
    line-height: 33px;
    background: #FFFFFF;
    border-radius: 10px;
    left: -245px;
    padding: 0;

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #1F1F1F;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.15));
    text-align: center;
    position: absolute;
    transition: opacity 1s;
    opacity: 0;
}

.inner-tabs-setting .section-borrder-here .custom-input .tool-tip-set-here span:after {
    content: '';
    border-width: 9px;
    position: absolute;
    border-style: solid;
}

.inner-tabs-setting .section-borrder-here .custom-input .tool-tip-set-here .tool:hover span {
    opacity: 1;
}

.inner-tabs-setting .section-borrder-here .custom-input .tool-tip-set-here {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*manager pages css*/
.attendence-sec .attendec-white-side .team-detail {
    display: flex;
    background: url('../images/crdbg.png');
    flex-direction: column;
    padding: 39px 27px;
    border-radius: 13px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in;
}

.attendence-sec .attendec-white-side .team-detail:hover {
    transform: translateY(-20px);
}

.attendence-sec .attendec-white-side .team-detail h5 {
    color: #fff;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.attendence-sec .attendec-white-side .team-detail img {
    margin: 0 0 12px 0;
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.attendence-sec .attendec-white-side .team-detail .team-detail-content h5 {

    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #2c2929;
    margin: 0 0 10px;
}

.attendence-sec .attendec-white-side .team-detail .team-detail-content h3 {

    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #2c2929;
    margin: 0;
}

.main-sec-home .home-white-sec .teammates-bar .team-member-btn-manager {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-sec-home .home-white-sec .teammates-bar .team-member-btn-manager a {
    margin: 0 0 10px;
    display: block;
    width: 73px;
    height: 27px;

    background: rgba(230, 48, 34, 0.1);
    border: 1px solid #D22F27;
    border-radius: 100px;
    line-height: 27px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #D22F27;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager a {
    margin: 0 0 10px;
    display: block;
    width: 73px;
    height: 27px;
    background: #2c2929;
    border: 1px solid #123524;
    border-radius: 100px;
    line-height: 27px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #fff;
}

.main-sec-home .home-white-sec .events-list .teammates-list ul {
    height: auto;
    overflow: hidden;
}

.main-sec-home .home-white-sec .events-list .teammates-list ul li .teammate-detail h6 span {
    color: #1F1F1F80;
    font-weight: 400;
}

.main-sec-home .home-white-sec .teammates-list .manager-portal {
    min-height: auto;
    max-height: 375px;
    height: 375px;
    overflow-y: auto;
}

.anouncement-heading .team-member-search {
    text-align: right;
}

.anouncement-heading .team-member-search button {
    background: none;
    border: none;
}

.anouncement-heading .team-member-search input::placeholder {
    color: rgb(31 31 31 / 50%);
}

.anouncement-heading .team-member-search input {

    width: 280px;
    height: 43px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 100px;
    padding: 0 20px;
    margin: 0 10px 0 0;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    align-items: center;
    color: #1F1F1F;
    outline: none;
}

.announcement-table table tbody tr td {
    vertical-align: middle;
}

.announcement-table table tbody tr td .team-member-employee-set-here {
    display: flex;
    align-items: center;
}

.announcement-table table tbody tr td .team-member-employee-set-here img {
    margin: 0 15px 0 0;
}

.announcement-table table tbody tr td .team-member-employee-set-here h5 a {
    margin: 0;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1F1F1F;
}

.queries-heading .button-heading .tabs-button-reports nav #nav-tab {
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;
    padding: 3px;
}

.queries-heading .button-heading .tabs-button-reports nav #nav-tab button {


    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: rgb(31 31 31 / 50%);
}

.queries-heading .button-heading .tabs-button-reports nav #nav-tab button:hover {
    border-color: #fff;
}

.queries-heading .button-heading .tabs-button-reports nav #nav-tab .active {

    width: 167px;
    height: 43px;
    background: #429cfd;
    border-radius: 5px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;

}

.queries-table table tbody tr td h5 {

    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0;
}

.queries-table table tbody tr td h4 {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    margin: 0 0 5px 0;

}

.queries-table table tbody tr td .action-button {
    display: flex;
    align-items: center;
}

.queries-table table tbody tr td .action-button button {
    background: rgba(38, 188, 89, 0.2);
    border: 1px solid #26BC59;
    border-radius: 100px;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 36px;
    text-align: center;
    margin: 0 25px 0 0;
}

.queries-table table tbody tr td .action-button .active {

    background: #26BC59;
    border: 1px solid #26BC59;
}

.queries-table table tbody tr td .action-button .active i {
    color: #FFFFFF;
}

.queries-table table tbody tr td .action-button .active:last-child i {
    color: #FFFFFF;
}

.queries-table table tbody tr td .action-button .active:last-child {
    background: #D22F27;
    border: 1px solid #D22F27;
}

.queries-table table tbody tr td .action-button button:disabled {
    opacity: 0.4;
}

.queries-table table tbody tr td .action-button button:last-child i {
    color: #D22F27;
    font-size: 16px;
}

.queries-table table tbody tr td .action-button button:last-child {
    background: rgba(210, 47, 39, 0.2);
    border: 1px solid #D22F27;
}

.queries-table table tbody tr td .action-button button i {

    color: #26BC59;
    font-size: 16px;

}

/*leave approve modal*/
#leave-approve .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#leave-approve .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#leave-approve .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#leave-approve .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#leave-approve .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#leave-approve .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#leave-approve .modal-dialog {
    margin: 7.75rem auto;
}

/*leave refuse modal*/
#leave-cancel .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#leave-cancel .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#leave-cancel .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

#leave-cancel .modal-body .modal-btns button:last-child {
    background: #D22F27;
    color: #FFFFFF;
}

#leave-cancel .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#leave-cancel .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#leave-cancel .modal-dialog {
    margin: 7.75rem auto;
}

.setting-heading .button {
    text-align: right;
}

.setting-heading .button button {
    height: 45px;
    line-height: 45px;
    background: #2c2929;
    border-radius: 36px;

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    width: 206px;
}

.leave-form p {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    opacity: 0.5;
    margin: 0 0 15px;
}

.leave-form .form-group label {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #429cfd;
}

.leave-form .form-group label:before {
    background-color: transparent;
    border: 2px solid #429cfd;
}

.leave-form .form-group input:checked+label:before {
    background-color: #429cfd;
}

/*hr portal start*/
.announcement-table table thead tr th {
    vertical-align: middle;
}

.announcement-table table tbody tr td .Permanent a {
    background: rgba(38, 188, 89, 0.2);
    border-radius: 100px;
    width: 99px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #26BC59;
    display: block;
    text-align: center;
}

.announcement-table table tbody tr td .Probation a {
    background: rgba(210, 47, 39, 0.2);
    border-radius: 100px;
    width: 99px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #D22F27;
    display: block;
    text-align: center;
}

.announcement-table table tbody tr td .view-member a {
    background: #FFFFFF;
    border: 1px solid #429cfd;
    border-radius: 100px;
    width: 121px;
    height: 30px;
    line-height: 30px;
    display: block;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #E63022;
    text-align: center;
}

.last-hr-setting {
    border: none;
}

/*new announcement Modal*/
/*add new query Modal*/
#announcement .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#announcement .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#announcement .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

#announcement .modal-body .custom-input {
    margin: 0 0 20px;
}

#announcement .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#announcement .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

#announcement .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

#announcement .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

#announcement .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

#announcement .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#announcement .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#announcement .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#announcement .modal-dialog {
    margin: 7.75rem auto;
}

#announcement .modal-body .modal-btns button:disabled {
    opacity: 0.5;
}

.queries-heading .button-heading .button .add-employee-button:hover {
    color: #fff;
}

.queries-heading .button-heading .button .save-employee-button:hover {
    color: #fff;
}

.queries-heading .button-heading .button .save-employee-button {

    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 211px;
    height: 45px;
    line-height: 45px;
    background: #26BC59;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.queries-heading .button-heading .button .add-employee-button {

    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 195px;
    padding: 14px 0;
    background: #2c2929;
    border-radius: 48px;
    display: block;
    text-align: center;
}

.queries-heading .button-heading .button .save-employee-button:disabled {
    opacity: .5;
}

.queries-heading .button-heading .button .save-employee-button img {
    margin: 0 10px 0 0;
}

.queries-heading .button-heading .button .add-employee-button img {
    margin: 0 10px 0 0;
}

.inner-tabs-setting .section-borrder-here .custom-input-radio label {

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.inner-tabs-setting .section-borrder-here .custom-input-radio {

    height: 81px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}

.inner-tabs-setting .section-borrder-here .custom-input-radio .custom-radio-box {
    display: flex;
    align-items: center;

}

.inner-tabs-setting .section-borrder-here .custom-input-radio .custom-radio-box label {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #1F1F1F;
    margin: 0;

}

.inner-tabs-setting .section-borrder-here .custom-input-radio .custom-radio-box .form-check {
    margin: 0 25px 0 0;
}

.inner-tabs-setting .section-borrder-here .custom-input-radio .custom-radio-box .form-check-input {
    width: 20px;
    height: 20px;
    border-color: #429cfd;
}

.form-check-input:checked[type=radio] {
    background-image: url(../images/radio_button_checked.png);
    border-color: #fff;
    background-color: #fff;
}

.inner-tabs-setting .section-borrder-here .custom-input select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
    appearance: none;
    background-image: url(../images/arrow_drop_down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.inner-tabs-setting .section-borrder-here .custom-input input[type="time"]::-webkit-calendar-picker-indicator {
    filter: invert(57%) sepia(39%) saturate(4657%) hue-rotate(330deg) brightness(87%) contrast(112%);
}

.inner-tabs-setting .section-borrder-here .custom-input input[type=date]::-webkit-calendar-picker-indicator {
    background: url(../images/calendar_month.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: cover;
}

.announcement-table table tbody tr td:nth-child(2) {
    padding: 36px 0 36px 25px;
}

.announcement-table table tbody tr td:nth-child(3) {
    padding: 36px 0 36px 25px;
}

.announcement-table table tbody tr td .delete-btn-manager a {
    background: #D22F27;
    border-radius: 100px;
    width: 125px;
    height: 30px;
    text-align: center;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    display: block;
    color: #FFFFFF;

}

/*add-new-manager*/
#manager .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#manager .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#manager .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

#manager .modal-body .custom-input {
    margin: 0 0 40px;
}

#manager .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#manager .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

#manager .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

#manager .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

#manager .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

#manager .modal-body .custom-input select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
    appearance: none;
    background-image: url(../images/arrow_drop_down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#manager .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#manager .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#manager .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#manager .modal-dialog {
    margin: 7.75rem auto;
}

.announcement-table table tbody tr td .edit-delete-button {
    display: flex;
    align-items: center;
}

.announcement-table table tbody tr td .edit-delete-button a {
    display: block;
    margin: 0 25px 0 0;
}

/*add-new-department*/
#department .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#department .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#department .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

#department .modal-body .custom-input {
    margin: 0 0 40px;
}

#department .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#department .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

#department .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

#department .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

#department .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

#department .modal-body .custom-input select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
    appearance: none;
    background-image: url(../images/arrow_drop_down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#department .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#department .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#department .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#department .modal-dialog {
    margin: 7.75rem auto;
}



/* add new team */


#team .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#team .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#team .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

#team .modal-body .custom-input {
    margin: 0 0 40px;
}

#team .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#team .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

#team .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

#team .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

#team .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

#team .modal-body .custom-input select {
    height: 45px;
    line-height: 45px;
    width: 100%;
    outline: none;
    padding: 0 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: rgb(31 31 31 / 50%);
    appearance: none;
    background-image: url(../images/arrow_drop_down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

#team .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#team .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#team .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#team .modal-dialog {
    margin: 7.75rem auto;
}

/* end */


.announcement-table table thead tr .padding-set-here-table-th img {
    margin: 0 13px 0 0;
}

.announcement-table table tbody tr td .view-form-greviance {
    background: #429cfd;
    border-radius: 100px;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    display: block;
}

.announcement-table table tbody tr td .resolved-grevience {

    background: rgba(38, 188, 89, 0.2);
    border-radius: 100px;
    width: 99px;
    height: 30px;
    line-height: 30px;

    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #26BC59;
    display: block;
    text-align: center;
}

.inner-tabs-setting .section-borrder-here .custom-input textarea:disabled {
    background: rgba(31, 31, 31, 0.05);
    opacity: 0.5;
    border: none;
}

.inner-tabs-setting .section-borrder-here .custom-input textarea {
    height: 120px;
    resize: none;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;
    width: 100%;

    padding: 10px 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #1F1F1F;
    outline: none;
}

/*gravience form edit*/
#grevience .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

#grevience .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#grevience .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

#grevience .modal-body .custom-input {
    margin: 0 0 20px;
}

#grevience .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

#grevience .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

#grevience .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

#grevience .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

#grevience .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

#grevience .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

#grevience .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#grevience .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

#grevience .modal-dialog {
    margin: 7.75rem auto;
}

#grevience .modal-body .modal-btns button:disabled {
    opacity: 0.5;
}





/* edited by Atiq */



/*gravience form edit*/
.approve-modal .modal-body {
    padding: 40px 37px;
    background: #FFFFFF;
    box-shadow: 0px 4px 75px rgb(0 0 0 / 20%);
    border-radius: 10px;
}

.approve-modal .modal-body h5 {

    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.approve-modal .modal-body p {

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 30px;
}

.approve-modal .modal-body .custom-input {
    margin: 0 0 20px;
}

.approve-modal .modal-body .custom-input label {

    margin: 0 0 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}

.approve-modal .modal-body .custom-input input::placeholder {
    color: rgb(31 31 31 / 50%);
}

.approve-modal .modal-body .custom-input textarea::placeholder {
    color: rgb(31 31 31 / 50%);
}

.approve-modal .modal-body .custom-input textarea {
    width: 100%;
    outline: none;
    height: 92px;
    padding: 14px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
    resize: none;
}

.approve-modal .modal-body .custom-input input {
    width: 100%;
    outline: none;
    height: 45px;
    padding: 0px 20px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.2);
    border-radius: 5px;

    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #1F1F1F;
}

.approve-modal .modal-body .modal-btns button:last-child {
    background: #26BC59;
    color: #FFFFFF;
}

.approve-modal .modal-body .modal-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.approve-modal .modal-body .modal-btns button {
    height: 45px;
    line-height: 45px;
    background: rgba(31, 31, 31, 0.1);
    border-radius: 100px;
    width: 48%;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    border: none;
    text-align: center;
    color: #1F1F1F;
}

.approve-modal .modal-dialog {
    margin: 7.75rem auto;
}

.approve-modal .modal-body .modal-btns button:disabled {
    opacity: 0.5;
}


/* end */



/* pet_form  */
.pet_form {}

.pet_form form {}

.pet_form form .form_wrapper {}

.pet_form form .form_wrapper h4 {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    color: #fff;
}

.pet_form form .form_wrapper .badge {}

.pet_form form .form_wrapper .badge span {
    background: #184B8A;
    padding: 13px 20px;
    color: #fff;
    border-radius: 23px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
}

.pet_form form .form_wrapper label {
    color: #fff;
    font-size: 16px;
    padding: 20px 0;
    font-weight: 300;
    text-transform: capitalize;
}

.pet_form form .form_wrapper span {
    color: #c2c2c263;
    font-weight: 300;
    padding: 24px 34px 0;
    display: block;
    font-size: 15px;
}

.pet_form form .form_wrapper input,
.pet_form form .form_wrapper textarea {
    padding: 19px 33px;
    border-radius: 50px;
    background: #19355E;
    border: 1px solid #ffffff1c;
    color: #fff;
    font-size: 16px;
}

.pet_form form .form_wrapper textarea {
    resize: none;
    border-radius: 30px;
    padding: 2rem 28px;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.pet_form form .form_wrapper select {
    padding: 19px 33px;
    border-radius: 50px;
    background: #19355E;
    border: 1px solid #ffffff1c;
    color: #fff;
    font-size: 16px;
}

.pet_form form .form_wrapper .box_picture {
    padding: 3.6rem 33px;
    border-radius: 30px;
    background: #19355E;
    border: 1px solid #ffffff1c;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.pet_form form .form_wrapper .box_picture span {
    width: 100%;
    color: #6A85AF;
    position: absolute;
    top: 59%;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transform: translateY(-50%);
}

.pet_form form .form_wrapper .box_picture input[type="file"] {
    width: 100%;
    border: none;
    margin: 0 auto;
    position: absolute;
    opacity: 0;
    z-index: 2;
    top: -3%;
    height: 132px;
    left: 0;
}


.pet_form form .form_wrapper .toggle_setting h5{
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    padding: 0;
    margin: 0;
}


.pet_form form .form_wrapper .toggle_setting input[type="checkbox"] {
  position: relative;
  width: 60px;
  height: 30px;
  -webkit-appearance: none;
  appearance: none;
  background: #385580;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
  padding: initial;
}

.pet_form form .form_wrapper .toggle_setting input[type="checkbox"]::before {
  content: "";
  width: 30px;
  height: 29px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.pet_form form .form_wrapper .toggle_setting input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.pet_form form .form_wrapper .toggle_setting input[type="checkbox"]:checked {
  background: #00fc6a;
}




.pet_form form .form_wrapper .toggle_setting{
    margin: 30px 0;
    border-bottom: 1px solid #324a6f;
    padding: 0 0 23px;
}

.form-check-input:checked[type=radio] {
    /* background-image: url(../images/radio_button_checked.png); */
    border-color: #FFC86D;
    background-color: #FFC86D;
}

.form-check-input:checked[type=checkbox] {
    /* background-image: url(../images/radio_button_checked.png); */
    border-color: #FFC86D;
    background-color: transparent;
}

.form-check-input:checked[type=checkbox] {
    filter: brightness(0) saturate(100%) invert(79%) sepia(13%) saturate(1730%) hue-rotate(339deg) brightness(106%) contrast(105%);
}

.pet_form form .form_wrapper input::placeholder,
.pet_form form .form_wrapper textarea::placeholder,
.pet_form form .form_wrapper select::placeholder {
    color: #6A85AF;
}

.pet_form form .form_wrapper .check .form-check-input {
    border-radius: 78px;
    width: 20px;
    height: 20px;
    padding: 0;
}

.pet_form form .form_wrapper .check .form-check {
    margin: 0 25px 0 0;
}

.pet_form form .form_wrapper h5 {
    color: #fff;
    font-size: 16px;
    padding: 22px 0;
    font-weight: 300;
    text-transform: capitalize;
}

.pet_form form .form_wrapper .check label {
    padding: 0 7px;
}

.pet_form form p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin: 0;
    margin: 32px 0;
}

p.desc {
    margin: 0 !IMPORTANT;
    padding: 0 12px;
}

.btn_group {
    background: #FFC86D;
    color: #000;
    font-weight: 700;
    width: 213px;
    border-radius: 42px;
    padding: 12px 0;
    font-size: 18px;
    display: block;
    text-align: center;
}

.btn_group:hover {
    color: #000;
}

.btn_group.wdBtn {
    width: 370px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

/* pet_form  */


/* vitua_pet_seen  */
.vitua_pet_seen{}
.vitua_pet_seen .crd{}
.vitua_pet_seen .crd img{
    width: 100%;
}
.vitua_pet_seen .crd h5{
    font-weight: 500;
    font-size: 22px;
    line-height: 34px;
    margin: 20px  0;
    text-align: center;
    color: #fff;
}
.vitua_pet_seen .crd.selected{
    position: relative;
    border-radius: 21px;
    transition: all 0.3s ease-in;
    border: 3px solid #ffc86d;
}
.checkmark-overlay{
    position: absolute;
    top: -17px;
    right: -10px;
    color: #0b264f;
    background: #ffc86d;
    width: 35px;
    height: 35px;
    border-radius: 48px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* vitua_pet_seen  */


/* vitua_pet_shown  */
.vitua_pet_shown {
    border-top: 1px solid #2e4f7b;
    padding: 2rem 0 0 0;
}

.vitua_pet_shown h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    padding: 0 0 25px 0;
}

.vitua_pet_shown .crd {
    position: relative;
    margin-bottom: 24px;
}

.vitua_pet_shown .crd img {
    width: 100%;
}

.vitua_pet_shown .crd h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    position: absolute;
    bottom: 9px;
    left: 19px;
}

/* vitua_pet_shown  */



/* vitua_pet_tabs  */
.vitua_pet_tabs {}

.vitua_pet_tabs .nav-tabs {
    border: none;
    margin: 0 0 3rem 0;
}

.vitua_pet_tabs .nav-tabs .nav-link {
    width: auto;
    background: #fff;
    border-radius: 25px;
    border: none;
    color: #184A88;
    font-size: 14px;
    margin: 0px 13px 0 0;
    font-weight: 600;
}

.vitua_pet_tabs .nav-tabs .nav-link.active {
    background: #184A88;
    color: #fff;
}

.vitua_pet_tabs .tab-content {}

.vitua_pet_tabs .tab-content .crd {
    transition: all 0.3s ease-in;
}

.vitua_pet_tabs .tab-content .crd .img {
    position: relative;
    overflow: hidden;
}

.vitua_pet_tabs .tab-content .crd .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a6;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s ease-in;
}

.vitua_pet_tabs .tab-content .crd:hover .img::after {
    opacity: 1;
}

.vitua_pet_tabs .tab-content .crd .img img {
    width: 100%;
}

.vitua_pet_tabs .tab-content .crd .img a {
    position: absolute;
    bottom: 0;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
    color: #fff;
    border: 2px solid #fff;
    padding: 6px 24px;
    border-radius: 36px;
    font-size: 14px;
    z-index: 2;
    transition: all 0.3s ease-in;
    opacity: 0;
}

.vitua_pet_tabs .tab-content .crd:hover .img a {
    bottom: 26px;
    opacity: 1;
}

.vitua_pet_tabs .tab-content .crd .price {
    text-align: center;
    color: #fff;
    margin: 2rem 0;
}

.vitua_pet_tabs .tab-content .crd .price h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 34px;
    margin: 0;
}

.vitua_pet_tabs .tab-content .crd .price h4 {
    font-weight: 500;
    font-size: 28px;
    margin: 0;
    padding: 28px 0;
}

.vitua_pet_tabs .tab-content .crd .price a {
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    padding: 9px 24px;
    border-radius: 36px;
    font-size: 18px;
    width: 201px;
    display: block;
    margin: 0 auto;
}


/* vitua_pet_tabs  */


/* billing_date  */

.billing_date {
    background-color: #19345E;
    padding: 2rem 2rem;
    border-radius: 30px;
    border: 2px solid #ffffff26;
    color: #fff;
    position: relative;
}

.billing_date::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #395073;
    left: 0;
    top: 52%;
    transform: translateY(-50%);
}

.billing_date .head_txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1rem 0;
}

.billing_date .head_txt h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0;
}

.billing_date .head_txt p {
    padding: 0;
    font-size: 14px;
}

.billing_date .head_txt p i {
    color: #7acb7a;
    font-size: 14px;
}

.billing_date h2 {
    font-size: 32px;
    font-weight: 500;
    padding: 0 0 6px 0;
}

.billing_date h5 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.billing_date p {
    margin: 0;
    font-size: 16px;
    padding: 4px 0 65px;
}

.billing_date h3 {
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
}

.billing_date .btns {
    margin: 2rem 0 0 0;
}

.billing_date .btns a {
    width: 176px;
    display: inline-block;
    background: #fff;
    text-align: center;
    border-radius: 32px;
    padding: 10px 0;
    color: #184A88;
    margin: 0 17px 0 0;
    font-weight: 500;
}

.billing_date .btns a:nth-child(1) {
    background-color: #184B8A;
    color: #fff;
}



.billing_table {
    padding: 3rem 0;
}

.billing_table h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 2rem 0;
}

.billing_table table {
    color: #fff;
    overflow: hidden;
    border-radius: 30px;
}

.billing_table table thead {
    background: #184B8A;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.billing_table table thead tr {}

.billing_table table thead tr th {
    border: 1px solid #0a2144;
    padding: 18px 21px;
    text-align: center;
    font-size: 16px;
}

.billing_table table tbody tr {}

.billing_table table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    padding: 17px 24px;
    border: 1px solid #3b5276;
    text-align: center;
}

.billing_table table tbody tr td.green {
    color: #BE0D18;
}

.billing_table table tbody tr td i {
    margin: 0 8px;
    font-size: 14px;
}

.billing_payment {}

.billing_payment h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #fff;
    margin: 0 0 2rem 0;
}

.billing_payment .crd_wrapper {
    background-color: #19345E;
    padding: 2rem 2rem;
    border-radius: 30px;
    border: 2px solid #ffffff26;
    color: #fff;
}

.billing_payment .crd_wrapper h4 {
    font-size: 22px;
    font-weight: 500;
}

.billing_payment .crd_wrapper h4 img {
    width: 50px;
    position: relative;
    top: 1rem;
    margin: 0 10px 0 0;
}

.billing_payment .crd_wrapper p {
    font-size: 14px;
    font-weight: 500;
    padding: 0 69px 1rem;
}

.billing_payment .crd_wrapper form {
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
    border-top: 1px solid #3b5276;
    padding: 2rem 0;
    border-bottom: 1px solid #3b5276;
    margin-bottom: 2rem;
}

.billing_payment .crd_wrapper form h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    margin: 0;
}

.billing_payment .crd_wrapper form label {
    display: block;
    font-size: 16px;
    margin: 12px 0;
}

.billing_payment .crd_wrapper form input {
    width: 800px;
    padding: 19px 33px;
    border-radius: 50px;
    background: #1D3C6C;
    border: 1px solid #ffffff1c;
    color: #fff;
    font-size: 16px;
}

.billing_payment .crd_wrapper form input::placeholder {
    color: #fff;
}

.billing_payment .crd_wrapper form button {
    background: #20447b;
    color: #fff;
    font-weight: 700;
    width: 186px;
    border-radius: 42px;
    padding: 14px 0;
    font-size: 14px;
    text-align: center;
}

.billing_payment .crd_wrapper form button:nth-child(2) {
    background: #BE0D18;
    width: 45px;
    height: 45px;
    line-height: 11px;
    font-size: 18px;
}

.billing_payment .crd_wrapper form button i {}

.billing_payment .crd_wrapper a {
    background: #20447b;
    color: #fff;
    font-weight: 700;
    width: 294px;
    border-radius: 42px;
    padding: 13px 0;
    font-size: 16px;
    display: block;
    text-align: center;
    margin: 27px 0 0 0;
}

/* billing_date  */



/* privacy_visible  */

.privacy_visible {}

.privacy_visible .crd_wrapper {
    background-color: #19345E;
    padding: 2rem 2rem;
    border-radius: 30px;
    border: 2px solid #ffffff26;
    color: #fff;
}

.privacy_visible .crd_wrapper h4 {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 36px 0;
}


.privacy_visible .crd_wrapper .toggle_privacy{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.privacy_visible .crd_wrapper .toggle_privacy span {
    margin: 0 13px;
    font-size: 14px;
    font-weight: 500;
}
.privacy_visible .crd_wrapper .toggle_privacy div{}
.privacy_visible .crd_wrapper .toggle_privacy div h5{
    font-size: 20px;
}
.privacy_visible .crd_wrapper .toggle_privacy div p{
    font-size: 14px;
    margin: 19px 0;
}


.privacy_visible .crd_wrapper  .toggle_privacy input[type="checkbox"] {
  position: relative;
  width: 39px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  background: #385580;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgb(0 0 0 / 50%);
}

.privacy_visible .crd_wrapper  .toggle_privacy input[type="checkbox"]::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}

.privacy_visible .crd_wrapper .toggle_privacy  input[type="checkbox"]:checked::before {
  transform: translateX(100%);
  background: #fff;
}

.privacy_visible .crd_wrapper  .toggle_privacy input[type="checkbox"]:checked {
  background: #00fc6a;
}




.privacy_visible .crd_wrapper .selectOption{
    border-top: 1px solid #395073;
    border-bottom: 1px solid #395073;
    padding: 2rem 0;
    margin: 1rem 0 3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy_visible .crd_wrapper .selectOption h5{}
.privacy_visible .crd_wrapper .selectOption select{
    padding: 15px 0;
    border-radius: 50px;
    background: #19355E;
    border: 1px solid #ffffff1c;
    color: #fff;
    font-size: 16px;
    width: 225px;
    text-align: center;
    margin: 25px 0 0 0;
}
.privacy_visible .crd_wrapper .form-check{
    border-top: 1px solid #395073;
    padding: 2rem 2rem 0;
    font-size: 14px;
}


/* privacy_visible  */




@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .checkbox-pending .main-custom-checkbox .custom-checkbox label {
        width: 105.47px;
    }

    .profile-here .cover-pic .profile-pic .content-here {
        margin: 40px 0 0 75px;
    }

    .profile-here .cover-pic .profile-pic .content-here h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .profile-here .cover-pic .profile-pic .content-here h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .navbar>.container,
    .navbar>.container-fluid,
    .navbar>.container-sm,
    .navbar>.container-md,
    .navbar>.container-lg,
    .navbar>.container-xl,
    .navbar>.container-xxl {
        display: block;
    }

    .checkbox-pending .main-custom-checkbox .custom-checkbox label {
        width: 105.47px;
    }

    .profile-here .cover-pic .profile-pic .content-here {
        margin: 40px 0 0 75px;
    }

    .profile-here .cover-pic .profile-pic .content-here h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .profile-here .cover-pic .profile-pic .content-here h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .profile-here .cover-pic .profile-pic .img-here {
        left: 0;
    }

    .checkbox-pending .main-custom-input .custom-input input {
        width: 150px;
    }

    .table {
        width: 800px;
    }

    .anouncement-heading .team-member-search input {
        width: 205px;
    }

    .anouncement-heading h4 {
        font-size: 23px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .queries-heading .button-heading {
        flex-wrap: wrap;
    }

    .queries-heading .button-heading .button {
        margin: 15px 0 0;
    }

    #navbarSupportedContent {
        display: flex;
        align-items: center;
        justify-content: end;
        flex-direction: row-reverse;
    }

    .header-1 nav #navbarSupportedContent ul li .sub-menu {
        left: -480%;
    }

    .header-1 nav #navbarSupportedContent ul .menu-icon a {}

    .header-1 nav #navbarSupportedContent ul li {
        margin: 0 15px 0 0;
    }

    .header-1 nav #navbarSupportedContent ul {
        display: flex;
        flex-direction: row;
        margin: 0 0 0 30px;
    }

    .icon-plus-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .icon-plus-logo a {
        color: #FFFFFF;
        font-size: 24px;
        padding: 0 25px;
        opacity: .5;
    }

    .anouncement-heading .team-member-search {
        margin: 15px 0 0;
        text-align: left;
    }

    .checkbox-pending .main-custom-input {
        justify-content: left !important;
        margin: 20px 0 0;
        flex-wrap: wrap;
    }

    .attendence-sec .attendec-white-side .border-set-here {
        display: none;
    }

    .attendence-sec .attendec-white-side .team-detail {
        margin: 0 0 20px;
    }

    .main-sec-home .home-white-sec .teammates-list ul li .teammate-detail {
        width: 88%;
    }

    .checkbox-pending .main-custom-checkbox .custom-checkbox {
        margin: 0 20px 20px 0 !important;
    }

    .checkbox-pending .main-custom-checkbox {
        flex-wrap: wrap;
    }

    .queries-table table thead tr th:first-child {
        padding: 25px 0 25px 10px;
    }

    .queries-table table thead tr th {
        padding: 25px 0 25px 10px;
    }

    .queries-table table tbody tr td {
        padding: 25px 0 25px 10px;
    }

    .queries-table table tbody tr td:first-child {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table thead tr th {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table thead tr th:first-child {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table tbody tr td {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table tbody tr td:first-child {
        padding: 25px 0 25px 10px;
    }

    .tabs-setting button {
        font-size: 12px;
    }

    .modal-body {
        padding: 25px 15px !important;
    }

    .profile-tabs-here nav button {
        font-size: 12px;
        padding: 0 10px;
    }

    .profile-here .cover-pic .profile-pic .img-here {
        left: 55%;
    }

    .profile-here .cover-pic .profile-pic .img-here a {
        top: 10px;
        right: 10px;
    }

    .cover-img-css {
        height: 150px;
        object-fit: cover;
    }

    .table {
        width: 800px;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {

    .login-form {
        height: auto;
    }

    /*.login-form-body .login-header {*/
    /*    position: unset;*/
    /*}*/

    .login-footer {
        position: unset;
    }

    .pct-0 {
        padding-left: 0.75rem;
    }

    .login-header .navbar-brand {
        margin: 40px auto 40px;
    }

    .login-footer p {
        text-align: center;
        margin: 40px 0;
    }

    .offcanvas-start {
        width: 0px;
        background: #fff;
        transition: .3s all ease-in-out;
    }

    .queries-heading .button-heading {
        flex-wrap: wrap;
    }

    .queries-heading .button-heading .button {
        margin: 15px 0 0;
    }

    #navbarSupportedContent {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row-reverse;
    }

    .header-1 nav #navbarSupportedContent ul li .sub-menu {
        left: -480%;
    }

    .header-1 nav #navbarSupportedContent ul .menu-icon a {}

    .header-1 nav #navbarSupportedContent ul li {
        margin: 0 15px 0 0;
    }

    .header-1 nav #navbarSupportedContent ul {
        display: flex;
        flex-direction: row;
    }

    .icon-plus-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .icon-plus-logo a {
        color: #FFFFFF;
        font-size: 24px;
        padding: 0 25px;
        opacity: .5;
    }

    .anouncement-heading .team-member-search {
        margin: 15px 0 0;
        text-align: left;
    }

    .checkbox-pending .main-custom-input {
        justify-content: left !important;
        margin: 20px 0 0;
    }

    .attendence-sec .attendec-white-side .border-set-here {
        display: none;
    }

    .attendence-sec .attendec-white-side .team-detail {
        margin: 0 0 20px;
    }

    .main-sec-home .home-white-sec .teammates-list ul li .teammate-detail {
        width: 88%;
    }

    .checkbox-pending .main-custom-checkbox .custom-checkbox {
        margin: 0 20px 20px 0 !important;
    }

    .checkbox-pending .main-custom-checkbox {
        flex-wrap: wrap;
    }

    .queries-table table thead tr th:first-child {
        padding: 25px 0 25px 10px;
    }

    .queries-table table thead tr th {
        padding: 25px 0 25px 10px;
    }

    .queries-table table tbody tr td {
        padding: 25px 0 25px 10px;
    }

    .queries-table table tbody tr td:first-child {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table thead tr th {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table thead tr th:first-child {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table tbody tr td {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table tbody tr td:first-child {
        padding: 25px 0 25px 10px;
    }

    .tabs-setting button {
        font-size: 12px;
    }

    .modal-body {
        padding: 25px 15px !important;
    }

    .profile-tabs-here nav button {
        font-size: 12px;
        padding: 0 10px;
    }

    .profile-here .cover-pic .profile-pic .img-here {
        left: 55%;
    }

    .profile-here .cover-pic .profile-pic .img-here a {
        top: 10px;
        right: 10px;
    }

    .cover-img-css {
        height: 150px;
        object-fit: cover;
    }

    .table {
        width: 800px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .offcanvas-start {
        width: 0px;
        background: #fff;
        transition: .3s all ease-in-out;
    }

    .queries-heading .button-heading {
        flex-wrap: wrap;
    }

    .queries-heading .button-heading .button {
        margin: 15px 0 0;
    }

    #navbarSupportedContent {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: row-reverse;
    }

    .header-1 nav #navbarSupportedContent ul li .sub-menu {
        left: -71px;
        width: 344px;
    }

    .header-1 nav #navbarSupportedContent ul .menu-icon a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }

    .header-1 nav #navbarSupportedContent ul li:last-child a {
        /* width: 40px; */
        /* height: 40px; */
        /* line-height: 40px; */
        font-size: 22px;
    }

    .header-1 nav #navbarSupportedContent ul .menu-icon a i {
        font-size: 16px;
    }

    .header-1 nav #navbarSupportedContent ul li {
        margin: 0 5px 0 5px;
    }

    .header-1 nav #navbarSupportedContent ul {
        display: flex;
        flex-direction: row;
    }

    .icon-plus-logo {
        display: flex;
        align-items: center;
        justify-content: space-between;

    }

    .icon-plus-logo a {
        color: #FFFFFF;
        font-size: 24px;
        padding: 0 25px;
        opacity: .5;
    }

    .anouncement-heading .team-member-search {
        margin: 15px 0 0;
        text-align: left;
    }

    .checkbox-pending .main-custom-input {
        justify-content: left !important;
        margin: 20px 0 0;
        flex-wrap: wrap;
    }

    .checkbox-pending .main-custom-input .custom-input {
        margin: 0 0 20px;
    }

    .checkbox-pending .main-custom-input a img {
        margin: 0 15px 20px;
    }

    .attendence-sec .attendec-white-side .border-set-here {
        display: none;
    }

    .attendence-sec .attendec-white-side .team-detail {
        margin: 0 0 20px;
    }

    .main-sec-home .home-white-sec .teammates-list ul li .teammate-detail {
        width: 88%;
    }

    .checkbox-pending .main-custom-checkbox .custom-checkbox {
        margin: 0 20px 20px 0 !important;
    }

    .checkbox-pending .main-custom-checkbox {
        flex-wrap: wrap;
    }

    .queries-table table thead tr th:first-child {
        padding: 25px 0 25px 10px;
    }

    .queries-table table thead tr th {
        padding: 25px 0 25px 10px;
    }

    .queries-table table tbody tr td {
        padding: 25px 0 25px 10px;
    }

    .queries-table table tbody tr td:first-child {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table thead tr th {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table thead tr th:first-child {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table tbody tr td {
        padding: 25px 0 25px 10px;
    }

    .announcement-table table tbody tr td:first-child {
        padding: 25px 0 25px 10px;
    }

    .tabs-setting button {
        font-size: 12px;
        padding: 0 10px;
    }

    .modal-body {
        padding: 25px 15px !important;
    }

    .profile-tabs-here nav button {
        font-size: 12px;
        padding: 0 10px;
    }

    .profile-here .cover-pic .profile-pic .img-here {
        left: 55%;
    }

    .profile-here .cover-pic .profile-pic .img-here a {
        top: 10px;
        right: 10px;
    }

    .cover-img-css {
        height: 150px;
        object-fit: cover;
    }

    .table {
        width: 800px;
    }

    .profile-here .cover-pic .profile-pic .content-here h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .profile-here .cover-pic .profile-pic .content-here h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .pagination-sec ul li {
        margin: 0 0 0 25px;
    }

    .anouncement-heading .team-member-search input {
        width: 210px;
    }

    .header-1 nav #navbarSupportedContent form .name-email-bar h6 {
        font-size: 13px;
        line-height: 13px;

    }

    .header-1 nav #navbarSupportedContent form .name-email-bar h5 {
        font-size: 13px;
    }

    .header-1 nav #navbarSupportedContent form .profile-icon h4 {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }


    .header-1 nav .navbar-brand {
        font-size: 22px;
        color: #0b264f;
    }

    /*.login-form-body .login-header {*/
    /*    position: unset;*/
    /*}*/

    .pct-0 {
        padding-left: 0.75rem;
    }

    .login-header .navbar-brand {
        margin: 40px auto 40px;
    }

    .login-footer {
        position: unset;
    }

    .login-form {
        height: auto;
    }

    .login-form h4 {
        font-size: 18px;
        line-height: 20px;
    }

    .login-form p {
        font-size: 12px;
        line-height: 20px;
    }

    .login-footer p {
        text-align: center;
        margin: 40px 0;
    }

    .login-form h6 {
        font-size: 16px;
        line-height: 19px;
    }
}

.save-profile {

    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 185px;
    background: #3dacfd;
    border-radius: 40px;
    display: block;
    text-align: center;
    padding: 13px 0;
}

.custom-input input:disabled {
    background: rgba(31, 31, 31, 0.05);
    opacity: 0.5;
    border: none;
}

.custom-input textarea:disabled {
    background: rgba(31, 31, 31, 0.05);
    opacity: 0.5;
    border: none;
}

.btn-box {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0 0 0;
}

.btn-box .hr-simple-button {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 178px;
    padding: 14px 0;
    background: #59B4C3;
    border-radius: 74px;
    display: block;
    text-align: center;
    border: 1px solid #83edff;
    transition: all .3s ease-in-out;
}

.btn-box .hr-simple-button:hover {
    border: 1px solid #1f1f1f;
    background-color: #1f1f1f;
}

/* toggle */
.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn {
    cursor: pointer;
    display: inline-block;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-switch {
    display: inline-block;
    background: #D9D9D9;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-switch:before,
.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-switch:after {
    content: "";
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}

.toggle:hover .main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-checkbox:checked+.toggle-switch {
    background: #3dadfe !important;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-checkbox:checked+.toggle-switch:before {
    left: 30px !important;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.main-sec-home .home-white-sec .upcoming-event .upcoming-event-for-manager .toggle-btn .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
}

/* toggle */


/* profile_detail  */
.profile_detail {}

.profile_detail .img_pf {
    margin: 2rem 0;
    position: relative;
}

.profile_detail .img_pf .txt {
    position: absolute;
    bottom: -28px;
    background: #e63423;
    padding: 5px 18px;
    border-radius: 70px;
    width: 84%;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 6px 32px 16px;
}

.profile_detail .img_pf img {
    width: 100%;
    border-radius: 10px;
    height: 373px;
    object-fit: cover;
}

.profile_detail .car_img img {
    width: 100%;

}

.profile_detail .img_pf h3 {

    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    color: #ffffff;
    margin: 5px 0;
    text-align: center;
}


.profile_detail .img_pf p {

    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #ffffffb0;
    margin: 0;
    opacity: 1;
    text-align: center;
}

.profile_detail .detail_area_pf {
    border-radius: 8px;
    background: #f4f4f4;
    padding: 31px;
    height: 372px;
}

.profile_detail .detail_area_pf h3 {

    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.profile_detail .detail_area_pf ul {
    margin: 25px 11px;
}

.profile_detail .detail_area_pf ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;

    line-height: 44px;
    opacity: .6;
}

.profile_detail .detail_area_pf ul li span {}

/* profile_detail  */


/* modal  */

#import-excel-modal {}

#import-excel-modal .modal-header {
    padding: 0;
    border: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

#import-excel-modal .modal-header button {
    position: absolute;
    right: 0;
    background: #353131;
    opacity: 1;
    top: -1px;
    color: #fff;
    border-radius: 21px;
    line-height: 0;
    font-size: 20px;
}

#import-excel-modal form {
    text-align: center;
}

#import-excel-modal form .custom-input {
    background: #ededed;
    padding: 36px 0 1px;
    border-radius: 9px;
    border: 1px solid #b4afaf;
    margin: 1rem 8px;
    position: relative;
    text-align: center;
}

#import-excel-modal form .custom-input input {
    opacity: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    height: 100px;
    background: red;
}

#import-excel-modal form .custom-input i {
    position: absolute;
    left: 0;
    right: 0;
    font-size: 44px;
    color: #429cfd;
}

#import-excel-modal form .custom-input i p {

    color: #000;
    margin: 3px 0 0;
    font-size: 16px;
}

#import-excel-modal form .custom-input label {

    font-size: 20px;
}

#import-excel-modal form button {

    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    width: 211px;
    line-height: 45px;
    background: #292727;
    border-radius: 5px;
    margin: 20px auto 0;
    display: inline-block;
}

#import-excel-modal h5 {
    text-align: center;

    font-size: 28px;
    margin: 7px 0 8px;
}

#import-excel-modal p {
    text-align: center;
    margin: 0 0 26px 0;

    font-size: 16px;
    color: gray;
}

button {
    background: transparent;
    border: none;
}

/* modal  */
::-webkit-scrollbar {
    width: 6px !important;
}

::-webkit-scrollbar-thumb {
    background-color: #000 !important;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}
