input {
    border: 1px solid rgba(159, 159, 159, 0.3);
    border-radius: 4px;
    height: 45px;
    padding: 13px 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
}

.main-button {
    background-color: #4286f5;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    padding: 8px 25px;
    height: 35px;
    color: #ffff;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
}

.profile-pic {
    overflow: hidden;
}

.profile-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.validtion-error {
    margin-top: 10px;
    color: #ea3d3d;
    display: none;
    font-size: 14px;
    line-height: 16px;
}

/* .form-select {
    all: unset;
} */


/* ------------------------button---------------- */

.violet-btn {
    background: #6878B6;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #ffff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    border: 1px solid #6878B6;
    position: relative;
}

.violet-btn:hover {
    background: #4d5887;
    border: 1px solid #4d5887;
    color: #ffff;
}

.alert-btn {
    padding: 8px 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #FFFFFF;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.alert-btn:hover {
    background: rgba(255, 255, 255, 0.459);
    color: #FFFFFF;
}

.white-btn {
    background: #ffffff;
    padding: 12px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    color: #6878B6;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #6878B6;
    cursor: pointer;
}

.white-btn:hover {
    background-color: #f0f2f8;
}

.gradient-btn {
    border: 1px dashed #6878B6;
    border-radius: 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(135, 206, 250, 0.1) 0%, rgba(104, 120, 182, 0.1) 100%);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    color: #6878B6;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.gradient-btn:hover {
    background: linear-gradient(180deg, rgba(135, 206, 250, 0.2) 0%, rgba(104, 120, 182, 0.2) 100%);
}

.grey-btn {
    padding: 10px 35px;
    background: #BABDC0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    -webkit-transition: 0.3s all ease-in;
    -moz-transition: 0.3s all ease-in;
    -o-transition: 0.3s all ease-in;
    transition: 0.3s all ease-in;
    min-height: 38px;
    min-width: 143px;
    cursor: pointer;
}

.grey-btn.violet {
    background: #6878B6;
    color: #fff;
}

.grey-btn:hover {
    background: #a6a7a9;
    color: #fff;
}

.grey-btn.violet:hover {
    background: #4d5887;
    color: #fff;
}


/* ----------------------bootstap classes------------- */

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.p-20 {
    padding: 20px;
}


/*----------------------------- check box---------------- */

.checkmark-container {
    display: inline-flex;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #434343;
    /* word-break: break-all; */
}

.checkmark-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    background: #F5F5F5
}

.checkmark:hover {
    background-color: #6878B6;
}

.checkmark-container input:checked~.checkmark {
    background-color: #6878B6;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-container input:checked~.checkmark:after {
    display: block;
}

.checkmark-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: 1px solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*------------------- sumo select for form with background------------------ */

.form-feild .SumoSelect {
    width: 100%;
}

