span.selection {
    width: 100% !important;
}

.select2-selection__arrow {
    height: 21px !important;
}

.select2-selection--single {
    height: 41px !important;
}

.select2-selection__rendered {
    /* line-height: 21px !important; */
    font-size: small;
}

.select2-container {
    width: 100% !important;
}

/* header */

.ex-li-profile .dropdown {
    font-weight: 500;
    padding: unset;
}

/* my-task */

.login-section {
    padding-top: 5px;
}

.main-sec {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    height: 100%;
}

.my-task-sec {
    padding: 20px;
}

.my-task-sec .main-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #707eae;
}

.my-task-sec .main-title {
    font-size: 34px;
    font-weight: 700;
    color: #2b3674;
}

.tab_bar {
    background-color: #eff4fb;
    padding: 10px 0;
    /* border-bottom: 2px solid; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.tab_bar .tab_bar_points {
    color: #2b3674;
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
}

.tab_bar .tab_bar-title {
    font-size: 18px;
    font-weight: bold;
    color: #2f386a;
}

.my_task_list_check {
    margin: 0 4px;
}

/* @media (min-width: 1024px) {
    .my_task_list_check {
        margin: 0 10px;
    }
} */

.my_task_list_title {
    color: #2b3674;
    font-size: 14px;
    font-weight: 700;
    font-family: "Nunito", sans-serif !important;
}

.my_task_cme_points {
    font-size: 12px;
    color: #000;
}

.my_task_add_more_task_btn {
    padding: 10px 7px;
    text-align: center;
    margin: 16px 0;
    background-color: #393d92;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}
.add_icon {
    padding: 0px 8px;
    text-align: center;
    margin: 10px 0;
    background-color: #393d92;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.my_task_add_more_task_btn:hover {
    color: white !important;
}

@media (min-width: 640px) {
    .my_task_add_more_task_btn {
        padding: 11px 35px;
        text-align: start;
        border-radius: 8px;
    }
}

#newtab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #000 !important;
    background-color: #fff !important;
    border-bottom: 1px solid #ddd !important;
}

.border_bottom {
    /* border-bottom: 1px solid rgb(225, 222, 222) !important; */
    border-radius: 0 !important;
    min-height: 50px;
}

/* add more task modal */

.error {
    color: #ff0000;
    font-size: 17px;
}

.form-control.error {
    border-color: #ff0000;
    box-shadow: none;
}

.addmoretask_modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0px;
    display: flex;
    z-index: 999;
    width: 100%;
    height: calc(100%-1rem);
    padding: 16px;
    background-color: #0000008f;
}

.addmoretask_modal .addmoretask_modal_ly {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 672px;
}

.addmoretask_modal_content {
    position: relative;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.addmoretask_modal_content .addmoretask_modal_header {
    padding: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.addmoretask_modal_content .addmoretask_modal_header h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #2b3674;
}

.addmoretask_modal_content .addmoretask_modal_header button {
    color: rgb(156 163 175);
    background-color: transparent;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 6px;
    margin-left: auto;
}

.addmoretask_modal_content .addmoretask_modal_header button:hover {
    color: rgb(17 24 39 / 1);
}

.addmoretask_modal_content .addmoretask_modal_header button svg {
    width: 20px;
    height: 20px;
}

.addmoretask_modal_body {
    padding: 25px 0;
}
@media only screen and (max-width: 600px) {
    .addmoretask_modal_body {
        padding: 13px 0 !important;
    }
}

.addmoretask_modal_body .flex_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
}

.addmoretask_modal_body .flex_box .name {
    font-size: 14px;
    /* color: #AFAFAF; */
    width: 100%;
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.addmoretask_modal_body .flex_box .selecter-suggetion {
    width: 100%;
}

.addmoretask_modal_body .flex_box .selecter-suggetion .type #suggestions {
    background-color: #fdfdfd;
    position: absolute;
    top: 55px;
    z-index: 99;
    border-radius: 5px;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.48);
}

.addmoretask_modal_body .flex_box .selecter-suggetion .type {
    display: flex;
    position: relative;
    padding: 10px 0;
    width: 100%;
    flex-direction: column;
}

