/* #EntityFormControl_991dcaa7c8ce4966832df46a55964b6b_EntityFormView
{
background-image: url('/BackgroundImg.jpg');    
width: 100%;
height:100vh;
    background-repeat: no-repeat;
    background-position: center; 
    
} */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');



body{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    overflow-x: hidden;
    /*background-image: url('/bgdesktop.png');  */
    background-size:cover;
    background-repeat: no-repeat;
    background-position:0 0;
}

body::before{
    content: "";
    position: absolute;
    /*background-image: url('/Car.png'); */
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position:0 0;
    width: 395px;
    height:253px;
    right:-16px;
    top: 40px;
    z-index: -1;
}
body::after{
    content: "";
    position: fixed;
    /* background-image: url('/batmen-and-superman.png');*/
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position:0 0;
    width: 267px;
    height:228px;
    left:0;
    bottom: 0;
    z-index: -1;
}
html::after{
    content: "";
    position: fixed;
   /* background-image: url('/duck-and-men.png'); */
    background-size:100% 100%;
    background-repeat: no-repeat;
    background-position:0 0;
    width: 311px;
    height:239px;
    right:0;
    bottom: 0;
    z-index: -1;
}
.container{
    width: 100%;
    max-width: 60%;
}

.navbar .container{
    width: 100%;
    max-width: 100%;
    /*padding-left: 28%;
    padding-right: 28%;*/
	justify-content: center;
}

h2.tab-title{
    font-family: "Inter", sans-serif;
    font-weight: bold;
    color: #007F91;
    font-size:32px;
    line-height:39px;

    i{
        font-size:12px;
        line-height: 14px;
        color: #333333;
        font-style: normal;
        display:block;
        margin-top: 27px;
        font-weight: 400;

    }
    b{
        font-size:24px;
        line-height: 29px;
        color: #333333;
        font-style: normal;
        display:block;
        padding-bottom: 10px;
        border-bottom: 1px solid #1CA5B8;
        margin-top: 34px;
        font-weight: 400;

    }
    br{
        display:none;
    }

}
form>*{
    font-family: "Inter", sans-serif;
    font-weight: 400;
}
.field-label{
    font-family: "Inter", sans-serif !important;
    font-weight: 400 !important;
}
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
    background-color: transparent !important;
    color: #000000 ;
    border: 0 !important;
}
.crmEntityFormView .actions .btn:first-child{
    margin-right: 0;
}
.crmEntityFormView .actions{
    display:flex;
    justify-content:center;
    gap:20px;
    border-top: none;
}
button,
input[type="button"],
.submit-btn{
    font-family: "Inter", sans-serif;
    font-weight: 400;background: rgb(9,207,235);
    /*background: linear-gradient(90deg, rgba(9,207,235,1) 0%, rgba(0,169,192,1) 100%);*/
    border-radius: 8px;
    padding:10px 20px;
    font-size: 18px;
    line-height:22px;
    color: #ffffff;
    border: none;
    margin: 0;
}

input[type="text"],
input[type="email"]{
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius:0px;
    height:36px;

}

textarea{
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius:0px;
}

select{
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius:0px;
    height:36px;

}

.select2-selection--single{
    background-color: #ffffff;
    border: 1px solid #DBDBDB;
    border-radius:0px;
    height:36px;
}



/* Thankyou Page Start */
.thankyou{
    height: auto !important;
}
.thankyou .col-md-12.columnBlockLayout{
    align-items:center;
}

.thankyou .columnBlockLayout img{
    height:auto !important;
    width: 100% !important;
    max-width: 162px !important;
}
.thankyou .columnBlockLayout h3{
    font-family: "Inter", sans-serif;
    font-weight: bold;
    font-size:56px;
    line-height:68px;
    text-align: center !important;
    color:#333333;
}

body:has(.thankyou)::before,
body:has(.thankyou)::after,
html:has(.thankyou)::after{
    display: none;
}

fieldset hr{
    border-bottom:1px solid #1CA5B8;
    padding-bottom:1px;
}

.modal-content{
    background-color:#ffffff !important;
}

.select2.select2-container{
    width: 100% !important;
}

@media (max-width:768px){
    .container{
        width: 100%;
        max-width: 100%;
    }
    .navbar .container{
        
        padding-left: 20px;
        padding-right: 20px;
    }
    body{
        background-color: transparent;
        background-repeat: repeat-y;
    }
    .crmEntityFormView{
        padding-bottom: 140px;
    }

    .iti__country-list{
        min-width: 270px !important;
        width: 100% !important;
    }
    body::before{
        right:0;
    }
}








