:root {
    --primary-color: #0067b8;
    --background-Color: #f2f8f9;
}

.release {
    background-color: #f8f9fa;
    width: 240px;
    padding: 15px;
    margin-bottom: 15px;
    height: 52px;
    border-radius: 10px;
}

.block {
    background-color: #f5f7fb;
    margin-bottom: 15px;
    padding: 23px;
    border-radius: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem !important;
    text-align: justify !important;
    line-height: 1.6;
    /* font-weight: 500; */
    color: #191919;
}
pre {
    margin-bottom: 0 !important;
}

.pheight {
    line-height: 1 !important;
}

.title {
    color: black !important;
    font-size: 1.2rem !important;
    margin-bottom: 1rem !important;
}

.page_title {
    color: black;
    font-size: 1.8rem !important;
    margin-bottom: 1rem !important;
}

h1 {
    font-size: 1.6rem;
    color: #0067b8;
}

h2 {
    font-size: 1.5rem !important;
}

h3 {
    font-size: 1.4rem;
    color: #495057;
}

h4 {
    font-size: 1.3rem;
    color: #3e72c1;
}

h5 {
    font-size: 1.2rem;
    color: #6c757d;
}

h6 {
    font-size: 1rem;
    color: #3e72c1 !important;
}

.h4_releasenotes {
    font-weight: 600 !important;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 0.8125em;
    color: #3b7ddd;
}

.textmark {
    background-color: #f7f7f8;
    border-radius: 4px;
    padding: 7px;
}

.img-style {
    border: 1px solid #555;
    border-radius: 6px;
    max-width: 100%;
}

mark .mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.search {
    margin-top: 10px;
    padding-left: 30px;
    height: 48.91px;
    border-radius: 6px;
    border: 0.86px;
    border: 1px solid #ccd6de;
}

.az {
    display: flex;
    flex-wrap: wrap;
}

.alphabets {
    width: 48.91px;
    height: 48.91px;
    border-radius: 6px;
    border: 0.86px;
    border: 1px solid #ccd6de;
    padding-top: 13px;
    padding-left: 18px;
    margin-top: 24px;
    margin-right: 39px;
}

.block {
    width: 100%;
    min-height: 20px;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    border-radius: 20px;
}

.boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

#A {
    display: flex;
}

#B {
    display: flex;
}

.boxes> div{
    display: flex !important;
}
.boxes> div > .block{
    display: flex;
    flex-direction: column;
}
.boxes> div > .block > .footers{
    margin-top: auto;
 
}

@media (max-width: 700px) {
    .col-sm-6 {
        width: 100% !important;
    }
}

.table th {
    font-weight: 500;
}

.table tbody th {
    border-bottom: 1px solid #eaeff4;
}

.table .thead-light th {
    background-color: #eef6f6;
    font-size: 1rem;
    text-align: center;
    border-bottom: 4px solid #dee2e6;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #757575;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #f1f2f3;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #f1f2f3;
}

