/**********Default Property*************/
/****************************************/

/*# sourceMappingURL=main.css.map */

body {
    font-family: 'Open Sans'; 
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans';     
}
a:focus {
    outline: none;
    text-decoration: none;
}
/* Loader Style Start */
.loader-cover {
    background: #ffffff;
    width: 100%;
}
.loader-body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.loader-logo {
    margin-bottom: 15px;
}
.loader {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
    font-size: 50px;
    color: #f2f2f2;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #19598d;
    border-bottom: 10px solid #19598d;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-content{
    min-height: calc(100vh - 92px - 226px);
}
/* Loader Style end */
.entry-bg {
    display: block;
    /* height: 100%; */
    width: 100%;
    min-height: calc(100vh - 157px);
}
.signin-wrap{
    padding-bottom: 88px;
    position: relative;
}
.signin-wrap footer.footer-section{
    position: absolute;
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    top: auto; 
}
.entry-modal-dialogue {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: calc(100vh - 40px); */
    height: calc(100vh - 100%);
    min-height: calc(100vh - 100px);
    padding-bottom: 50px;
    padding-top: 50px;
}
.login-form {
    display: block;
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: auto;
    background: #fff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.header-heading {
    background: #3875ba;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 400;
    -transform: uppercase;
    padding: 12px 20px;
    margin: 0;
    border-radius: 8px 8px 0px 0px;
}
.login-form h2 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 20px 0 10px 0;
}
.login-form .form-fields {
    padding: 20px 40px;
}
.new-signup{
    margin-bottom: 20px;
}
.login-form .form-fields label {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
}
.profile-button-des input[type=file] {
    display: block;
    background: none;
    border: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b506d;
    background-color: #fcfdfe;
    background-image: none;
    border: 1px solid #dddfe5;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    letter-spacing: 0.3px;
    outline: none;
}
.form-control:focus {
    border-color: #3875ba;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-style {
    font-size: 14px;
    padding: 6px 16px;
    outline: none;
}
.btn-style-md {
    font-size: 16px;
    padding: 8px 22px;
    outline: none;
}
.btn-style-lg {
    font-size: 18px;
    padding: 10px 30px;
    outline: none;
}
.btn-blue {
    background: #3875ba;
    border: none;
    border-radius: 8px;
    color: #f2f2f2;
    transition: all 0.2s ease-in-out;
}
.btn-blue:hover {
    background: #046e8e;
}
.btn-blue-outline {
    background: transparent;
    border: 1px solid #3875ba;
    border-radius: 8px;
    color: #3875ba;
    transition: all 0.2s ease-in-out;
}
.btn-blue-outline:hover {
    background: #3875ba;
    border: 1px solid #3875ba;
    color: #f2f2f2;
}
.btn-line > button {
    margin-left: 10px;
}
.btn-line > button:first-child {
    margin-left: 0;
}
.btn-login {
    padding: 8px 50px;
    font-size: 18px;
}
.forget-link {
    font-size: 13px;
    color: #333333;
    font-weight: 400;
    display: block;
    margin-top: 8px;
}
.new-signup > p > a {
    color: #3875ba;
    font-size: 15px;
    font-weight: 500;
    padding-left: 5px;
    transition: all 0.2s ease-in-out;
}
.new-signup > p > a:hover {
    text-decoration: underline;
}
/* Signup page style */
.signup-agreed > p {
    display: block;
    margin: 0;
}
.signup-agreed > p > a {
    color: #3875ba;
}
.signup-agreed > p > a:hover {
    text-decoration: underline;
}

/* Header Styel */
.header-bg {
    background: #f2f2f2;
    border: none;
}
.header-container {
    padding: 0 2%;
}
.header-navbar {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.head-logo {
    max-width: 180px;
    max-height: 70px;
    font-size: 20px;
    text-transform: none;
    font-weight: 600;
    padding: 0 0;
    margin: 6px 0;
    line-height: 55px;
    height: auto;
}
.navbar-brand.head-logo:hover {
    color: #3875ba;
}
.head-nav-links {
    float: right;
    margin: 14px 0;
}
.head-nav-links > li {
    margin-left: 10px;
}
.head-nav-links > li:first-child {
    margin-left: 0;
}
.head-nav-links > li > a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: normal;
    font-weight: 400;
    margin: 0 0;
    padding: 10px 10px;
    background: transparent;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.head-nav-links > li > a:hover,
.head-nav-links > li > a.active,
.head-nav-links > li.open > a {
    background: #3875ba;
    color: #f2f2f2;
}
.head-nav-links > li > a.user-link {
    padding: 0 0;
    background: none;
}
.head-nav-links > li > a.user-link:hover {
    background: transparent;
}
.head-nav-links > li > a > i {
    padding-right: 6px;
}
.head-nav-links > li > a > i.fa.fa-ellipsis-h, .head-nav-links > li > a > i.fa.fa-sign-in{
    padding-left: 6px;
}
.header-navbar button.navbar-toggler {
    background: none;
    border: none;
    outline: none;
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    float: right;
    margin: 20px 10px;
}
.head-nav-links > li > a.nav-link-btn {
    background: #e66016;
    color: #f2f2f2;
}
.head-nav-links > li > a.nav-link-btn:hover {
    background: #ff9800;
}

/* User Logged Style */
.user-profile-logged {
    border-left: 1px solid #c3c1c1;
    padding-left: 10px;
}
.user-profile-logged > .user-name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
}
.user-profile-logged > .user-picture {
    background: #cccccc;
    border: 1px solid #ffffff;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.user-profile-logged > .user-picture > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: auto;
}

/* Dropdown Styles Default */
.dropdown-menu {
    background: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 5px 0;
    box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.1);
}
.dropdown-menu > a {
    display: block;
    font-size: 14px;
    color: #333333;
    padding: 5px 15px;
    background: transparent;
}
.dropdown-menu > a:hover,
.dropdown-menu > a.active {
    background: #3875ba;
    color: #f2f2f2 !important;
    font-weight: 500;
}

/* Home page Style */

/* Banner Style */
.banner-wrapper {
    display: block;
    background: #E0E0E0;
    height: 400px;
    overflow: hidden;
}
.banner-wrapper .item > img {
    height: 400px;
    width: 100%;
    margin: auto;
    object-fit: cover;
}
.banner-wrapper .carousel-caption {
    right: auto;
    left: 20%;
    padding: 0 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    width: 700px;
    height: auto;
    text-align: left;
    text-shadow: none;
}
.banner-wrapper .carousel-caption h4 {
    font-size: 42px;
    line-height: normal;
    font-weight: 400;
    margin: auto;
    margin-bottom: 10px;
}
.banner-wrapper .carousel-caption > button {
    font-size: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin-top: 30px;
}
/* Inner banner Style */
.banner-wrapper.inner-slider {
    height: 200px;
    position: relative;
}
.inner-caption {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    left: 50%;
}
.inner-caption > h5 {
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    margin: auto;
}
.inner-caption > span {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    margin: auto;
    margin-top: 8px;
    display: block;
}

/* Section Heading */
.section-heading > h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 600;
    margin: 15px 0 30px 0;
    text-align: center;
    text-transform: uppercase;
}

