@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: 'Product';
    src: url('../fonts/ProductSans-Bold.eot');
    src: url('../fonts/ProductSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProductSans-Bold.woff2') format('woff2'),
        url('../fonts/ProductSans-Bold.woff') format('woff'),
        url('../fonts/ProductSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product';
    src: url('../fonts/ProductSans-Regular.eot');
    src: url('../fonts/ProductSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ProductSans-Regular.woff2') format('woff2'),
        url('../fonts/ProductSans-Regular.woff') format('woff'),
        url('../fonts/ProductSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.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%;
}

.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;
}

.login-header .navbar-brand {
    margin: 40px 0 0 40px;
}

.login-form h4 {
    font-family: 'Product';
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #E63022;
    margin: 40px 0 15px;
}

.login-form p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    color: #1F1F1F;
    opacity: 0.5;
    width: 85%;
    margin: 0 auto;
}

.login-form .all-inputs-here {
    margin: 50px 0 0;
}

.login-form .all-inputs-here .custom-input label {
    font-family: 'Roboto';
    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: #EA5239;
}

.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: #EA5239;
    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: #EA5239;
}

.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: 45px;
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    outline: none;
}

.login-form .all-inputs-here button {
    height: 45px;
    line-height: 45px;
    width: 100%;
    text-align: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    background: #EA5239;
    border-radius: 5px;
    border: none;
}

.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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;

}

.login-form .all-inputs-here .login-remember-forgot a {
    color: #EA5239;
    font-family: 'Roboto';
    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-family: 'Roboto';
    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;
    font-family: Product;
}

/*custom-checkbox*/



.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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #000000;
}

.form-group label:before {
    content:
        '';
    -webkit-appearance: none;
    background-color: #EA5239;
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #EA5239;

}

.passowrd-changed .all-inputs-here img {
    margin: 0 auto 50px;
}

/*resent-mail*/
.resent-mail .all-inputs-here button:hover {
    color: #fff;
    background: #EA5239;
}

.resent-mail .all-inputs-here button {
    background: #FAFAFA;
    border: 2px solid #EA5239;
    color: #EA5239;
    transition: .3s all ease-in-out;

}

.login-form h6 {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    color: #E63022;

}

/*********************** sidebar Css start ***********************/
.sidebar {
    width: 17.5rem;
    padding-bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    padding-top: 0;
    z-index: 999;
    background-color: #1F1F1F;
    transition: all .2s ease;
    box-shadow: 0px 15px 30px 0px rgb(0 0 0 / 2%);
}
.sidebar .sidebar-scroll {
    height: 100%;
}

/*sidebar-button-toggle*/
/* sidemenu start */
.header-1 nav #navbarSupportedContent ul li button.toggle {
    display: none;
}

.header-1 nav #navbarSupportedContent ul li button.toggle {
    background: #f4f4f4;
    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: #000;
    display: block;
    position: relative;
    cursor: pointer;
}

.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    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: #000;

}

.toggle span.toggle:after {
    top: 0;
    transform: rotate(45deg);
    background: #000;
}

/*sidebar-button-toggle*/
.sidebar-scroll .nav-header {
    height: 4.5rem;
    background: transparent;
}

.sidebar-scroll .nav-header .brand-logo {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 50px;
    font-weight: 600;
}

.sidebar-scroll .nav-header .brand-logo img {
    min-width: 200px;
    max-width: 200px;
    min-height: auto;
    max-height: fit-content;
    object-fit: contain;
    border-radius: 0.5rem;
}

.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-family: 'Product';
    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-family: 'Product';
    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-family: 'Product';
    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: 20px 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: 17px;
    padding: 15px 25px;
    -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: 15.8px;
    font-family: 'Product';
    font-style: normal;
    opacity: .5;
}

.sidebar-scroll .metismenu li a::before {
    position: absolute;
    content: "";
    background: #E63022;
    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: transparent;
    color: #E63022;
    font-weight: 500;
    box-shadow: none;
    opacity: inherit;
}

.sidebar-scroll .metismenu li a.active i {
    color: #E63022;
}

.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: #E63022;
    opacity: inherit;
}

.sidebar-scroll .metismenu>li:hover>a i,
.sidebar-scroll .metismenu>li:focus>a i {
    color: #E63022;
}