.addmoretask_modal_body .flex_box .selecter-suggetion .type input,
.addmoretask_modal_body .flex_box .selecter-suggetion .type textarea {
    border: 1px solid rgb(209, 213, 219);
    color: rgb(17, 24, 39);
    font-size: 0.875rem;
    border-radius: 5px;
    line-height: 1.25rem;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}

.addmoretask_modal_body .flex_box .selecter-suggetion .type input:focus {
    --tw-ring-color: rgb(63 131 248 / 1);
    border: 1px solid rgb(63 131 248);
}

@media (min-width: 640px) {
    .addmoretask_modal_body .flex_box {
        flex-direction: row;
    }

    .addmoretask_modal_body .flex_box .name {
        width: 20%;
        margin-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (min-width: 768px) {
    .addmoretask_modal {
        height: 100%;
    }

    .addmoretask_modal .addmoretask_modal_ly {
        height: auto;
    }
}

/* modal footer  */
.addmoretask_modal_footer {
    padding: 24px;
    border-top: 1px solid rgb(229 231 235);
    border-end-end-radius: 4px;
}

.addmoretask_modal_footer .c-btm {
    color: rgb(107 114 128);
    background-color: white;
    border-radius: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid grey;
}

.addmoretask_modal_footer .c-btm:hover {
    background-color: rgb(243 244 246);
    color: rgb(17 24 39);
}

.addmoretask_modal_footer .add-task {
    color: white;
    background-color: rgb(26 86 219);
    font-weight: 500;
    border-radius: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 10px 20px;
}

.addmoretask_modal_footer .add-task:hover {
    background-color: rgb(30 66 159);
}

/* mytask > details  */

.tab_content_main {
    background-color: #fff;
    /* margin-top: 8px; */
    padding: 24px;
    /* padding-bottom: 0; */
    width: 100%;
    height: 100%;
}

.tab_content_main .check-box {
    /* width: 5%; */
    text-align: center;
    margin-top: 6px;
    margin-right: 6px;

}

.tab_content_main .check-box input {
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 8px;
}

.tab_content_main .main-box {
    width: 95%;
}

.tab_content_main .main-box .certificate_head .left_text .task_name {
    color: #2b3674;
    font-size: 22px;
    font-weight: 700;
}

.edit-icon{
    color: #2b3674;
    cursor: pointer;
}
.save-icon{
    color: #2b3674;
    cursor: pointer;
}

.tab_content_main .main-box .certificate_head .right_text .task_type {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
}

.tab_content_main .main-box .certificate_head .right_text .task_webinar {
    color: #2b3674;
    font-size: 16px;
    font-weight: 600;
    margin: 3px 0;
}

.tab_content_main .main-box .duretion_pointd_validity .task_dpv {
    font-size: 16px;
    font-weight: 500;
}

.tab_content_main .main-box .task_description {
    margin-top: 26px;
    /* margin-right: 10px; */
}

.tab_content_main .main-box .task_description .description_text {
    font-size: 16px;
    color: #2b3674;
    /* font-weight: bold; */
    text-align: justify;
}

.tab_content_main .main-box .task_description .description_border {
    margin-top: 26px;
    border: 1px solid #dee2e6;
}

.tab_content_main .main-box .task_description .description_due {
    margin-top: 26px;
}

.tab_content_main .main-box .task_description .description_due .img_d {
    margin-right: 10px;
    height: 22px;
}

.tab_content_main
    .main-box
    .task_description
    .description_due
    .description_due_text {
    font-size: 16px;
    font-weight: 500;
}

.color_red,
.color_green {
    margin-left: 24px;
    font-weight: bold;
}

.color_red {
    color: rgb(240 82 82);
}

.color_green {
    color: rgb(14 159 110);
}

.margin_t_26 {
    margin-top: 26px;
}

/* timeline */

.timeline {
    height: 520px;
    overflow: scroll;
    overflow-x: hidden;
}

.timeline .event__link {
    text-decoration: none;
}

.timeline .event__link:hover {
    -webkit-text-decoration: underlined#1478fb;
    text-decoration: underlined#1478fb;
}

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

.timeline::-webkit-scrollbar {
    display: none;
}

.timeline::-webkit-scrollbar-track {
    background-color: rgba(251, 251, 251, 0.5);
    border: 1px solid#1478fb;
    border-radius: 100px;
}

.timeline::-webkit-scrollbar-thumb {
    background-color: #393d92;
    border: 1px solid #1478fb;
    border-radius: 100px;
}

.timeline .event {
    width: 100%;
}

.timeline .event .event__date {
    width: 100px;
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

.timeline .event .event__timeline .event__dot {
    background-color: #1476fb;
    height: 20px;
    width: 20px;
    border-radius: 99%;
    margin: 0 20px;
}

.timeline .event .event__timeline .event__line {
    background-color: #1476fb;
    height: 100%;
    min-height: 80px;
    width: 4px;
    margin-top: -5px;
}

.timeline .event .event__description {
    width: 100%;
    font-size: 15px;
}

.timeline .event .event__description .event__link {
    color: #1476fb;
    /* margin-bottom: 10px; */
    font-size: 14px;
}

.timeline .event .event__description .event_content {
    color: #555454;
    font-weight: 600;
    font-size: 14px;
}

/* due date  */

.due_date {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0px;
    display: flex;
    z-index: 999;
    width: 100%;
    height: calc(100%-1rem);
    padding: 16px;
    background-color: #0000008f;
}

.due_date .due_date_modal_ly {
    position: relative;
    width: 100%;
    /* height: 100%; */
    max-width: 672px;
}

.due_date .due_date_modal_ly .due_date_modal_content {
    position: relative;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.due_date .due_date_modal_ly .due_date_modal_content .due_date_modal_header {
    padding: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 1px;
}

.due_date .due_date_modal_ly .due_date_modal_content .due_date_modal_header h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(17 24 39);
}

.due_date
    .due_date_modal_ly
    .due_date_modal_content
    .due_date_modal_header
    button {
    color: rgb(156 163 175);
    background-color: transparent;
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
    padding: 0.375rem /* 6px */;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.due_date
    .due_date_modal_ly
    .due_date_modal_content
    .due_date_modal_header
    button:hover {
    color: rgb(17 24 39);
}

.due_date .due_date_modal_ly .due_date_modal_content .due_date_modal_body {
    padding: 15px 20px;
}

.due_date
    .due_date_modal_ly
    .due_date_modal_content
    .due_date_modal_body
    .due_date_modal_body_text {
    margin-bottom: 8px;
}

.due_date
    .due_date_modal_ly
    .due_date_modal_content
    .due_date_modal_body
    .due_date_modal_body_date {
    position: relative;
}

.due_date
    .due_date_modal_ly
    .due_date_modal_content
    .due_date_modal_body
    .due_date_modal_body_date
    input {
    display: block;
    min-height: auto;
    box-shadow: none;
    width: 100%;
    border-radius: 0.25rem;
    line-height: 1.6;
    padding: 7px 12px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.c_btn {
    color: rgb(107 114 128);
    background-color: white;
    border-radius: 5px;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding: 10px 20px;
    border: 1px solid grey;
}

.c_btn:hover {
    background-color: rgb(244, 242, 242);
}

.s_btn {
    padding: 10px 20px;
    text-align: center;
    margin: 16px 0;
    background-color: #393d92;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.s_btn:hover {
    background-color: #393d92;
    color: white !important;
}

.error {
    color: #ff0000;
    font-size: 17px;
}

.form-control.error {
    border-color: #ff0000;
    box-shadow: none;
}

.com_btn {
    padding: 10px 7px;
    text-align: center;
    margin: 16px 0;
    background-color: #393d92;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.my_task_add_more_task_btn:hover {
    color: white !important;
}

/* modal-footer  */

.m_footer_due {
    padding: 5px;
    border-top: 1px solid rgb(229 231 235);
    border-bottom-right-radius: 0.25rem /* 4px */;
    border-bottom-left-radius: 0.25rem /* 4px */;
    gap: 10px;
}

/* copleted Task  */

.drop-zone {
    max-width: 100%;
    /* height: 350px; */
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Nunito", sans-serif !important;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #cccccc;
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 300px;
    height: 150px;
    border-radius: 10px;
    /* overflow: hidden; */
    background-color: #cccccc;
    background-size: cover;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.complate {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0px;
    display: flex;
    z-index: 999;
    width: 100%;
    height: calc(100%-1rem);
    padding: 16px;
    background-color: #0000008f;
}

.complate .complate_modal_ly {
    position: relative;
    width: 100%;
    /* height: 100%; */
    max-width: 672px;
}

.complate .complate_modal_ly .complate_modal_content {
    position: relative;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.complate .complate_modal_ly .complate_modal_content .complate_modal_header {
    padding: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 1px;
}

.complate .complate_modal_ly .complate_modal_content .complate_modal_header h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(17 24 39);
}

.complate
    .complate_modal_ly
    .complate_modal_content
    .complate_modal_header
    button {
    color: rgb(156 163 175);
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.375rem;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.complate
    .complate_modal_ly
    .complate_modal_content
    .complate_modal_header
    button:hover {
    color: rgb(17 24 39);
}

.complate .complate_modal_ly .complate_modal_content .complate_modal_body {
    padding: 15px 20px;
}

.complate
    .complate_modal_ly
    .complate_modal_content
    .complate_modal_body
    .complate_modal_body_text {
    margin-bottom: 8px;
}

.complate
    .complate_modal_ly
    .complate_modal_content
    .complate_modal_body
    .complate_modal_body_date {
    position: relative;
}

.complate
    .complate_modal_ly
    .complate_modal_content
    .complate_modal_body
    .complate_modal_body_date
    input {
    display: block;
    min-height: auto;
    box-shadow: none;
    width: 100%;
    border-radius: 0.25rem;
    line-height: 1.6;
    padding: 7px 12px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* Re - Upload  */

.reUpload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    inset: 0px;
    display: flex;
    z-index: 999;
    width: 100%;
    height: calc(100%-1rem);
    padding: 16px;
    background-color: #0000008f;
}

.reUpload .reUpload_modal_ly {
    position: relative;
    width: 100%;
    /* height: 100%; */
    max-width: 672px;
}

.reUpload .reUpload_modal_ly .reUpload_modal_content {
    position: relative;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.reUpload .reUpload_modal_ly .reUpload_modal_content .reUpload_modal_header {
    padding: 16px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-width: 1px;
}

.reUpload .reUpload_modal_ly .reUpload_modal_content .reUpload_modal_header h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: rgb(17 24 39);
}

.reUpload
    .reUpload_modal_ly
    .reUpload_modal_content
    .reUpload_modal_header
    button {
    color: rgb(156 163 175);
    background-color: transparent;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.375rem;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
}

.reUpload
    .reUpload_modal_ly
    .reUpload_modal_content
    .reUpload_modal_header
    button:hover {
    color: rgb(17 24 39);
}

.reUpload .reUpload_modal_ly .reUpload_modal_content .reUpload_modal_body {
    padding: 15px 20px;
}

.reUpload
    .reUpload_modal_ly
    .reUpload_modal_content
    .reUpload_modal_body
    .reUpload_modal_body_text {
    margin-bottom: 8px;
}

.reUpload
    .reUpload_modal_ly
    .reUpload_modal_content
    .reUpload_modal_body
    .reUpload_modal_body_date {
    position: relative;
}

.reUpload
    .reUpload_modal_ly
    .reUpload_modal_content
    .reUpload_modal_body
    .reUpload_modal_body_date
    input {
    display: block;
    min-height: auto;
    box-shadow: none;
    width: 100%;
    border-radius: 0.25rem;
    line-height: 1.6;
    padding: 7px 12px;
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/* profile */

#over_time .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff !important;
    /* border-color: #0d6efd #0d6efd #fff !important; */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

/* ul.settings.nav-tabs .nav-link.active {
    color: #495057;
    border-color: #eee #eee #fff !important;
}

ul.settings {
    border-bottom: 1px solid #0d6efd !important;
} */

.grade + .select2 {
    margin-top: 5px;
}

/* overflow-hide */

.overflow-hide::-webkit-scrollbar {
    display: none;
}

.overflow-hide {
    -ms-overflow-style: none;

    scrollbar-width: none;
}

/* Evant  */

.event_main {
    padding: 1.25rem;
}

.event_header {
    margin-left: 1.5rem;
}

.event_header .title {
    font-size: 14px;
    font-weight: 500;
    color: #707eae;
}

.event_header .page_name {
    font-size: 34px;
    font-weight: 700;
    color: #2b3674;
}

.event_main .event_card_box {
    padding: 16px 0;
}

.event_main .event_card_box .event_card_ly {
    padding: 24px;
    background-color: #fff;
    border-radius: 0.75rem;
    position: relative;
    border: 1px solid #eee;
}

.event_main .event_card_box .event_card_ly .event_name {
    text-align: center;
    font-size: 24px;
    color: #0a033c;
    font-weight: 500;
    padding: 16px 0;
    margin-top: 35px;
}

.event_main .event_card_box .event_card_ly .event_description {
    width: 100%;
    margin: 0 auto;
}

.event_main .event_card_box .event_card_ly .event_description p {
    text-align: center;
    font-size: 16px;
    line-height: 1.5rem;
    font-weight: 500;
    color: rgb(93 90 111);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.event_main .event_card_box .event_card_ly .event_inner_sec_card {
    margin-top: 1rem;
}

.event_main
    .event_card_box
    .event_card_ly
    .event_inner_sec_card
    .event_inner_sec_card_size {
    padding: 16px 8px;
    width: 33.33%;
    /* height: 30vh;
    min-height: 30vh; */
}

.event_main
    .event_card_box
    .event_card_ly
    .event_inner_sec_card
    .event_inner_sec_card_size
    .event_inner_sec_card_name {
    max-width: 24rem;
    border-radius: 0.75rem;
    /* border: 1px solid blue; */
    background-color: #f5f5f5;
    padding: 15px;
    /* box-shadow: 1px 7px 31px hsl(0, 0%, 88%); */
    min-height:22rem;
    max-height:22rem;
    overflow-y: scroll;
    border: 1px solid #eee;
}

.event_main
    .event_card_box
    .event_card_ly
    .event_inner_sec_card
    .event_inner_sec_card_size
    .event_inner_sec_card_name
    h5 {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 800;
    color: rgb(10 3 60);
}

.event_main
    .event_card_box
    .event_card_ly
    .event_inner_sec_card
    .event_inner_sec_card_size
    .event_inner_sec_card_name
    p {
    margin-bottom: 1rem;
    font-size: .8rem;
    line-height: 1.5rem;
    color: rgb(82 82 82);
}

.event_main
    .event_card_box
    .event_card_ly
    .event_inner_sec_card
    .event_inner_sec_card_size
    .event_inner_sec_card_name
    .event_inner_sec_card_cme_duration
    h6 {
        margin-bottom: 0.5rem;
        font-size: .8rem;
        line-height: 1.25;
        font-weight: 700;
        color: rgb(38 38 38);
}

.event_btn {
    padding: 6px 14px 7px;
    font-size: 0.65rem /* 12px */;
    border-radius: 0.25rem /* 4px */;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5;
    transition: all 0.2s ease-in-out;
    margin: 0px 0;
    display: inline-block;
}

.event_btn:hover {
    color: white;
}

.event_btn:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    color: white;
}

.event-d-btn {
    color: #9c4df4;
    border: 1px solid #9c4df4;
}

.event-d-btn:hover,
.event-d-btn:focus {
    background-color: #9c4df4;
}

.event-add-task {
    color: #1478fb;
    border: 1px solid #1478fb;
}

.event-add-task:hover,
.event-add-task:focus {
    background-color: #393d92;
}

.standard_card {
    padding: 16px 10px;
}

.standard_card h5 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 800;
    color: rgb(10 3 60);
    text-align: center;
}

.standard_card p {
    min-height: 80px;
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: center;
    color: rgb(82 82 82);
}

.shadow-extra {
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, 0.175) !important;
}

.side_logo_img img {
    width: 100%;
    height: 80px;
    object-fit: cover;
}

/* sidebar-image */
.avatar-preview {
    width: 180px;
    height: 180px;
    object-fit: contain;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-pen {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 10px;
    right: 5px;
}

.avatar-pen:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

::-webkit-scrollbar {
    width: 0.1em;
    height: 0.1em;
}
::-webkit-scrollbar-thumb {
    background: rgb(0 176 138);
}
