.vl {
    color: #7367f0;
}

.rd {
    color: #EA5455;
}

.or {
    color: #FF9F43;
}

.bl {
    color: #00cfe8 !important;
}

.gr {
    color: #28c76f;
}

.grl {
    color: #74d600;
}

.yl {
    color: #FFFD43;
}

.br {
    color: #9c3f09;
}

.pr {
    color: #be29ec;
}

.pi {
    color: #fe70bd;
}

html body .content .content-wrapper {
    min-height: calc(100vh - 10rem);
}


.label-style {
    padding: 5px;
    font-size: 12px;
}

    .label-style i {
        font: normal normal normal 14px/1 FontAwesome;
    }

.inr:before {
    content: "\f156";
    font: normal normal normal 14px/1 FontAwesome;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #F5F5F1 !important;
    opacity: 1;
}

.blockPage {
    background: transparent !important;
}

html body .content.app-content .content-area-wrapper {
    margin: 0px;
}

.filterbutton {
    color: #ffffff !important;
}

.filterbody {
    z-index: 1;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    color: Green;
    background-color: #fff;
    display: none;
    text-align: justify;
    position: absolute;
    right: 14px;
    top: 0px;
    width: 100%;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.05);
    padding-left: 10px;
}

    .filterbody .form-group {
        margin: 8px 0px 13px 0px;
    }



@media (max-width: 768px) {
    .filterbody {
        width: 90%;
    }

    html body .content .content-wrapper .content-header-title {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    .heading-elements .list-inline {
        display: block;
    }
}

.table-responsive {
    margin-bottom: 10px;
}

.closeinside {
    background: #7367f0;
    position: absolute;
    height: 100%;
    color: #ffffff !important;
    padding: 2px;
    z-index: 2;
    left: -7px;
    border-radius: 50% 0px 0px 50%;
}

    .closeinside:hover {
        background: #db4242;
    }

    .closeinside i {
        display: block;
        margin-top: 30px;
    }

.Wallet {
    padding: 0px 5px;
}

    .Wallet .chip-text {
        font-size: 16px;
    }


.textbox-nostyle {
    padding: 0px;
    background-color: transparent !important;
    border: 0px;
}

.card .card-header {
    padding: 1.5rem 1.5rem 0rem 1.5rem;
}

    .card .card-header h1 {
        font-weight: 500;
        letter-spacing: .05rem;
        font-size: 1.32rem;
        margin-bottom: 0px;
    }

    .card .card-header h4 {
        font-weight: normal !important;
        letter-spacing: .01rem;
        font-size: 16px;
    }

    .card .card-header svg {
        display: inline-block;
        height: 17px;
        width: 20px;
        margin-right: 8px;
        margin-top: -6px;
    }

.card .card-body {
}

.errorstar::after {
    content: ' *';
    color: red;
}

.text-green {
    color: green;
    font-weight: bold;
}

.table tr {
    border-top: 1px solid #eaeff0;
    border-bottom: 1px solid #eaeff0;
    background-color: #f9f9f9;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #dfe3e4 !important;
}

.table td, .table th {
    padding: 1rem;
    font-size: 12px;
    font-family: Montserrat,Helvetica,Arial,serif;
    vertical-align: middle;
    color: #58666e;
    padding: 10px 10px;
}

/*.fixed_header {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    .fixed_header tbody {
        display: block;
        width: 100%;
        overflow: auto;
        height: 500px;
    }

    .fixed_header thead tr {
        display: block;
         width: 100%;
    }

    .fixed_header thead {
    }

        .fixed_header thead th:first-child > div {
            border-left: none;
            padding-left: 7px;
        }

    .fixed_header th, .fixed_header td {
    }*/

.fixed_header thead {
    display: table;
    overflow: auto;
    width: 100%;
}

.fixed_header tbody {
    display: block;
    overflow: auto;
    width: 100%;
    box-sizing: border-box;
}




.title-block {
    display: flex;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 0px 5px 0px 5px;
}

    .title-block .pagehead {
        flex-grow: 0;
        padding-right: 5px;
    }

    .title-block .scroller-bar {
        flex-grow: 9;
    }

.Validation {
    position: absolute;
    color: #EA5455;
    font-size: 0.875rem;
    padding-top: 0.2rem;
    display: flex;
    width: 100%;
}

.flex-grid {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

    .flex-grid li:nth-child(1) {
        grid-column: 1;
    }

    .flex-grid li:nth-child(2) {
        grid-column: 2;
    }

    .flex-grid li:nth-child(3) {
        grid-column: 1 / span 2;
        grid-row: 2;
    }

    .flex-grid li:nth-child(4) {
        grid-column: 3;
        grid-row: 1 / span 2;
    }

        .flex-grid li:nth-child(4) marquee {
            height: 200px;
            margin-left: 50px;
        }

    .flex-grid li:nth-child(5) {
        grid-column: span 3;
        grid-row: row 2;
    }


.form-grid {
    list-style: none;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    grid-auto-rows: minmax(100px, auto);
}

    .form-grid .portlet.light {
        padding: 0px !important;
    }


.colum-1 {
    grid-column: 1;
}

.colum-2 {
    grid-column: span 2;
}

.colum-3 {
    grid-column: span 3;
}

.colum-4 {
    grid-column: span 4;
}

.row-1 {
    grid-row: row 1;
}

.row-2 {
    grid-row: row 2;
}

.row-3 {
    grid-row: row 3;
}

.row-4 {
    grid-row: row 4;
}

.end-4 {
    grid-column-end: five;
}



@media (max-width: 375px) {
    .card .card-header .card-title {
        margin-bottom: 0;
        padding-right: 10px;
    }
}

@media (max-width: 320px) {
    #user-profile .profile-img-container {
        position: absolute;
        bottom: 3rem;
        left: 29% !important;
        width: 50%;
    }
}

@media (max-width: 990px) {
    .flex-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

        .flex-grid li {
            grid-column: 1 !important;
            grid-row: auto !important;
        }

    .page-content-wrapper .page-content .page-title {
        margin-bottom: -100px;
        font-size: 20px;
    }
}




.main-menu.menu-light .navigation > li > a.active {
    background: -webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
    background: -moz-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
    background: -o-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
    background: linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));
    -webkit-box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
    box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
    color: #FFF;
    font-weight: 400;
    border-radius: 4px;
}

    .main-menu.menu-light .navigation > li > a.active .menu-item {
        color: #ffffff !important;
    }