.sidebar-scroll .metismenu li a i {
    color: #fff;
    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: #1f1f1f;
    /*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;
    font-family: 'Poppins', sans-serif;
    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: 2px solid #E63022;
}

.sidebar-scroll .metismenu li .dropdown li .link-child.active {
    background: #f5f5f5;
    color: #E63022;
}

.sidebar-scroll .metismenu li .dropdown li .link-child.active:before {
    border: 2px solid #E63022;
}

.sidebar-scroll .metismenu li .dropdown li .link-child:hover {
    background: #f5f5f5;
    color: #E63022;
    opacity: inherit;
}

/*********************** sidebar css End ***********************/

/*index-sidebar*/
/*.offcanvas-body{*/
/*        padding: 50px 0;*/
/*}*/
/*.offcanvas-start{*/
/*    width: 275px;*/
/*    background: #1F1F1F;*/
/*}*/
/*.offcanvas-body  .main-side-bar{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-between;*/
/*    height: 100%;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class{*/
/*    margin: 100px 0 auto 0;*/
/*}*/
/*.offcanvas-body  .main-side-bar .logo-img{*/
/*        width: 80%;*/
/*        padding: 0 50px;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul .active:before{*/
/*        content: '';*/
/*    position: absolute;*/
/*    border: 1px solid #E63022;*/
/*    width: 4px;*/
/*    height: 30px;*/
/*    top: -2px;*/
/*    left: 0;*/
/*    background: #E63022;*/
/*    border-radius: 5px;*/
/*    border-bottom-left-radius: 0;*/
/*    border-top-left-radius: 0;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul .active a{*/
/*    color: #E63022;*/
/*    font-weight: 500;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul .active a img{*/
/*    filter: invert(70%) sepia(59%) saturate(2313%) hue-rotate(344deg) brightness(101%) contrast(99%);*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul .active{*/
/*    opacity: 1;*/
/*}*/
/*.offcanvas-body .main-side-bar .new-class ul{*/
/*        display: flex;*/
/*    flex-direction: column;*/
/*    flex-wrap: nowrap;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*    gap: 30px;*/
/*}*/
/*.offcanvas-body .main-side-bar .new-class ul li{*/
/*    opacity: .5;*/
/*    position: relative;*/
/*    padding: 0 50px;*/
/*}*/

/*sidebar drropdown css*/
/*.offcanvas-body .main-side-bar .new-class ul li .dropdown {*/
/*    transition: all .2s ease-in-out;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    padding: 0.5rem 0;*/
/*}*/

/*.offcanvas-body .main-side-bar .new-class ul li .dropdown li{*/
/*    padding: 0;*/
/*}*/

/*.offcanvas-body .main-side-bar .new-class ul 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;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    align-items: center;*/
/*    display: flex;*/
/*}*/

/*.offcanvas-body .main-side-bar .new-class ul 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 dopdown css*/

/*.offcanvas-body  .main-side-bar .new-class ul li:hover{*/
/*    opacity: 1;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul li:hover img{*/
/* filter: invert(70%) sepia(59%) saturate(2313%) hue-rotate(344deg) brightness(101%) contrast(99%);*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul li:hover a{*/
/* color: #E63022;*/
/*    font-weight: 500;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul li a img{*/
/*    margin: 0 15px 0 0;*/
/*}*/
/*.offcanvas-body  .main-side-bar .new-class ul li a{*/
/*    font-family: 'Product';*/
/*font-style: normal;*/
/*font-weight: 400;*/
/*font-size: 18px;*/
/*line-height: 22px;*/
/*color: #FFFFFF;*/
/*display: flex;*/
/*    align-items: center;*/
/*}*/
/*.offcanvas-body  .main-side-bar .last-bar-side{*/
/*    padding: 0 50px;*/
/*}*/
/*.offcanvas-body  .main-side-bar .last-bar-side h5{*/
/*    font-family: 'Product';*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 16px;*/
/*    line-height: 19px;*/
/*    color: #FFFFFF;*/
/*    margin: 0 0 10px;  */
/*}*/
/*.offcanvas-body  .main-side-bar .last-bar-side ul li a{*/
/*        font-family: 'Product';*/
/*font-style: normal;*/
/*color: #E63022;*/
/*    font-weight: 500;*/
/*font-size: 18px;*/
/*line-height: 22px;*/
/*margin: 0 0 0;*/
/*display: flex;*/
/*    align-items: center;*/
/*}*/
/*.offcanvas-body  .main-side-bar .last-bar-side ul li a img{*/
/*     margin: 0 15px 0 0;*/
/*}*/
/*.offcanvas-body  .main-side-bar .last-bar-side p{*/

/*    font-family: 'Product';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 14px;*/
/*    line-height: 18px;*/
/*    color: #FFFFFF;*/
/*    opacity: 0.5;*/
/*    margin:0 0 40px;*/

/*}*/
/*header*/
.padding-set-here {
    padding: 35px 0 50px 270px;
}

.header-1 {
    padding: 10px 0 10px 270px;
}

.header-1 nav .navbar-brand {
    font-family: 'Product';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    color: rgba(31, 31, 31, 0.5);
}

.header-1 nav .navbar-brand span {
    color: #EA5239;
    font-weight: bold;
}

.header-1 nav #navbarSupportedContent ul {
    margin: 0 0 0 auto;
}

