.webinar-registation-modal.register_banner_inline {
    background: #fff;
}

.webinar-form input[type="text"],
.webinar-form input[type="email"],
.webinar-form input[type="tel"],
.webinar-form input[type="number"],
.webinar-form textarea.hs-input
{
    border: 1px solid #C4C9D2;
}


.webinar-form textarea.hs-input {
    border-radius: 12px;
}
.webinar-form .hs-fieldtype-number .input{
    position:relative
}

.webinar-form .hs-fieldtype-number .input:after, .webinar-form .hs-fieldtype-number .input:before{
    content:"";
    position: absolute;
    width: 15px;
    height: 13px;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/mobile-filter-arrow.svg) no-repeat center;
    right: 25px;
    top: 18px;
}

.webinar-form .hs-fieldtype-number .input:before{
    transform:rotate(180deg);
    transform-origin: 49% center;
}

.webinar-form .hs-fieldtype-number .input:after{
    bottom:18px;
    top:auto;
}

.webinar-form input[type="number"]::-webkit-inner-spin-button {
    opacity:0;
    z-index:2
}

.webinar-form form label{
    font-family: EquipExtended;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #13294B;
    margin-bottom:16px;
}

.webinar-form form ul.hs-error-msgs{
    padding-left:0;
    margin-bottom:0
}


.webinar-form form label.hs-error-msg, .webinar-form form ul.hs-error-msgs li label{
    color: #f8485e;

}

.webinar-registation-modal{
    width: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    background: #fff;
    transition: opacity .3s;
    border-radius:24px;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);

}

.webinar-registation-modal.webinar-registation-modal-show {
    min-width: 840px;  
    opacity: 1;
    z-index: 999;
    height: auto;
    max-height: 80vh;
}

.webinar-registation-modal .modal-head{
    background: #2E008B;
    padding:0 108px 10vh;
    border-radius: 0;
    position: relative;
}

.close-head{
    background: #2E008B;
    border-radius: 22px 22px 0 0;
    position: relative;
    width:100%;
    height:10vh
}

.modal-scroll{
    margin-bottom:58px;
    margin-top: -2px;
}

.webinar-registation-modal .modal-body{
    padding:58px 68px 0px 78px;
}

.webinar-registation-modal .modal-body .scroll-wrapper{
    padding-right: 10px !important;
}

.webinar-registation-modal .scroll-wrapper>.scroll-content{
    padding: 0;
}

.webinar-registation-modal .modal-body .popup-title{
    margin:0
}

.webinar-registation-modal .modal-head .popup-subheading{
    margin:0;
    margin-bottom:12px;
}

.webinar-registation-modal .modal-head .popup-title{
    margin:0
}

.webinar-overlay--show{
    background: #010716;
    opacity: 0.6;
    width:100%;
    height:100%;
    position:fixed;
    top: 0;
    z-index: 999;
}

.webinar-registation-modal .modal-body form fieldset{
    max-width:none
}

.webinar-registation-modal .modal-body form fieldset .hs-form-field{
    margin-bottom: 48px;
}

.webinar-registation-modal .modal-body form fieldset .legal-consent-container .hs-form-field{
    margin-bottom:0
}


.webinar-registation-modal .modal-body form fieldset .legal-consent-container label.hs-error-msg{
    margin-bottom:0
}



.webinar-registation-modal .form-columns-2 > .hs-form-field .input{
    margin:0
}


.webinar-registation-modal .form-columns-2 > .hs-form-field:first-child .input{
    margin-right:24px;
}

.webinar-registation-modal--close{
    position: absolute;
    right: 24px;
    top: 24px;
    cursor:pointer;
    border:none;
    background:none
}

.modal-scroll.scrollbar-inner{
    max-height: calc(100vh - 285px);
    overflow-y:auto;
}

.webinar-form.scrollbar-inner>.scroll-element.scroll-y{
    width:2px
}


.webinar-form select.hs-input{
    width:110%;
    -webkit-appearance:none; 
    padding: 18px 24px;
    background:none;
    height: 62px;
    border:none;
    font-family: Equip;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color:#fff;
    line-height: 150%;
}

.webinar-form .hs-fieldtype-select{
    border:  1px solid #8893A5;
    border-radius: 40px;
    width: 100%;  
    background:url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/select_arrow.png) no-repeat 93% center;
    overflow:hidden;
}

.webinar-form select.hs-input option {
    color: #6c7689;
}


.webinar-form ul.inputs-list{
    padding-left: 0;
}

.webinar-form ul li{
    list-style:none;
}

.webinar-form.scrollbar-inner>.scroll-element.scroll-x{
    display:none
}

.modal-scroll.scrollbar-inner>.scroll-element, .modal-scroll.scrollbar-inner>.scroll-element div{
    margin-right: 20px;
}

.webinar-form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0;
}

.webinar-form{
    -ms-overflow-style:none
}

.webinar-form .submitted-message .popup-subheading{
    color: #010716;
}

.webinar-form .submitted-message p{
    font-size: 18px;
    line-height: 28px;
    color: #6C7689;
}

.webinar-form .submitted-message{
    overflow:visible !important
}

.webinar-form .submitted-message .close-btn{
    border: 1px solid #8893A5;
    border-radius: 30px;
    text-align:center;
    color: #010716;
    padding: 12px 35px;
    margin-top:40px;
    width: 100%;
    margin-bottom:8px;
}

.webinar-form .submitted-message .close-btn:hover, .webinar-form .submitted-message .close-btn:focus{
    border:none
}

.modal-body .webinar-form .hs-fieldtype-select .input{
    border: 1px solid #8893A5;
    border-radius: 40px;
    width: 100%;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/mobile-filter-arrow.svg) no-repeat 95% center;
    overflow: hidden;
    color: #333;
}