/* Pricing Section Style */
.pricing-wrapper {
    padding: 40px 0;
}
.pricing-packages {
    margin: 50px 0 50px 0;
}
.pricing-packages .generic_content .generic_head_price {
    background-color: #F2F2F2;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    color: #4F4F4F;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    color: #4F4F4F;
}
.pricing-packages .generic_content .generic_feature_list ul li {
    color: #828282;
}
.pricing-packages .generic_content .generic_feature_list ul li span {
    color: #4F4F4F;
}
.pricing-packages .generic_content .generic_feature_list ul li:hover {
    background-color: #f3f2f2;
    border-left: 5px solid #3875ba;
}
.pricing-packages .generic_content .generic_price_btn a {
    /* border: 1px solid #3875ba; */
    color: #fff;
}
.pricing-packages
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head_bg,
.pricing-packages
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-color: #3875ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #3875ba;
    color: #f2f2f2;
}
.pricing-packages
    .generic_content:hover
    .generic_head_price
    .generic_head_content
    .head
    span,
.pricing-packages
    .generic_content.active
    .generic_head_price
    .generic_head_content
    .head
    span {
    color: #f2f2f2;
}
/* .pricing-packages .generic_content:hover .generic_price_btn a,
.pricing-packages .generic_content.active .generic_price_btn a {
    background-color: #3875ba;
    color: #f2f2f2;
} */

/*PRICE BODY CODE START*/