/*------------------------Tree style-----------------------------------Start----*/

.tree ul {
    position: relative;
    padding: 1em 0;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

    .tree ul::after {
        content: '';
        display: table;
        clear: both;
    }

.tree li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1em .0em 0 .5em;
}

    .tree li a h3 {
        margin: 0px 0px 0px 0px;
    }

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid #ccc;
        width: 52%;
        height: 1em;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid #ccc;
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }

    .tree li:last-child::before {
        border-right: 1px solid #ccc;
        border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    width: 0;
    height: 1em;
}

.tree li a {
    /*border-bottom: 1px solid #ccc;*/
    padding: .6em .0em;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    color: #000 !important;
    position: relative;
    top: 1px;
    width: 100px;
}

    .tree li a:hover,
    .tree li a:hover + ul li a {
        /*background: #60ca9c;
        color: #fff;*/
        /*border: 1px solid #20af73;*/
    }

        .tree li a:hover + ul li::after,
        .tree li a:hover + ul li::before,
        .tree li a:hover + ul::before,
        .tree li a:hover + ul ul::before {
            border-color: #20af73;
        }

.tree-thum .img-circle {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.tree-thum:hover {
    color: #fff;
}

.tree-thum p {
    margin-bottom: 0px;
}

/*#cpBody_hykPositionU span, #cpBody_hykPositionUL span, #cpBody_hykPositionUR span, #cpBody_hykPositionULL span, #cpBody_hykPositionULR span, #cpBody_hykPositionURL span, #cpBody_hykPositionURR span {
    color: #fff !important;
}*/


.mt-card-name span {
    font-size: 13px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    display: block !important;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    white-space: -webkit-pre-wrap; /* Newer versions of Chrome/Safari*/
    word-break: break-all;
    white-space: normal;
}

.mt-card-name {
    text-align: center;
    margin-top: 5px !important;
    height: 35px !important;
}

/*@media (max-width: 768px) {
    .treeview {
        width: 600px;
    }
}*/




.tree ul {
    margin-top: 10px;
}

.tree li a {
    padding: 1em .5em;
    width: 150px !important;
    /*background: #f9f9f9 !important;*/
    border: 0px solid #e8e8e8 !important;
    -o-transition: color .5s ease-out, background 5s ease-in;
    -ms-transition: color .5s ease-out, background 5s ease-in;
    -moz-transition: color .5s ease-out, background 5s ease-in;
    -webkit-transition: color .5s ease-out, background 5s ease-in;
    /* ...and now override with proper CSS property */
    transition: color .5s ease-out, background 5s ease-in;
    transition: border .5s;
    /*box-shadow: 0 0px 0px rgba(0,0,0,0.1);*/
    transition: box-shadow 0.3s ease-in-out;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.tree .positiontext {
    font-weight: bold !important;
    font-size: 12px;
    background: #6d41a7;
    color: #ffffff;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.tree .positiontext {
    padding: 1px 5px 1px 5px;
}

.tree li a:hover, .tree li a:hover + ul li a {
    /*background: #c8ffad !important;*/
    color: #fff !important;
    border: 0px solid #20af73 !important;
    /*box-shadow: 0 8px 6px -6px rgba(0,0,0,0.5);*/
}

.tree li a:hover {
    /*background: #c8ffad !important;*/
    color: #fff !important;
    border: 0px solid #20af73 !important;
    /*box-shadow: 0 8px 6px -6px rgba(0,0,0,1);*/
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background: transparent;
    background-size: 200% 200%;
    animation: gradientBG 15s ease infinite;
    /*-webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);*/
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .tree li a:hover .positiontext {
        background: #fff;
        color: #000000;
    }

    .tree li a:hover h3 span {
    }


@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.tree li img {
    padding: 2px;
}

.tree .mt-card-name span {
    white-space: nowrap;
    line-height: 15px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.tree .mt-card-name span {
    color: #000000;
}

/*Tool Tip Style*/

.tooltip-inner {
    max-width: 1500px;
    padding: 8px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #EA5455;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


    .tooltip-inner .table-style {
        margin-bottom: 0px;
    }

        .tooltip-inner .table-style tr:first-child {
            border-top: 1px solid rgba(0,0,0,.7) !important;
        }

        .tooltip-inner .table-style td, .tooltip-inner .table-style th {
            padding: 2px 10px 2px 10px !important;
            font-size: 11px !important;
            border-color: #1b78c1;
            text-align: center;
            text-transform: capitalize;
        }

        .tooltip-inner .table-style th {
            text-align: left;
            background: #015699;
        }

        .tooltip-inner .table-style td {
            color: #000000;
            font-weight: bold;
        }

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0 /*rtl:ignore*/;
    border-right-color: #c50000 /*rtl:ignore*/;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px /*rtl:ignore*/;
    border-left-color: #c50000 /*rtl:ignore*/;
}

/*------------------------Tree style----------------------------------------End----*/



.breadcrum-right .dropup .dropdown-menu::before {
    content: '';
    position: absolute;
    top: -.714rem;
    left: 1.214rem;
    width: .714rem;
    height: .714rem;
    display: block;
    background: #FFF;
    -webkit-transform: rotate(22deg) translate(-7px);
    -moz-transform: rotate(22deg) translate(-7px);
    -ms-transform: rotate(22deg) translate(-7px);
    -o-transform: rotate(22deg) translate(-7px);
    transform: rotate(224deg) translate(-7px);
    border-bottom: 1px solid rgba(0,0,0,.1);
    border-right: 1px solid rgba(0,0,0,.1);
    z-index: 10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.btn {
    padding: .9rem 1.55011rem;
}

.input-group .form-control {
    height: auto;
}

.list-inline .btn-icon {
    padding: 6px !important;
}


/*================================================
Preloader CSS
=================================================*/


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow: hidden;
    background: transparent;
}

.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 110px;
    height: 110px;
    margin: -80px 0 0 -75px;
    border-radius: 50%;
    border: 7px solid transparent;
    border-top-color: #FF2D55;
    animation: spin 1.7s linear infinite;
    z-index: 11;
}

    .loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 7px solid transparent;
        border-top-color: #efa506;
        animation: spin-reverse .6s linear infinite;
    }

    .loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 7px solid transparent;
        border-top-color: #00acee;
        animation: spin 1s linear infinite;
    }


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}






