/********** common setting **********/
@font-face {
	font-family: "bpg_mrg";
	src: url(../fonts/bpg_mrgvlovani_caps_2010.ttf) format("truetype");
}
  
.cusfobpg { 
	font-family: "bpg_mrg", Verdana, Tahoma !important; 
}

body {
    font-family: "Inter", sans-serif ;
    font-weight: 400 !important;
    line-height: 28px !important;
    color: #6a6a6a !important;
    font-size: 14px !important;
    background-color: #eff2f1 !important;
	
	display: flex;
    flex-direction: column;
	min-height: 100vh;
}

h2 {
    font-size: 1.8rem !important;
    font-weight: 700;
}

img {
    display: block;
    max-width: 100%;
}

a,
button {
    cursor: pointer;
}

.jumbotron {
    margin-bottom: 0 !important;
}

.atlas-cta {
    border-radius: 22px !important;
    padding: 12px 30px !important;
    font-weight: 700;
    transition: .3s ease-in-out !important;
}

.atlas-cta:not(.locked):hover {
    text-decoration: none;
    transform: translateY(-5px);
}

.atlas-cta-wide {
    width: 100%;
}

.cta-green {
    background: #00FFAD;
    color: #192440;
}

.cta-green:hover {
    color: #ffffff;
    background: #00e69c;
}

.cta-blue {
    background: #192440;
    color: #ffffff;
}

.cta-blue:hover {
    color: #ffffff;
    background: #121a2e;
}

.cta-ghost {
    border: 2px solid #192440 !important;
    color: #192440;
}

.cta-ghost:hover {
    color: #ffffff;
    background: #121a2e;
}

#banner {
    background-size: cover;
}

/********** banner **********/
#banner header {
    overflow: hidden;
}

#banner header img {
    max-width: 80px;
}

/********** feature (skew background) **********/
.feature img {
    width: 100%;
    max-width: 480px;
}

#feature-first {
    /* background: linear-gradient(168deg, #ffffff 55%, #00FFAD 0); */
}

#feature-last {
    /* background: #00FFAD; */
}

/********** price table **********/
#price-table {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

#price-table__premium {
    background: #dee1e6;
    /* color: #ffffff; */
}

#price-table ul li {
    padding: 5px 0;
}

/********** contact **********/
#contact {
    background-size: cover;
}

#contact ul li {
    padding: 3px 0;
}

#contact form {
    /* color: #00FFAD; */
}

#contact form input,
#contact form textarea {
    /* background: transparent; */
    /* border: 1px solid #00FFAD; */
    /* color: #ffffff; */
}

/********** copyright **********/
#copyright {
    background: #ffffff;
    padding: 2rem 3rem;
}

#copyright #social-media a {
    width: 40px;
    height: 40px;
    border-radius: 99%;
    background: #dce5e4;
    transition: .4s ease;
}

#copyright #social-media a i {
    color: #192440;
    font-size: 1.2rem;
    line-height: 40px;
}

#copyright #social-media a:hover {
    background: #00FFAD;
}

#copyright #social-media a:hover i {
    color: #ffffff;
}

/********** RWD **********/
@media (max-width: 575px) {
    #banner h1 {
        font-size: 2.1rem;
    }
}


@media (min-width: 768px){
	.navbar-expand-md .navbar-collapse {
		display: flex!important;
		flex-basis: auto;
	}
}

.collapse:not(.show) {
    display: none;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

@media (min-width: 992px){
	.custom-navbar .custom-navbar-nav li {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.custom-navbar .custom-navbar-nav li.active a {
    opacity: 1;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.55);
}

@media (min-width: 768px){
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
}

@media (min-width: 768px){
	.navbar-expand-md .navbar-nav {
		flex-direction: row;
	}
}

.custom-navbar .custom-navbar-nav li a {
    font-weight: 500;
    color: #ffffff !important;
    opacity: .5;
    /* -webkit-transition: .3s all ease; */
    /* -o-transition: .3s all ease; */
    /* transition: .3s all ease; */
    position: relative;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: none !important;
}


@media (min-width: 768px){
.custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    background: #f9bf29;
    height: 5px;
    opacity: 1;
    visibility: visible;
    width: 0;
    /* -webkit-transition: .15s all ease-out; */
    /* -o-transition: .15s all ease-out; */
    /* transition: .15s all ease-out; */
}
}

.custom-navbar .custom-navbar-nav li.active a:before {
    width: calc(100% - 16px);
}


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.custom-navbar {
    background: #3b5d50 !important;
    padding-top: 20px;
    padding-bottom: 20px;
}


.custom-navbar .navbar-toggler {
    border-color: transparent;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.55);
    border-color: rgba(255,255,255,.1);
}

