.custom-login-form {
    padding-bottom: 30px;
}

.c-card {
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin: 1rem;
    padding: 30px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.c-card-1 {
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.c-card-1:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.sq-img {
    object-fit: cover;
    height: 300px;
    overflow: hidden;
}

.note-btn-group .btn-default {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.file-input .input-group {
    padding: 1px !important;
    background: #cb202c !important;
}

.topbar-img {
    margin-top: -4px;
}

.topbar-circle-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.circle-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.btn-resize {
    padding: 6px 12px;
}

.btn-custom {
    padding: 6px 12px;
    background-image: linear-gradient(-45deg, #fbbc15 0, #cb202c 100%);
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.btn-custom:hover {
    background-image: linear-gradient(-45deg, #cb202c 0, #fbbc15 100%);
    color: #fff;
}

.btn-custom:active {
    background-image: linear-gradient(-45deg, #cb202c 0, #fbbc15 100%);
    color: #fff;
}

.btn-custom-lg {
    padding: 15px 25px;
    background-image: linear-gradient(-45deg, #fbbc15 0, #cb202c 100%);
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.btn-custom-lg:hover {
    background-image: linear-gradient(-45deg, #cb202c 0, #fbbc15 100%);
    color: #fff;
}

.btn-custom-lg:active {
    background-image: linear-gradient(-45deg, #cb202c 0, #fbbc15 100%);
    color: #fff;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-1 {
    margin-right: 4px;
}

.ml-1 {
    margin-right: 4px;
}

.myinput {
    height: 34px;
}

.hr {
    margin-top: 5px;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
    border-radius: 25px !important;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    width: 25px !important;
}

.kv-file-remove {
    display: none !important;
}

.kv-file-zoom {
    background: #eee !important;
    padding: 6px 12px;
}

.kv-zoom-actions .btn-header-toggle {
    background: #eee !important;
    padding: 6px 12px;
}

.kv-zoom-actions .btn-fullscreen {
    background: #eee !important;
    padding: 6px 12px;
}

.kv-zoom-actions .btn-borderless {
    background: #eee !important;
    padding: 6px 12px;
}

.kv-zoom-actions .btn-close {
    background: #eee !important;
    padding: 6px 12px;
}

/* Loading Spinner */
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border: 5px solid #fdd;
    border-color: #fdd transparent #fdd transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/**
 * Overlay
 */

.show-spinner {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.75;
    z-index: 9999999;
}

.overlay-inside {
    position: absolute;
    top: 50%;
    right: 50%;
}

/* End overlay */

/* Event card */

.event-wrapper {
    position: relative;
    max-width: 380px;
    margin: 50px auto 100px;
}

.event-wrapper-card {
    position: relative;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.19), 0 6px 50px rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    padding-bottom: 20px;
    background: white;
}

.event-wrapper-card-img {
    height: 300px;
    background-repeat: no-repeat;
    border-radius: 4px 4px 0 0;
    object-fit: contain;
    overflow: hidden;
}

.event-wrapper-card-content {
    padding-top: 2rem;
    position: relative;
    color: #222222;
    background: white;
    z-index: 10;
}

.event-wrapper-card-category {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    margin: 0 auto;
    display: table;
}

.event-wrapper-card-category .c-card-1 {
    background: #222222;
    /* background-image: linear-gradient(-45deg,#FBBC15 0,#CB202C 100%); */
    color: #fff;
    margin: 0;
    padding: 5px 10px;
    border-radius: 0px;
    font-size: 1.2rem;
}

.event-wrapper-card-title {
    font-weight: 400;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

.event-wrapper-card-description {
    width: 85%;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
}

/* End event card */

/* Material Button */

.btn-material {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    background-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(
        --pure-material-font,
        "Roboto",
        "Segoe UI",
        BlinkMacSystemFont,
        system-ui,
        -apple-system
    );
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.btn-material::-moz-focus-inner {
    border: none;
}

/* Overlay */
.btn-material::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.btn-material::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.btn-material:hover,
.btn-material:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
        0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-material:hover::before {
    opacity: 0.08;
}

.btn-material:focus::before {
    opacity: 0.24;
}

.btn-material:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.btn-material:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
        0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.btn-material:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.btn-material:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.btn-material:disabled::before {
    opacity: 0;
}

.btn-material:disabled::after {
    opacity: 0;
}

/* End Material Button */

.event-thumbnail {
    background: #fff;
}

.swal-wide {
    width: 650px !important;
}