.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
    -webkit-transition: 250ms all;
    transition: 250ms all;
}

.menu-opener {
    cursor: pointer;
    height: 64px;
    position: absolute;
    top: 2%;
    right: 1%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 64px;
}

    .menu-opener:hover, .menu-opener.active {
        background: #f1c40f;
    }

.menu-opener-inner {
    background: #fff;
    height: .5rem;
    margin-left: .75rem;
    margin-top: 1.75rem;
    width: 2.5rem;
}

    .menu-opener-inner::before, .menu-opener-inner::after {
        background: white;
        content: '';
        display: block;
        height: .5rem;
        width: 2.5rem;
    }

    .menu-opener-inner::before {
        -webkit-transform: translateY(-0.75rem);
        -ms-transform: translateY(-0.75rem);
        transform: translateY(-0.75rem);
    }

    .menu-opener-inner::after {
        -webkit-transform: translateY(0.25rem);
        -ms-transform: translateY(0.25rem);
        transform: translateY(0.25rem);
    }

    .menu-opener-inner.active {
        background: transparent;
    }

        .menu-opener-inner.active::before {
            -webkit-transform: translateY(0rem) rotate(-45deg);
            -ms-transform: translateY(0rem) rotate(-45deg);
            transform: translateY(0rem) rotate(-45deg);
        }

        .menu-opener-inner.active::after {
            -webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
            -ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
            transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
        }

