#tin-canny-settings{
   display: none !important;
}


#et-main-area .error {
    display: inline-block;
    background: red;
    color: #fff!important;
    padding: 10px 20px!important;
    margin-bottom: 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
}
/*Loading Ajax*/
.waiting_for_ajax {
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 9999999999999999999;
    max-height: 100%;
}
.waiting_for_ajax > div {
    opacity: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    background: #6161618c;
    width: 100%;
    padding: 10px 25px;
    border-radius: 10px;
    margin: auto;
    /*max-width: 300px;*/
}
.waiting_for_ajax img {
    width: 50px;
}
.waiting_for_ajax p {
    font-size: 16px;
    color: #FFF!Important;
    margin-top: 10px;
    height: auto;
    margin-bottom: 0px;
}
#rotate-image {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/*calendar*/
.cs-event-calendar {
    box-shadow: 0 2px 12px rgb(0 0 0 / 25%);
    padding: 30px 40px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.cs-event-calendar #calendar {
    margin-bottom: 0;
    background: #fff;
    border: none;
}
#calendar thead th {
    background: #000;
    color: #fff;
    border: none;
}
.cs-heading {
    padding: 20px;
    letter-spacing: 1px;
    text-align: center;
    color: white;
    background-color: #064797;
    border-radius: 4px;
    font-size: 1.7rem!important;
    font-family: poppins;
    font-weight: 700;
    text-transform: uppercase;
}
.cs-event-calendar > div {
    margin: 20px 0;
}
#monthAndYear {
    font-size: 20px;
    min-height: 60px;
    background: transparent;
}
.next-events-k {
    padding: 10px 15px;
    border-radius: 10px;
    background: #333333;
    color: #fff;
    margin-bottom: 10px;
}
.next-events-k a {
    color: #fff!important;
    font-weight: 600;
    font-size: 18px;
}
.next-events-k p {
    margin: 0px;
}
.right-part .card {
    border: unset;
    margin-bottom: 10px;
}
.card .table tr {
    border: none;
}
.card .table thead {
    vertical-align: middle;
}
.card .table td, .card .table th {
    text-align: center;
    min-width: 40px;
    padding: 10px 0;
    font-size: 14px;
    border: none!important;
}
.form-inline.calendar-nav {
    display: none;
}
.calendar-nav > button {
    color: #fff;
    background: #666666;
    box-shadow: unset;
    outline: unset;
    border: unset;
    padding: 5px 10px;
    transition: 0.3s all;
}
.calendar-nav > button:hover {
    opacity: 0.8;
    background: #FA6F01;
    color: white;
}
.cs-calendar .card {
    border: none;
    background: transparent;
}
button#next, #year.form-control {
    margin-left: 10px;
}
.form-inline.calendar-selector {
    position: absolute;
    left: 0;
    top: 7px;
}
.form-inline.calendar-selector > select {
    height: 36px;
    padding: 5px 20px;
    font-weight: 500;
    color: #000;
    background: #D9D9D9;
    border-radius: 0;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}
.cs-date {
    position: relative;
    transition: 0.3s all;
}
.cs-date:hover {
    background: rgb(23 162 184 / 50%);
}
.cs-date .cs-expand {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
}
.cs-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cs-dots .cs-dot-sg {
    width: 7px;
    height: 7px;
    background: #FA6F01;
    border-radius: 50%;
    box-shadow: 0px 0px 1px #909090;
    margin-left: 2px;
    margin-right: 2px;
}
.cs-date:hover .cs-event-schedule {
    display: block!important;
    position: absolute;
    width: 200px;
    left: -100px;
    right: -100px;
    top: 20px;
    margin: auto;
    text-align: center;
    background: #FFF;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
}
.cs-event-schedule a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
}
.cs-event-schedule a > p {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #20517e;
}
.cs-event-schedule a > span {
    font-size: 12px;
    color: #000;
}
.cs-event-schedule a:not(:last-child) {
    border-bottom: 1px #adadad dashed;
}
.cs-expand .cs-line {
    height: 8px;
    background: #b5b5b5;
    width: 2px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.cs-date:hover .cs-event-schedule:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #ffffff00;
    border-bottom: 15px solid #17a2b8;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
}