.kfmcheadcal {
    border-collapse: separate;
    border-spacing: 85px;
    margin-left: 25px;
    margin-top: -60px;
}

.kfmcmonthcal {
    border: 1px solid #dedede;
    vertical-align: top;
    border-radius: 10px;
    border-top: none;
    /* border-bottom: inset; */
}

.kfmcmonthcalimg {
    vertical-align: top;
    border: none;
    /* border: 1px solid #dedede; */
    /* border-radius: 10px; */
}

.kfmccalmonthimg {
    border: 1px solid #dedede;
    border-radius: 10px;
    border-top: none;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 358px;
}

.kfmcmonthhead {
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    vertical-align: middle;
    /* padding: 5px; */
    /* background: #f5f3f1; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: -3px;
    margin-right: -3px;
    position: relative;
    transition: 0.5s ease-in;
}

.kfmcmonthhead:hover {
    opacity: 0.75;
    transition: 0.5s ease-in;
}

.kfmcdatediv {
    text-align: center;
    /* vertical-align: center; */
    /* margin: auto !important; */
}

.kfmcshowevent {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: chartreuse;
    line-height: 24px;
    animation: magentaPulse 7s infinite;
}

.kfmcshowevent-monthly {
    width: 95%;
    height: 100%;
    border-radius: 50%;
    background-color: chartreuse;
    line-height: 24px;
    animation: magentaPulse 7s infinite;
}

.contain {
    position: relative;
    /* width: 100%;
    height: 800px;*/
    z-index: 0;
    margin-top: -100px;
}

.hovercircle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 40px;
    height: 25px;
    background: white;
    border-radius: 50%;
    border: 1px solid #dedede;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-size: 20px; */
    /* font-weight: lighter; */
    letter-spacing: 1px;
    transition: 1s box-shadow;
    margin: 2px;
}

.hovercircle:hover {
    box-shadow: 0 5px 35px 0px rgba(0, 0, 0, .1);
    border: 0px solid #dedede;
    transition: 1s box-shadow;
    cursor: pointer;
}

.hovercircle:hover:before,
.hovercircle:hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 40px;
    height: 25px;
    background: rgba(31, 65, 40, 0.75);
    border-radius: 50%;
    border: 0px solid #dedede;
    z-index: -1;
    animation: 1s clockwise infinite;
}

.hovercircle:hover:after {
    background: #ddc599;
    animation: 2s counterclockwise infinite;
    border: 0px solid #dedede;
}

.hovercircle2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* width: 100%; */
    /* height: 25px;
    background: white;
    border-radius: 50%;
    border: 1px solid #dedede; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-size: 20px; */
    /* font-weight: lighter; */
    /* letter-spacing: 1px; */
    transition: 1s box-shadow;
    margin: 2px;
}

.hovercircle2:hover {
    /* box-shadow: 0 5px 35px 0px rgba(0, 0, 0, .1); */
    /* border: 0px solid #dedede; */
    /* transition: 1s box-shadow; */
    cursor: pointer;
}

@keyframes clockwise {
    0% {
        top: -5px;
        left: 0;
    }
    12% {
        top: -2px;
        left: 2px;
    }
    25% {
        top: 0;
        left: 5px;
    }
    37% {
        top: 2px;
        left: 2px;
    }
    50% {
        top: 5px;
        left: 0;
    }
    62% {
        top: 2px;
        left: -2px;
    }
    75% {
        top: 0;
        left: -5px;
    }
    87% {
        top: -2px;
        left: -2px;
    }
    100% {
        top: -5px;
        left: 0;
    }
}

@keyframes counterclockwise {
    0% {
        top: -5px;
        right: 0;
    }
    12% {
        top: -2px;
        right: 2px;
    }
    25% {
        top: 0;
        right: 5px;
    }
    37% {
        top: 2px;
        right: 2px;
    }
    50% {
        top: 5px;
        right: 0;
    }
    62% {
        top: 2px;
        right: -2px;
    }
    75% {
        top: 0;
        right: -5px;
    }
    87% {
        top: -2px;
        right: -2px;
    }
    100% {
        top: -5px;
        right: 0;
    }
}

@keyframes greenPulse {
    from {
        background-color: #749a02;
        -webkit-box-shadow: 0 0 5px #333;
    }
    50% {
        background-color: #91bd09;
        -webkit-box-shadow: 0 0 10px #91bd09;
    }
    to {
        background-color: #749a02;
        -webkit-box-shadow: 0 0 5px #333;
    }
}