.form-feild .CaptionCont.select-form {
    height: 52px;
    padding: 15px 20px;
    background-color: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.form-feild .SumoSelect.open .CaptionCont.select-form {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -o-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -o-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-feild .SumoSelect.open>.optWrapper {
    top: 52px;
}

.form-feild .SumoSelect>.CaptionCont {
    border: 0;
}

.SumoSelect>.CaptionCont>span.placeholder {
    font-size: 14px;
    font-weight: 400;
    font-style: normal !important;
}

.country-code .SumoSelect>.CaptionCont>label>i {
    background-image: url(../images/polygon.png);
}

.form-feild .SumoSelect.open .search-txt {
    height: 52px;
    padding: 15px 20px;
    background-color: #F5F5F5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.search-box {
    position: relative;
}

.table-search {
    height: 40px;
    border: 1px solid #EBEBEB;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #B0B0B0;
    border-radius: 4px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 15px 0 42px;
    width: 350px;
    -webkit-appearance: none !important;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translate(0, -50%);
}

table {
    margin-bottom: 0 !important;
}


/* ----------------pagination--------------- */

.pagination-outer {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination-count {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
}

.pagination {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #505050;
}

.pagination a {
    color: #505050;
    ;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 1;
    min-width: 35px;
    min-height: 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background .35s ease-in-out, color .35s ease-in-out;
    transition: background .35s ease-in-out, color .35s ease-in-out;
}

.pagination-outer .pagination .current a {
    color: #FFFFFF;
    background: #6878B6;
}

.status-bg {
    border-radius: 8px;
    padding: 7px 13px;
    text-align: center;
    white-space: nowrap;
    font-size: 14px;
    display: inline-block;
}

.status-bg.green {
    background: rgba(50, 147, 111, 0.16);
    color: #519C66;
}

.status-bg.yellow {
    background: rgba(229, 185, 0, 0.16);
    color: #E5B900;
}

.status-bg.grey {
    background: #83838341;
    color: rgba(32, 32, 32, 1);
}

.status-bg.red {
    background: rgba(246, 77, 68, 0.15);
    color: #F64D44;
}

.dropdown-action {
    text-align: center;
}

.dropdown-action {
    text-align: center;
}

.dropdown-action .drop-parent {
    min-width: 30px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 5px;
}

.drop-parent>span {
    color: #B0B0B0;
    font-size: 18px;
}

.drop-list {
    display: none;
    position: absolute;
    right: 0;
    top: 19px;
    width: auto;
    background-color: #ffffff;
    z-index: 15;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border-radius: 2px;
    min-width: 150px;
}

.drop-list a {
    cursor: pointer;
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    padding: 10px;
    color: #2C2D33;
}

.drop-list a:hover {
    background-color: #F4F5FA;
}


/*-----------------------pulse animation----------------- */

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #ffffff;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.25s;
}

.dot-pulse::before,
.dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 10px;
    height: 10px;
    border-radius: 5px;
}

.dot-pulse::before {
    box-shadow: 9984px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}

.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.5s;
}

.violet-btn .dot-pulse {
    background-color: #ffffff;
    color: #ffffff;
}

.violet-btn .dot-pulse::before,
.white-btn .dot-pulse::after {
    background-color: #ffffff;
    color: #ffffff;
}

.white-btn .dot-pulse {
    background-color: #9880ff;
    color: #9880ff;
}

.white-btn .dot-pulse::before,
.white-btn .dot-pulse::after {
    background-color: #6878B6;
    color: #6878B6;
}

.magic-btn .dot-pulse {
    color: #fff;
}

.gradient-btn .dot-pulse {
    background-color: #6878B6;
    color: #6878B6;
}

.gradient-btn .dot-pulse::before,
.gradient-btn .dot-pulse::after {
    background-color: #6878B6;
    color: #6878B6;
}

@keyframes dot-pulse-before {
    0% {
        box-shadow: 9984px 0 0 -5px;
    }
    30% {
        box-shadow: 9984px 0 0 2px;
    }
    60%,
    100% {
        box-shadow: 9984px 0 0 -5px;
    }
}

@keyframes dot-pulse {
    0% {
        box-shadow: 9999px 0 0 -5px;
    }
    30% {
        box-shadow: 9999px 0 0 2px;
    }
    60%,
    100% {
        box-shadow: 9999px 0 0 -5px;
    }
}

@keyframes dot-pulse-after {
    0% {
        box-shadow: 10014px 0 0 -5px;
    }
    30% {
        box-shadow: 10014px 0 0 2px;
    }
    60%,
    100% {
        box-shadow: 10014px 0 0 -5px;
    }
}


/*------------------ wind mill------------------ */

.dot-windmill {
    position: relative;
    top: -9px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #f5f5f5;
    transform-origin: 4px 12px;
    animation: dot-windmill 2s infinite linear;
}

.dot-windmill::before,
.dot-windmill::after {
    content: "";
    display: inline-block;
    position: absolute;
}

.dot-windmill::before {
    left: -8.66254px;
    top: 14px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #f5f5f5;
}

.dot-windmill::after {
    left: 7.66254px;
    top: 14px;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    background-color: #f5f5f5;
    color: #f5f5f5;
}

@keyframes dot-windmill {
    0% {
        transform: rotateZ(0deg) translate3d(0, 0, 0);
    }
    100% {
        transform: rotateZ(720deg) translate3d(0, 0, 0);
    }
}


/*----------------- site map------------ */

