@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #4361ee transparent;
}

h1,h2,h3,h4,h5,h6,p,span,a,ul,li,ol,table,div,textarea,input,form,button,select,option {
    font-family: "Nunito", sans-serif;
    font-weight: 300;
}

a {
    text-decoration: none;
}
#app {
    position: relative;
}
.logotype {
    width: 100%;
}
.logotype a {
    display: flex;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.logotype a svg {
    width: 33px;
}
.logotype a span {
    margin-left: 10px;
    font-size: 15px;
    font-weight: bold;
}
.p-0-20 {
    padding: 0px 20px;
}
.btn {
    width: fit-content;
    border-radius: 5px;
    transition: all .5s ease-in;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
    min-width: 25px;
    height: 25px;

    padding: 5px 10px;
}
.btn a,
.btn p {
    font-weight: bold;
}
.btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.not-available svg path {
    color: red;
}
.tag {
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
.status {
    padding: 7px;
    border-radius: 5px;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    color: #333;
    min-width: 100px;
    max-width: 180px;
    width: auto;
    text-align: center;
}
.circle-btn {
    position: relative;
    width: 35px;
    height: 30px;   
}
.circle-btn .circle-btn-line {
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
    height: 10px;
    background: #333;
    border-radius: 10px;
    z-index: 1;
}
.circle-btn .circle-btn-circle {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: transparent;
    z-index: 2;
}
.circle-btn.circle-btn-off .circle-btn-circle {
    background: #444;
    left: 0px;
}
.circle-btn.circle-btn-on .circle-btn-circle {
    background: #38e48f;
    left: 15px;
}
.w-200 {
    width: 200px;
}
.agreement-btn {
    background: #bc6565;
}
.agreement-btn:hover {
    background: #804545;
}
.open-btn {
    background: #56c584;
}
.open-btn:hover {
    background: #3f8e60;
}
.archive-btn {
    background: #db2424;
}
.archive-btn:hover {
    background: #b21e1e;
}
.delete-btn {
    background: #ee4343;
}
.delete-btn:hover {
    background: #ba3131;
}
.success-btn {
    background: #33c179;
    color: #fff;
    transition: all .3s ease-in;
}
.success-btn:hover {
    background: #289b62;
}
.assign-to-btn {
    cursor: pointer;
    background: #43acee;
    color: #fff;
}
.assign-to-btn:hover {
    background: #327fae;
}
.delete-btn svg,
.edit-btn svg {
    color: #fff !important;
}
.finish-btn {
    background: #8c67e9;
}
.finish-btn:hover {
    background: #6349a5;
}
.not-editable {
    border: 1px solid red !important;
}
.pagination {
    width: 100%;
    margin-top: 20px;
    display: flex;
}
.pagination ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.pagination ul li {
    list-style-type: none;
}
.pagination ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.required {
    color: #ee4343;
}
.project-tag {
    text-transform: uppercase;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    padding: 3px 5px;
    border-radius: 4px;
    justify-content: center;
    transition: all .3s ease-in;
    cursor: default;
    width: fit-content;
}
.project-tag span {
    font-size: 9px;
    font-weight: 500;
}
.project-tag svg {
    width: 12px;
    margin-right: 5px;
}
.note {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.note .note-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.note .note-icon svg {
    width: 25px;
    height: 25px;
}
.note .note-description p {
    padding: 5px;
    font-size: 13px;
    font-weight: 100;
    font-style: italic;
}
.note .note-description-list {
    margin-left: 20px;
}
.note .note-description-list li {
    font-size: 12px;
}

.priority {
    display: block;
    width: 5px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #333;
}
#check-member {
    width: 20%;
    padding: 0px;
    font-size: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    cursor: pointer;
}

.wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.access-circle {
    width: 10px;
    height: 10px;
    border-radius: 10px;
}
.access-circle-access {
    background-color: #289b62;
}
.access-circle-denied {
    background: #ee4343;
}



/* MEETINGS STATUSES */
.meeting-status-work {
    color: #fff;
    background: #4361ee;
}
.meeting-status-health {
    color: #fff;
    background: #cc43ee;
}
.meeting-status-finance {
    color: #fff;
    background: #262e7a;
}
.meeting-status-project_updates {
    color: #fff;
    background: #c6592e;
}
.meeting-status-team_building {
    color: #fff;
    background: #673ab7;
}
.meeting-status-interview {
    color: #fff;
    background: #3d88b3;
}
.meeting-status-training {
    color: #fff;
    background: #2faab3;
}
.meeting-status-customer_feedback {
    color: #fff;
    background: #80b32f;
}
.meeting-status-other {
    color: #fff;
    background: #2fb371;
}
.meeting-status-sales {
    color: #fff;
    background: #3a2fb3;
}
.meeting-status-operations {
    color: #fff;
    background: #28490c;
}
.meeting-status-product_development {
    color: #fff;
    background: #0c2c49;
}
.meeting-status-marketing {
    color: #fff;
    background: #8e8b27;
}
.meeting-status-strategy {
    color: #fff;
    background: #38278e;
}


/* MAIN COLORS */
.main-border-color {
    border-color: #4361ee !important;
    color: #4361ee !important;
}
.main-border-color:hover {
    border-color: transparent !important;
    color: #f1f1f1 !important;
    background: #4361ee;
}
.main-color-backgroud, .edit-btn {
    background: #4361ee;
}
.main-color-backgroud:hover,
.edit-btn:hover {
    background: #7487da;
}
.main-scroll {
    scrollbar-color: #4361ee transparent;
}
.main-color {
    color: #4361ee;
}
.fill-main-bg {
    fill: #4361ee;
}


/* CONTENTS */
.content-middle {
    border: 1px solid transparent;
}
.table-item-actions {
    display: flex;
    justify-content: end;
}

/* PADDING BORDERS */
.pd-20 {
    padding: 20px;
}
.pd-10 {
    padding: 10px;
}
.br-20 {
    border-radius: 20px;
}
.br-10 {
    border-radius: 10px;
}
.br-5 {
    border-radius: 5px;
}

/* widths */
.w-5 {
    width: 5%;
}
.w-10 {
    width: 10%;
}
.w-15 {
    width: 15%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}
.w-35 {
    width: 35%;
}
.w-40 {
    width: 40%;
}
.w-45 {
    width: 45%;
}
.w-50 {
    width: 50%;
}


/* FILTER */
#filter {
    margin-bottom: 30px;
}
#filter .roles,
#filter .btns-filter {
    display: flex;
    align-items: center;
    justify-content: start;
}
#filter .roles a,
#filter .btns-filter a {
    margin-right: 5px;
    padding: 8px;
    border-radius: 5px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid transparent;
}
#filter .roles a.active,
#filter .btns-filter a.active  {
    color: #fff;
}
#filter .filter-spliter {
    width: 5px;
    height: 20px;
    border: 1px solid transparent;
    margin-right: 20px;
    margin-left: 15px;
    border-radius: 3px;
}
/* PAGINATION */
.pagination a {
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    opacity: 0.5;
    transition: opacity .4s ease-in;
}
.pagination a.active {
    color: #fff;
}
.pagination a.active,
.pagination a:hover {
    opacity: 1;
    transition: opacity .4s ease-in;
}
.pagination a:last-child {
    margin-right: 0;
}


body.modal-open {
    overflow: hidden;
}