@keyframes magentaPulse {
    0% {
        background-color: #1f4128;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
    50% {
        background-color: #ddc599;
        box-shadow: 0 0 10px #1f4128;
        color: #1f4128;
    }
    100% {
        background-color: #1f4128;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
}

@keyframes salaryPulse {
    0% {
        background-color: red;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
    50% {
        background-color: yellow;
        box-shadow: 0 0 10px #1f4128;
        color: #1f4128;
    }
    100% {
        background-color: red;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
}

@keyframes eidfitrPulse {
    0% {
        background-color: blue;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
    50% {
        background-color: skyblue;
        box-shadow: 0 0 10px #1f4128;
        color: #1f4128;
    }
    100% {
        background-color: blue;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
}

@keyframes eidadhaPulse {
    0% {
        background-color: black;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
    50% {
        background-color: orangered;
        box-shadow: 0 0 10px #1f4128;
        color: #1f4128;
    }
    100% {
        background-color: black;
        box-shadow: 0 0 5px #ddc599;
        color: #ddc599;
    }
}

.consentClick>a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.consentClick>a:visited {
    text-decoration: none;
    color: inherit;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 250px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s; */
    animation-name: animatetop;
    animation-duration: 0.4s;
    /* border-radius: 50% !important; */
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 25px;
    background: linear-gradient(0deg, #ddc599, #b47e34);
    color: white;
}

.modal-body {
    padding: 5px 15px;
}

.modal-footer {
    padding: 10px;
    /* background: linear-gradient(0deg, #b47e34, #ddc599); */
    color: white;
}

.icon {
    border-radius: 50%;
    display: block;
    height: 150px;
    margin: -100px auto 0;
    overflow: hidden;
    width: 150px;
    /* box-shadow: 0px 0px 50px #1f4128; */
    transition: all 1s ease-in-out;
}


/*.icon:hover {*/

.modal-content:hover .icon {
    transform: rotate(360deg);
    transition: all 1s ease-in-out;
}

.icon img {
    /* background: none repeat scroll 0 0 #FFFFFF; */
    /* border: 5px solid #FFFFFF; */
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.modalHead {
    width: 100%;
}

.modalHead td {
    border: 0px;
    height: auto;
}

.enHeader {
    direction: ltr;
    text-align: left;
    width: 50%;
    vertical-align: top;
    font-weight: bolder;
    font-size: large;
    padding-right: 15px;
    border: 0px;
}

.arHeader {
    direction: rtl;
    text-align: right;
    width: 50%;
    vertical-align: top;
    font-weight: bolder;
    font-size: large;
    padding-left: 15px;
}

.modalBody {
    width: 100%;
}

.modalBody td {
    border: none;
    border-radius: 0px;
}

.modalBody td:first-child {
    border-right: 1px dotted lightgrey;
}

.enBody {
    direction: ltr;
    text-align: justify;
    width: 50%;
    vertical-align: top;
    padding: 5px 10px;
    border-right: 1px dotted lightgrey;
}

.enBody p {
    color: #1f4128;
    font-size: 15px;
    text-shadow: 4px 4px 4px lightgray;
}

.arBody {
    direction: rtl;
    text-align: justify;
    width: 50%;
    vertical-align: top;
    padding: 5px 10px;
}

.arBody p {
    color: #1f4128;
    font-size: 15px;
    text-shadow: 4px 4px 4px lightgray;
}

.chip2 {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #1f4128;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #eceff1;
    margin: 5px;
    /* margin-right: 1rem; */
    transition: all 0.5s linear;
}

.chip2:hover {
    transform: scale(1.05);
    transition: all 0.5s linear;
    background-color: #ddc599;
}

.chip3 {
    font-size: 13px;
    vertical-align: middle;
    border-radius: 16px;
    background-color: #eceff1;
    margin: 5px;
}

.viewcard {
    color: #1f4128;
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
    transition: 3s;
    width: 92%;
    border-radius: 5px;
    padding: 5px;
    margin: auto;
    margin-bottom: 15px;
}

.viewcard a,
.viewcard a:visited {
    text-decoration: none;
    color: #1f4128;
}

.month1 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #9A51A0;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month2 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #7D519E;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month3 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #5A9FD6;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month4 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #37C2D7;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month5 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #2BA694;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month6 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #65BC6B;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month7 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #9ACD66;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month8 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #D3E15A;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month9 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FFC928;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month10 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #FAA629;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month11 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #F37046;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.month12 {
    padding: 10px;
    padding-left: 15px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #F05551;
    margin-top: -3px;
    box-shadow: 0 0 5px gray;
}

.monthno {
    margin-left: 80%;
    margin-top: -40px;
    /* display: inline; */
    color: #785CA7;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 5px rgb(245, 245, 245);
    /* border-top: 1px solid lightgray; */
    /* z-index: 5 !important; */
}

.monthno-monthly {
    margin-left: 92%;
    margin-top: -65px;
    /* display: inline; */
    color: #785CA7;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 75px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    box-shadow: 0 0 5px rgb(245, 245, 245);
    transition: 0.5s ease-in;
    /* border-top: 1px solid lightgray; */
    /* z-index: 5 !important; */
}

.monthno-monthly:hover {
    border-radius: 25%;
    transition: 0.5s ease-in;
}

.yearview {
    text-align: right;
    border: 1px solid red;
    border-radius: 50%;
    width: 45px;
    height: 45px;
}

.yearview img {
    width: 45px;
    height: 45px;
    opacity: 0.5;
    transition: 0.5s ease-in;
}

.yearview img:hover {
    opacity: 1;
    transition: 0.5s ease-in;
}

.yearly {
    margin-top: -53px;
}

.themaintable {
    /* width: 100%;
    margin: auto; */
    margin-bottom: 20px;
}

.themaintable td {
    /* border: 1px solid #dedede; */
    vertical-align: middle;
}

.monthno2 {
    margin-left: 5%;
    margin-top: -40px;
    /* display: inline; */
    color: #785CA7;
    background-color: white;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 5px rgb(245, 245, 245);
    /* border-top: 1px solid lightgray; */
    /* z-index: 5 !important; */
}

.kfmcmonthheadimg {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    vertical-align: middle;
    /* padding: 5px; */
    /* background: #f5f3f1; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: -3px;
    margin-right: -3px;
    position: relative;
}

.monthimg1 img {
    width: 442px;
    margin-left: -52px;
    margin-right: -26px;
    margin-bottom: -7px;
    /* height: 75px; */
}

.monthimg2 img {
    width: 442px;
    margin-left: -52px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.monthimg3 img {
    width: 432px;
    margin-left: -47px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.monthimg4 img {
    width: 440px;
    margin-left: -50px;
    margin-right: -26px;
    margin-bottom: -7px;
}

.monthimg5 img {
    width: 440px;
    margin-left: -54px;
    margin-right: -22px;
    margin-bottom: -7px;
}

.monthimg6 img {
    width: 440px;
    margin-left: -52px;
    margin-right: -20px;
    margin-bottom: -7px;
}

.monthimg7 img {
    width: 444px;
    margin-left: -54px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.monthimg8 img {
    width: 440px;
    margin-left: -52px;
    margin-right: -22px;
    margin-bottom: -7px;
}

.monthimg9 img {
    width: 443px;
    margin-left: -55px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.monthimg10 img {
    width: 443px;
    margin-left: -55px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.monthimg11 img {
    width: 440px;
    margin-left: -52px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.monthimg12 img {
    width: 440px;
    margin-left: -52px;
    margin-right: -24px;
    margin-bottom: -7px;
}

.ddwrapper {
    width: 150px;
    font-size: 20px;
    /* Sets the width of your dropdown */
}

.ddwrapper select {
    width: 135px;
    /* This hides the arrow icon */
    background-color: transparent;
    /* This hides the background */
    /* background-image: none; */
    /* -webkit-appearance: none; */
    /* Webkit Fix */
    border: 1px dotted #dedede;
    border-radius: 5px;
    /* box-shadow: none; */
    padding: 5px;
    color: gray;
    transition: 0.5s ease-in;
}

.ddwrapper select:hover {
    background: skyblue;
    border: 1px dotted red;
    color: white;
    transition: 0.5s ease-in;
}

.ddwrapper select::-ms-expand {
    opacity: 0.25;
}

.ddwrapperctg {
    /* width: 150px; */
    font-size: 15px;
    margin-left: 70px;
    /* Sets the width of your dropdown */
}

.ddwrapperctg select {
    margin-left: 5px;
    width: 300px;
    /* This hides the arrow icon */
    background-color: transparent;
    /* This hides the background */
    /* background-image: none; */
    /* -webkit-appearance: none; */
    /* Webkit Fix */
    border: 1px dotted #dedede;
    border-radius: 5px;
    /* box-shadow: none; */
    padding: 5px;
    color: gray;
    transition: 0.5s ease-in;
}

.ddwrapperctg select:hover {
    background: skyblue;
    border: 1px dotted red;
    color: white;
    transition: 0.5s ease-in;
}

.ddwrapperctg select::-ms-expand {
    opacity: 0.25;
}

#sideNavBox {
    display: none !important;
}

#s4-titlerow {
    display: none !important;
}

.ms-cui-tts {
    display: none !important;
}