.sitemap {
    padding: 4% 4% 20px;
    min-height: 100vh;
    width: 100%;
    background-color: #ebeaea;
}

.sitemap-item a {
    color: #505050;
    font-weight: 500;
    font-size: 16px;
}

.sitemap-item a:hover {
    color: #6878B6;
}

.sitemap-title {
    color: #6878B6;
    font-weight: 600;
    font-size: 28px;
}

.sitemap-item {
    list-style-image: url(../images/list_arrow.png);
    margin-left: 40px;
}


/*--------------- toastify------------- */

.toastify {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: 9999;
}

.toastify.active {
    display: block;
}

.toastify-list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: start;
    padding: 75px 20px 20px;
}

.toastify-list>li+li {
    margin-top: 15px;
}

.toastify-inside {
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1), 0 2px 15px 0 rgba(0, 0, 0, .05);
    display: flex;
    overflow: hidden;
    position: relative;
    color: #757575;
    min-width: 340px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.toastify-inside .bottom-line {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    background-color: #6878B6;
    transition: all;
    animation: underline-animation forwards;
    -webkit-animation: underline-animation forwards;
}

@keyframes underline-animation {
    0% {
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}

.toastify-list>li p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #757575;
}

.toastify-item {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
}

.close-toastify {
    background: transparent;
    border: none;
    outline: none;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #757575;
}

@keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50% {
        transform: translateX(-8%);
    }
    65% {
        transform: translateX(4%);
    }
    80% {
        transform: translateX(-4%);
    }
    95% {
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideLeft {
    0% {
        transform: translateX(150%);
    }
    50% {
        transform: translateX(-8%);
    }
    65% {
        transform: translateX(4%);
    }
    80% {
        transform: translateX(-4%);
    }
    95% {
        transform: translateX(2%);
    }
    100% {
        transform: translateX(0%);
    }
}

.date-input {
    height: 40px;
    padding: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
}

.carousel__button {
    box-shadow: none;
}

.dot-bricks {
    position: relative;
    top: 8px;
    left: -9999px;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    background-color: #FFFFFF;
    color: #FFFFFF;
    box-shadow: 9991px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF;
    animation: dot-bricks 2s infinite ease;
}

@keyframes dot-bricks {
    0% {
        box-shadow: 9991px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF;
    }
    8.333% {
        box-shadow: 10007px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF;
    }
    16.667% {
        box-shadow: 10007px -16px 0 0 #FFFFFF, 9991px -16px 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF;
    }
    25% {
        box-shadow: 10007px -16px 0 0 #FFFFFF, 9991px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF;
    }
    33.333% {
        box-shadow: 10007px 0 0 0 #FFFFFF, 9991px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF;
    }
    41.667% {
        box-shadow: 10007px 0 0 0 #FFFFFF, 10007px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF;
    }
    50% {
        box-shadow: 10007px 0 0 0 #FFFFFF, 10007px -16px 0 0 #FFFFFF, 9991px -16px 0 0 #FFFFFF;
    }
    58.333% {
        box-shadow: 9991px 0 0 0 #FFFFFF, 10007px -16px 0 0 #FFFFFF, 9991px -16px 0 0 #FFFFFF;
    }
    66.666% {
        box-shadow: 9991px 0 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF, 9991px -16px 0 0 #FFFFFF;
    }
    75% {
        box-shadow: 9991px 0 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF, 10007px -16px 0 0 #FFFFFF;
    }
    83.333% {
        box-shadow: 9991px -16px 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF, 10007px -16px 0 0 #FFFFFF;
    }
    91.667% {
        box-shadow: 9991px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF, 10007px -16px 0 0 #FFFFFF;
    }
    100% {
        box-shadow: 9991px -16px 0 0 #FFFFFF, 9991px 0 0 0 #FFFFFF, 10007px 0 0 0 #FFFFFF;
    }
}

.mb-40 {
    margin-bottom: 40px !important;
}

body:not(.is-using-mouse) .fancybox__container :focus {
    box-shadow: none !important;
}

.ui-widget.ui-widget-content {
    z-index: 10 !important;
}
.label-container{
    padding-left: 1px;
}
.order_field{
    width: 100%;
}