.menu {
    background: #f1c40f;
    color: transparent;
    height: 64px;
    position: absolute;
    top: 2%;
    right: 1%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 0rem;
    z-index: -1;
}

    .menu.active {
        width: -webkit-calc(100% - 2rem);
        width: calc(100% - 2rem);
    }

        .menu.active .menu-link {
            color: white;
        }

.menu-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    list-style-type: none;
    margin: 0;
    margin-left: 4rem;
    padding: 0;
}

.menu-link {
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 2rem;
    font-weight: 100;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

    .menu-link li {
        margin: auto;
    }

@media screen and (max-width: 768px) {
    .menu {
        height: auto;
    }

    .menu-inner {
        display: block;
    }

    .menu-link {
        padding: 10px 0;
        font-size: 1.2em;
    }

    .menu.active {
        width: -webkit-calc(100% - 0.5rem);
        width: calc(100% - 0.5rem);
    }
}

.table-grid .table td, .table th {
    padding: 0.5rem;
}







.tree-grid {
    max-width: 800px;
}

    .tree-grid .wrapper {
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1fr));
        background-color: #fff;
        color: #444;
        padding: 0px;
        border-radius: 3px;
    }

    .tree-grid .row {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: repeat(3, minmax(50px, 1fr));
        margin: 0px;
    }



    .tree-grid .box {
        color: #000;
        border-radius: 0px;
        padding: 1px;
        font-size: 11px;
        border-left: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 2px 5px 2px 5px;
    }

        .tree-grid .box.head {
            color: #000 !important;
            font-weight: bold;
            background: #ccc !important;
        }

        .tree-grid .box:last-child {
            border-right: 1px solid #ccc;
        }

    .tree-grid .colspan-8 {
        grid-column: 1 / 8;
    }

.nodelink {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    width: 27px;
    height: 20px;
    margin: auto;
    z-index: 111;
    margin-top: -6px;
    cursor: pointer;
}

    .nodelink span {
        background: linear-gradient(118deg, rgb(0, 207, 232), rgba(0, 207, 232, 0.7));
        color: #fff;
        margin-left: 7px;
        width: 20px;
        height: 20px;
        display: block;
        border-radius: 3px;
    }

        .nodelink span:hover {
            background: linear-gradient(118deg, rgb(0, 207, 232), rgba(0, 207, 232, 0.7));
            box-shadow: rgba(0, 207, 232, 0.7) 0px 0px 10px 1px;
        }

.tree-zoom-filter {
    margin: 0px auto;
    text-align: center;
    padding-left: 20%;
}

    .tree-zoom-filter .btn {
        padding: 8px 8px !important;
    }

        .tree-zoom-filter .btn i {
            font-size: 14px;
        }



.tree-details {
    position: relative;
}

    .tree-details .left-details {
        position: absolute;
        left: 0px;
        z-index: 0;
    }

    .tree-details .right-details {
        position: absolute;
        right: 0px;
        z-index: 0;
    }

@media (max-width:660px) {

    .tree-details .left-details, .tree-details .right-details {
        position: relative;
    }
}




