/* tost Css start ... */

.tmspce img {
    width: 12px !important;
    float: right;
}

.dlbtn {
    padding: 3px 10px !important
}

.toast-default {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    border-left: 4px solid #0c5460;
}

.result-container {
    border: 1px solid #cccccc;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 450px;
    min-height: 200px;
    margin-top: 20px;
}

.result-card {
    margin-top: 10px;
    box-shadow: 5px 5px 5px grey;
    border-radius: 5px;
    padding: 10px 10px;
    width: 98%;
    min-height: 175px;
}

.smart-add {
    color: #82cc64 !important;
    margin-left: 10px;
    top: 15px;
    position: relative;
}

.smart-remove {
    margin-left: 10px;
    color: #f05f40 !important;
    top: 15px;
    position: relative;
}

.more-skills1 {
    position: absolute;
    float: right;
    color: #44b5df;
    right: 30px;
    top: -15px;
}

.more-skills {
    position: relative;

    float: right;
    color: #44b5df;
}

.result-content-main {
    font-weight: 800;
}

.result-content-label {
    font-size: 12px;
    color: #8c8c8c;
    line-height: 17px;
}

.result-content-name {
    font-weight: 500;
}

.skills-content {
    overflow: hidden;
    font-size: 12px;
    width: 80%;
}

.hoverPointer:hover {
    cursor: pointer;
}

.highlighted-result-text {
    background-color: yellow;
    margin: 0px;
}

.cbposition {
    position: relative;
    top: 10px;
}

.toast-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-left: 4px solid #3f6d3c;
}

.toast-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    border-left: 4px solid #721c24;
}

.toastDimensions {
    z-index: 100100;
    padding: 20px 3px;
    border-radius: 4px;
    position: fixed;
    top: 0;
    font-weight: 400;
    opacity: 0;
    margin-bottom: 20px;
    right: 0;
    font-size: 13px;
    width: 380px;
    margin-top: 20px;
}

.mathint {
    margin-left: 30px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.tcbr {
    width: 20px;
    float: right;
    margin-right: 23px;
}

.tcbtxt {
    float: left;
    margin-left: 32px;
    width: 291px;
}

.tcbtxt img {
    position: absolute;
    left: 11px;
    top: 26px;
}

/* tost Css end ... */

.holiday-event {
    border: 1px solid #8cd9c9 !important;
    background-color: #8cd9c9 !important;
}

.normal-event {
    border: 1px solid #9cc3da !important;
    background-color: #9cc3da !important;
}

.employee-event {
    border: 1px solid black !important;
    background-color: white !important;
}

.progress-container {
    background-color: black;
    z-index: 10000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.5;
}

.progress-container div {
    z-index: 10001;
}

.sweet-alert h2 {
    font-size: 15px !important;
    font-weight: 100 !important;
    margin: 0px !important;
    line-height: 20px !important;
}

.sweet-alert button {
    font-size: 10px !important;
}

.sweet-alert {
    width: 25% !important;
}

.sweet-alert .cancel {
    background-color: white !important;
    color: black !important;
    border: 1px solid #e7eaec !important;
}

@media (max-width:768px) {
    .mobile-toast {
        margin: 0px auto;
        text-align: center;
        width: 100%;
        display: block;
        left: 10px !important;
    }
}

.desktop-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 10010;
}

.note-editable {
    min-height: 300px !important;
}