.header-1 nav #navbarSupportedContent ul li a img {
    margin: 0 15px 0 0;
}

.header-1 nav #navbarSupportedContent ul li {
    margin: 0 30px 0 0;
    position: relative;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu {
    position: absolute;
    top: 115%;
    left: -505%;
    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: 25px 15px 25px 20px;
}

.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-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    color: #EA5239;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .nots-bell .message-nots p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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: #EA5239;
    border-radius: 0px 0px 5px 5px;
    line-height: 42px;
    font-family: 'Roboto';
    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: rgba(234, 82, 57, 0.1);
    padding: 14px 0 14px 25px;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .date-announce h4 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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 {
    filter: inherit;
    margin: 0 20px 0 0;
}

.header-1 nav #navbarSupportedContent ul li .sub-menu .announcement h4 a {
    background: transparent;
    height: auto;
    width: inherit;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #EA5239;
}

.header-1 nav #navbarSupportedContent ul .open a {
    background: #EA5239;
}

.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 {
    width: 197px;
    height: 61px;
    line-height: 61px;
    background: rgba(31, 31, 31, 0.05);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #1F1F1F;
    padding: 0;
    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-family: 'Product';
    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-family: 'Product';
    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 {
    width: 61px;
    height: 61px;
    background: linear-gradient(144.96deg, #BBF3FF 9.57%, #4C4DFF 120.94%);
    border-radius: 100px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 61px;
    color: #FFFFFF;
    text-align: center;
}

    .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: 1px solid #e5e5e5;
        border-radius: 5px;
        width: 200px;
        transition: all .3s ease-in-out;
        display: none;
    }
    .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;
        background: #1F1F1F;
        color: #fff;
        font-size: 16px;
        padding: 5px 5px;
        font-weight: 500;
        transition: all .3s ease-in-out;
    }
    .navbar .navbar-collapse .profile-icon .logout-info img {
        margin: 0 2px 0 0;
    }

/*attendence Section*/
.attendence-sec .attendec-white-side {
    padding: 40px 30px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.1);
    box-shadow: 0px 5px 80px rgba(31, 31, 31, 0.05), 0px 8.14815px 50px rgba(31, 31, 31, 0.0196296);
    border-radius: 10px;
    margin: 30px 0 0;
}

.attendence-sec .attendec-white-side h4 img {
    margin: 0 13px 0 0;
}

.attendence-sec .attendec-white-side h4 {
    font-family: 'Product';
    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 {
    font-family: 'Roboto';
    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%;
}

.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-family: 'Product';
    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 #000000;
}

.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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    opacity: .5;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #1F1F1F;
    margin: 0;
}

/*teammate*/
.main-sec-home .home-white-sec {
    padding: 40px 30px;
    background: #FFFFFF;
    border: 1px solid rgba(31, 31, 31, 0.1);
    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-family: 'Roboto';
    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-family: 'Product';
    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: rgba(31, 31, 31, 0.03);
    border-radius: 100px;
    width: 100%;
    font-family: 'Roboto';
    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-family: 'Product';
    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-family: 'Product';
    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: #EA5239;
    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-family: 'Product';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Product';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#checkin .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#query .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#checkout .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.refuesd-modal .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#delete .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Product';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.profile-heading p {
    font-family: 'Roboto';
    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 {
    width: 100%;
}

.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: 100%;
}

.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-family: 'Product';
    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-family: 'Roboto';
    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 #EA5239;
    background: #EA5239;
    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-family: 'Roboto';
    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-family: 'Roboto';
    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 {
    height: 45px;
    line-height: 45px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 0 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #8a8a8a;
    border: none;
}

/*announcement*/
.anouncement-heading {
    padding: 30px 0 40px;
}

.anouncement-heading h4 {
    font-family: 'Product';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.anouncement-heading p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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: #EA5239;
}

.pagination-sec ul li .active {
    width: 34px;
    height: 34px;
    background: #EA5239;
    border-radius: 5px;
    color: #fff;
    line-height: 34px !important;
    display: block;
    text-align: center;
    opacity: 1;
}

.pagination-sec ul li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #000000;

}