.modechange {
    padding: 1.35rem .5rem .6rem 1rem;
}


.detailsbox {
    position: absolute;
    top: 0px;
}

    .detailsbox td {
        border: 1px solid #ccc;
        font-size: 11px;
    }


/*details tree payout genology*/
.vertical-block {
    margin-top: 46px !important;
}

    .vertical-block a {
        height: 302px !important;
    }

    .vertical-block .vertical-text {
        position: absolute;
        transform: translateX(-50%) translateY(-50%) rotate(-90deg);
        top: -45px;
        left: 50%;
        /* right: 0px; */
        /* margin: 0px auto; */
        color: #c9625f;
        font-family: verdana;
    }



.tree li a.orange {
    background: #f76008 !important;
}

.tree .orange .amountdesign {
    color: #ffffff;
}

.tree .orange .mt-card-name span {
    color: #ffffff;
}

.tree a.orange .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}







.tree li a.skyblue {
    background: #7FE5F0 !important;
}

.tree .skyblue .amountdesign {
    color: #650000;
}

.tree a.skyblue .mt-card-name span {
    color: #ffffff;
}

.tree a.skyblue .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}




.tree li a.violet {
    background: #8A2BE2 !important;
}

.tree .skyblue .amountdesign {
    color: #ffffff;
}

.tree a.violet .mt-card-name span {
    color: #ffffff;
}

.tree a.violet .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}







.tree li a.brown {
    background-color: #bc6710 !important;
}

.tree .brown .amountdesign {
    color: #ffffff;
}

.tree .brown .mt-card-name span {
    color: #ffffff;
}

.tree a.brown .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}



.tree li a.yellow {
    background-color: #ffd800 !important;
}

.tree .yellow .amountdesign {
    color: #650000;
}

.tree .yellow .mt-card-name span {
    color: #650000;
}

.tree a.yellow .detail-table td {
    color: #650000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}



.tree li a.lemongreen {
    background-color: #88ad16 !important;
}

.tree .lemongreen .amountdesign {
    color: #ffffff;
}

.tree .lemongreen .mt-card-name span {
    color: #ffffff;
}

.tree a.lemongreen .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.tree li a.blue {
    background-color: #0089ff !important;
}

.tree .blue .amountdesign {
    color: #ffffff;
}

.tree .blue .mt-card-name span {
    color: #ffffff;
}

.tree a.blue .detail-table td {
    color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}


.tree li a .amountdesign {
    display: block;
    text-align: center;
    color: #393c3e;
    font-weight: bold;
}

.tree li a:hover h3 span {
}

.tree li a:hover .amountdesign {
}




.detail-table {
    margin-top: 3px;
    width: 100%;
}

    .detail-table td {
        padding: 0px;
        margin: 0px;
        font-size: 11px;
        text-align: left;
        padding-right: 5px;
        height: 0px;
        color: #000;
        line-height: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.22);
    }

        .detail-table td:first-child {
            width: 38px;
        }


        .detail-table td:last-child:before {
            content: ':';
            position: absolute;
            left: -3px;
        }

        .detail-table td:last-child {
            padding-left: 1px;
            position: relative;
            text-align: right !important;
        }

.layouttree .modal-dialog {
    width: 80%;
}

@media (max-width:991px) {

    .detailsbox {
        position: relative;
        margin: 0px auto;
    }

    .layouttree .modal-dialog {
        width: auto;
    }


    .detailsbox-right {
        position: relative;
        margin-bottom: 150px;
        margin: 0px auto;
    }
}


/*details tree payout genology end*/


/*violet, skyblue, lemongreen, pink, orange, blue, yellow*/