@media (min-width: 768px){
	.navbar-expand-md .navbar-toggler {
		display: none;
	}
}


.custom-navbar .navbar-brand {
    font-size: 32px;
    font-weight: 600;
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}
.ms-auto {
    margin-left: auto!important;
}




.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /* padding: 0.375rem 0.75rem; */
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btn {
    font-weight: 600;
    padding: 12px 30px !important;
    border-radius: 30px !important;
    color: #ffffff;
    background: #2f2f2f;
    border-color: #2f2f2f;
}

.btn.btn-white-outline {
    background: transparent;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.3);
}


.btn.btn-secondary {
    color: #2f2f2f;
    background: #f9bf29;
    border-color: #f9bf29;
}
.btn.btn-custom-yel {
    color: #ffffff;
    background: transparent;
    border-color: #f9bf29;
}


.me-2 {
    margin-right: 0.5rem!important;
}

@media (min-width: 1200px){
	.hero .hero-img-wrap:after {
		top: -40px;
	}
}

.hero .hero-img-wrap:after {
    content: "";
    position: absolute;
    width: 255px;
    height: 217px;
    background-image: url(../img/dots-light.svg);
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    top: 0px;
}

@media (min-width: 1400px){
.hero h1 {
    font-size: 25px;
}
}

.hero h1 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
	line-height: 43px;
}

.hero p {
    color: rgba(255, 255, 255, 0.5);
    margin-botom: 30px;
}

.mb-4 {
    margin-bottom: 1.5rem!important;
}

.header-area .main-nav .nav li:last-child a.active {
    color: #fff !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: #2a2a2a;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.gradient-button>span>a {
    display: inline-block !important;
    padding: 10px 20px !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 15px;
    background: rgb(19,175,240);
    background: linear-gradient(105deg, rgb(159 154 5) 0%, rgb(253 99 40) 100%);
    border-radius: 23px;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    /* transition: all .5s; */
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dcn-nav .dropdown {
    width: 140px;
    -webkit-box-shadow: 0px 14px 20px -9px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgb(0 0 0 / 75%);
    z-index: 1002;
    /* visibility: hidden; */
    /* opacity: 0; */
    position: absolute;
    top: 25px;
    left: 0;
    text-align: left;
    background: #ffffff;
    padding: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.dcn-nav .dropdown li {
    display: block;
    margin-bottom: 0px;
}

.dcn-nav ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
}

.footer-section .subscription-form h3 {
    font-size: 18px;
    font-weight: 500;
    color: #3b5d50;
}

.me-1 {
    margin-right: 0.25rem!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
}

@media (min-width: 992px){
.footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
}
}

.footer-section .subscription-form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    margin-top: 100px;
}

.footer-section .subscription-form .form-control {
    height: 50px;
    border-radius: 10px;
    font-family: "Inter", sans-serif;
}

.footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
	font-weight: 600;
    color: #776b9f;
}
a:focus, a:hover{
	text-decoration: none !important;
}
.footer-section .links-wrap ul li {
    margin-bottom: 10px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.footer-section a {
    text-decoration: none;
    color: #2f2f2f;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.footer-section .footer-logo-wrap .footer-logo {
    font-size: 32px;
    font-weight: 500;
    text-decoration: none;
    color: #3b5d50;
}

@media (min-width: 992px){
	.footer-section .links-wrap {
		margin-top: 54px;
	}
}

.footer-section .subscription-form .btn {
    border-radius: 10px !important;
}

.btn.btn-primary {
    background: #3b5d50;
    border-color: #3b5d50;
}


.sgvwpaswp {
    margin-left: -4px;
    margin-top: -4px;
	display: flex;
	box-sizing: border-box;
	flex-wrap: nowrap;
	justify-content: space-between;
	flex-direction: row;
}


.blog-section .post-entry .post-content-entry h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
    margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-section .post-entry a {
    text-decoration: none;
	color: #2f2f2f;
}

.blog-section .post-entry .post-thumbnail {
    display: block;
    margin-bottom: 20px;
}
.blog-section .post-entry a {
    text-decoration: none;
}

.blog-section .post-entry .post-thumbnail img {
    border-radius: 20px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.fx_1{
	flex:1;
}

.nava{
z-index: 10;
}

.nava .nav {
    margin-top: 0;
    gap: 0;
}
.nava .nav {
    list-style: outside none none;
    margin-bottom: 0;
    /* margin-top: 1rem; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}



.nava .nav>li.wpml-ls-item {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'14\'  height=\'14\' viewBox=\'0 0 20 20\' fill=\'none\'%3E%3Cpath  d=\'M10.56 2A8.44 8.44 0 1 0 19 10.44 8.45 8.45 0 0 0 10.56 2ZM18 10h-2.89a11.29 11.29 0 0 0-1.94-6.52A7.45 7.45 0 0 1 18 10Zm-8-6.89V10H7c.11-3.44 1.39-6.33 3-6.89ZM10 11v6.77c-1.59-.55-2.86-3.38-3-6.77h3Zm1 6.81V11h3.11c-.11 3.48-1.47 6.37-3.11 6.81ZM11 10V3.07c1.66.44 3 3.4 3.11 6.93H11ZM8 3.48A11.29 11.29 0 0 0 6 10H3.15A7.44 7.44 0 0 1 8 3.48ZM3.15 11H6a11.27 11.27 0 0 0 2 6.39A7.43 7.43 0 0 1 3.15 11Zm10 6.39A11.19 11.19 0 0 0 15.11 11H18a7.43 7.43 0 0 1-4.83 6.39h-.02Z\' fill=\'%23fff\'/%3E%3C/svg%3E")
}

.nav li ul li a {
    font-size: 15px;
    padding: 5px 10px;
    line-height: 1.2em;
    margin: 0;
    text-decoration: none;
    display: block;
    height: auto;
}

.nava .nav li {
    
}
.nava .nav>li {
    margin-left: 20px;
    margin-bottom: 0;
    max-width: 180px;
}
.nava .nav li {
    background-image: none;
    list-style-type: none;
    display: inline-block;
    padding-left: 0;
    position: relative;
}
.nava .nav>li {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}


.nava ul .wpml-ls-menu-item a {
    display: flex;
    align-items: center;
}
.nava .nav>li>a {
   
    display: inline-block;
    font-size: 17px;
    /* font-weight: 600; */
    padding: 10px 0 5px 0;
    line-height: 1em;
    position: relative;
    text-decoration: none;
}

.nava .nav li ul {
    top: 100%;
    left: 0;
    
}
.nava .nav li ul {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
    width: auto;
    /* visibility: hidden; */
	display: none;
    position: absolute;
}

.show{
	display: block !important;
}
.nava .nav li ul li a span, .nava .nav li ul li a:last-child span {
    font-weight: 600;
}
.nava .nav li ul li span {
    display: block;
    font-weight: 200;
    padding: 5px 0;
    color: #777;
}


.nava .nav li ul li a, .nava .nav li ul li a:last-child {
    padding: 3px 20px;
}
.nava .nav li ul li a:last-child {
    /* padding-right: 9px; */
}
.nava .nav li a {
    font-size: 14px;
    /* font-weight: 600; */
	color:#fff;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.nava .nav>li {
    padding-left: 20px;
    /* padding-bottom: 7px; */
    background-size: 14px;
    background-repeat: no-repeat;
}


.nava .nav li ul li {
    padding: 0;
    width: auto;
}

.nava .nav li ul li {
    /* background-color: #fff; */
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    float: none;
}

.nava .nav li ul li a:hover, .nava .nav li ul li a:last-child:hover {
    background-color: #eee;
}





.db-EmailPasswordInput--buttonLink span {
    color: #635bff;
}
.Text-wrap--noWrap {
    white-space: nowrap;
}

.Text-typeface--base {
    font-family:  -apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue","Ubuntu";
}
.Text-numericSpacing--proportional {
    font-feature-settings: "pnum";
    font-variant: proportional-nums;
}
.Text-lineHeight--20 {
    line-height: 20px;
}
.Text-fontWeight--medium {
    font-weight: 500;
}
.Text-fontSize--14 {
    font-size: 14px;
}
.Text-display--block {
    display: block;
}

.Box-root {
    box-sizing: border-box;
}
.Flex-justifyContent--flexStart {
    justify-content: flex-start;
}
.Flex-direction--row {
    flex-direction: row;
}
.Flex-alignItems--baseline {
    align-items: baseline;
}
.Flex-flex {
    display: flex;
}

.UnstyledLink {
    color: #635bff;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
    font-style: inherit;
    text-align: inherit;
    cursor: pointer;
    background-color: #0000;
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
}


.Margin-left--4 {
    margin-left: 4px;
}
.Margin-top--4 {
    margin-top: 4px;
}

.accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
}

.accordion-button{
	background-color: #ffffff !important;
}

.accordion-button{
	font-weight: bold;
	color:#403a5a !important
}






.container-check {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  background-color: #fff;
}

/* Create a custom checkbox */
.checkmark-check {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark-check {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark-check {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-check:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark-check:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark-check:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contract_body p{
	    word-break: break-word;
}






.confirm-container {
  position: relative;
}
.scaleshow {
    transform: scale(1) !important;
}

.confirm-popup {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  bottom: 70px;
  left: 5%;
  width: 40ch;
  margin: min(1rem, 20px);
  font-size: .8rem;
  background-color: #fff;
  border-radius: 8px;
  padding: 1.5em;
  z-index: 42;
  transform: scale(0);
  transition: transform 200ms ease;
  transform-origin: 8% -10px;
  box-shadow: 0px 1px 2px 1px #9b9494;
}



.confirm-popup :not(:first-child) {
  margin-top: 1rem;
}

.confirm-popup span {
  color: rgb(200, 20, 0);
  font-weight: 700;
}

.confirm-popup::before {
  content: '';
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  bottom: -10px;
  filter: drop-shadow(0px 2px 1px  rgba(130,130,130,1));
  -webkit-filter: drop-shadow(0px 2px 1px  rgba(130,130,130,1));

}

.confirm-popup::after {
  content: '';
  position: absolute;
  top: -1rem;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}


.btn-secondary.locked {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary.locked {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.btn-secondary:not(.locked):hover {
    color: #060000 !important;
    background-color: #eeb011 !important;
    border-color: #c69619 !important;
}

.btn-secondary:not(.locked):focus{
	color: #060000 !important;
    background-color: #eeb011 !important;
    border-color: #c69619 !important;
}





.notifications-wrapper.jsx-1665923398:empty {
    display: none;
}
.notifications-wrapper.jsx-1665923398 {
    max-width: 600px;
    padding: 0.6rem;
    position: fixed;
    text-align: right;
    top: 2.5rem;
    right: 1rem;
    z-index: 1100;
}

.notification.jsx-2478001957 {
    animation: 200ms ease-in 0s 1 normal both running fromRight-jsx-2478001957;
    position: relative;
    left: 0px;
}

.notification.jsx-2478001957 .Phoenix__Toast {
    box-shadow: rgb(0 0 0 / 12%) 0px 2px 10px;
    max-width: 100%;
    text-align: left;
}
.Phoenix__Toast--fit-to-content {
    display: inline-flex;
}
.Phoenix__Toast {
    background: #fff;
    border-radius: 0.2rem;
    display: flex;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.Phoenix__Toast--success .Phoenix__Toast__icon-container {
    background-color: #1dcc33;
}
.Phoenix__Toast--error .Phoenix__Toast__icon-container {
    background-color: #ef707e;
}
.Phoenix__Toast__icon-container {
    background-color: #7b00ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
    padding: 1.1666666667rem;
}

.Phoenix__Toast__icon-container svg {
    fill: #fff;
}
.Phoenix--Icon {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
}

.Phoenix__Toast--fit-to-content .Phoenix__Toast__content {
    flex: 1 1 auto;
}
.Phoenix__Toast__content {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    font-size: .9333333333rem;
    justify-content: center;
    line-height: 1.3333333333rem;
    min-width: 0;
    padding: 1rem 1rem 1rem 1.3333333333rem;
}

.Phoenix__Toast__content h4 {
    color: #000;
    font-size: 1.0666666667rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    margin-top: 0;
}

.Phoenix__Toast__content>:last-child {
    margin-bottom: 0;
}
.Phoenix__Toast__content p {
    color: #000;
    margin-top: 0;
}

.Phoenix__Toast__close {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    padding-right: 1.1666666667rem;
}

.Phoenix__Toast__close__action {
    background: transparent;
    border: 0;
    color: #9d9d9d;
    cursor: pointer;
    padding: 0;
}

.Phoenix--Icon {
    display: inline-block;
    font-size: 1rem;
    vertical-align: middle;
}
.container-fluid{
	flex:1;
}