/********** Template CSS **********/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
       font-family: "Poppins", serif !important;

  font-style: normal;
}
:root {
    --primary: #EB1616;
    --secondary: #191C24;
    --light: #6C7293;
    --dark: #000000;
}
.file_upload {
    height: 60px !important;
    width: 60px !important;
    margin:unset !important;
}
#demo img{
    width:40px !important;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 15px;
    z-index: 99;
}

.btn-primary{
    color:#fff !important;
}
a{
    color:#fff ;
}
/*** Spinner ***/
/*#spinner {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: opacity .5s ease-out, visibility 0s linear .5s;*/
/*    z-index: 99999;*/
/*}*/
/*.sidebar .navbar .navbar-nav .nav-link:hover, .sidebar .navbar .navbar-nav .nav-link.active{*/
/*    color:#fff !important;*/
/*}*/

/*#spinner.show {*/
/*    transition: opacity .5s ease-out, visibility 0s linear 0s;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/


/*** Button ***/

.btn {
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}
#prevWeek, #nextWeek{
    background: #000;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
    color:#fff;
}
.scrollsection{
    max-height:70vh;
    overflow-y:auto;
}
.scrollsection::-webkit-scrollbar-thumb{
    background:#efbf03;
}
.scrollsection::-webkit-scrollbar {
    width: 5px;
}
.scrollsection::-webkit-scrollbar-track {
    background: #000;
}

/*** Layout ***/
.sidebar {
    position: fixed;
    top: 20%;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 75vh;
    overflow-y: auto;
    background: #efbf03;
    transition: 0.5s;
    z-index: 999;
    border-radius:0 2rem 2rem 0;
    /*animation: floatUpDown 3s ease-in-out infinite;*/
}
.content .container-fluid{
    padding-left:270px !important;
}

@keyframes floatUpDown {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px); /* Moves up */
    }
    100% {
      transform: translateY(0);
    }
  }

.fixedfooter{
    position:fixed;
}
tbody#calendar-body tr td div{
    justify-content:center !important;
    align-items:start !important;
}
tbody#calendar-body tr td div>p{
    width:100%;
}

/*CSS added by rahul*/

.select2-selected-wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
}

.select2-img-selected {
    border-radius: 50%;
}

.remaining-count {
    font-weight: bold;
    color: #555;
}
table.dataTable>thead>tr>th, table.dataTable>body>tr>td{
    font-size: 12px;
}
table.dataTable.display>tbody>tr>td{
    font-size: 12px !important;
}
table.table>thead>tr>th, table.table>body>tr>td{
    font-size: 12px;
}
#transactionTable>tr>td{
    font-size: 12px !important;
}

.dataTables_length{
    margin-bottom: 20px;
}
.dataTables_filter{
    margin-bottom: 20px;
}

.option-image {
            width: 30px; /* Image size */
            height: 30px;
            margin-right: 10px; /* Space between image and text */
            vertical-align: middle; /* Align image vertically */
            border-radius: 50%; /* Optional: Makes image round */
        }

nav.stroke ul li a{
    position:relative;
}

nav.stroke ul li a:after, nav.fill ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #000;
    height: 2px;
    transition: width 0.3s ease;
}
nav.stroke ul li a:hover:after{
    width:100%;
}

.bg-secondary{
    background-color:#28282B !important;
}
.bg-horizon{
    background-color:#28282B !important;
}
.pad15{
    padding:15px;
}
.padtl15{
    padding-top:15px;
    padding-left:15px;
}
.day-column .time-slot-btn{
    width: 100%;
    font-size: 12px !important;
    margin-bottom:5px;
    padding:0.25rem;
}
/*.text-white{*/
/*    color:#000 !important;*/
/*}*/

.w-48{
    width:48%;
}

.dropdown-menu{
    margin-top:0;
    border-radius:0;
    margin-bottom:5px;
}
.dropdown-menu.show{
    overflow:hidden;
}
.header-interview .nav-item .nav-link{
    color:#000080 !important;
}
.header-interview .nav-item .nav-link:hover, .header-interview .nav-item .nav-link:active{
    color:#000000cc !important;
}
.btn-book{
background-color: #fff;
    border-radius: 30px;
    padding: 5px 1rem;
    width: 130px;
    transition: background-color 0.5s ease-in-out, font-size 0.5s ease;
}
.btn-book:hover {
    color: #fff;
    background-color: #000 !important;
}

.btn-login {
    background: transparent;
    border: 2px solid #000;
    width: 110px;
    padding: 5px 1rem;
    border-radius: 30px;
    transition: background-color 1s ease-in-out, font-size 0.7s ease;
    color:#000 !important;
}

.btn-login:hover {
    color: #fff !important;
    background-color: #000 !important;
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: end !important;
    }
}