.middle {
    width: 100%;
    text-align: center;
    /* Made by */
}

    .middle h1 {
        font-family: "Dax", sans-serif;
        color: #fff;
    }

    .middle input[type="radio"] {
        display: none;
    }

        .middle input[type="radio"]:checked + .box {
            background-color: #7367F0;
            background: -webkit-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
            background: -moz-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
            background: -o-linear-gradient(332deg,#7367F0,rgba(115,103,240,.7));
            background: linear-gradient(118deg,#7367F0,rgba(115,103,240,.7));
            -webkit-box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
            box-shadow: 0 0 10px 1px rgba(115,103,240,.7);
        }

            .middle input[type="radio"]:checked + .box i {
                background: #ff8d00;
            }

            .middle input[type="radio"]:checked + .box i {
                color: white;
                transform: translateY(40px);
                display: block;
            }

            .middle input[type="radio"]:checked + .box span {
                color: white;
                transform: translateY(55px);
                display: block;
            }



    .middle .box {
        width: 150px;
        height: 150px;
        background-color: #fff;
        transition: all 250ms ease;
        will-change: transition;
        display: inline-block;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #D9D9D9;
        border-radius: 5px;
        font-weight: 400;
    }

        .middle .box i {
            width: 40px;
            height: 40px;
            padding: 10px;
            border-radius: 50%;
            margin: auto;
            font-size: 1.8em !important;
        }

        .middle .box:active {
            transform: translateY(5px);
        }

        .middle .box span {
            font-size: 1.5em;
        }

        .middle .box i, .middle .box span {
            position: absolute;
            transform: translate(0, 20px);
            left: 0;
            right: 0;
            transition: all 300ms ease;
            font-size: 1.5em;
            user-select: none;
            color: #9a9a9a;
        }

            .middle .box span:before {
                font-size: 1.2em;
                font-family: feather !important;
                display: block;
                transform: translateY(-80px);
                opacity: 0;
                transition: all 300ms ease-in-out;
                font-weight: normal;
                color: white;
            }

    .middle .packageicon span:before {
        content: "\e82e";
    }



    .middle p {
        color: #fff;
        font-family: "Dax", sans-serif;
        font-weight: 400;
    }

        .middle p a {
            text-decoration: underline;
            font-weight: bold;
            color: #fff;
        }

        .middle p span:after {
            content: "\f0e7";
            font-family: FontAwesome;
            color: yellow;
        }


#profile-info .card .card-body h6 {
    color: #949494;
    font-weight: 400;
    font-size: 12px;
}

#profile-info .card .card-body p {
    margin-top: 3px;
    color: #505050;
    font-weight: 500;
}


.input-group-append {
    display: block;
    flex: 1 1 auto;
}

.input-group-prepend {
    display: block;
    flex: 0 0 auto;
}

    .input-group-prepend .btn {
        padding: .572rem 1.55011rem;
        border-radius: 2px;


        border: 1px solid #D9D9D9;
    color: #5F5F5F;
    background: #fafafa;
    -webkit-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
    -moz-box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.08);
 cursor:pointer;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;



    }






.input-group-append .form-control:disabled {
    background-color: transparent !important;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    background: none;
    height: 44px;
    width: 35px;
}

    .main-menu .navbar-header .navbar-brand .brand-logo img {
        max-height: 44px;
    }

.main-menu .navbar-header .navbar-brand {
    margin-top: 0.5rem;
}

.loginhead {
    position: absolute;
    width: 100%;
}


.pinstore-menu .nav-link {
    color: #000;
}

    .pinstore-menu .nav-link:hover {
        color: rgba(0, 0, 0, 0.66);
    }

.pinstore-menu .active {
    border: 2px solid Green;
    border-radius: 5px;
}

.modal {
    background: #00000029;
}

.nowrap-text {
    white-space: nowrap;
}



.certificate_text {
    width: 900px;
    height: 550px;
    position: absolute;
    z-index: 3;
    padding: 35px 40px 0px 40px;
    left: 100px;
    top: 100px;
}

.certificate_img {
    position: absolute;
    z-index: 1;
}

    .certificate_img img {
        width: 1100px;
        height: 753px;
    }


.certificate_watermark {
    position: absolute;
    z-index: 2;
    width: 1100px;
    height: 753px;
    text-align: center;
    padding: 23% 15%;
}

    .certificate_watermark img {
        opacity: .25;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(100%);
        height: 100px;
        padding: 20px;
        text-align: center;
        display: inline-block;
    }

.certificate {
    width: 1100px;
    height: 753px;
    margin: 0px auto;
    position: relative;
}

    .certificate .logo {
        margin-top: 0px;
        height: 100px;
    }

    .certificate h1 {
        margin-top: 5px;
    }

    .certificate h2 {
        font-family: 'Average', serif;
        font-size: 40px;
    }

    .certificate h3 {
        font-family: 'Courgette', cursive;
        font-size: 25px;
    }


.breadcrumbs-top {
    margin-bottom: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #D9D9D9;
    border-radius: 2px !important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none;
}
