* {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none !important;
}

p {
    margin: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

body {
    font-weight: 500;
    font-size: 14px;
    font-family: "DM Sans", sans-serif;
}

:root {
    --primary: #F65F2C;
    --secondary: hsl(210, 77%, 46%);
}


/* ------------------------ Header ---------------------------- */

.sitename {
    font-size: 30px;
    font-weight: 700;
    color: #888888;
}

.site_slogan {
    color: #818181;
    font-size: 15px;
    font-weight: 400;
}

.header .nav-link {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 5px !important;
    color: #232323;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    text-align: center;
}

.header .nav-link:hover {
    color: var(--primary);
}


.header .dropdown-item {
    font-size: 16px;
    padding: 6px 9px;
    border-bottom: 1px solid #f3f3f3;
}

.header .dropdown-item:last-child {
    border: 0 !important;
}

/* .header .nav-item:last-child .nav-link {
    border: 0;
} */

.tutorial_wrap {
    border: 1px solid #e6e2e2;
    border-radius: 12px;
    height: 100%;
}

.tutorial_wrap .tutorial_heading {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin: 0;
}

.tutorial_wrap ul li {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #ffffff;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 10px;
    position: relative;
    z-index: 5;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}

.tutorial_wrap ul li:hover {
    color: var(--primary);
}

.tutorial_wrap ul li:first-child {
    border-top: 0;
}

.tutorial_wrap ul li:last-child {
    border-bottom: 0;
}

/* footer */
.footer_section,
.copyright {
    background: #f8f8f8;
    border-top: 1px solid #EEE;
}

.widget_title {
    font-size: 18px;
    font-weight: 600;
    color: #232323;
}

.divider svg {
    fill: #f8f8f8;
}

.about_contributer p {
    font-size: 14px;
    color: #555;
}

.form-control {
    outline: none !important;
    box-shadow: none !important;
}

.footer_section .form-control {
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}


.btn-primary {
    background: var(--secondary);
    border-color: var(--secondary);
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
}

.btn-primary:hover {
    background: #055bb2 !important;
    border-color: #055bb2 !important;
}

.sidebar_wrapper .tutorial_wrap ul li {
    padding: 5px 12px !important;
    font-size: 14px;
}

.sidebar_wrapper .tutorial_wrap ul a {
    cursor: pointer;
}

.tutorial_wrapper .accordion-button {
    padding: 10px 10px;
    margin-bottom: 4px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px !important;
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    font-size: 18px;
    font-weight: 500;
}

.tutorial_wrapper .accordion-button:hover {
    background-color: #fafafa !important;
    color: var(--primary) !important;
}

.tutorial_wrapper .accordion-button:not(.collapsed) {
    background-color: #ededed !important;
}

.tutorial_wrapper .accordion-body {
    border: none;
}

.tutorial_wrapper .accordion-button::after {
    background-image: none;
    padding: 0;
    width: 0;
    height: 0;
}

/* .tutorial_wrapper .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "\f017";
    font-family: 'Font Awesome';
    transform: rotate(0deg);
} */


.tutorial_wrapper .accordion-button {
    padding: 10px 10px;
    margin-bottom: 4px;
    box-shadow: rgb(0 0 0 / 5%) 0px 1px 4px !important;
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.tutorial_wrapper .accordion-button::before {
    position: absolute;
    content: "";
    background: url('../images/arrow-icon.png') no-repeat;
    right: 7px;
    bottom: 7px;
    width: 30px;
    height: 22px;
}

.page_heading {
    font-size: 18px;
    font-weight: 600;
    color: #212112;
}

.single_tutorial_list ul li a {
    font-size: 15px;
    padding:
        4px 10px;
    color: rgb(33 37 41 / 75%);
    border-bottom:
        2px solid #f4f4f4 !important;
    transition:
        all 0.1s ease;
    margin-left: 10px;
}


.single_tutorial_list ul li a:hover {
    background: #ededed;
    color: #212121;
}

.single_tutorial_list ul li:last-child a {
    border-bottom: 0 !important;
}

.single_tutorial_list ul li {
    background-image: url('../images/play.png');
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 7px 9px;
}


.how_to_practice ul li {
    font-size: 16px;
    padding: 5px 0px 5px 29px;
    position: relative;
    z-index: 1;
}

.how_to_practice ul li:before {
    position: absolute;
    content: "";
    top: -1px;
    left: 0;
    background: url('../images/icons/check.svg') no-repeat scroll 0 6px;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.video_playlist {
    height: 379px;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
}

.video_playlist .list .number {
    font-size: 14px;
    color: #555;
}

.video_playlist .list .video_poster img {
    width: 100px;
    height: auto;
}

.video_playlist .list .name {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    color: #212121;
}

.video_playlist .list.active {
    background: #eaeaea !important;
}

.video_playlist .list {
    border-bottom: 1px solid #efefef;
    padding: 8px 8px;
}

.video_playlist .list:hover {
    background-color: rgb(248 249 250);
}

.duration_time {
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    min-width: 36px;
    border-radius: 2px;
    padding: 0px 2px;
    font-size: 13px;
}

.divider {
    position: relative;
}

.divider:before {
    position: absolute;
    content: "";
    left: 0;
    width: 69%;
    height: 1px;
    /* background: #ededed; */
    bottom: 10px;
    margin: auto;
    right: 0;
}

.divider span {
    background: #fff;
    position: relative;
    padding: 0px 18px;
    font-size: 18px;
}

.widget_heading h4 {
    font-size: 18px;
    color: #212121;
}

.widget_links a {
    color: #212121;
    transition: all 0.4s ease;
    font-size: 14px;
}

.widget_links a:hover {
    text-decoration: underline !important;
}

.header_card h1 {
    font-size: 23px;
    color: #212121;
    margin: 0;
}

.paragrap {
    font-size: 16px;
}

.side-filter-box {
    border: 1px solid #EEE;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    position: sticky;
    padding: 1rem;
    top: auto;
    align-self: flex-end;
    bottom: 0;
    padding: 10px;
}

.side-filter-box h6.ft-medium {
    font-size: 20px;
    font-weight: 600;
}

.recent_post {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.blg_grid_box {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 30px;
    border-radius: 0.5rem;
    border: 1px solid #EEE;
}

.blg_grid_caption {
    position: relative;
    display: block;
    padding: 1.2rem 1.2rem;
}

.blg_title h4 a {
    color: #30384e;
}

.blg_title h4 {
    font-size: 16px;
    font-weight: 600;
}

.blg_desc {
    font-size: 16px;
}

.side-filter-box h6.ft-medium {
    font-size: 20px;
    font-weight: 600;
}

.no-ul-list li {
    list-style: none;
    font-size: 16px;
}

.filter-list a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
}

.filter-list a:hover {
    color: #2196F3;
}

.blog_details .title {
    font-size: 22px;
    font-weight: 600;
}

.blog_details .desc {
    font-size: 16px;
    font-weight: 400;
}


.source_code .card {
    border: 1px solid #EEE;
    padding: 15px;
}

.source_code .card-header {
    background: #fafafa;
    border: none;
}

.source_code .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.source_code .form-label {
    font-size: 14px;
    font-weight: 500;
}

.source_code .form-control {
    padding: 8px;
    font-size: 14px;
}

.source_code .form-control::placeholder {
    color: #CCC;
}

.form-control::placeholder {
    color: #ddd;
    font-size: 14px;
}


.question_list {
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.question_list:hover {
    background: #f5f5f5;
}

.vote_btn {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 1px solid #DDD;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#000;
}

.forum_btn  button{
    max-width: 160px; 
    width: 100%;
}

#duplicate_questions .card-body {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
}

.break-word {
  word-wrap: break-word;         /* For older support */
  overflow-wrap: break-word;     /* Standard property */
  word-break: break-word;        /* Non-standard but widely supported */
  hyphens: auto;                 /* Adds hyphenation if available */
}

.nav-link {
    font-size: 16px;
    font-weight: 600;
}