.bg_site_N1 {
    background-color: #282A42 !important;
    color: #fff;
}

.bg_danger {
    background-color: #DC4C64 !important;
}

.bg_site_N2 {
    background: linear-gradient(0deg, #494b66, #313349 50%) !important;
    color: #fff;
}

.brd_right {
    border-right: 15px solid #282A42;
    border-radius: 1rem;
    padding-right: 10px;
}

.bg_bar {
    background-color: rgb(120, 126, 255) !important;
}

.bg_Cbar {
    color: rgb(120, 126, 255) !important;
}

.bg_Csite {
    color: #282A42 !important;
}

.bg-custom {
    background-color: #315889 !important;
}

.ani_left_box {
    animation: leftbox 1.5s;
}



#sendcycle_scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    /* width of the entire scrollbar */
}

#sendcycle_scroll::-webkit-scrollbar-thumb {
    background-color: #5f6177;
    border-radius: 2rem;

}

@keyframes leftbox {
    0% {
        width: 0;
        opacity: 0;
    }

    50% {
        width: 50%;
        opacity: 0.2;
    }

    100% {
        width: 100%;
        opacity: 1;
    }
}

.nav-link.active {
    background-color: rgb(120, 126, 255) !important;
    border-color: #fff !important;
}

.bleft-user {
    border: 10px solid #282A42;
    border-right-color: #fff;
}

.hover_op:hover {
    opacity: 0.6;
}

.drop_hover:hover {
    color: rgb(120, 126, 255);
}




.crm-card-body {
    width: 250px;
    height: 360px;
    background: linear-gradient(45deg, rgb(135, 141, 224), 50%, rgb(8, 8, 97));
    position: relative;
    border-radius: 2rem;
    padding: 2px;
}

.circle {
    width: 100px;
    height: 95px;
    background: linear-gradient(40deg, rgb(135, 141, 224), 50%, rgb(8, 8, 97));
    position: absolute;
    border-radius: 50%;
    border-right: 5px solid #ffff;
    /* border-bottom-left-radius: 8rem; */
    transform: rotate(25deg) translate(-52px, -20px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dadada;
    /* animation: 1s boob infinite; */
}

@keyframes boob {
    0% {
        border-right: 5px solid #fff;
        border-top: 5px solid #fff;

    }

    25% {
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;

    }

    40% {
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;


    }

    50% {
        border-right: 5px solid #fff;

    }

    65% {
        border-right: 4px solid #fff;

    }

    80% {
        border-right: 5px solid #fff;

    }

    100% {
        border-right: 4px solid #fff;
    }
}

.text-circle {
    transform: rotate(-25deg) translate(0px, 0px);
    font-size: 13px;
    color: #fff;
}

.info-body {
    width: 100%;
    height: 100%;
    color: #fff;
}

.title-body {
    width: 100%;
    /* background-color: aqua; */
    display: flex;
    justify-content: end;
    align-items: start;
}

.title {
    margin: 15px 5px;
    font-size: 13px;
    display: flex;
}

.title>div {
    margin: 5px;
}

.discription-body {
    display: flex;
    flex-direction: column;
    width: 103%;
    height: 133px;
    background-color: #fff;
    direction: rtl;
    padding: 10px;
    color: gray;
    transform: translate(-3px, 0);
    /* border-radius: 81% 19% 100% 100% / 82% 39% 45% 57%; */
    /* border-radius: 68% 0% 100% 100% / 100% 0% 45% 0%; */
    margin-top: 10px;
    border-radius: 1% 1% 100% 100% / 100% 22% 41% 36%;
    /* border-top: 5px dashed #ffff; */
    /* border-bottom: 5px dashed #ffff; */
    /* border-bottom-left-radius: 4rem; */
    /* border-top-left-radius: 3rem; */
}

.discription-body>div:nth-child(1) {
    font-size: 15px;
}

.discription-body>div:nth-child(2) {
    font-size: 10px;
    padding: 5px;
    text-align: justify;
}

.btn-body {
    position: absolute;
    width: 100%;
    height: 45px;
    border-top-left-radius: 3rem;
    border-top-right-radius: 3rem;
    /* border-bottom: 1px solid rgb(101, 101, 235); */
    /* border-bottom-left-radius: 1rem; */
    /* border-bottom-right-radius: 1rem; */
    bottom: 0;
    left: 0;

}



.note-list-item-discription {
    /* overflow-y: scroll; */
    direction: rtl;
}

.note-list-item-discription>span {
    text-align: justify;
    line-height: 1.9;
}

.note-list-item-discription::-webkit-scrollbar {
    width: 8px;
}

.note-list-item-discription::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: white;
    padding: 5px;
}

.note-list-item-discription::-webkit-scrollbar-thumb {
    background: linear-gradient(40deg, rgb(135, 141, 224), 50%, rgb(8, 8, 97));
    border-radius: 5px;
    padding-top: 10px;
}

@media (max-width: 600px) {

    .table th {
        display: block;
        width: 100%;
        /* margin: 2px; */
    }

    .table th div {
        /* margin-top: 15px; */
    }
}


/* Error Page */
.error .clip .shadow {
    height: 150px;
    background-color: #282A42;
    /*Contrall*/
}

.error .clip:nth-of-type(2) .shadow {
    width: 130px;
    /*Contrall play with javascript*/
}

