body {
    overflow-x: hidden;
}
.search-input {
    outline: none;
    border: none;
}

.search-input:focus {
    box-shadow: none !important;
    border: none !important;
}

select:focus {
    box-shadow: none !important;
}
input:focus {
    box-shadow: 0 0 0 2px #1f5c7a72 !important;
    border-color: #1f5c7a72 !important;
}
.signin-navbar-logo {
    width: 170px;
    object-fit: contain;
}
.toggle-sidebar-btn {
    position: absolute;
    left: -5%;
    z-index: 1111;
    top: 28%;
}
.btn-toggled {
    left: 0;
    position: relative;
}

#show-sidebarbtn {
    transition: transform 0.5s;
}

.icon-rotated {
    transform: rotate(180deg);
}

@media screen and (max-width: 1199px) {
    .toggle-sidebar-btn {
        position: relative;
        left: 0%;
        z-index: 1;
        top: 28%;
        transform: rotate(180deg);
    }
    .icon-rotated {
        transform: rotate(180deg);
    }
}

.studycrafy-blue {
    color: #1f5c7a;
}
.courses-card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
}
.courses-card .card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.courses-card .card-body .mt-auto {
    margin-top: auto;
}

/* @media (min-width: 767px) and (max-width: 1063px) {
  .buttons-container > *:nth-child(2) {
      margin-top: 10px;
  }
} */

@media screen and (max-width: 600px) {
    .signin-navbar-logo {
        height: 55px;
        width: 55px;
        object-fit: contain;
    }
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
    margin: 0 8px !important;
}
.courses-card {
    height: 100% !important;
}
.courses-card-img {
    width: 100%;
    height: 150px !important;
    object-fit: cover;
}

.university-details-img {
    height: 200px !important;
    width: 100%;
    object-fit: cover;
}
.page-item .page-link,
.page-item .page-link {
    border: none !important;
    width: 50px !important;
    padding: 10px 30px !important;
    border-radius: 2% !important;
}
.page-item.active .page-link {
    border-radius: 10px !important;
    color: #fff !important;

    background-color: #1f5c7a !important ;

    padding: 10px !important;
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active .icon {
    background-image: linear-gradient(310deg, #ffffff, #ffffff);
}
.navbar-vertical .navbar-nav > .nav-item .nav-link.active {
    background-color: #1f5c7a !important ;
    color: #fff;
}

.dataTables_wrapper {
    position: relative;
    overflow-y: hidden;
}

/* Style the DataTable's scrollbar */
.dataTables_wrapper::-webkit-scrollbar {
    width: 2px; /* Set the width of the scrollbar */
}

.dataTables_wrapper::-webkit-scrollbar-thumb {
    background-color: #bcbaba; /* Set the color of the scrollbar thumb */
    border-radius: 2px !important;
    width: 1px !important;
    height: 2px !important;
    padding: 3px !important;
}
::-webkit-scrollbar:horizontal {
    height: 3px;
    background-color: rgb(254, 254, 254);
}
::-webkit-scrollbar-thumb:horizontal {
    background: #bcbaba;
    border-radius: 10px;
}

.table-action-button {
    background-color: transparent !important;
    outline: none !important;
    border: none;
    font-size: 0.75rem;
    font-weight: 700;
    color: #8392ab !important;
    line-height: 1.25px;
}
.dataTables_info {
    font-size: 0.9rem;
}

.menu.show:before {
    top: 0 !important;
}
.dropdown .dropdown-menu:before {
    content: "" !important;
}

#example_previous {
    margin: 0 10px !important;
}

.box {
    height: 40px;
    width: 40px;

    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.329);
}

.img path {
    fill: green;
}

.blue-color {
    color: #1f5c7a;
}

.icon-sm {
    width: 38px !important;
    height: 32px;
}
.search-icon {
    /* position: absolute; */
    width: 16px;
    height: 16px;
    margin-left: 20px;
}
.search-parent {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    overflow: hidden;
    background-color: white !important;

    width: 600px;
}

@media screen and (max-width: 876px) {
    .search-parent {
        width: 100%;
    }
}

/* Side bar Start*/

