﻿.toast-top-center {
    position: fixed;
    z-index: 999999;
    pointer-events: none;
    top: 50% !important;
}
/*modal-pop-start*/

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 3.5rem);
    height: calc(100% - 3.5rem);
}

.modal-dialog {
    /*max-width: 600px;*/
    max-width: 700px;
    margin: 1.75rem auto;
    width: 100%;
}

.modal-dialog-xl {
    max-width: 850px;
}

.modal-content {
    width: 100%;
    background-color: #f5f5f5;
}

.modal-body {
    padding: 0px 90px;
}

.modal-dialog-xl .modal-header {
    padding: 5px 25px;
    border-bottom: none;
}

.modal-dialog-xl .modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    padding: 0px 15px;
    border-bottom: none;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-dialog-xl .close-btn {
    font-size: 40px !important;
    line-height: 1 !important;
    padding: 0;
    line-height: 1 !important;
    border: 0;
    background: none;
}

.kd-modal-title h3 {
    font-size: 28px;
    font-weight: 800;
    color: #504C4C;
    margin-top: 0px;
    margin-bottom: 12px;
}

.kd-modal-title p {
    font-size: 18px;
    font-weight: 400;
    color: #828282;
    margin-bottom: 20px;
}


.modal-image img {
    width: 77px;
    max-width: 77px;
    display: inline-block;
    border-radius: 10px;
}

.modal-common {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 4px 21px rgb(0 0 0 / 2%);
    margin-top: 15px;
}

.modal-inner-field {
    display: flex;
    align-items: center;
}

.inner-modal-title {
    margin-left: 20px;
}

    .inner-modal-title h6 {
        margin-top: 0;
        font-size: 18px;
        font-weight: 800;
        margin-bottom: 15px;
        color: #504C4C;
        margin-bottom: 15px;
    }

    .inner-modal-title span {
        font-size: 16px;
        font-weight: 500;
        color: #877E7E;
    }

#gainCreditModal .modal-footer {
    border-top: 0px !important;
    text-align: center !important;
    padding: 10px 15px 10px !important;
}

    #gainCreditModal .modal-footer .common-btn {
        background: #FF9B12 !important;
        border-radius: 50px !important;
        color: #fff !important;
        padding: 12px 36px !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        letter-spacing: 0.2px !important;
    }

        #gainCreditModal .modal-footer .common-btn:hover {
            background: #555555 !important;
            color: #fff !important;
            transition: all 0.1s ease 0.1s !important;
        }
/*radio*/
/* Custom Radio Button Start*/
.custom-radio {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    display: inline-block !important;
    position: relative !important;
    margin-bottom: 0px !important;
    cursor: pointer !important;
    font-size: 18px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .custom-radio input {
        position: absolute !important;
        top: 50% !important;
        left: 50%;
        transform: translate(-50%, -50%) !important;
        opacity: 0 !important;
        cursor: pointer !important;
        z-index: 9 !important;
        height: 22px !important;
        width: 22px !important;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 22px !important;
    width: 22px !important;
    background-color: white !important;
    border-radius: 50% !important;
    border: 1px solid #B5B1B1 !important;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: transparent !important;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: white !important;
    border: 1px solid #B5B1B1 !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "" !important;
    position: absolute !important;
    display: none !important;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block !important;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
    top: 2px !important;
    left: 2px !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    background: #49CA28 !important;
}

#gainCreditModal .modal-header .close {
    padding: 1rem !important;
    margin: -1rem -1rem -1rem auto !important;
}

/* Custom Radio Button End*/
/*responsive-start*/


@@media only screen and (max-width:1199px) {
    .modal-dialog {
        width: 992px;
    }
}

@@media only screen and (max-width:991px) {

    .modal-dialog {
        width: 768px;
    }
}

@@media only screen and (max-width:767px) {
    .modal-body {
        padding: 0px 15px;
    }

    .modal-dialog {
        width: 576px;
    }
}

@@media only screen and (max-width:575px) {

    .modal-dialog {
        width: 480px;
    }
}

@@media only screen and (max-width:480px) {


    .modal-dialog {
        width: auto;
    }

    .modal-image img {
        width: 57px;
        max-width: 57px;
    }

    .inner-modal-title h6 {
        font-size: 18px;
    }

    .inner-modal-title span {
        font-size: 16px;
    }

    .kd-modal-title h3 {
        font-size: 25px;
    }

    .kd-modal-title p {
        font-size: 17px;
    }
}

/*modal-pop-finish*/

.fusion-header-wrapper {
    z-index: 999999;
}

.fusion-main-menu .sub-menu {
    border-radius: 8px;
    width: 250px;
    padding: 10px 0;
    text-align: right;
}

    .fusion-main-menu .fusion-dropdown-menu .sub-menu li a, .fusion-main-menu .sub-menu li a, .fusion-megamenu-wrapper li .fusion-megamenu-title-disabled {
        color: #000;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        font-size: 15px;
    }

#menu-information-technology-main-menu .sub-menu span {
    color: #000;
}

.fusion-main-menu .sub-menu li a:hover, .fusion-main-menu .sub-menu li a:hover span {
    background-color: #f5f5f5;
}

    .fusion-main-menu .sub-menu li a:hover span {
        color: #ff9b12;
        text-decoration: none;
    }