.error .clip:nth-of-type(1) .shadow,
.error .clip:nth-of-type(3) .shadow {
    width: 120px;
    /*Contrall*/
}

.error .digit {
    width: 120px;
    /*Contrall*/
    height: 120px;
    /*Contrall*/
    line-height: 120px;
    /*Contrall*/
    font-size: 80px;
    font-weight: bold;
}

.error h4

/*Contrall*/
    {
    font-size: 1rem;
}

.error .msg

/*Contrall*/
    {
    top: -190px;
    left: 30%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 32px;
}

.error span.triangle

/*Contrall*/
    {
    top: 70%;
    right: 0%;
    border-left: 20px solid #535353;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}


.error .container-error-404 {
    margin-top: 10%;
    position: relative;
    height: 250px;
    padding-top: 40px;
}

.error .container-error-404 .clip {
    display: inline-block;
    transform: skew(-45deg);
}

.error .clip .shadow {

    overflow: hidden;
}

.error .clip:nth-of-type(2) .shadow {
    overflow: hidden;
    position: relative;
    box-shadow: inset 20px 0px 20px -15px rgba(150, 150, 150, 0.8), 20px 0px 20px -15px rgba(150, 150, 150, 0.8);
}

.error .clip:nth-of-type(3) .shadow:after,
.error .clip:nth-of-type(1) .shadow:after {
    content: "";
    position: absolute;
    right: -8px;
    bottom: 0px;
    z-index: 9999;
    height: 100%;
    width: 10px;
    background: linear-gradient(90deg, transparent, rgba(173, 173, 173, 0.8), transparent);
    border-radius: 50%;
}

.error .clip:nth-of-type(3) .shadow:after {
    left: -8px;
}

.error .digit {
    position: relative;
    top: 8%;
    color: white;
    background: #787eff;
    border-radius: 50%;
    display: inline-block;
    transform: skew(45deg);
}

.error .clip:nth-of-type(2) .digit {
    left: 5%;
}

.error .clip:nth-of-type(1) .digit {
    right: -20%;
}

.error .clip:nth-of-type(3) .digit {
    left: -20%;
}

.error h2 {
    color: #A2A2A2;
    font-weight: bold;
    padding-bottom: 20px;
}

.error .msg {
    position: relative;
    z-index: 9999;
    display: block;
    background: #535353;
    color: #A2A2A2;
    border-radius: 50%;
    font-style: italic;
}

.error .triangle {
    position: absolute;
    z-index: 999;
    transform: rotate(45deg);
    content: "";
    width: 0;
    height: 0;
}

/* Error Page */
@media(max-width: 500px) {

    /* Error Page */
    .error .clip .shadow {
        height: 100px;
        /*Contrall*/
    }

    .error .clip:nth-of-type(2) .shadow {
        width: 60px;
        /*Contrall play with javascript*/
    }

    .error .clip:nth-of-type(1) .shadow,
    .error .clip:nth-of-type(3) .shadow {
        width: 80px;
        /*Contrall*/
    }

    .error h4 {
        margin-top: 0px !important;
    }

    .error .digit {
        width: 80px;
        /*Contrall*/
        height: 80px;
        /*Contrall*/
        line-height: 80px;
        /*Contrall*/
        font-size: 52px;
    }

    .error h2

    /*Contrall*/
        {
        font-size: 24px;
    }

    .error .msg

    /*Contrall*/
        {
        top: -110px;
        left: 15%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .error span.triangle

    /*Contrall*/
        {
        top: 70%;
        right: -3%;
        border-left: 10px solid #535353;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    .error .container-error-404 {
        height: 150px;
    }

    /* Error Page */
}

/*--------------------------------------------Framework --------------------------------*/

.overlay {
    position: relative;
    z-index: 20;
}

/*done*/
.ground-color {
    /* background: #282A42; */
}

/*done*/
.item-bg-color {
    background: #282A42
}

/*done*/

/* Padding Section*/
.padding-top {
    padding-top: 10px;
}

/*done*/
.padding-bottom {
    padding-bottom: 10px;
}

/*done*/
.padding-vertical {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}

.padding-all {
    padding: 10px;
}

/*done*/

.no-padding-left {
    padding-left: 0px;
}

/*done*/
.no-padding-right {
    padding-right: 0px;
}

/*done*/
.no-vertical-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.no-horizontal-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.no-padding {
    padding: 0px;
}

/*done*/
/* Padding Section*/

/* Margin section */
.margin-top {
    margin-top: 10px;
}

/*done*/
.margin-bottom {
    margin-bottom: 10px;
}

/*done*/
.margin-right {
    margin-right: 10px;
}

/*done*/
.margin-left {
    margin-left: 10px;
}

/*done*/
.margin-horizontal {
    margin-left: 10px;
    margin-right: 10px;
}

/*done*/
.margin-vertical {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*done*/
.margin-all {
    margin: 10px;
}

/*done*/
.no-margin {
    margin: 0px;
}

/*done*/

.no-vertical-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-horizontal-margin {
    margin-left: 0px;
    margin-right: 0px;
}

.inside-col-shrink {
    margin: 0px 20px;
}

/*done - For the inside sections that has also Title section*/
/* Margin section */

hr {
    margin: 0px;
    padding: 0px;
    border-top: 1px dashed white;
}

/*--------------------------------------------FrameWork------------------------*/