.sidebar {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    z-index: 996;
    transition: all 0.3s;
    padding: 20px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
    background-color: #fff;
}

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

.sidebar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
    background-color: #aab7cf;
}

@media (min-width: 1200px) {
    #main,
    #footer {
        margin-left: 255px;
    }
}

@media (max-width: 1199px) {
    .toggle-sidebar .sidebar {
        left: 0;
    }
}

@media (min-width: 1200px) {
    .toggle-sidebar #main,
    .toggle-sidebar #footer {
        margin-left: 0;
    }

    .toggle-sidebar .sidebar {
        left: -300px;
    }
}

.sidebar-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-item {
    margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
    font-size: 11px;
    text-transform: uppercase;
    color: #899bbd;
    font-weight: 600;
    margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #4154f1;
    transition: 0.3;
    background: #f6f9ff;
    padding: 10px 15px;
    border-radius: 4px;
}

.sidebar-nav .nav-link i {
    font-size: 16px;
    margin-right: 10px;
    color: #4154f1;
}

.sidebar-nav .nav-link.collapsed {
    color: #012970;
    background: #fff;
}

.sidebar-nav .nav-link.collapsed i {
    color: #899bbd;
}

.sidebar-nav .nav-link:hover {
    color: #4154f1;
    background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
    color: #4154f1;
}

.sidebar-nav .nav-link .bi-chevron-down {
    margin-right: 0;
    transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
    transform: rotate(180deg);
}

.sidebar-nav .nav-content {
    padding: 5px 0 0 0;
    margin: 0;
    list-style: none;
}

.sidebar-nav .nav-content a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #012970;
    transition: 0.3;
    padding: 10px 0 10px 40px;
    transition: 0.3s;
}

.sidebar-nav .nav-content a i {
    font-size: 6px;
    margin-right: 8px;
    line-height: 0;
    border-radius: 50%;
}

.sidebar-nav .nav-content a:hover,
.sidebar-nav .nav-content a.active {
    color: #4154f1;
}

.sidebar-nav .nav-content a.active i {
    background-color: #4154f1;
}
.navbar-hamburger-icon {
    height: 30px;
    width: 30px;
}

.aHoverRemove:hover {
    color: #1f5c7a !important;
}

.sidebar-logo {
    width: 150px;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .sidebar-cross-icon {
        display: none;
    }
}
@media (max-width: 1200px) {
    .sidebar-cross-icon {
        display: block;
    }
}

/* Side bar End*/
.nav-profile {
    color: #012970;
}

.nav-profile img {
    max-height: 36px;
}

.nav-profile span {
    font-size: 14px;
    font-weight: 600;
}
.join_button_gray {
    opacity: 1;
    box-shadow: none;

    border: 1px solid #e6e6e6 !important;
}

.header-profile-img {
    height: 30px;
    width: 30px;
    object-fit: contain;
}
/* @media screen and (max-width: 992px) {
  .toggle-sidebar-btn{
      position: relative;
      left: 10%;
      z-index: 1;
      border: 2px solid red;
      top: 0%;

  }
} */
@media screen and (max-width: 600px) {
    .profile-purchase-exam {
        font-size: 13px;
    }
}
.nav-link svg {
    height: 17px !important;
    width: 17px !important;
}

button[disabled] {
    background-color: #1f5c7a !important;
    color: #fff !important;
}
ul li {
    list-style: none !important;
}

.swal2-confirm {
    background-color: #1f5c7a !important;
}

/* Landing */
.landing-page-logo {
    width: 60px;

    object-fit: cover;
}