@media (max-width:600px){
    #weekDays .col{
        padding-right: 0 !important;
        font-size: 12px;
    }
    .content .container-fluid{
        padding-left:10px !important;
        padding-right:10px !important;
    }
    .left-side{
        padding:0 !important;
    }
    /*.calendar-wrapper{*/
    /*    padding:0 !important;*/
    /*}*/
    .dates{
        gap:17px !important;
    }
    .calendar-wrapper .month-navigation h2{
        font-size:0.8rem !important;
    }
    #monthYear{
        font-size:0.8rem !important;
    }
    .btn-book{
        font-size:14px;
    }
    .btn-login{
        font-size:14px;
    }
    .sidebar-toggler{

        display:flex !important;
        top:230px;
        width: 30px;
    position: fixed;
    left: 0px;
    background-color: #efbf03;
    z-index:10;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 5px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
     margin-left: 0;
    transition: margin-left 0.5s ease;
    }
    .sidebar.open + .sidebar-toggler {
    margin-left: 250px;
  }
    .sidebar-toggler img{
        width:100%;
    }
    p.reach{
        writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
    margin-top: 10px;
    color:#000;
    }
    .login_form {
    width: 90% !important;
    margin: 0 auto;
}
.btn-continiue-white{
    padding:5px !important;
}
.login_form{
    min-height:auto !important;
}
.login_form div{
    min-height:auto !important;
}
.some-quotes h2{
    font-size:16px;
}
.mobile-nav {
        background-color: #fff;
        color: #000;
        padding: 1rem;
        display: none;
        width: 100%;
    }
}
.sidebar-toggler{
    display:none;
}

table:not(.calendertable) {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

table:not(.calendertable) thead tr:first-child {
  border-top: none;
  background: #000;
  color: #fff;
}

table:not(.calendertable) tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

table:not(.calendertable) tr:nth-child(odd) {
  background-color: #ebf3f9;
}

table:not(.calendertable) th {
  display: none;
}

table:not(.calendertable) td {
  display: block;
}

table:not(.calendertable) td:first-child {
  margin-top: .5em;
}

table:not(.calendertable) td:last-child {
  margin-bottom: .5em;
}

table:not(.calendertable) td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 145px;
  display: inline-block;
  color: #000;
}

table:not(.calendertable) th,
table:not(.calendertable) td {
  text-align: left;
}

table:not(.calendertable) {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

table:not(.calendertable) tr {
  border-color: #bfbfbf;
}

table:not(.calendertable) th,
table:not(.calendertable) td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  table:not(.calendertable) tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  table:not(.calendertable) tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  table:not(.calendertable) td:before {
    display: none;
  }
  table:not(.calendertable) th,
  table:not(.calendertable) td {
    display: table-cell;
    padding: .25em .5em;
  }
  table:not(.calendertable) th:first-child,
  table:not(.calendertable) td:first-child {
    padding-left: 0;
  }
  table:not(.calendertable) th:last-child,
  table:not(.calendertable) td:last-child {
    padding-right: 0;
  }
  table:not(.calendertable) th,
  table:not(.calendertable) td {
    padding: 1em !important;
  }
  table:not(.calendertable) td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }
  table:not(.calendertable) td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}

/*Css end*/

.content {
    margin-left: 0px;
    min-height: 100vh;
    background:#fff;
    transition: 0.5s;


}


@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -300px;
    }

    .content {
        /*width changed*/
        width: 100%;
        position:relative !important;

    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -300px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: #000;
    font-weight: 500;
    /*border-left: 3px solid var(--secondary);*/
    border-radius: 0 0px 0px 0;
    outline: none;
}

.sidebar .navbar .navbar-nav .nav-link:hover,
.sidebar .navbar .navbar-nav .nav-link.active {
    color: #000 !important;
    background: #FFF;

}
.sidebar .navbar .navbar-nav .nav-link:hover i{
    color:#fff !important;
}
.sidebar .navbar .navbar-nav .nav-link.active i{
    color:#fff !important;
}

.sidebar .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--dark);
    border-radius: 40px;
    color:#efbf03;
}

.sidebar .navbar .navbar-nav .nav-link:hover i,
.sidebar .navbar .navbar-nav .nav-link.active i {
    background: var(--secondary);
}

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 0px 0px 0;
    color: #000 !important;
    transition: transform 0.3s ease;
}

.sidebar .navbar .dropdown-item:hover,
.sidebar .navbar .dropdown-item.active {
    background:#0000002b;
    color:#fff !important;

}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: #efbf03;
    outline: none;
    font-size:18px; /*add font size*/
}

.content .navbar .navbar-nav .nav-link:hover,
.content .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.content .navbar .sidebar-toggler,
.content .navbar .navbar-nav .nav-link i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background:#efbf03;
    border-radius: 40px;
}

.content .navbar .dropdown-item {
    color: var(--light);
}

.content .navbar .dropdown-item:hover,
.content .navbar .dropdown-item.active {
    background: var(--dark);
}

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: #efbf03;
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color:#fff;
}
.form-select{
    background:#fff;
}
.form-select:focus {
    border-color: #EFBF03;
    outline: 0;
    box-shadow: 0 0 0 .25rem #EFBF03;
}