.fusion-main-menu .sub-menu li:hover span {
    color: #ff9b12 !important;
}

.fusion-main-menu .fusion-dropdown-menu .sub-menu li a {
    border-bottom: 0;
}

.fusion-mobile-menu-icons a, .fusion-mobile-menu-icons a:after, .fusion-mobile-menu-icons a:before {
    color: #ffffff;
}

.bucket-list-delete {
    position: absolute;
    top: 8px;
    right: 10px;
}

.bucket-list-edit {
    position: absolute;
    top: 8px;
    right: 38px;
}

.favourite:hover .caret {
    color: #ff9b12;
}

.favourite {
    color: #fff !important;
}

    .favourite .caret {
        color: #fff;
    }

#loader-bulk-email > div, #loader-bulk > div, #loader-api > div, #loader-filter > div {
    position: absolute !important;
}

.color-orange {
    color: #ff9b12;
}


.fusion-header.fusion-sticky-shadow {
    top: 0px;
    height: 114px;
    overflow: visible;
    padding-right: 5px;
}

span.uic {
    width: 38px;
    height: 38px !important;
    padding: 8px;
    color: #000;
    background: #fff;
    border-radius: 50%;
    display: block;
    font-size: 20px;
    text-align: center;
}


@@media (max-width: 425px) {
    #liMyBucket > .sub-menu.dropdown-menu {
        left: -165px !important;
    }
}

.header-f {
    right: 0 !important;
    padding-top: 7px;
}

    .header-f .nav {
        margin-top: -20px;
    }

.super-filter {
    padding-top: 65px !important;
}
/*.header-f .nav > li > a .header-f .navbar-nav > li > .dropdown-menu{
            display:none!important;
        }
        .header-f .nav > li > a:hover + .dropdown-menu{
            display: block !important;
        }*/
.header-f .navbar-nav > li > .dropdown-menu {
    margin-top: -15px !important;
}



.header-f {
    right: 0 !important;
    padding-right: 0 !important;
}

@@media (max-width: 575.98px) {
    div#demo {
        width: 90%;
        left: 5%;
    }

    form#sbm-d input {
        width: 100%;
    }

    .dropdown-toggle.welcome-text {
        margin-right: 0 !important;
    }

    div#login, #signup {
        left: 5%;
        width: 90%;
    }

    a.home-signup {
        display: none;
    }

    .col-xs-6 {
        width: 50% !important;
    }

    #login, #signup, #contact-form {
        left: auto;
        right: 5%;
        top: 60px;
    }

    form#sbm-l {
        width: 90%;
        top: 150px;
    }

    #sbm-l .suInp > input {
        width: 100%;
    }

    #sbm, #sbm-q {
        width: 90%;
    }

        #sbm input, #sbm-q input {
            width: 100%;
        }

    p.suDesc {
        width: 80%;
    }

    p.suSocial {
        display: none;
    }

    div#socialLoginList {
        display: none;
    }

    #login {
        height: 500px !important;
    }

    .suInp > p {
        margin-bottom: 0;
    }

    #sbm-l button, #sbm button, #sbm-c button, #sbm-q button {
        top: 350px;
        right: 15px;
    }

    div#login, #signup {
        left: 5%;
        width: 90%;
        height: 585px;
        overflow: hidden;
    }

    a.home-signup {
        display: none;
    }

    #send_link_email {
        display: none !important;
    }
}

#demo {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 8px;
    border-radius: 8px;
    position: absolute;
    top: 85px;
    right: 70px;
    width: 500px;
    height: 700px;
}

#demo {
    position: static;
    float: right;
    height: auto;
    padding-bottom: 60px;
    padding-top: 20px;
    right: 30px;
    left: auto;
    top: 60px;
    position: absolute;
}

    #demo .suTitle, #demo .suDesc, #demo #sbm-d, #demo #sbm-d button {
        position: static;
    }

        #demo #sbm-d button {
            float: right;
        }

    #demo button {
        background: #ff9b12;
        border-radius: 4px;
        border-radius: 4px;
        width: 180px;
        height: 50px;
        color: #fff;
        font-family: Roboto;
        font-size: 18px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        position: absolute;
        right: 35px;
        border: 0;
        top: 370px;
        margin-right: 30px;
    }

#login, #signup, #contact-form {
    left: auto;
    right: 30px;
    top: 60px;
}

.col-lg-3.col-md-3.col-sm-6.col-xs-12.px-2 {
    margin-bottom: 10px;
}

li.dropdown.profile {
    margin-top: -3px;
    padding-right: 10px;
}

button[type="submit"]:focus {
    outline: none !important;
    opacity: 0.85;
    border: none;
    background: #da7e00 !important;
}

#ty .modal-dialog {
    top: 50% !important;
    transform: translate(0, -50%) !important;
    -ms-transform: translate(0, -50%) !important;
    -webkit-transform: translate(0, -50%) !important;
    width: 355px;
}

#divGoldPlan button.stripe-button-el {
    background: #FF9B12 !important;
    border-radius: 50px !important;
    color: #fff !important;
    padding: 12px 36px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
}

    #divGoldPlan button.stripe-button-el span {
        min-height: auto !important;
        background: transparent !important;
        box-shadow: none !important;
        line-height: 1.5 !important;
        height: auto !important;
        padding: 0;
        font-size: 15px !important;
    }