.landing-page {
    background-color: rgb(226, 225, 225) !important;
    color: #000;
}
.landing-page-img1 {
    height: 150px !important;
    border-radius: 24px;
    display: block;
    margin-top: 12px;
}
.landing-data-img1,
.landing-data-img2 {
    /* width: 100%;
  height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 24px;
    background-color: white;
    border: 1px solid black;
    cursor: pointer;
}
.landing-text {
    width: 80%;
    margin: auto;
}
@media screen and (max-width: 576px) {
    .landing-text {
        width: 82%;
        margin: auto;
    }
}

.landing-page-btn {
    background-color: #1f5c7a;
    padding: 8px 24px !important;
    border-radius: 12px;
    color: #fff;
    border: none;
    outline: line;
}
.landing-page-btn:hover {
    color: #fff !important;
    /* transform: scale(1.5 ) !important;
  border: 1px solid rgb(255, 255, 255); */
}
.login-btn {
    background-color: #1f5c7a;
    padding: 8px 24px;
    border-radius: 12px;
    color: #fff;
    border: none;
    outline: line;
    transition: all 0.3s ease-in-out;
}
.login-btn:hover {
    --edge-light: hsla(0, 0%, 50%, 1);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0.4px 1px 4px var(--edge-light), 2px 4px 8px #1f5c7a7e;
    transform: scale(1.1);
    color: #fff !important;
}
/* .login-btn:hover{
  color: #fff !important;
  box-shadow: 0px 3px 3px -2px #1f5c7a, 1px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
  transform: scale(1.5);

} */
.landing-page-btn:hover {
    color: #ffffff;
}
.footer-lists {
    /* margin: 0; */
    padding-left: 0;
}

@media screen and (max-width: 767px) {
    .footer-copyright {
        text-align: left;
    }
    .footer-lists {
        gap: 0.6rem !important;
        flex-wrap: wrap;
    }
}

.new-footer {
    /*position: absolute;*/

    /*bottom: 0;*/
}

.main-content {
    min-height: 90vh;
}

@media screen and (max-width: 380px) {
}
.not-login-li {
    list-style: none !important;
}
/* a:hover{
  color: #ffffff !important;
} */

.landing-text-main-heading {
    font-size: 28px;
}
@media screen and (max-width: 756px) {
    .landing-text-main-heading {
        font-size: 24px;
    }
}
@media screen and (max-width: 576px) {
    .landing-text-main-heading {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}
.footer-lists:hover a:hover {
    color: #344767;
}
.footer-copyright:hover {
    color: #344767;
}
.footer-main {
    margin-top: 0;
}
@media screen and (max-width: 576px) {
    .footer-main {
        margin-top: 12px;
    }
}

/* Login Button */

.dashbaord-sidebar-btn {
    background-color: #1f5c7a;
    padding: 14px 24px;
    border-radius: 12px;
    color: #fff;
    border: none;
    outline: line;
    transition: all 0.3s ease-in-out;
    margin-top: 8px;
}
.dashbaord-sidebar-btn:hover {
    --edge-light: hsla(0, 0%, 50%, 1);
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0.4px 1px 4px var(--edge-light), 2px 4px 8px #1f5c7a7e;
    transform: scale(1.02);
    color: #fff !important;
}
.dashbaord-email:hover {
    color: #000;
}
.profile-btn {
    background-color: #055393 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 600;
    color: white !important;
    padding: 8px 36px;

    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}
.icon-shape {
    background-color: #1f5c7a;
}
.parent-refer {
    display: inline-block;
    padding: 6px 8px !important;
    background-color: #e6e8f0;
    border-radius: 8px;
}
.parent-refer:hover {
    background-color: #f2f3f6;
    padding: 6px 8px !important;
    border-radius: 8px;
    box-sizing: border-box;
}
.parent-refer .refer-navbar {
    color: #002156 !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0px;
    margin-top: 4px !important;
}

a:hover {
    color: #002156 !important;
}

.login-btn {
    background-color: #055393 !important;
    padding: 12px 0;
}

.login-color {
    color: #055393;
}
.navbar-getquote-btn {
    background-color: #055393;
    padding: 12px 24px;
    border-radius: 50px;
    border: none;
    outline: none;
    color: #fff;
    margin-left: 16px;
    white-space: nowrap;
}
.navbar-getquote-btn:hover {
    background-color: #083b64;
}

.print-table .dt-buttons{
    position: absolute;
    top: 6px;
}

.print-table .dt-buttons .buttons-print{
    margin-bottom: 0 !important;
}

.print-table .pagination{
    justify-content: flex-end;
    margin-bottom: 1rem !important;
}