.table tbody+tbody {
    border-top: 2px solid #f1f2f3;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 2px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table>tbody>tr>td {
    vertical-align: top;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.w-100 {
    width: 100% !important;
}

.overflow-auto {
    overflow: auto !important;
}

.oth-link.page-link123.active>.sidebar-item {

    background-color: #EEF8FF !important;
    color: black !important;
    border-left: none !important;
    background: #EEF8FF !important;

}

.menu-t>* {
    color: black;
    text-decoration: none;
}

.menu-t>*:hover {
    color: black;
    text-decoration: none;
}

.dropdown:hover .dropdown-menu {
    display: block;
    text-decoration: none;
}

.dropdown-toggle {
    color: black;
    text-decoration: none;
}

.dropdown-toggle:hover {
    color: black;
    text-decoration: none;
}


.dis-b {
    display: block;
}

.danger {
    background-color: #ffdede;
    border-left: 6px solid #f44336;
}

.success {
    background-color: #eafaea;
    border-left: 6px solid #04AA6D;
}

.info {
    background-color: #eef6f6 !important;
    border-left: 6px solid #6c757d !important;
    border-radius: 6px;
}

.warning {
    background-color: #fffff1;
    border-left: 6px solid #ffeb3b;
}

.notes-box {
    margin-bottom: 15px;
    padding: 10px 12px;
}

code {
    font-size: 1rem;
    color: #76064f;
    word-break: break-word;
}

.code-box {
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 10px 12px;
    border: 1px solid #6c757d !important;
}

/* .danger {
          background-color: #ffdede;
          border-left: 6px solid #f44336;
        }
        .success {
          background-color:#eafaea;
          border-left: 6px solid #04AA6D;
        }
        .info {
          background-color: #e7f3fe;
          border-left: 6px solid #2196F3;
        }
        .warning {
          background-color: #fffff1;
          border-left: 6px solid #ffeb3b;
        }
        .notes-box {
          margin-bottom: 15px;
          padding: 10px 12px;
        } */
/* / .dropdown-toggle::after { display: none; }  /
    / Specific rules to remove borders and text-decoration / */
.sidebar-width {
    min-width: 310px !important;
    max-width: 310px !important;
}

.sidebar-nav {
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-nav .sidebar-item a,
.sidebar-nav .sidebar-item a:hover,
.sidebar-nav .sidebar-item a:focus,
.sidebar-nav .sidebar-item a:active,
.sidebar-nav .sidebar-item .sidebar-link,
.sidebar-nav .sidebar-item .sidebar-link:hover,
.sidebar-nav .sidebar-item .sidebar-link:focus,
.sidebar-nav .sidebar-item .sidebar-link:active,
.sidebar-nav .sidebar-item .sidebar-link img,
.sidebar-nav .sidebar-item .sidebar-link img:hover,
.sidebar-nav .sidebar-item .sidebar-link img:focus,
.sidebar-nav .sidebar-item .sidebar-link img:active,
.sidebar-nav .sidebar-item .sidebar-link span,
.sidebar-nav .sidebar-item .sidebar-link span:hover,
.sidebar-nav .sidebar-item .sidebar-link span:focus,
.sidebar-nav .sidebar-item .sidebar-link span:active {
    border: none !important;
    border-bottom: 0 !important;
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.boxes {
    display: block;
}



/* / Style the custom dropdown button / */
.custom-dropbtn {
    background-color: #3498db;
    color: white;
    padding: 12px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* / Custom dropdown button on hover & focus / */
.custom-dropbtn:hover,
.custom-dropbtn:focus {
    background-color: #2980b9;
}

/* / Custom dropdown content (hidden by default) / */
.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* / Links inside the custom dropdown / */
.custom-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* / Change color of custom dropdown links on hover / */
.custom-dropdown-content a:hover {
    background-color: #f1f1f1;
}

/* / Show the custom dropdown menu (use JS to add this class to the .custom-dropdown-content container when the dropdown is clicked) / */
.custom-show {
    display: block;
}

.nav-link {
    padding: 0px 15px;
}

.nav-link>.sidebar-link {
    padding: 2px 10px;
}

/* .desc-div{
      position: relative;
    }
    .pos-ab{
      position: absolute;
      bottom: 0;
    
    } */
/*     
    .block {
        width: 100%;
        height: 100%;
     
        padding: 20px;
        box-sizing: border-box;
        border: 1px solid #CBCBCB;
        border-radius: 20px;
    } */

.boxes {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;

}

.lin-button {
    border-radius: 50%;
    background-color: #3b7ddd;
    padding: 8px 10px;
    color: #fff;
}

.button {
    padding: 12px 50px;
    background-color: white;
    color: #0067b8;
    font-size: 1.2rem;
    border-radius: 10px;
    border: 2px solid #0067b8;
}

a:hover {
    border: none;
    text-decoration: none;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

.menu-t:last-child .dropdown .dropdown-menu {
    right: 0;
}

/* for breadcrumb */

.breadcrumb {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    flex-wrap: wrap;
}

/* .breadcrumb li {
    margin: 0 1px;
} */

.breadcrumb li+li:before {
    content: "/  ";
    /* margin: 0 1px; */
    color: var(--primary-color);
}

.breadcrumb a {
    text-decoration: none;
    color: var(--primary-color);
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* /// */

/* For ul and li css */

.pl-20 {
    padding-left: 20px !important;
}

.pl-15 {
    padding-left: 15px;
}

.pl-28 {
    padding-left: 28px !important;
}

.nested-list ul {
    list-style-type: lower-alpha;
    /* padding-left: 14px; */
    /* margin-left: 20px; */
}

.nested-list ul ul {
    list-style-type: lower-roman;
    /* margin-left: 20px; */
}

.nested-list ul ul ul {
    list-style-type: decimal;
    /* margin-left: 20px; */
}

.nested-list ul ul ul ul {
    list-style-type: lower-alpha;
    /* margin-left: 20px; */
}

.nested-list ul ul ul ul ul {
    list-style-type: lower-roman;
    /* margin-left: 20px; */
}

.nested-list ul ul ul ul ul ul {
    list-style-type: decimal;
    /* margin-left: 20px; */
}

.nested-list ul ul ul ul ul ul ul {
    list-style-type: lower-alpha;
    /* margin-left: 20px; */
}

.nested-list ul ul ul ul ul ul ul ul {
    list-style-type: lower-roman;
    /* margin-left: 20px; */
}

.nested-list ul ul ul ul ul ul ul ul ul {
    list-style-type: decimal;
    /* margin-left: 20px; */
}

/* global css */
.sidebar-content {
    background-color: white !important;
}

.sidebar-nav {
    padding-top: 30px;
}

.sidebar-nav li {
    padding: 0px 5px;
}

.sidebar-link {
    background-color: white;
    color: #404345;
    padding: 5px 15px;
}

.sidebar-link:hover {
    background-color: #EEF8FF;
    color: black;
}

.sidebar-item.active>.sidebar-link {
    background-color: #EEF8FF !important;
    color: black !important;
    border-left: none !important;
    background: #EEF8FF !important;

}

.navbar {
    min-height: 83px;
    padding: 0px;

}

.sidebar-brand {
    color: #f8f9fa;
    display: block;
    min-height: 83px;
    padding: 0%;
    display: flex;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #EEF8FF;
}

.navbar-collapse {
    justify-content: end;

}

.menu {
    display: flex;
    margin-right: 25px;
}

.menu-t {
    margin: 15px;
}

.content {

    padding: 0 !important;
    width: -webkit-fill-available;
    display: flex;
}

.inner-container {
    margin: 20px;
    width: -webkit-fill-available;
    display: flex;
    gap: 20px;
}

.bg-container {
    margin: 0px !important;
}

.desc-div {
    flex-grow: 1;
    width: -webkit-fill-available;
    padding: 30px;
    background-color: white;
    border-radius: 8px;
    word-wrap: break-word;
}

.t-div {
    flex-grow: 1;
    background-color: white;
    border-radius: 8px;
    min-width: 300px;
    width: 20%;
    padding: 30px;

}

ul {
    padding-left: 20;
}

li {
    padding: 5px;
    /* color: #191919 !important; */
}

/* for ul and li */
/* .ul
{
  margin: 20px;
} */
.title {
    color: black;
    font-size: 1.9rem;
}

.small-text {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer {
    padding-top: 0px !important;
    background-color: transparent;
}

.img-div {
    width: -webkit-fill-available;
    display: flex;
    z-index: 1;
    position: absolute;

}

/* change image path */
.img {
    width: 100%;
    flex-grow: 1;
    height: 50vh;
    background-image: url("../img/screen_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.card-div {
    z-index: 2;
    flex-grow: 1;
    width: -webkit-fill-available;
    padding: 20px;
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}

.top-div {
    width: -webkit-fill-available;
    padding: 50px 50px;
    width: 52%;
    min-width: 310px;
    margin-left: 100px;
}

.top-div-title {
    color: white;
    font-size: 22px;
    font-weight: 600;
}

.top-div-sub-title {
    color: white;
    margin: 15px 0;
    font-size: 14px;
    font-weight: 100
}

.btn-white {
    margin-top: 30px;
    max-width: 150px;
    background-color: white;
    border-radius: 8px;
    padding: 10px;
    color: #0067B8;
    display: flex;
    justify-content: center;
}

.card-white {
    position: relative;
    width: -webkit-fill-available;
    background-color: white;
    padding: 35px;
    border-radius: 20px;
    flex-grow: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.box {
    border: 1px solid #E7E7E7;
    width: 32%;
    /* height: 140px; */
    border-radius: 12px;
    padding: 25px;
    display: flex;
    gap: 20px;
}

.img-girl {
    width: 350px;
    position: absolute;
    right: 150px;
    top: -221px;
}

.ig {
    width: 100%;
    height: auto;
}

.footer {
    width: auto !important;
}

.search-input {
    border-radius: 10px;
    border: 1px solid #D0D7E1;
    padding: 5px 5px 5px 30px;
}

::placeholder {
    font-size: 12px;
}

.input-div {
    position: relative;
    margin-right: auto;
}

.search-ic {
    position: absolute;
    top: 12px;
    left: 10px;
}

.logo-img-div {
    width: 159px;
    height: 30px;
    background-image: url("../img/unifiya_logo.svg");
}

/* for version */
.version-selector {
    width: 300px;
}

label {
    display: block;
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
}

select {
    width: 200px;
    padding: 10px;
    font-size: 16px;
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* appearance: none; */
    /* Remove default dropdown arrow */
    /* background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNjY2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZD0iTTYuNjc1IDdsNC0zQTEgMSAwIDAgMCA5LjUuMjUgMSAxIDAgMCAwIDkgMGgtOGExIDEgMCAwIDAgLS42NzUgMS43NSAxIDEgMCAwIDAgMCAyTDIuMjUgNyA2LjY3NSA3ek0yLjI1IDVoOEEyIDIgMCAwIDEgMTAgNi4yNUw2IDguNzVsLTQgMy0xLjA4LS43NTYgLjA3OC0xLjI4NUw2IDQuMjVsNC0zQTIgMiAwIDAgMSAxMiA1di40MjVsLTMuMjUuMzk1bC00IDMuMDc3YTEgMSAwIDAgMCAwLTEuNTFsNCAzTDguNzUgOS45OTkgNCA3IDAgNS4yNSAyLjI1IDVzLTIgMiAweiIvPjwvc3ZnPg=='); */
    /* Custom arrow */
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

select:focus {
    outline: none;
    border-color: #999;
}

select:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

/* scroll btn */

#goTopBtn {
    height: 50px;
    width: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--primary-color);
    color: var(--background-Color);
    cursor: pointer;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}


#goTopBtn.show {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transform: scale(1);
}

html {
    scroll-behavior: smooth;
}



/* For dark mode */

.dark-mode-div {
    position: absolute;
    right: 25px;
}

.darkmode-btn {
    width: 130px;
    height: 40px;
    background: white;
    border: 1px solid #E7E7E7;
    border-radius: 10px;
    color: #495057;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.sun-svg g path {
    stroke: #cccccc;
}

.moon-svg g path {
    stroke: #cccccc;
}

.dark-mode .sidebar-nav,
.dark-mode .sidebar-nav .sidebar-item .sidebar-link,
.dark-mode label,
.dark-mode select,
.dark-mode .bg-container,
.dark-mode .card-white,
.dark-mode .title,
.dark-mode footer.footer,
.dark-mode .text-muted,
.dark-mode .footer-text,
.dark-mode .navbar-bg,
.dark-mode .navbar input,
.dark-mode .darkmode-btn,
.dark-mode .sidebar-brand,
.dark-mode .content,
.dark-mode .desc-div,
.dark-mode .block,
.dark-mode .t-div,
.dark-mode .release,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6,
.dark-mode p,
.dark-mode th,
.dark-mode td,
.dark-mode .table .thead-light th,
.dark-mode .page_title,
.dark-mode .notes-box,
.dark-mode .info,
.dark-mode .search {
    background-color: black;
    color: white;
}

.dark-mode .sidebar-brand {
    border: none;
}

.dark-mode .info {
    border: none;
    color: black;
}

.dark-mode .sun-svg g path {
    stroke: #2196F3;
}

.dark-mode .moon-svg g path {
    stroke: #2196F3;
}

.dark-mode .logo-img-div {
    background-image: url("../img/unifiya_logo_copy.svg");
}

.dark-mode .input-search::placeholder {
    color: #cccccc;
}

.dark-mode .btn-search:focus~.input-search,
.dark-mode .input-search:focus {
    border-bottom: 1px solid #cccccc;
}

/* .dark-mode .input-search:focus {
    border-bottom: 1px solid #cccccc;
} */

/* ////////////// */

.font-17 {
    font-size: 20px;
}

/* Othar css */

.mt-12 {
    margin-top: 12px;
}

/* /////////// search css //////////// */

.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: var(--primary-color);
    padding-right: 40px;
    color: var(--primary-color);
}

.input-search::placeholder {
    color: var(--primary-color);
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: var(--primary-color);
    background-color: transparent;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid var(--primary-color);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 200px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid var(--primary-color);
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.search-result-div {
    margin-top: 10px;
    z-index: 5;
    position: absolute;
    border-radius: 5px;
    border: 1px solid rgba(128, 128, 128, 0.462);
    background: white;
    max-height: 400px;
    overflow: auto;
}

.search-result-sub-div {
    max-width: 750px;
    font-size: 16px;
    font-weight: 600;
    color: gray;
    width: max-content;
}

.search-result-sub-div p {
    padding: 10px;
    margin-bottom: 0px !important;
}

.search-list-main-div {
    padding: 20px;
}

.search-list-main-div>div {
    color: #007bff;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.search-list-main-div>div>div {
    margin-bottom: 10px;
}

/* /////////////////////////// */

/* /////////// scrollbar ///////////////// */
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 10px;
}

/* ///////////////////////// */

.oth-link.page-link123.active>.sidebar-item {
    background-color: #3d94d1 !important;
    color: black !important;
    border-left: none !important;
    background: #EEF8FF !important;
}

.oth-link.page-link123.active>.sidebar-link {
    background-color: #378cc9 !important;
    color: black !important;
    border-left: none !important;
    background: #EEF8FF !important;
}

.nav-link.page-link123.active>.sidebar-item {
    background-color: #3d94d1 !important;
    color: black !important;
    border-left: none !important;
    background: #EEF8FF !important;
}

.nav-link.page-link123.active>.sidebar-link {
    background-color: #378cc9 !important;
    color: black !important;
    border-left: none !important;
    background: #EEF8FF !important;
}

@media only screen and (max-width: 1156px) {
    .box {
        width: 48%
    }
}

@media only screen and (max-width: 1050px) {
    .img-girl {
        right: 40px !important;
    }
}

@media only screen and (max-width: 1250px) {

    .img-girl {
        right: 80px;
    }

    .top-div {
        margin-left: 0;
    }
}


@media only screen and (max-width: 768px) {
    .inner-container {
        flex-direction: column-reverse;
    }

    .t-div {
        min-width: 300px;
        width: calc(100% - 40px);
        height: auto;
        padding: 20px;
        margin: 20px 20px 0px 20px;
    }

    .desc-div {
        min-width: 300px;
        padding: 20px;
    }

    .top-div {
        width: 55%;
    }

}

@media only screen and (max-width: 675px) {
    .box {
        width: 100%
    }

    .img-girl {
        display: none;
    }

    .navbar-collapse {
        justify-content: start;
    }

    .top-div {
        width: 100% !important;
    }

    .content {
        flex-direction: column-reverse;
    }
    .not-reverse{
        flex-direction: column !important;
    }
}


@media only screen and (max-width: 400px) {
    .menu {
        display: flex;
        flex-direction: column;
    }

    .navbar-collapse {
        justify-content: start;
    }

    .navbar {
        padding: 0px;
        flex-direction: column;
        align-items: start;
    }

    .navbar {
        min-height: 83px;
        padding: 0px;
    }

    .sidebar-toggle {
        margin: 10px;
    }

    .top-div {
        padding: 50px 20px;

    }
}

@media (max-width: 1300px) {
    .img-cen {
        width: 100%;
        height: auto;
        margin: 10px;
    }
}

@media (max-width: 800px) {
    .button {
        padding: 12px 40px;
    }
}

@media (max-width: 500px) {
    .inner-container {
        margin: 0px !important;
    }

    .t-div {
        width: 100%;
        margin: 20px 0px 20px 0px;
    }

    .top-div {
        min-width: auto;
    }

    ol,
    ul {
        padding-left: 1.5rem;
    }
}

@media (max-width: 400px) {
    .search-box {
        margin-bottom: 10px;
    }
}

@media (min-width: 1px) and (max-width: 991.98px) {
    .sidebar {
        margin-left: -310px;
    }

    .card-white {
        padding: 18px;
    }

    .sidebar-toggle {
        margin-left: 18px;
    }

    .search-box {
        margin-left: 10px;
    }
}

body {
    font-size: 1.05469rem !important;
}

.card3 {
    --border-radius: 0.75rem;
    --primary-color: #0067b8;
    --secondary-color: #3c3852;
    width: calc(32% - 24px);
    margin: 12px;
    font-family: "Arial";
    padding: 1rem;
    /* cursor: pointer; */
    border-radius: var(--border-radius);
    background: #f1f1f3;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
    position: relative;
    min-height: 150px;
}

.cardtext {
    --border-radius: 0.75rem;
    --primary-color: #0067b8;
    --secondary-color: #3c3852;
    width: calc(32% - 24px);
    margin: 12px;
    font-family: "Arial";
    padding: 1rem;
    /* cursor: pointer; */
    border-radius: var(--border-radius);
    background: #f1f1f3;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 3%);
    position: relative;
    min-height: 50px;
}

.card3>*+* {
    margin-top: 1.1em;
}

.card3 .card3__content {
    color: var(--secondary-color);
    font-size: 0.86rem;
}

.card3__content a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.card3 .card3__title {
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.card3 .card3_title {
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
}

.card3 .card3__date {
    color: #6e6b80;
    font-size: 0.8rem;
}

.card3 .card3__arrow {
    position: absolute;
    background: var(--primary-color);
    padding: 0.4rem;
    border-top-left-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
    bottom: 0;
    right: 0;
    transition: 0.2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card3 svg {
    transition: 0.2s;
}

.card3:hover .card3__title {
    color: var(--primary-color);
    /* text-decoration: underline; */
}

.card3:hover .card3__arrow {
    background: #111;
}

.card3:hover .card3__arrow svg {
    transform: translateX(3px);
}


.card5 {
    border-radius: 10px;
    filter: drop-shadow(0 5px 10px 0 #ffffff);
    width: calc(49% - 24px);
    min-height: 180px;
    background-color: var(--background-Color);
    padding: 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 12px;
    transition: 0.6s ease-in;
    display: inline-block;
}

.card5 div {
    font-size: 15px;
    font-weight: bold;
}

.card5::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -15px;
    right: -15px;
    background: var(--primary-color);
    height: 220px;
    width: 25px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card5:hover::before {
    transition-delay: 0.2s;
    transform: scale(70);
}

.card5:hover {
    color: #ffffff !important;
}

.card5 h4:hover {
    color: #fff;
}

.card5:hover > p {
    color: #fff;
}

.card5 p {
    padding: 10px 0;
}
.result-item {
    padding: 10px;
}

.result-item a {
    text-decoration: none;
    color: #007bff;
}

.result-item a span {
    color: #495057;
    font-weight: 400;
    font-size: 14px;
}

/* .result-item a:hover {
    color: #007bff;
} */


/* css by anksuh */

.row-details{
    font-size: 13px !important;
    color: black !important;
}

@media (max-width: 1200px) {
     .card3 {
        width: calc(50% - 32px)
    }

}
@media (max-width: 610px) {
     .card3 {
        width: calc(100% - 24px)
    }

}


/* //new css starts here*/

.container2:has(.card5){
    display: flex;
}

@media (max-width: 850px) {
    .container2:has(.card5){
       flex-direction: column;
    }
    .card5{
        width: calc(100% - 24px);
    }


}