.pagination-sec ul li a {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Product';
    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-family: 'Roboto';
    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 157px;
    height: 45px;
    line-height: 45px;
    background: #EA5239;
    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;
    color: #EA5239;
    font-weight: 900;
    margin: 0 10px 0 0;
}

.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: #EA5239;
    color: #fff;
}

.checkbox-pending .main-custom-checkbox .custom-checkbox label {
    border: 1px solid #EA5239;
    border-radius: 100px;
    width: 141.47px;
    height: 45px;
    background: #FFFFFF;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #EA5239;
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Product';
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #1F1F1F;
    margin: 0 0 10px;
}

.setting-heading p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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 #EA5239;
    position: absolute;
    background: #EA5239;
    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: #EA5239;
    border-radius: 5px;
    display: block;
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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: rgba(234, 82, 57, 0.02);
    border: 2px dashed #EA5239;
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration-line: underline;
    margin: 0;
    color: #EA5239;
}

.inner-tabs-setting .image-upload-form .image-upload-box p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#leaveform .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
}

.icon-button__badge {
    position: absolute;
    top: -5px;
    right: -8px;
    width: 25px;
    height: 25px;
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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;
    align-items: center;
}

.attendence-sec .attendec-white-side .team-detail img {
    margin: 0 30px 0 0;
}

.attendence-sec .attendec-white-side .team-detail .team-detail-content h5 {
    font-family: 'Product';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    color: #08080D;
    margin: 0 0 10px;
}

.attendence-sec .attendec-white-side .team-detail .team-detail-content h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #1F1F1F;
    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-family: 'Product';
    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: rgba(230, 48, 34, 0.1);
    border: 1px solid #D22F27;
    border-radius: 100px;
    line-height: 27px;
    font-family: 'Product';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    color: #D22F27;
}

.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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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: #EA5239;
    border-radius: 5px;
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#leave-approve .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#leave-cancel .modal-body p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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: #EA5239;
    border-radius: 5px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    width: 207px;

}

.leave-form p {
    font-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #EA5239;
}

.leave-form .form-group label:before {
    background-color: transparent;
    border: 2px solid #EA5239;
}

.leave-form .form-group input:checked+label:before {
    background-color: #EA5239;
}

/*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-family: 'Roboto';
    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-family: 'Roboto';
    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 #EA5239;
    border-radius: 100px;
    width: 121px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#announcement .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 211px;
    height: 45px;
    line-height: 45px;
    background: #EA5239;
    border-radius: 5px;
    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-family: 'Roboto';
    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-family: 'Roboto';
    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: #EA5239;
}

.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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#manager .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#department .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#team .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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: #EA5239;
    border-radius: 100px;
    width: 98px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family: 'Roboto';
    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-family: 'Roboto';
    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%;
    font-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

#grevience .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.approve-modal .modal-body p {
    font-family: 'Roboto';
    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 {
    font-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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-family: 'Roboto';
    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 */




@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: -620%;
        width: 295px;
    }

    .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: 12px;
    }

    .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: 23px;
    }

    /*.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-family: 'Roboto';
    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;
}

.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-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    width: 211px;
    height: 45px;
    line-height: 45px;
    background: #EA5239;
    border-radius: 5px;
    display: block;
    text-align: center;
    border: 1px solid #EA5239;
    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: #ff5722 !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-family: 'Product';
    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-family: 'Roboto';
    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-family: 'Product';
    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;
    font-family: 'Product';
    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: #ea5239;
}

#import-excel-modal form .custom-input i p {
    font-family: 'Product';
    color: #000;
    margin: 3px 0 0;
    font-size: 16px;
}

#import-excel-modal form .custom-input label {
    font-family: 'Product';
    font-size: 20px;
}

#import-excel-modal form button {
    font-family: 'Product';
    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-family: 'Product';
    font-size: 28px;
    margin: 7px 0 8px;
}

#import-excel-modal p {
    text-align: center;
    margin: 0 0 26px 0;
    font-family: 'Product';
    font-size: 16px;
    color: gray;
}
button{
    background: transparent;
    border: none;
}
/* modal  */