.pricing-packages .generic_content {
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.pricing-packages .generic_feature_list {
    margin-bottom: 90px;
    max-height: 345px;
    overflow-y: auto;
    height: 345px;
}
.pricing-packages .h-100 {
    min-height: 350px;
    margin-bottom: 50px;
}
.pricing-packages .generic_content .generic_head_price {
    margin: 0 0 20px 0;
}
.pricing-packages .generic_content .generic_head_price .generic_head_content {
    margin: 0 0 50px 0;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head_bg {
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
    position: absolute;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head {
    padding-top: 28px;
    position: relative;
    z-index: 1;
}

.pricing-packages
    .generic_content
    .generic_head_price
    .generic_head_content
    .head
    span {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag {
    padding: 0 0 20px;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price {
    display: block;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .sign {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .currency {
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .price
    .cent {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}
.pricing-packages
    .generic_content
    .generic_head_price
    .generic_price_tag
    .month {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
.pricing-packages .generic_content .generic_feature_list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-packages .generic_content .generic_feature_list ul li {
    font-size: 14px;
    padding: 10px 10px;
    transition: all 0.3s ease-in-out 0s;
}
.pricing-packages .generic_content .generic_feature_list ul li:hover {
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.pricing-packages .generic_content .generic_feature_list ul li .fa {
    padding: 0 10px;
}
.pricing-packages .generic_content .generic_price_btn {
    margin: 20px 0 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pricing-packages .generic_content .generic_price_btn a {
    /* border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px; */
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}
.pricing-packages .generic_content .generic_price_btn .btn-current{
    border: 1px solid #f55d04;
    color: #f55d04;
    /* border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-border-radius: 8px; */
    display: inline-block;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    opacity: 1.0 !important;
    border-radius: 0;
}
.pricing-packages .generic_content .generic_price_btn .btn-current:hover{
    background-color: #f55d04;
    color: #fff;
}
#generic_price_table_home ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: table;
}
#generic_price_table_home li {
    float: left;
}
#generic_price_table_home li + li {
    margin-left: 10px;
    padding-bottom: 10px;
}
#generic_price_table_home li a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 0px;
}
#generic_price_table_home .divider {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 20px;
}
#generic_price_table_home .divider span {
    width: 100%;
    display: table;
    height: 2px;
    background: #ddd;
    margin: 50px auto;
    line-height: 2px;
}
#generic_price_table_home .itemname {
    text-align: center;
    font-size: 50px;
    padding: 50px 0 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext {
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer {
    padding: 40px 0;
}

.price-heading {
    text-align: center;
}
.price-heading h1 {
    color: #666;
    margin: 0;
    padding: 0 0 50px 0;
}
.bottom_btn {
    background-color: #333333;
    color: #f2f2f2;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover {
    background-color: #666;
    color: #f2f2f2;
    text-decoration: none;
}
.bottom_btn:hover {
    background-color: #666;
    color: #f2f2f2;
    text-decoration: none;
}

/* About Section Content */
.about-section {
    padding: 80px 0;
    text-align: center;
    background: #f2f2f2;
}
.about-content > h3 {
    font-size: 28px;
    color: #3875ba;
    font-weight: 500;
    margin: 0;
    margin-bottom: 30px;
}
.about-content > p {
    font-size: 16px;
    color: #4F4F4F;
    font-weight: 400;
    margin: 0;
}

/* Migration Section Style */
.migration-section {
    padding: 80px 0;
}
.migrate-bg {
    background: #3875ba;
    display: block;
}
.migrate-block {
    background: #fff;
    margin: 0 0;
    padding: 30px 20px;
    position: relative;
    min-height: 320px;
}
.migrate-block::before {
    content: "";
    background: rgba(255, 255, 255, 0.2);
    display: block;
    width: 96%;
    height: 30px;
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}
.migrate-heading > h5 {
    font-size: 18px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 6px;
    margin: 0 0 20px 0;
}
.migrate-heading > p {
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}
.migrate-heading > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.migrate-heading > ul > li {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0;
    font-size: 14px;
    color: #828282;
    font-weight: 400;
    line-height: 22px;
}
.migrate-heading > ul > li:last-child {
    margin: 0 0 0 0;
}
.migrate-heading > ul > li > i {
    font-size: 16px;
    color: #dc620f;
    padding-right: 8px;
    display: inline-block;
}
.migrate-heading.prog > ul > li {
    margin: 0 0 5px 0;
    line-height: 18px;
}
.migrate-heading.prog > ul > li:last-child {
    margin: 0 0 0 0;
}
.migrate-heading > ul > li > .progress {
    height: 5px;
    margin: 4px 0;
}
.migrate-heading > ul > li > span {
    display: block;
    text-align: right;
}
.migrate-heading > ul > li .progress-bar.orange {
    background: #dc620f;
}
.migrate-heading > ul > li .progress-bar.blue {
    background: #0590c6;
}
.migrate-heading > ul > li .progress-bar.green {
    background: #10a80f;
}

/* Migrate report selected Page Style */
.add-cloud-icon.selected-report > ul {
    margin: 10px 10px;
    text-align: left;
}
.add-cloud-icon.selected-report > ul > li > a {
    margin: 10px 8px;
}

/* Footer Style */
.footer-holder {
    position: relative;
    /* min-height: 93vh; */
    min-height: 100vh;
}
footer.footer-section {
    position: absolute;
    top: calc(100% - 39px);
    width: 100%;
    overflow: hidden;
    /* margin-top: -39px; */
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-bg {
    background: #333;
    padding: 0 0;
}
.copyright {
    display: inline-block;
    vertical-align: middle;
    padding: 15px 12px 15px 0;
    margin-right: 10px;
    width: 100%;
    text-align: left;
}
.copyright > p {
    font-size: 12px;
    color: #828282;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}
.copyright > p a {
    color: #f2f2f2;
}
.copyright > p a:hover {
    color: #3875ba;
}
.footer-social {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.footer-social > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}
.footer-social > ul > li {
    display: inline-block;
    vertical-align: middle;
    margin: 7px 2px;
    padding: 0;
}
.footer-social > ul > li > a {
    font-size: 18px;
    color: #333333;
    margin: 0 0;
    transition: all 0.2s ease-in-out;
    padding: 8px;
    border-radius: 4px;
    width: calc(16px + (2 * (8px)) + 2px);
    text-align: center;
}
.footer-social > ul > li > a:hover {
    opacity: 0.8;
}

/* Profile Setting Page Style */
.profile-setting-wrapper {
    padding: 60px 0;
}
.profile-box {
    display: block;
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: auto;
    background: #fff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.profile-setting-form > h3 {
    background: #3875ba;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.profile-setting-form > .form-fields {
    padding: 0px 15px;
}
.photo-uploader-wrapper > span {
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;
}
.photo-upload {
    position: relative;
    width: 200px;
    height: 200px;
    display: block;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #dfe0eb;
    text-align: center;
}
.photo-upload > input {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.photo-upload > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
}
.form-action-btn {
    margin: 30px auto;
}
.migration-form-sty .radio-box-styling{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.migration-form-sty .checkbox.migration-checkbox{
    display: inline-block;
    width: 100%;
    /* text-align: center; */
    /* margin-top: 20px; */
}
.form-action-btn.proceed-btn-padding{
    margin-top: 10px;
}
/* Add Cloud page Style */
.cloud-section {
    padding: 50px 0 90px;
}
.add-cloud-icon > h3 {
    font-size: 22px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}
.add-cloud-icon > ul {
    margin: 20px auto;
    padding: 0;
    list-style: none;
    text-align: center;
}
.add-cloud-icon > ul > li {
    display: inline-block;
    vertical-align: middle;
}
.add-cloud-icon > ul > li > a {
    background: #ffffff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 20px 10px;
    margin: 0 8px;
    display: block;
    width: 160px;
    min-height: 160px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.add-cloud-icon > ul > li > a:hover {
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #3875ba;
}
.add-cloud-icon > ul > li > a > .app-icon {
    display: block;
    width: 70px;
    height: 70px;
    margin: auto;
}
.add-cloud-icon > ul > li > a > .app-icon > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin: auto;
}
.add-cloud-icon > ul > li > a > p {
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-top: 15px;
    transition: all 0.2s ease-in-out;
    word-break: break-all;
    margin-bottom: 0;
}
.ja .add-cloud-icon > ul > li > a > p {
    font-size: 12px;
}
.es .add-cloud-icon > ul > li > a > p {
    font-size: 14px;
}
.add-cloud-icon > ul > li > a:hover > p {
    color: #3875ba;
}

.payment-methods-icon > ul > li > a > .app-icon {
    display: block;
    width: auto;
    height: 70px;
    margin: auto;
}

.payment-methods-icon > ul > li > a {
    min-height: 120px;
}

/* Manage Cloud Page Style */
.white-box {
    background: #ffffff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    margin: 40px 0 0 0;
}
.panel-group.cloud-accordion {
    margin: 0;
}
.cloud-accordion .panel-default {
    border: none;
    box-shadow: none;
}
.cloud-accordion .panel.panel-default {
    margin: 0;
}
.cloud-accordion .panel-default:last-child > .panel-heading {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.cloud-accordion .panel-default > .panel-heading {
    color: #333;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 15px 20px;
}
.panel-heading .accordion-toggle[aria-expanded="true"]::before {
    font-family: fontawesome;
    content: "\f068 ";
    color: #333333;
}
.panel-heading .accordion-toggle[aria-expanded="false"]::before {
    font-family: fontawesome;
    content: "\f067 ";
    color: #333333;
}
.cloud-detail {
    display: table;
    width: 100%;
}
.cloud-detail > span {
    display: table-cell;
    vertical-align: middle;
}
.cloud-detail > span:nth-child(1) {
    width: 4%;
}
.cloud-detail > span:nth-child(2) {
    width: 10%;
}
.cloud-detail > span:nth-child(3) {
    width: 22%;
}
.cloud-detail > span:nth-child(4) {
    width: 34%;
}
.cloud-detail > span:nth-child(5) {
    width: 24%;
}
.cloud-detail > span:nth-child(6) {
    width: 6%;
}
.cloud-tab-img > img {
    max-height: 50px;
}
.delet-cloud {
    font-size: 20px;
    color: #333333;
    cursor: pointer;
}
.manage-cloud-body > ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
    width: 49.7%;
    vertical-align: top;
}
.manage-cloud-body > ul > li {
    display: table;
    width: 100%;
    margin-bottom: 15px;
}
.manage-cloud-body > ul > li:last-child {
    margin-bottom: 0;
}
.manage-cloud-body > ul > li > span {
    display: table-cell;
    width: 50%;
}
.manage-cloud-body > ul > li > span.fw600 {
    font-weight: 600;
}
.manage-cloud-body > ul > li > span {
    font-size: 16px;
    color: #333333;
}
.manage-cloud-body > ul > li > span.sync-icon .btn.btn-primary{
    padding: 1px 8px;
    border-radius: 5px;
    line-height: 23px;
}
.manage-cloud-body > ul > li > span.sync-icon .btn.btn-primary i{
    font-size: 12px;
}
.manage-cloud-body > ul > li{
    line-height: 28px;
}
/* .manage-cloud-body>ul>li>span{} */
.cloud-accordion .panel-body {
    background: #ffffff;
    border-bottom: 1px solid #dfe0eb;
    margin-bottom: 10px;
    padding: 15px 60px;
}
.cloud-accordion .panel-default:last-child .panel-body {
    margin-bottom: 0;
    border-bottom: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
/* Icon Spin */
.sync-icon.active > i {
    animation: spin-animation 1.5s linear infinite;
    display: inline-block;
}

@keyframes spin-animation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* account page style */
.account-setting-wrapper {
    padding: 60px 20px;
}
.account-box {
    display: block;
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: auto;
    background: #fff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.account-setting-form h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 500;
    margin: auto;
    margin-bottom: 10px;
}
.account-setting-form > h3 {
    background: #3875ba;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.account-setting-form > .form-fields {
    padding: 0px 15px;
}
.account-setting-form .address-field-des {
    resize: none;
    height: 80px;
}
.account-setting-form .date-field-des {
    color: rgb(153, 153, 153);
}
.account-setting-form .date-field-des {
    padding: 9px 12px;
}
.account-setting-form .example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}
.account-setting-form .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}
.account-setting-form .btn-toggle:focus,
.account-setting-form .btn-toggle.focus,
.account-setting-form .btn-toggle:focus.active,
.account-setting-form .btn-toggle.focus.active {
    outline: none;
}
.account-setting-form .btn-toggle:before,
.account-setting-form .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.account-setting-form .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.active {
    transition: background-color 0.25s;
}
.account-setting-form .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.active:before {
    opacity: 0.5;
}
.account-setting-form .btn-toggle.active:after {
    opacity: 1;
}

.account-setting-form .btn-toggle.active {
    background-color: #3875ba;
}
.account-setting-form .btn-toggle.btn-lg {
    margin: 0;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}
.account-setting-form .btn-toggle.btn-lg:before,
.account-setting-form .btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
}
.account-setting-form .btn-toggle.btn-lg > .handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: #fff;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active > .handle {
    left: 2.8125rem;
    transition: left 0.25s;
}
.account-setting-form .btn-toggle.btn-lg.active:before {
    opacity: 0.5;
}
.account-setting-form .btn-toggle.btn-lg.active:after {
    opacity: 1;
}
.account-setting-form .setting-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.account-setting-form .setting-sty span {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}
/* email migration style */
.migration-setting-wrapper {
    padding-bottom: 60px;
    padding-top: 20px
}
.migration-box {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0 0;
}
.migration-top-sty .heading-holder {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-top-sty h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin: 0;
}
.migration-top-sty a {
    font-size: 13px;
    color: #333333;
    font-weight: 500;
    display: block;
    margin: 0;
    margin-top: 5px;
}
.migration-top-sty a:hover {
    color: #204d74;
    text-decoration: underline;
}
.migration-top-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 100px;
}
.migration-box form {
    padding: 0px 100px;
}
.migration-box .text-box {
    width: 100%;
    margin: 30px auto 40px auto;
    padding: 0 0;
}
.migration-top-sty .text-box p {
    margin: auto;
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    padding: 0 2%;
}
.text-box > button {
    margin-top: 20px;
}
.migration-box form .migration-btn {
    padding: 10px 90px;
    text-align: center;
    margin: 0 auto;
    width: auto;
    margin-bottom: 50px;
    min-width: 321px;
    font-size: 18px;
}
.migration-box form .migration-btn.migration-btn-spaceing{
    margin-bottom: 0px;
}
.migration-box .checkbox-migrate-contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;    -ms-flex-pack: start;    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-box .checkbox-migrate-contacts .checkbox{
    margin-top: 10px;
    margin-bottom: 10px;
}
.migration-box .checkbox-migrate-contacts .checkbox.checkbox-calender{
    margin-left: 10px;
}
.migration-setting-wrapper .source-box-wrap.info-box-wrap{
    margin-bottom:10px;
}
.btn:active:focus, .btn:focus {
    outline: none !important;
}
.migration-setting-wrapper .jumbotron h1 {
    font-size: 35px;
}
.migration-setting-wrapper .jumbotron p {
    font-size: 14px;
    font-weight: 300;
}
.migration-setting-wrapper .source-box-wrap {
    background: #fff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
}
.migration-setting-wrapper .source-box-wrap.authentication-des{
    width:450px;
    margin: 0 auto;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .heading-des a{
    display: inline-block;
    text-align: center;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .heading-des a img{
   max-width: 200px;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .heading-des {
    background: transparent;
    text-align: center;
    padding-top: 30px;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4b506d;
    background-color: transparent;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    letter-spacing: 0.3px;
    outline: none;
    border: 1px solid #dadce0;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-group label {
    font-size: 16px;
    font-weight: 500;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-action-btn.proceed-btn-padding {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 20px;
}
.migration-setting-wrapper .source-box-wrap.authentication-des .form-control:focus {
    border-color: #267BD9;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.migration-setting-wrapper.authentication-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}
.migration-setting-wrapper .source-box-wrap .heading-des {
    background: #F2F2F2;
    color: #414141;
    padding: 12px 20px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    border-radius: 8px 8px 0px 0px;
}
.migration-setting-wrapper .source-box-wrap .card-body {
    padding: 20px;
}
.migration-setting-wrapper .source-box-wrap .card-body.card-body-wrap{
    min-height: 277px;
}
.migration-setting-wrapper .source-box-wrap .card-body.card-body-wrap.active{
    min-height: 435px;
}
.migration-setting-wrapper .radio-btn-sty p {
    margin: 0;
}
.migration-setting-wrapper .radio-btn-sty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 20px 20px 0px 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.migration-setting-wrapper .radio-des {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-left: 40px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
.migration-setting-wrapper .radio-des input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none;
}
.migration-setting-wrapper .radio-des .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
    border-radius: 50%;
}
.migration-setting-wrapper .radio-des:hover input ~ .checkmark {
    background-color: #ccc;
}
.migration-setting-wrapper .radio-des input:checked ~ .checkmark {
    background-color: #3875ba;
}
.migration-setting-wrapper .radio-des .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.migration-setting-wrapper .radio-des input:checked ~ .checkmark:after {
    display: block;
}
.migration-setting-wrapper .radio-des .checkmark:after {
    top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
}
.migration-setting-wrapper .checkbox-des {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}
.migration-setting-wrapper .checkbox-des input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.migration-setting-wrapper .checkbox-des .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}
.migration-setting-wrapper .checkbox-des:hover input ~ .checkmark {
    background-color: #ccc;
}
.migration-setting-wrapper .checkbox-des input:checked ~ .checkmark {
    background-color: #3875ba;
}
.migration-setting-wrapper .checkbox-des .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.migration-setting-wrapper .checkbox-des input:checked ~ .checkmark:after {
    display: block;
}
.migration-setting-wrapper .checkbox-des .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.move .add-cloud-icon .header-heading {
    color: #f2f2f2;
    font-size: 16px;
    text-align: left;
    text-transform: none;
}
.move .add-cloud-icon .header-heading img{
    margin-right: 5px;
}
.cloud-section .add-cloud-icon > h3{
    margin-top: 0;
}
.top-buttons {
    margin-bottom: 10px;
}
.top-buttons .btn {
    font-size: 22px;
    font-weight: 400 !important;
}
.top-buttons .btn.btn-theme-blue {
    font-size: 22px;
    font-weight: 400 !important;
}
.top-buttons .btn:hover {
    color: #f2f2f2;
}
.move .add-cloud-icon .header-heading p {
    display: inline-block;
    margin: 0;
    padding-left: 10px;
}
.move .add-cloud-icon .header-heading p img {
    width: 20px;
}
.folders-list {
    padding-left: 50px;
    padding-right: 50px;
}
.back-btn > a {
    font-size: 16px;
    color: #3875ba;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.back-btn > a > i {
    padding-right: 6px;
}
.folders-list .checkbox.checkbox-title {
    background: #0d9cc7;
    color: #f2f2f2;
    padding: 5px 20px;
}
.folders-list .checkbox {
    padding: 1px 20px;
}
.folders-list .checkbox .fa {
    margin-right: 5px;
    margin-left: 5px;
}
.report table th {
    background: #3875ba;
    color: #f2f2f2;
}
.report table.table {
    border: 1px solid #dfe0eb;
}
.report .top-buttons a{
    display: inline-block;
}
.report .top-buttons .btn {
    font-size: 18px;
    margin-left: 20px;
}
.report.view .view-detail {
    padding: 0 15px;
}
.report.view .view-detail {
    padding: 0 60px;
    margin-top: 20px;
}
.report.view .view-detail .bold {
    font-weight: bold;
    text-align: center;
}
.report .report-analysis table th {
    background: transparent;
    color: #333;
}
.cloud-overview {
    display: block;
    margin: 8px 0;
}
.overview-block {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}
.overview-block > h4 {
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.overview-block > h3 {
    font-size: 18px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding-left: 8px;
}

/* Hover master Style Start */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 7px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(
        center,
        ellipse,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    background: radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 80%
    );
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
/* Hover master Style End */

/* CMS Pages privacy ,term&Condition contact ====== Style start */
.content-section {
    padding: 20px 0 60px;
}
.content-section p {
    font-size: 15px;
}
.content-section ul {
    padding-left: 30px;
}
.content-section ul li {
    list-style: disc;
}
.pl-0 {
    padding-left: 0;
}
.contact-form-info {
    padding: 50px 0 90px;
}
.contact-box {
    background: #fff;
    border: 1px solid #f0f1f7;
    padding: 0px 20px;
    border-radius: 5px;
    /* display: block;
    width: 100%;
    height: auto;
    max-width: 750px;
    margin: auto;
   
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 0 0;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1); */
}
.contact-box h2{
    background: #3875ba;
    font-size: 22px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.contact-box form, .contact-box p{
    padding: 0px 15px;
}
/* mystyling */
.contact-info{
    background: #3875ba;
    padding: 50px 30px;
    max-width: 440px;
    color: #fff;
    border-radius: 5px;
    margin-top: 90px;
}
.contact-info .info-holder{
    vertical-align: top;
    padding-bottom: 10px;
    margin-left: 40px;
}
.contact-info li{
    margin-bottom: 0;
}
.contact-info .info-holder h3{
    font-size: 18px;
}
.contact-info .info-holder p{
    font-size: 14px;
    color: #fff;
}
.contact-title-des{
    margin-bottom: 30px;
}
.cont-box-wrap .contact-box form{
    margin: 0;
    padding: 0;
}
.cont-box-wrap{
    position: relative;
    padding: 50px 0;
}
.cont-box-wrap .cont-inner-wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
}
.cont-box-wrap:before {
    content: '';
    background: #f6fcfe;
    width: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}
.cont-box-wrap:after {
    content: '';
    background: #3875ba;
    width: 6px;
    height: 85%;
    left: 0;
    top: 45px;
    position: absolute;
}
.contact-title-des h2{
    font-size: 28px;
    color: #333333;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.bill-box-wrap{
    height: 100%;
    min-height: 124px;
    max-height: 124px;
}
.card-box-wrap{
    height: 100%;
    max-height: 144px;
    min-height: 144px;
}
.billing-box{
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    box-shadow: 0px 2px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 0;
}
.billing-box p{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.billing-box ul{
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.billing-box span{
    padding-left: 20px;
    padding-right: 20px;
}
.billing-box ul i{
    color: #333333;
    margin-right: 5px;
}
.billing-box a:hover{
    color: #204d74;
    text-decoration: underline;
}
.billing-box h2{
    background: #3875ba;
    font-size: 20px;
    color: #f2f2f2;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 20px;
}
.billing-box .head-des{
    border-radius: 0;
}
.current-plan-box{
    height: 100%;
    /* max-height: 298px;
    min-height: 298px; */
    overflow: auto;
}
.billing-plan-box .generic_feature_list{
    margin-bottom: 0px;
    height: 100%;
    max-height: 167px;
    overflow: auto;
}
.billing-plan-box h2, .billing-date-box h2{
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}
.billing-date-box{
    margin: 50px 20px 0 20px;
}
.billing-plan-box .generic_content{
    max-height: 543px;
    min-height: 543px;
}
.billing-box-wrap h2{
    border-bottom: 2px solid #dadada;
    padding-bottom: 20px;
    position: relative;
}
.billing-box-wrap h2:before{
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 90px;
    height: 2px;
    background: #267BD9;
}
.billing-box-wrap .date-des{
    color:#267BD9 ;
}
.billing-box-wrap .subscription-box-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
        -ms-flex-wrap:wrap;flex-wrap:wrap;
        padding-top: 20px;
        padding-bottom: 10px;
}
.billing-box-wrap .card-box-des{
    border-radius: 10px;
    background: #3875ba;
    padding: 20px;
    /* padding-bottom: 100px; */
    color: #fff;
    width: 100%;
    max-width: 340px;
    margin-top: 40px;
}
.billing-box-wrap .card-box-des p{
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.billing-box-wrap .card-box-des .date-name-wrap{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
}
.billing-box-wrap .chip-holder{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
}
.billing-box-wrap .chip-holder h3{
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}
.chip {
    position: relative;
    z-index: 1000;
    width: 50px;
    height: 40px;
    background: #fffcb1;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #fffcb1), color-stop(100%, #b4a365));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #fffcb1 0%, #b4a365 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #fffcb1 0%, #b4a365 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcb1", endColorstr="#b4a365", GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    border: 1px solid #322d28;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
    -moz-box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
    box-shadow: 0 1px 2px #322d28, 0 0 5px 0 0 5px rgba(144, 133, 87, 0.25) inset;
    overflow: hidden;
  }
  .chip .side {
    position: absolute;
    top: 8px;
    width: 12px;
    height: 24px;
    border: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  }
  .chip .side.left {
    left: 0;
    border-left: none;
    -webkit-border-radius: 0 2px 2px 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0 2px 2px 0;
    -moz-background-clip: padding;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
  }
  .chip .side.right {
    right: 0;
    border-right: none;
    -webkit-border-radius: 2px 0 0 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px 0 0 2px;
    -moz-background-clip: padding;
    border-radius: 2px 0 0 2px;
    background-clip: padding-box;
  }
  .chip .side:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    height: 0px;
    margin: auto;
    border-top: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  }
  .chip .vertical {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 8.66666667px;
    height: 12px;
    border: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1), 0 0 4px rgba(0, 0, 0, 0.1) inset;
  }
  .chip .vertical.top {
    top: 0;
    border-top: none;
  }
  .chip .vertical.top:after {
    top: 12px;
    width: 17.33333333px;
  }
  .chip .vertical.bottom {
    bottom: 0;
    border-bottom: none;
  }
  .chip .vertical.bottom:after {
    bottom: 12px;
  }
  .chip .vertical:after {
    content: '';
    position: absolute;
    left: -8.66666667px;
    display: inline-block;
    width: 26px;
    height: 0px;
    margin: 0;
    border-top: 1px solid #322d28;
    -webkit-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(144, 133, 87, 0.25) inset, 0 0 5px rgba(144, 133, 87, 0.25), 0 0 4px rgba(0, 0, 0, 0.1);
  }
.billing-box-wrap .card-box-wrap .bg-blue{
    background-color: ;
}
.billing-box-wrap .subscription-box-des p{
    margin: 0;
}
.billing-box-wrap .cncl-btn-des{
    border: 1px solid #e66016;
    font-size: 16px;
    color: #e66016;
    line-height: normal;
    font-weight: 500;
    padding: 10px 10px;
    background: transparent;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.billing-box-wrap .cncl-btn-des:hover{
    background: #ff9800;
    border: 1px solid #ff8900;
    color: #fff;
}
.logo-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-line-pack: center;
        align-content: center;
}
.logo-des .logo-text-des{
    padding-top: 10px;
}
.contact-info {
    /* border: 2px solid #dfe0eb; */
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    padding: 20px;
}
.contact-info ul{
    margin: 0;
}
.contact-info li {
    font-size: 16px;
    /* margin-bottom: 20px; */
    position: relative;
    /* padding: 0 20px; */
}
.contact-info li span.fa {
    float: left;
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 30px;
}
.contact-box form {
    margin-top: 25px;
}
.contact-box .btn {
    font-size: 16px;
    border-radius: 8px;
}
.contact-box .action {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 0 15px;
}
/* CMS Pages privacy ,term&Condition contact ====== Style End */

/**model css*/
.data-ready .modal-header {
    padding: 0;
    position: relative;
}
.data-ready .modal-header .close {
    color: #f2f2f2;
    position: absolute;
    opacity: 1;
    top: 13px;
    right: 15px;
}
.data-ready .modal-header .header-heading {
    border-radius: 0;
    font-size: 20px;
}
.data-ready .modal-body p {
    margin-bottom: 20px;
    font-size: 15px;
}
.data-ready .modal-body .table {
    margin-bottom: 0;
}
.data-ready .status {
    /* border: 1px solid #ddd;
    font-size: 15px;
    padding: 10px;
    background: #e1f0fd;
    padding-left: 30px; */
    border: 1px solid #ddd;
    font-size: 15px;
    padding: 0;
    background: #e1f0fd;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.data-ready .status .status-inner-des{
    width: 217px;
    margin: 0;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    text-align: center;
}
.data-ready .status p {
    margin: 0;
}
.notify-email .folders-list {
    padding: 0;
}
.checkbox.email label {
    width: 100%;
}
.notify-email .folders-list .checkbox.email input[type="text"] {
    margin-left: 10px;
    min-width: 220px;
    padding: 8px 10px;
    font-size: 14px;
    color: #4b506d;
    background-color: #fcfdfe;
    border: 1px solid #f0f1f7;
    border-radius: 8px;
    margin-top: -7px;
    max-width: 100%;
    width: calc(100% - 110px);
}
.data-ready .add-cloud-icon.selected-report > ul {
    text-align: center;
}
.data-ready .add-cloud-icon > ul > li p {
    margin: 0;
    word-break: break-all;
}
.data-ready .add-cloud-icon > ul > li {
    padding: 10px 15px;
    background: #ffffff;
    border: 1px solid #dfe0eb;
    border-radius: 8px;
    margin: 0 auto;
    display: block;
    width: 160px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.data-ready .add-cloud-icon > ul > li > a > .app-icon {
    height: 60px;
}
span.fa.fa-check.text-success {
    background: green;
    color: #f2f2f2;
    padding: 4px 4px;
    border-radius: 50%;
    font-size: 10px;
}
.data-ready .table-responsive.report {
    /* max-height: 151px; */
    overflow-y: scroll;
}
/**model css*/

/** Start Form Validation **/

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 14px;
    color: #e3342f;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.7875rem;
    line-height: 1.6;
    color: #f2f2f2;
    background-color: rgba(227, 52, 47, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #e3342f;
    padding-right: calc(1.6em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0em + 0.1885rem) center;
    background-size: calc(0.7em + 0.378rem) calc(0.7em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.6em + 0.75rem);
    background-position: top calc(0.4em + 0.1875rem) right
        calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #e3342f;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
            no-repeat right 0.75rem center/8px 10px,
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e3342f' stroke='none'/%3e%3c/svg%3e")
            #fff no-repeat center right 1.75rem / calc(0.8em + 0.375rem)
            calc(0.8em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #e3342f;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #e3342f;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #e3342f;
}

.was-validated
    .custom-control-input:invalid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e9605c;
    background-color: #e9605c;
}

.was-validated
    .custom-control-input:invalid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated
    .custom-control-input:invalid:focus:not(:checked)
    ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked)
    ~ .custom-control-label::before {
    border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #e3342f;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #e3342f;
    box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}
form .form-group label {
    font-size: 16px;
    font-weight: bold;
}
/* .swal-button {
    background-color: #3875ba;
} */

/** End Form Validation **/
.btn-primary {
    color: #f2f2f2;
    background-color: #3875ba;
    border-color: #3875ba;
}
.same-height {
    display: flex;
}
.h-100 {
    flex: 1;
}
.white-box.add-cloud-icon.selected-report {
    height: 470px;
    overflow-y: auto;
}
.btn-group-lg > .btn,
.btn-lg {
    border-radius: 8px;
}
.cloud-section p {
    font-size: 16px;
}
.btn {
    border-radius: 8px;
}
.bg-grey {
    background: #f2f2f2;
}
.question-answer {
    padding: 60px 0 100px;
}
.question-answer h3 {
    color: #3875ba;
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
}
.question-answer h2 {
    text-transform: unset;
    text-align: center;
    color: black;
    margin: 0;
}
.question-answer .panel {
    background-color: transparent;
}
.question-answer .cloud-accordion .panel.panel-default .panel-heading {
    background: none;
    padding: 0;
}
.question-answer .panel-title a {
    position: relative;
    padding: 15px 20px 15px 0px;
    font-size: 18px;
    color: #333;
}
.question-answer .panel-title span * {
    display: block;
    width: 100%;
}
.question-answer
    .panel-heading
    .accordion-toggle[aria-expanded="false"]::before,
.question-answer
    .panel-heading
    .accordion-toggle[aria-expanded="true"]::before {
    position: absolute;
    right: 0;
}
.question-answer .panel-body {
    padding: 15px;
    background-color: transparent;
    border-top: none!important;
    font-size: 16px;
    color: #828282;
}
.overflow-scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pricing-wrapper .row.overflow-scroll:before{
    display: none;
}
.overflow-scroll .col-sm-6 {
    /* float: none;
    display: inline-block; */
    flex: none;
    margin-bottom: 30px;
}
.profile-setting-form .profile-img {
    width: 120px;
    margin: 10px 0;
}
 .generic_price_tag .price sub{
    bottom: -1.25em;
}
.password-toggle-icon {
    position: relative;
    float: right;
    z-index: 2;
    top: 39px;
    right: 18px;
    cursor: pointer;
}
.cloud-section .add-cloud-icon.personal-cloud-heading h3{
    margin-top: 20px;
}
.btn-cloud-del-s{
    width: 94px;
}
.swal-button--danger:focus {
    box-shadow: none;
}
.swal-button--cancel:focus {
    box-shadow: none;
}

.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip {
    position: relative;
    opacity: 1;
    text-align: center;
    overflow: visible;
    width: 100%;
    padding: 0 5px;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .month.tooltip-month {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
.search-input-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.search-input-holder .input-search-des {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.search-input-holder .btn.btn-success {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 40px;
    background: #267BD9;
    border: none;
}
.cloud-section .desktop-view {
    display: block;
}
.cloud-section .mobile-view {
    display: none;
}
.data-ready .table-responsive.report p{
    margin-bottom:0;
}
.report-table-des tr td{
    white-space: normal !important;
    vertical-align: middle !important;
}

.pagination li.disabled a {
    cursor: not-allowed;
    pointer-events: none;
}header.email-box-header {    margin-bottom: 30px;    border-bottom: 1px solid #eee;    padding: 15px 0;}header.email-box-header .email-logo {    font-size: 36px;    text-align: center;}form#search-form .search {    margin-bottom: 30px;}form#search-form .search .searchButton {    margin-right: 15px;}.dataTables_wrapper{	padding: 20px;}.detail{	padding: 20px;}#page-overlay {position: fixed;display: none;width: 100%;height: 100%;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 9999;cursor: pointer;}.page-overlay-loader {position: absolute;top: 50%;left: 50%;font-size: 50px;color: white;transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);border: 10px solid #f3f3f3;border-radius: 50%;border-top: 10px solid #19598d;border-bottom: 10px solid #19598d;width: 120px;height: 120px;-webkit-animation: spin 2s linear infinite;animation: spin 2s linear infinite;}@-webkit-keyframes spin {0% {-webkit-transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);}}@keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg);}}.dataTables_wrapper .dataTables_paginate .paginate_button:hover {    border-color: transparent;    background: none;}.dataTables_wrapper .dataTables_paginate .paginate_button>a:hover{color: #fff;    cursor: default;    background-color: #337ab7;    border-color: #337ab7;}


.search-page .panel-heading {
    font-size: 20px;
    font-weight: bold;
}


.search-page .panel-heading {
    font-size: 20px;
    font-weight: bold;
}
.search-page .panel-body {
    padding: 15px;
    font-size: 15px;
    line-height: 25px;
}
form#search-form .search .text-right {
    display: inline-block;
    width: 100%;
}
.top-search{
	display: inline-block;
	width: 100%;
}
div#empty-field-message {
    background: #d80b0b;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
}
.logo img {
    width: 350px;
	max-width: 100%;
}
header.email-box-header h1 {
    font-size: 25px;
    font-weight: bold;
    text-align: right;
	margin-top: 10px;
	margin-bottom: 0;
}
.panel hr {
    border-color: #ddd;
}
.top-search .form-group {
    margin: 0;
}
.searchButton {
    background-color: #41cac0;
    border-color: #41cac0;
	color:#fff;
}
.searchButton:hover , .searchButton:active, .searchButton:focus {
    background-color: #3bb5ac;
    border-color: #3bb5ac;
}
.searchButton.clear-btn {
    background-color: #f0ad4e;
    color: #fff;
    border-color: #f0ad4e;
}
.searchButton.clear-btn:hover, .searchButton.clear-btn:focus , .searchButton.clear-btn:active {
    background-color: #d49944;
    border-color: #d49944;
}
.table .buttons-print {
    background-color: #41cac0;
    border-color: #41cac0;
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
}
.table .buttons-print:hover , .table .buttons-print:active , .table .buttons-print:focus{
    background-color: #3bb5ac !important;
    border-color: #3bb5ac !important;
    color: #fff;
}
/* account setting responsive */
@media (max-width: 1200px) {
    .header-container {
        padding: 0 1%;
    }
    .head-logo {
        font-size: 16px;
    }
    .head-nav-links > li {
        margin-left: 5px;
    }
    .head-nav-links > li > a {
        padding: 10px 5px;
    }
}
@media (max-width:1199px){
    .migration-setting-wrapper.authentication-wrapper {
        padding-bottom: 10px;
    }
    .ru .user-profile-logged, .de .user-profile-logged{
        padding-left: 4px;
    }
    .ru .main-head .navbar li.nav-item a.btn.btn-theme-blue,
    .de .main-head .navbar li.nav-item a.btn.btn-theme-blue{
        padding: 10px 5px !important;
    }
    .ru .main-head.page-two-header .nav-lang-drop{
        margin-left: 0px;
    }
    .ru .main-head .nav-lang-drop {
        margin-left: 8px;
    }
    .de .nav-lang-drop {
        margin-left: 5px;
    }
    .de .main-head .navbar li.nav-item a {
        padding: 5px 5px;
    }
    .migration-form-sty .radio-box-styling{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .migration-form-sty .radio-box-styling .radiobox label{
        min-height: 20px;
        padding-left: 20px;
        font-size: 16px;
    }
    .migration-form-sty .radio-box-styling .radiobox input[type=radio]{
        position: absolute;
        margin-left: -20px;
    }
}
@media (min-width: 992px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .pricing-packages .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 22px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .price .currency {
        font-size: 40px;
        line-height: 50px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .month {
        font-size: 16px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip {
        position: relative;
        opacity: 1;
        text-align: center;
        overflow: visible;
        width: 100%;
        padding: 0 5px;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .month.tooltip-month {
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext {
        visibility: hidden;
        width: 100%;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 8px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 0;
        right: 0;
        margin: 0 auto;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip .tooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }
    .pricing-packages .generic_content .generic_head_price .generic_price_tag .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
   
}
@media (max-width: 991px) {
    .cloud-section .mobile-view .pagination>li>a {
        border: none;
    }
    .cloud-section .desktop-view {
        display: none;
    }
    .cloud-section .mobile-view {
        display: block;
    }
    .folders-list .checkbox.checkbox-title{
        text-align: left;
    }
    .folders-list .checkbox-list{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .folders-list .checkbox-list .radio{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        text-align: left;
    }
    .folders-list .checkbox-list .radio label{
        margin-right: 10px;
    }
    .cloud-overview{
        text-align: center;
    }
    .ru .main-head .navbar li.nav-item a, .fr .main-head .navbar li.nav-item a, .es .main-head .navbar li.nav-item a, .pt .main-head .navbar li.nav-item a, .pl .main-head .navbar li.nav-item a, .de .main-head .navbar li.nav-item a,.ru .main-head .navbar li.nav-item a, .fr .main-head .navbar li.nav-item a, .es .main-head .navbar li.nav-item a, .pt .main-head .navbar li.nav-item a, .ja .main-head .navbar li.nav-item a {
        padding: 10px 10px !important;
    }
    .add-cloud-icon.selected-report > ul {
        text-align: center;
    }
    .main-head .navbar li.nav-item.open .btn-des-user {
        padding-bottom: 0 !important;
        padding-left: 10px !important;
    }
    .cloud-detail > span:nth-child(4) {
        width: 45%;
    }
    .cloud-migration-report .h-100 {
        flex: auto;
    }
    .cloud-migration-report .same-height{
        -ms-flex-wrap: wrap;flex-wrap: wrap;
        margin-top: 20px;
    }
    .contact-info{
        margin-top: 0;
    }
    .billing-date-box {
        margin: 40px 20px 0 20px;
    }
    .billing-box-wrap .subscription-box-des p {
        margin-bottom: 20px;
    }
    .current-plan-box{
        max-height: max-content;
        min-height: max-content;
    }
    .billing-plan-box.pricing-packages .generic_content .generic_feature_list ul li {
        font-size: 15px;
        padding: 8px 0;
    }
    .pricing-packages.billing-plan-box {
        margin: 40px 0 50px 0;
    }
    .billing-plan-box.pricing-packages .generic_content .generic_head_price .generic_head_content .head span {
        font-size: 23px;
    }
    .billing-plan-box .generic_content {
        max-height: 443px;
        min-height: 443px;
    }
    .migration-box form,
    .migration-top-sty {
        padding: 0 20px;
    }
    .migration-setting-wrapper .source-box-wrap:first-child {
        margin-bottom: 20px;
    }
    .migration-box .text-box {
        padding: 0;
        margin-top: 10px;
    }
    .white-box {
        margin-bottom: 30px;
    }
    .contact-box {
        margin-bottom: 30px;
        padding: 20px 20px;
    }
    .contact-box .form-group{
        padding-right: 0;
    }
    .cont-box-wrap:before {
        width: 90%;
    }
    .billing-box{
        margin-bottom: 10px;
    }
    .card-box-wrap, .bill-box-wrap{
        margin-bottom: 0;
    }
    .pricing-packages .generic_content {
        margin-bottom: 40px;
    }
    .migrate-block {
        margin-bottom: 30px;
    }
    .white-box.add-cloud-icon.selected-report {
        min-height: auto;
        height: max-content;
    }
    .header-navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        z-index: 1;
        background: #f2f2f2;
        border-top: 1px solid #333333;
        width: 102%;
        margin: 0 0;
        left: -1%;
    }
    .head-nav-links {
        float: none;
        margin: 10px 0;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: hidden !important;
    }
    .navbar-nav > li {
        float: none;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow: visible !important;
    }
    .user-profile-logged {
        border-left: none;
        padding-left: 0;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .head-nav-links > li {
        margin: 0;
    }
    .head-nav-links > li > a {
        margin-bottom: 5px;
    }
    .question-answer .col-md-6.br-1 {
        border-right: none;
    }
    .migration-form-sty .radio-box-styling{
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
                align-items: flex-start;
    }
    .migration-form-sty .radio-box-styling .radiobox label{
        min-height: 20px;
        padding-left: 20px;
    }
    .migration-form-sty .radio-box-styling .radiobox input[type=radio]{
        position: absolute;
        margin-left: -20px;
    }
    
}
@media screen and (max-width: 767px) {
    .data-ready .table-responsive.report {
        margin-bottom: 0;
    }
    .data-ready .status .status-inner-des {
        width: 282px;
    }
    .data-ready .status .info-status-des{
        width:432px;
    }
    /* .report .top-buttons a {
        width: 30%;
    } */
    /* .report .top-buttons .btn{
        margin-left: 0;
        width: 100%;
    } */
    .cloud-overview{
        text-align: center;
    }
    div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_filter{
        text-align: right !important;
    }
    .add-cloud-icon > ul > li{
        width: 100%;
    }
    .add-cloud-icon > ul > li > a{
        width: 90%;
        margin: 0 auto;
    }
    .profile-box {
        width: 90%;
    }
    .cont-box-wrap:before {
        width: 100%;
    }
    /* .header-navbar .navbar-collapse{
        position: absolute;
        top: 100%;
        z-index: 1;
        background: #f2f2f2;
        border-top: 1px solid #333333;
        width: 100%;
        margin: 0 0;
    } */
    .billing-plan-box .generic_content {
        max-height: max-content;
        min-height: max-content;
    }
    .billing-plan-box .generic_feature_list {
        margin-bottom: 20px;
    }
    .billing-box-wrap .chip-holder h3 {
        font-size: 16px;
    }
    .billing-box-wrap .card-box-des p {
        font-size: 18px;
    }
    .billing-plan-box h2, .billing-date-box h2 {
        font-size: 22px;
    }
    .billing-box-wrap h2 {
        padding-bottom: 15px;
    }
    .current-plan-box{
        height: auto;
        max-height: max-content;
        min-height: max-content;
    }
    .head-nav-links {
        float: none;
        margin: 10px 0;
    }
    .head-nav-links > li > a {
        display: block;
        margin-bottom: 5px;
    }
    .head-nav-links > li {
        margin: 0;
    }
    .banner-wrapper .carousel-caption {
        right: auto;
        left: auto;
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    .pricing-packages .generic_content {
        margin-bottom: 20px;
    }
    .migrate-block {
        margin-bottom: 30px;
    }
    .copyright > p {
        text-align: center;
    }
    .footer-social > ul {
        text-align: center;
    }
    .entry-modal-dialogue {
        padding: 40px 20px;
    }
    .banner-wrapper .carousel-caption h4 {
        font-size: 32px;
    }
    .banner-wrapper .carousel-caption > button {
        font-size: 18px;
    }
    .section-heading > h2 {
        font-size: 30px;
    }
    .pricing-packages
        .generic_content
        .generic_head_price
        .generic_head_content
        .head
        span {
        font-size: 25px;
    }
    .add-cloud-icon > ul > li {
        margin-bottom: 20px;
    }
    .inner-caption {
        top: 35%;
        transform: none;
        left: 0;
        right: 0;
    }
    .cloud-accordion .panel-body {
        padding: 15px 10px;
    }
    .cloud-accordion .panel.panel-default .panel-title,
    .panel-collapse.collapse.in {
        overflow: scroll;
    }
    .cloud-accordion .panel.panel-default .cloud-detail,
    .cloud-accordion .panel-default .panel-body {
        display: block;
        width: 100%;
        min-width: 620px;
    }
    .copyright {
        text-align: center;
    }
    .overflow-scroll .col-sm-4 {
    float: none;
    display: block;
}
.overflow-scroll {
    display: block;
}
header.email-box-header h1 {
    text-align: center;
    margin-top: 20px;
}
}
@media (max-width: 480px) {
    .migration-setting-wrapper .source-box-wrap.authentication-des {
        width: 100%;
        margin: 0 auto;
    }
    .data-ready .status{
        overflow-y: scroll;
        overflow-x: auto;
    }
    .top-buttons .btn.btn-theme-blue {
        width: 100%;
        margin-bottom: 5px;
    }
    .migration-box form .migration-btn {
        padding: 10px 45px;
        text-align: center;
        width: 100%;
        min-width: 100%;
    }
    .account-setting-form .setting-sty span {
        font-size: 12px;
    }
    .pricing-packages.billing-plan-box {
        margin: 0px 0 50px 0;
    }
    .pricing-packages .generic_content .generic_feature_list ul li {
        font-size: 14px;
    padding: 10px 5px;
    }
    .pricing-packages {
        margin: 0;
    }
    .login-form .form-fields {
        padding: 20px 15px;
    }
    .card-box-wrap {
        height: auto;
        max-height: max-content;
        min-height: max-content;
    }
    /* .account-setting-form .setting-sty span:first-child {
        margin-bottom: 10px;
    } */
    .account-setting-form .setting-sty .setting-btn,
    .account-setting-form .setting-sty {
        /* -webkit-box-pack: center;
        -ms-flex-pack: center; */
        /* justify-content: center; */
        /* width: 100%; */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .account-setting-form .btn-line > button:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    .account-setting-form .btn-line > button {
        width: 100%;
        margin-left: 0;
    }
    .migration-setting-wrapper .radio-des {
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }
    .migration-top-sty h3 {
        font-size: 26px;
        width: 100%;
        text-align: center;
    }
    .migration-top-sty a {
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .migration-top-sty a button{
        width: 100%;
    }
    .add-cloud-icon.selected-report > ul {
        text-align: center;
    }
    .top-buttons .btn {
        font-size: 18px;
    }
    .banner-wrapper .carousel-caption h4 {
        font-size: 28px;
    }
    .banner-wrapper .carousel-caption > button {
        font-size: 15px;
    }
    .section-heading > h2 {
        font-size: 18px;
    }
    .pricing-packages
        .generic_content
        .generic_head_price
        .generic_head_content
        .head
        span {
        font-size: 20px;
    }
    .pricing-packages
        .generic_content
        .generic_head_price
        .generic_price_tag
        .price
        .currency {
        font-size: 35px;
    }
    .pricing-packages
 .generic_content
 .generic_head_price
 .generic_price_tag
 .month {
    font-size: 16px;
 }
    .overview-block {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .cloud-overview {
        text-align: center;
    }
    .top-buttons {
        text-align: center;
    }
    .top-buttons > button,
    .btn-line > button {
        margin-bottom: 5px;
        margin-left: 0;
    }
    .notify-email .folders-list .checkbox.email input[type="text"] {
        margin-top: 10px;
    }
    .folders-list {
        padding-left: 15px;
        padding-right: 15px;
    }
    .question-answer .card-header button.btn.btn-link {
        font-size: 15px;
    }
    .question-answer .card .card-body {
        font-size: 12px;
        line-height: 20px;
    }
	header.email-box-header h1 {
    margin-top: 10px;
    font-size: 25px;
}
}
@media (max-width: 370px){
    .account-setting-form .setting-sty span {
        font-size: 14px;
        width: 100%;
        margin-bottom: 5px;
    }
}
.p0{
    padding: 0px !important;
}