.practicePitch{
    color:#000 !important;
}
.btn-continiue {

    color: #000;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #4285f4;
    border-radius: 5px;
}
.btn-continiue-yellow{
            width: 100%;
    height: 50px;
    margin: 20px 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #0a0a0a;
    display: flex
;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #f1f1f1 !important;
    border-radius: 2px;
}
.form-check-input:checked{
        background-color: #efbf03;
    border-color: #efbf03;
}
/*.form-control:focus{*/
/*    border:unset !important;*/
/*}*/
.form-control:focus {
    color: #6C7293;
    background-color: #fff;
    border-color: #f58b8b;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(235, 22, 22, 0.25);
     box-shadow: 0 0 0 .25rem rgba(239, 191, 3, 0.6);
}
.form-check-input:focus{
         box-shadow: 0 0 0 .25rem rgba(0, 0, 0, 0.6);
}
.continue-google{
        width: 35px;
    margin-right: 1rem;
}
.bg-login{
    background:#fff;
}
.bg-login-side{
      background:#efbf03;
}
.bg-horizon{
    background:#191C24;
    border-bottom: 2px solid #efbf03;
}
.form-control.form-custom{
    background:transparent;
}
.form-control{
    background-color: #fff;

}
.sidebar-toggler i{
    color:#000;
}



.drop-icon{
    color:#000;
}

.bg-card-interview{
    background-color:#efbf03;
}
.bg-secondary i{
    color:#efbf03 !important;
}
.bg-secondary p{
    color:#efbf03;
}
.bg-secondary h6{
    color:#efbf03;
}
.bg-secondary a{
    color:#efbf03;
}
.bg-secondary a:hover a{
     color:#efbf03;
}
.btn-table{
    background:#efbf03;
    color:#000 !important;
}
.back-to-top{
    background:#efbf03 !important;
    border:unset !important;
    box-shadow:unset !important;

}
.back-to-top i{
      color:#000 !important;
}
.custom-width{
    width:100%;
}
/*.sidebar{*/
/*    border-right:2px solid #000;*/
/*}*/
#notification-content-link{
    background-color:#fff;
}
#notification-content-link a h6{
    color:#efbf03 !important;
}
#notification-content-link a{
        background-color:#fff !important;
}
#notification-content-link a small{
    color:#000;
}
#user-content-link{
    background-color:#fff;
}
#user-content-link a h6{
    color:#efbf03 !important;
}
#user-content-link a{
        background-color:#fff !important;
}
#user-content-link a small{
    color:#000;
}


html{
    scroll-behaviour:smooth;
}



::-webkit-scrollbar {
    width: 10px;
}


::-webkit-scrollbar-track {
    background: #000;

}

::-webkit-scrollbar-thumb {
    background: #efbf03;

}

::-webkit-scrollbar-thumb:hover {
    background: #efbf03;
}





    body{
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}
#box{
    height: 200px;
    width: 1000px;
    border: 4px solid #000;
    border-radius: 5px;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#main{
    height: 600px;
    width: 450px;
    background-color:white;
    border-radius: 5px;
    position: absolute;
    top:50%;
    left: 70%;
    transform: translate(-50%,-50%);
    z-index: 99;
}
#loginform,#signupform{
    position: absolute;
    top:50%;
    left: 70%;
    transform: translate(-50%,-50%);
    z-index: 999;
}
#signupform{
    top:54%;
    left: 75%;
    visibility: hidden;
}
#loginform h1,#signupform h1{
    font-family: arial;
    font-size: 25px;
    color:#000;
}
#loginform input,#signupform input{
    height: 40px;
    width: 300px;
    border: 0px;
    outline:3;
    border-bottom: 1px solid black;
    margin: 5px;
}


#loginform button:hover,#signupform button:hover {
  background-color: #EEEEEE;
  color: #2d2d2d;
  cursor: pointer;
  border: 1px black solid;
}

#login_btn,#signup_btn{
    height: 35px;
    width: 120px;
    background-color:#000;
    color:white;
    border:unset;
    border-radius: 5px;
    outline: none;
    position: absolute;
    left: 75%;
    top:65%;
    transform: translate(-50%,-50%);
    transition: all .5s;
}

#signup_btn{
    left: 25%;
}

#login_btn:hover,#signup_btn:hover{
    background-color: white;
    color: #2d2d2d;
    cursor: pointer;
}

#login_msg,#signup_msg{
    font-family: arial;
    font-size: 20px;
    color:#000;
    position: absolute;
    top:35%;
    left: 75%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#signup_msg{
    left: 25%;
}
/*.form-check{*/
/*        padding-left:unset !important;*/
/*}*/
/* .form-check .form-check-input{
        width: 14px !important;
    height: 14px !important;


} */
 #demo a{
    width: 21px !important;
    height: 21px !important;
 }
 #demo a svg{
    vertical-align: unset !important;
 }
.custom-form-select{
    background:#fff;
    color:#000;
}
.custom-label{
    font-weight:600;
}

.custom-form-select option{
    cursor:pointer;
}
.btn-continiue-white{
        background-color: #efbf03;
        color:#000 !important;
}
.table{
    color:#fff;
}
.btn-info {
    color: #000 !important;
    background-color: #efbf03;
    border-color: #efbf03;
}