.modal-body .webinar-form .hs-fieldtype-select{
    border:none;
    border-radius:0
}

.modal-body .webinar-form .hs-fieldtype-select .hs-input{
    color:#333;
    width:107%
}

.webinar-form .hs-fieldtype-file input[type=file]{
    padding: 18px 24px;
    border: 1px solid #8893a5;
    border-radius: 40px;
    box-shadow: none;
    -webkit-appearance: none;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    height: auto;
    width: 100%;
    box-shadow: none;
    background: 0;
    color: transparent;
    background-image:url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/Document.svg);
    background-repeat:no-repeat;
    padding-left:60px;
    position: relative;
    z-index: 1;
    background-position: 27px center;
    height:62px;
}




.webinar-form .hs-fieldtype-file .input{
    position:relative;
}

.webinar-form .hs-fieldtype-file .input:before {
    content: "Upload File";
    position: absolute;
    color: #13294b;
    left: 60px;
    top: 20px;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/arrow_right.svg) no-repeat center right;
    width: calc(100% - 84px);
}

.webinar-form .hs-fieldtype-file .input:after{
    content:none
}

.webinar-form form .hs-fieldtype-file label{
    display: block;
    color: #13294b;
    font-weight: normal;

}

.webinar-form .hs-fieldtype-select .input.error-input, .webinar-form input.hs-input.error {
    border-color: #f8485e;
}


.webinar-form .hs-fieldtype-select {
    border: none;
    border-radius: 0;
    width: 100%;
    background: none;
    overflow: hidden;
}

.webinar-form .hs-fieldtype-select {
    background: none
}

.webinar-form .hs-fieldtype-select .input {
    border: 1px solid #8893a5;
    border-radius: 40px;
    width: 100%;
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/select_arrow.png) no-repeat 93%;
    overflow: hidden;
}

.webinar-form .hs-fieldtype-select .input {
    background: url(https://www.nagarro.com/hubfs/NagarroWebsiteRedesign-Aug2020/Assets/Images/Icons/dropdown-arrow.png) no-repeat 93%;
}

.webinar-form .hs-fieldtype-select .input.error-input,
.webinar-form input.hs-input.error,
.webinar-form textarea.hs-input.error{
    border-color:#f8485e

}



.webinar-form form .hs-fieldtype-file label{
    color: #f8485e;    
}

.webinar-form form .hs-fieldtype-file > label{
    color: #4e5e78;    
}





.register_banner_inline .webinar-form .legal-consent-container ul li p {
    color: #13294B;
}

.register_banner_inline  .webinar-form .legal-consent-container p a {
    color: #2e008b;
}

.register_banner_inline .webinar-form input.hs-input:-webkit-autofill, .register_banner_inline .webinar-form input.hs-input:-webkit-autofill:focus, .register_banner_inline .webinar-form input.hs-input:-webkit-autofill:hover{
    -webkit-text-fill-color: #333 !important;
    box-shadow: inset 0 0 0 100px #fff !important;
}

.register_banner_inline .webinar-form input.hs-input:-webkit-autofill:focus {
    border-color: #2e008b;
    box-shadow: inset 0 0 0 100px #fff, 0 0 0 2px #000, 0 0 0 4px #47d7ac !important;
}

.register_banner_inline .webinar-form .submitted-message{
    color:#333;
}


@supports (-ms-ime-align:auto) {
    .webinar-form div.hs_submit {
        padding-bottom: 30px;
    }
}


@media(min-width:1920px){
    .webinar-registation-modal .modal-head{
        padding: 108px 108px;
    }
}

@media (max-width:1024px){
    .webinar-form .hs-fieldtype-number .input:after, .webinar-form .hs-fieldtype-number .input:before{
        content:none
    }
    
    .webinar-form input[type=date] {
        color-scheme: dark
    }

    input::-webkit-date-and-time-value {
        text-align: left!important
    }
}

@media (max-width:1023px){
    .webinar-registation-modal.webinar-registation-modal-show{
        width: 83%;
        min-width: 0;
    }

    .webinar-registation-modal .modal-head{
        padding: 84px 48px;
    }

    .webinar-registation-modal .modal-body{
        padding: 60px 68px 0px 48px;
    }

    .webinar-form form label{
        font-size: 13px;
        line-height: 130%;
    }

    .modal-scroll.scrollbar-inner{
        max-height: calc(100vh - 365px);
    }

}

@media (max-width:767px){
    .webinar-registation-modal .modal-head{
        padding: 84px 24px;
    }

    .webinar-registation-modal .modal-body{
        padding:60px 40px 0px 24px;
    }

    .webinar-registation-modal.webinar-registation-modal-show{
        width: calc(100% - 24px);
    }

    .close-head{
        margin-bottom: -1px;
    }

    .webinar-registation-modal .scroll-wrapper>.scroll-content {
        padding: 0px;
    }

    .webinar-registation-modal .form-columns-2>.hs-form-field:first-child .input{
        margin-right:0
    }

    .webinar-registation-modal .modal-body input[type="submit"]{
        width: 95%;
    }

    .webinar-registation-modal .modal-head {
        padding: 44px 24px;
    }
      .webinar-form  .hs-fieldtype-file input[type=file]::file-selector-button {
        padding-right: 10px;
        left:-30px;
        height:0
    }

}





@media  (max-device-width: 900px) and (orientation: landscape) {
    .close-head{
        height:55px;

    }

    .modal-scroll.scrollbar-inner {
        max-height: calc(100vh - 150px);
    }
    .webinar-registation-modal .modal-head {
        padding: 25px 48px 34px;
    }
